@charset "UTF-8";
main {
  font-family: "Shippori Mincho", serif;
  background-color: #fff !important;
}

main * {
  line-height: 1.625 !important;
}

main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inline-block {
  display: inline-block;
}

.caption-voice p {
  text-align: center;
  font-size: 1rem;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.content,
.contentBukken {
  background-color: #F0ECE8;
  max-width: 1200px;
  margin: 130px auto 0;
  padding: 2rem;
}
.content-title,
.contentBukken-title {
  position: relative;
}
.content-title div,
.contentBukken-title div {
  color: #A67C52;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 auto 2rem;
}
.content-title div p,
.contentBukken-title div p {
  font-size: 80%;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .content-title div,
  .contentBukken-title div {
    font-size: 1.8rem;
  }
}
.content-title figure.titleNo,
.contentBukken-title figure.titleNo {
  position: absolute;
  max-width: 150px;
  left: 50%;
  transform: translateX(-50%);
  top: -90%;
}
@media screen and (min-width: 768px) {
  .content-title figure.titleNo,
  .contentBukken-title figure.titleNo {
    left: 30%;
    top: -76%;
  }
}

.chartArea {
  background-color: #fff;
  border-radius: 30px;
  padding: 20% 5% 5%;
  margin: 0 auto;
  position: relative;
}
.chartArea svg {
  overflow: auto !important;
  width: 100%;
  height: 100%;
}
.chartArea svg .bar {
  transition: all 1s ease;
}
.chartArea svg .bar:nth-child(10) {
  transition-delay: 0s;
}
.chartArea svg .bar:nth-child(9) {
  transition-delay: 0.1s;
}
.chartArea svg .bar:nth-child(8) {
  transition-delay: 0.2s;
}
.chartArea svg .bar:nth-child(7) {
  transition-delay: 0.3s;
}
.chartArea svg .bar:nth-child(6) {
  transition-delay: 0.4s;
}
.chartArea svg .bar:nth-child(5) {
  transition-delay: 0.5s;
}
.chartArea svg .bar:nth-child(4) {
  transition-delay: 0.6s;
}
.chartArea svg .bar:nth-child(3) {
  transition-delay: 0.7s;
}
.chartArea svg .bar:nth-child(2) {
  transition-delay: 0.8s;
}
.chartArea svg .bar:nth-child(1) {
  transition-delay: 0.9s;
}
.chartArea .bar-chart02-pieChart,
.chartArea .bar-chart-pieChart {
  opacity: 0;
  position: absolute;
  right: -10%;
  top: 2%;
  max-width: 40%;
}
@media screen and (min-width: 768px) {
  .chartArea .bar-chart02-pieChart,
  .chartArea .bar-chart-pieChart {
    top: 5%;
    right: -5%;
  }
}
.chartArea .bar-chart02-pieChart.active,
.chartArea .bar-chart-pieChart.active {
  transition: all 1s ease;
  opacity: 1;
  right: 2%;
}
@media screen and (min-width: 768px) {
  .chartArea .bar-chart02-pieChart.active,
  .chartArea .bar-chart-pieChart.active {
    right: 5%;
  }
}
.chartArea .bar-chart02-ranking1st,
.chartArea .bar-chart-ranking1st {
  transition: all 1s ease;
  opacity: 0;
  position: absolute;
  top: 5%;
  left: -10%;
  max-width: 40%;
}
@media screen and (min-width: 768px) {
  .chartArea .bar-chart02-ranking1st,
  .chartArea .bar-chart-ranking1st {
    top: 10%;
  }
}
.chartArea .bar-chart02-ranking1st.active,
.chartArea .bar-chart-ranking1st.active {
  opacity: 1;
  left: 8%;
}
.chartArea ul.chartList {
  writing-mode: vertical-rl; /* 右から左へ縦書き */
  text-orientation: upright; /* 文字の向きを立てる */
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 1.5%;
  width: 95%;
  margin: -30% auto 20%;
}
.chartArea ul.chartList li {
  display: block;
  font-size: clamp(0.75rem, 0.336rem + 2.07vw, 1.5rem);
  line-height: 1 !important;
}
.chartArea ul.chartList02 {
  padding: 0 3% 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .chartArea ul.chartList02 {
    padding: 0 3% 0 2%;
  }
}

.pointTxt {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  position: relative;
  padding: 5% 10%;
  max-width: 890px;
  width: 90%;
  margin: 10% auto 0;
}
.pointTxt figure {
  position: absolute;
  top: -8%;
  left: 5%;
  max-width: 100px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .pointTxt figure {
    max-width: 120px;
    top: -23%;
  }
}
@media screen and (min-width: 768px) {
  .pointTxt {
    padding: 3% 5%;
  }
}
.pointTxt_01 {
  background-color: rgba(106, 153, 142, 0.2);
}
.pointTxt_02 {
  background-color: rgba(198, 100, 104, 0.2);
}

.contentBukken {
  max-width: 1000px;
  background-color: #fff;
}
.contentBukken h4 {
  color: #A67C52;
  font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.contentBukken h4::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #A67C52;
}/*# sourceMappingURL=voice.css.map */