@charset "UTF-8";
:root {
  --color-Yellow: #ffd700;
}

:root {
  --color-Yellow: #ffd700;
}

#main {
  position: relative;
}

@keyframes ttl-deco-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes ttl-deco-float-cta {
  0%, 100% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(calc(-50% - 10px));
  }
}
.ttl_section {
  position: relative;
  background-color: #fffff5;
  background-image: url(../img/real-voice2026/bg_ttl_sp.webp);
}
@media screen and (min-width: 1025px) {
  .ttl_section {
    background-image: url(../img/real-voice2026/bg_ttl_pc.webp);
  }
}
.ttl_section .container {
  position: relative;
  z-index: 1;
}
.ttl_section .page_ttl {
  margin: 0 auto 4rem;
  max-width: 12em;
}
@media screen and (min-width: 1025px) {
  .ttl_section .page_ttl {
    margin: 0 auto 1.26rem;
    max-width: none;
  }
}
.ttl_section .page_ttl span {
  font-size: 3rem;
}
@media screen and (min-width: 1025px) {
  .ttl_section .page_ttl span {
    font-size: 4.18rem;
    letter-spacing: 0;
    line-height: 1;
  }
}

.ttl_section.mv .page_ttl,
.ttl_section.mv .ttl_desc {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .ttl_section.mv .page_ttl,
  .ttl_section.mv .ttl_desc {
    max-width: 940px;
    padding-left: 170px;
    padding-right: 170px;
  }
}
.ttl_section.mv .real_voice2026_questionnaire__photo {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  animation: ttl-deco-float 4s ease-in-out infinite;
}
.ttl_section.mv .real_voice2026_questionnaire__photo--01 {
  top: -110px;
  right: 82px;
  width: 160px;
  height: auto;
  animation-delay: 0s;
}
.ttl_section.mv .real_voice2026_questionnaire__photo--02 {
  top: -120px;
  left: 100px;
  width: 160px;
  height: auto;
  animation-delay: 0.8s;
}
.ttl_section.mv .real_voice2026_questionnaire__photo--03 {
  bottom: -253%;
  right: 15%;
  width: 160px;
  height: auto;
  animation-delay: 1.6s;
}
@media screen and (max-width: 767px) {
  .ttl_section.mv .real_voice2026_questionnaire__photo {
    width: 80px;
    height: 80px;
  }
  .ttl_section.mv .real_voice2026_questionnaire__photo--01 {
    top: -30%;
    right: 19px;
    width: 120px;
    height: auto;
  }
  .ttl_section.mv .real_voice2026_questionnaire__photo--02 {
    top: -11%;
    left: 7px;
  }
  .ttl_section.mv .real_voice2026_questionnaire__photo--03 {
    bottom: -30%;
    right: -18px;
    width: 120px;
    height: auto;
  }
}
.ttl_section.mv .real_voice2026_questionnaire__cta_photo {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  animation: ttl-deco-float-cta 4s ease-in-out infinite;
}
@media screen and (min-width: 1025px) {
  .ttl_section.mv .real_voice2026_questionnaire__cta_photo {
    width: 120px;
    height: 120px;
  }
}
.ttl_section.mv .real_voice2026_questionnaire__cta_photo--left {
  left: 37px;
  right: auto;
  top: 250px;
  width: 150px;
  height: auto;
  animation-delay: 0.4s;
}
.ttl_section.mv .real_voice2026_questionnaire__cta_photo--right {
  right: 56%;
  left: auto;
  top: 260px;
  animation-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .ttl_section.mv .real_voice2026_questionnaire__cta_photo {
    width: 100px;
    height: auto;
    right: auto;
    left: 0;
    top: auto;
    bottom: -240px;
  }
}

.real_voice2026_questionnaire {
  position: relative;
  padding: 4rem 0 5rem;
}
.real_voice2026_questionnaire .container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .real_voice2026_questionnaire {
    padding: 3rem 0 4rem;
  }
}

.real_voice2026_questionnaire__intro {
  margin: 0 auto 2rem;
  max-width: 36em;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
}
.real_voice2026_questionnaire__intro p {
  margin: 0 0 0.75em;
}
.real_voice2026_questionnaire__intro p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__intro {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}

.real_voice2026_questionnaire__title_block {
  position: relative;
  margin-bottom: 0;
}

.real_voice2026_questionnaire__title {
  margin: 0 0 0.25rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--color-Yellow);
  text-align: center;
  letter-spacing: 0.02em;
}

.real_voice2026_questionnaire__subtitle {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.real_voice2026_questionnaire__q {
  margin: 0 auto 2rem;
  /* max-width: 36em; */
  font-size: 0.9rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.7;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__q {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}

.real_voice2026_questionnaire__rank {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__rank {
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .real_voice2026_questionnaire__rank {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.real_voice2026_questionnaire__box {
  position: relative;
  flex: 1 1 280px;
  padding: 1rem;
  background: #fff;
  border: 5px solid #ffd700;
  border-radius: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .real_voice2026_questionnaire__box {
    flex: 1 1 0;
  }
}

.real_voice2026_questionnaire__box_head {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0 0 0.15em;
}

.real_voice2026_questionnaire__rank_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 2.25em;
  min-height: 2.25em;
  padding: 0 0.35em;
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
  color: #000;
  background: #ffd700;
  border-radius: 50%;
  box-sizing: border-box;
}

.real_voice2026_questionnaire__rank_ttl {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 900;
  color: #000;
  letter-spacing: -3px;
}

.real_voice2026_questionnaire__rank_pct {
  margin: 0 0 0.6rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}

.real_voice2026_questionnaire__rank_desc {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  line-height: 1.75;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__rank_desc {
    font-size: 0.9375rem;
  }
}

.real_voice2026_questionnaire__deco {
  position: absolute;
  right: -1.25rem;
  bottom: -1.25rem;
  width: 74px;
  height: 56px;
  background: url(../img/real-voice2026/questionnaire_deco.webp) no-repeat center/contain;
}

.real_voice2026_questionnaire__graph {
  margin-bottom: 2rem;
  border-radius: 8px;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__graph {
    margin-bottom: 2.5rem;
  }
}

.real_voice2026_questionnaire__graph--bar {
  padding: 1rem 0;
  background: #fff;
}

.real_voice2026_questionnaire__graph-bar-row {
  display: grid;
  grid-template-columns: 1fr minmax(120px, 45%) auto;
  gap: 0.75rem 1rem;
  align-items: center;
  margin-bottom: 0.85rem;
}
.real_voice2026_questionnaire__graph-bar-row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .real_voice2026_questionnaire__graph-bar-row {
    grid-template-columns: 1fr minmax(80px, 38%) auto;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.real_voice2026_questionnaire__graph-bar-label {
  min-width: 0;
}
.real_voice2026_questionnaire__graph-bar-label .real_voice2026_questionnaire__graph-bar-label-main {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
  line-height: 1.35;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__graph-bar-label .real_voice2026_questionnaire__graph-bar-label-main {
    font-size: 0.95rem;
  }
}
.real_voice2026_questionnaire__graph-bar-label .real_voice2026_questionnaire__graph-bar-label_sub {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #555;
  margin-top: 0.15em;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__graph-bar-label .real_voice2026_questionnaire__graph-bar-label_sub {
    font-size: 0.8rem;
  }
}

.real_voice2026_questionnaire__graph-bar-wrap {
  position: relative;
  height: 28px;
  background: #f0f0f0;
  border-radius: 100vmax;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__graph-bar-wrap {
    height: 32px;
  }
}

.real_voice2026_questionnaire__graph-bar {
  height: 100%;
  width: calc(var(--pct, 0) * 1%);
  min-width: 0;
  max-width: 100%;
  background: linear-gradient(90deg, #ffd700 0%, #f5d800 50%, #edc800 100%);
  border-radius: 100vmax;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.5rem;
  box-sizing: border-box;
  transition: width 0.5s ease-out;
  /* JS有効時：初期は0、.is-inviewで伸ばす */
}
.real_voice2026_questionnaire__graph--bar.has-js .real_voice2026_questionnaire__graph-bar {
  width: 0;
}
.real_voice2026_questionnaire__graph--bar.has-js.is-inview .real_voice2026_questionnaire__graph-bar {
  width: calc(var(--pct, 0) * 1%);
}

.real_voice2026_questionnaire__graph-bar-pct {
  font-size: 0.8rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__graph-bar-pct {
    font-size: 0.875rem;
  }
}

.real_voice2026_questionnaire__graph-bar-count {
  font-size: 0.8rem;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__graph-bar-count {
    font-size: 0.875rem;
  }
}

.real_voice2026_questionnaire__graph--pie {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .real_voice2026_questionnaire__graph--pie {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.real_voice2026_questionnaire__graph-pie-chart {
  position: relative;
  flex-shrink: 0;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #e8e8e8; /* JSでconic-gradientを設定するまでのフォールバック */
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__graph-pie-chart {
    width: 260px;
    height: 260px;
  }
}

.real_voice2026_questionnaire__graph-pie-pct {
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 0.75rem;
  font-weight: 900;
  color: #000;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 1px 2px rgba(255, 255, 255, 0.8);
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__graph-pie-pct {
    font-size: 0.85rem;
  }
}
.real_voice2026_questionnaire__graph-pie-pct:last-child {
  transform: translate(-50%, -50%) translateY(-12px);
}

.real_voice2026_questionnaire__graph-pie-legend {
  flex: 1;
  min-width: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__graph-pie-legend {
    font-size: 0.85rem;
  }
}
.real_voice2026_questionnaire__graph-pie-legend li {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.5em;
}
.real_voice2026_questionnaire__graph-pie-legend li:last-child {
  margin-bottom: 0;
}
.real_voice2026_questionnaire__graph-pie-legend li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.65em;
  height: 0.65em;
  border-radius: 2px;
  background: var(--pie-color, #ccc);
}
.real_voice2026_questionnaire__graph-pie-legend .real_voice2026_questionnaire__graph-pie-legend-pct {
  font-weight: 700;
  color: #000;
  margin-left: 0.25em;
}
.real_voice2026_questionnaire__graph-pie-legend .real_voice2026_questionnaire__graph-pie-legend-count {
  font-size: 0.9em;
  color: #666;
  margin-left: 0.15em;
}

.real_voice2026_questionnaire__summary {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__summary {
    font-size: 1rem;
  }
}

.real_voice2026_questionnaire__part2 {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #e0e0e0;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__part2 {
    margin-top: 5rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .real_voice2026_questionnaire__part2 {
    margin-top: 3rem;
    padding-top: 2.5rem;
  }
}

.real_voice2026_questionnaire__part2_ttl {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__part2_ttl {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.real_voice2026_questionnaire__rank--2col .real_voice2026_questionnaire__box {
  max-width: 360px;
}

.real_voice2026_questionnaire__list {
  margin: 0 auto 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  line-height: 2;
}
.real_voice2026_questionnaire__list li {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__list {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}

.real_voice2026_questionnaire__cta {
  margin-top: 4rem;
  padding-top: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__cta {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .real_voice2026_questionnaire__cta {
    margin-top: 3rem;
    padding-top: 2.5rem;
    gap: 2.5rem;
    flex-direction: column;
    align-items: center;
  }
}

.real_voice2026_questionnaire__cta_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;
  min-width: 200px;
  max-width: 430px;
}
@media screen and (max-width: 767px) {
  .real_voice2026_questionnaire__cta_item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

.real_voice2026_questionnaire__cta_photo {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__cta_photo {
    width: 170px;
    height: 170px;
  }
}
.real_voice2026_questionnaire__cta_photo--left {
  left: -230px;
  top: 10%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .real_voice2026_questionnaire__cta_photo--left {
    left: 1%;
    top: -5rem;
    transform: translate(-50%, 0);
  }
}
.real_voice2026_questionnaire__cta_photo--right {
  right: -190px;
  top: 130%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .real_voice2026_questionnaire__cta_photo--right {
    right: 3%;
    bottom: -8rem;
    top: auto;
    transform: translate(50%, 0);
  }
}

.real_voice2026_questionnaire__cta_label {
  display: block;
  width: 100%;
  height: 38px;
  margin: 0 0 1rem;
  text-align: center;
}
.real_voice2026_questionnaire__cta_label img {
  display: inline-block;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.real_voice2026_questionnaire__cta_btn {
  background: linear-gradient(90deg, rgb(237, 220, 0) 0%, rgb(245, 216, 0) 56%, rgb(255, 210, 0) 100%);
  color: #fff;
  width: 100%;
  height: 72px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  margin: auto;
  font-weight: 700;
  border: none;
  text-decoration: none;
  transition: opacity 0.2s;
  box-sizing: border-box;
}
.real_voice2026_questionnaire__cta_btn:hover {
  opacity: 0.92;
}
@media screen and (max-width: 767px) {
  .real_voice2026_questionnaire__cta_btn {
    height: auto;
    padding: 10px;
  }
}

.real_voice2026_questionnaire__cta_btn_main {
  display: block;
  font-size: 1.46em;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .real_voice2026_questionnaire__cta_btn_main {
    text-align: center;
    padding: 0;
  }
}

.real_voice2026_questionnaire__cta_btn_sub {
  display: block;
  margin-top: 0.2em;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__cta_btn_sub {
    font-size: 0.875rem;
  }
}

.real_voice2026_questionnaire__cta_note {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .real_voice2026_questionnaire__cta_note {
    font-size: 0.8125rem;
  }
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3Njc3MvX3NldHRpbmcuc2NzcyIsIi4uL3Njc3MvcmVhbC12b2ljZTIwMjYuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBdUJBO0VBQ0U7OztBQ2xCRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFJRjtFQUNFO0lBRUU7O0VBRUY7SUFDRTs7O0FBSUo7RUFDRTtJQUVFOztFQUVGO0lBQ0U7OztBQUtKO0VBQ0U7RUFDQTtFQUNBOztBRHJCQTtFQ2tCRjtJQU1JOzs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOztBRGxDRjtFQ2dDQTtJQUtJO0lBQ0E7OztBQUdGO0VBQ0U7O0FEMUNKO0VDeUNFO0lBSUk7SUFDQTtJQUNBOzs7O0FBa0JOO0FBQUE7RUFFRTtFQUNBOztBRHBFRjtFQ2lFQTtBQUFBO0lBTUk7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEMUhKO0VDMkZBO0lBbUNJO0lBQ0E7O0VBRUE7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBS047RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QURsSkY7RUN3SUE7SUFhSTtJQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBRHBMSjtFQ3NKQTtJQWtDSTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7Ozs7QUFRTjtFQUNFO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBRDlNRjtFQ3FNRjtJQWFJOzs7O0FBTUo7RUFDRTtFQUNBO0VBQ0E7RUFD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 */