/* LESS Document */
main {
  padding-bottom: 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	pageHeader
+++++++++++++++++++++++++++++++++++++++++++ */
.pageHeader {
  flex-direction: column;
  justify-content: flex-start;
  gap: 60px;
}
.pageHeader hgroup p::first-letter {
  color: #CB2275;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	棒グラフ
+++++++++++++++++++++++++++++++++++++++++++ */
.grafBar_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0;
}
.grafBar_item dt {
  min-width: 100px;
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .grafBar_item dt {
    min-width: 20vw;
    font-size: 4vw;
  }
}
.grafBar_item dd {
  flex: 1;
  position: relative;
}
.grafBar_item dd::before {
  content: '';
  display: block;
  width: 0;
  height: 29px;
  background: #2EA23B;
}
.grafBar_item dd .num {
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 500;
  white-space: nowrap;
  position: absolute;
  top: 0px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .grafBar_item dd .num {
    font-size: clamp(1px, 4vw, 2rem);
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	円グラフ
+++++++++++++++++++++++++++++++++++++++++++ */
.graf_start .graf ul {
  animation: opacity 1s 2s forwards;
}
.graf {
  position: relative;
}
.graf ul {
  opacity: 0;
}
.graf ul li {
  position: absolute;
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .graf ul li {
    font-size: clamp(1px, 3.2vw, 1.6rem);
  }
}
.graf ul li .num {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .graf ul li .num {
    font-size: clamp(1px, 4.8vw, 2.4rem);
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	opacity
+++++++++++++++++++++++++++++++++++++++++++ */
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	box
+++++++++++++++++++++++++++++++++++++++++++ */
.dataArea {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFEFF7 5%, #FFEFF7 95%, rgba(255, 255, 255, 0) 100%);
  margin-top: 80px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .dataArea {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .dataArea {
    margin-top: 0;
    padding: 0 0 50px;
  }
}
.dataArea .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 25px 0;
  flex-wrap: wrap;
}
.dataArea .dataItem {
  width: calc(50% - 15px);
  min-height: 330px;
  padding: 15px 25px;
  background: #FFF;
  border-radius: 18px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .dataArea .dataItem {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .dataArea .dataItem {
    min-height: 0;
    padding: 20px 10px;
  }
}
.dataArea .dataItem.w100 {
  width: 100%;
}
.dataArea .dataItem h2 {
  margin: 0 0 20px;
  line-height: 1.5;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dataArea .dataItem h2 {
    margin-bottom: 10px;
    font-size: 4.8vw;
  }
}
.dataArea .dataItem h2 span {
  display: inline-block;
  color: #CE2177;
  font-size: 3.6rem;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 767px) {
  .dataArea .dataItem h2 span {
    font-size: 7.2vw;
  }
}
img[src*="subtract"] {
  vertical-align: middle;
  margin-right: 5px;
}
.total {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .total {
    font-size: 4vw;
  }
}
.total .odometer.odometer-auto-theme,
.total .odometer.odometer-theme-default {
  vertical-align: 0;
}
.total .num {
  padding: 0 5px;
  color: #CE2177;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .total .num {
    font-size: 8vw;
  }
}
.graf {
  width: 203px;
  height: 203px;
}
.data ul {
  margin-bottom: 10px;
}
.data ul li {
  margin-bottom: 5px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q1
+++++++++++++++++++++++++++++++++++++++++++ */
#q1 .flex {
  max-width: 420px;
  margin: 0 auto;
  gap: 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #q1 .flex {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #q1 .flex .graf {
    order: -1;
  }
}
#q1 .flex .graf ul li:nth-of-type(1) {
  top: 64px;
  right: 16px;
}
#q1 .flex .graf ul li:nth-of-type(2) {
  bottom: 16px;
  right: 82px;
}
#q1 .flex .graf ul li:nth-of-type(3) {
  font-size: 1.4rem;
  bottom: 50px;
  left: 20px;
}
#q1 .flex .graf ul li:nth-of-type(4) {
  top: 50px;
  left: 24px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q2
+++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 767px) {
  #q2 .graf ul {
    width: 203px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
#q2 .graf ul li:nth-of-type(1) {
  top: 90px;
  right: 16px;
}
#q2 .graf ul li:nth-of-type(2) {
  top: 16px;
  left: 60px;
}
#q2 .flex {
  max-width: 600px;
  margin: 0 auto;
  gap: 0;
}
@media screen and (max-width: 767px) {
  #q2 .flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #q2 .flex .graf {
    order: -1;
    width: 100%;
    text-align: center;
  }
  #q2 .flex .graf canvas {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #q2 .flex .data {
    width: 50%;
    text-align: center;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q3
+++++++++++++++++++++++++++++++++++++++++++ */
#q3.graf_start .grafBar_item dd .num {
  animation: opacity 1s 2s forwards;
}
#q3.graf_start .grafBar_item dd.q3_a::before {
  animation: graf3_a 1s forwards;
  background: #F54949;
}
#q3.graf_start .grafBar_item dd.q3_b::before {
  animation: graf3_b 1s 0.2s forwards;
  background: #FFA600;
}
#q3.graf_start .grafBar_item dd.q3_c::before {
  animation: graf3_c 1s 0.4s forwards;
  background: #60C205;
}
#q3.graf_start .grafBar_item dd.q3_d::before {
  animation: graf3_d 1s 0.6s forwards;
  background: #00C2EE;
}
@media screen and (max-width: 1023px) {
  #q3 .grafBar {
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  #q3 .grafBar {
    padding-right: 15vw;
  }
}
#q3 .grafBar_item dd {
  max-width: 420px;
  width: 0%;
}
@media screen and (max-width: 1023px) {
  #q3 .grafBar_item dd {
    max-width: none;
  }
}
#q3 .grafBar_item dd::before {
  height: 29px;
}
@media screen and (max-width: 767px) {
  #q3 .grafBar_item dd::before {
    height: 6vw;
  }
}
#q3 .grafBar_item dd.q3_a .num {
  left: calc(66.8% + 12px);
}
#q3 .grafBar_item dd.q3_b .num {
  left: calc(33.4% + 12px);
}
#q3 .grafBar_item dd.q3_c .num {
  left: calc(33.4% + 12px);
}
#q3 .grafBar_item dd.q3_d .num {
  left: calc(100% + 12px);
}
#q3 .flex {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  #q3 .flex {
    padding-top: 0;
    gap: 20px;
  }
}
#q3 .flex .flexImg {
  padding-left: 50px;
}
@media screen and (max-width: 1023px) {
  #q3 .flex .flexImg {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #q3 .flex .flexImg {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #q3 .flex .flexText h2 {
    order: -1;
  }
}
@keyframes graf3_a {
  100% {
    width: 66.8%;
  }
}
@keyframes graf3_b {
  100% {
    width: 33.4%;
  }
}
@keyframes graf3_c {
  100% {
    width: 33.4%;
  }
}
@keyframes graf3_d {
  100% {
    width: 100%;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q4
+++++++++++++++++++++++++++++++++++++++++++ */
#q4 .graf ul li:nth-of-type(1) {
  bottom: 24px;
  right: 48px;
}
#q4 .graf ul li:nth-of-type(2) {
  top: 34px;
  left: 28px;
}
#q4 .flex {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #q4 .flex {
    align-items: center;
    gap: 20px;
  }
}
#q4 .flex .data {
  min-width: 198px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q5
+++++++++++++++++++++++++++++++++++++++++++ */
#q5.graf_start .grafBar_item dd .num {
  animation: opacity 1s 2s forwards;
}
#q5.graf_start .grafBar_item dd.q5_a::before {
  animation: graf5_a 1s forwards;
  background: #F54949;
}
#q5.graf_start .grafBar_item dd.q5_b::before {
  animation: graf5_b 1s 0.2s forwards;
  background: #FFA600;
}
#q5.graf_start .grafBar_item dd.q5_c::before {
  animation: graf5_a 1s 0.4s forwards;
  background: #60C205;
}
#q5.graf_start .grafBar_item dd.q5_d::before {
  height: 1px;
  background: #00C2EE;
}
#q5 .grafBar {
  display: flex;
  align-items: flex-end;
  gap: 25px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #q5 .grafBar {
    justify-content: center;
  }
}
#q5 .grafBar_item {
  flex-direction: column-reverse;
  gap: 2px;
}
#q5 .grafBar_item dt {
  min-width: 0;
  font-size: 2rem;
  line-height: 1.2;
}
#q5 .grafBar_item dt[data-name="A型"] {
  color: #F54949;
}
#q5 .grafBar_item dt[data-name="B型"] {
  color: #FFA600;
}
#q5 .grafBar_item dt[data-name="O型"] {
  color: #60C205;
}
#q5 .grafBar_item dt[data-name="AB型"] {
  color: #00C2EE;
}
#q5 .grafBar_item dt strong {
  font-size: 3.2rem;
}
#q5 .grafBar_item dd {
  max-width: 128px;
  height: 128px;
}
@media screen and (max-width: 1023px) {
  #q5 .grafBar_item dd {
    max-width: none;
  }
}
#q5 .grafBar_item dd::before {
  width: 40px;
  height: 0;
}
#q5 .grafBar_item dd .num {
  display: block;
  width: 60px;
  text-align: center;
  top: -28px;
  left: -10px;
}
#q5 .flex {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #q5 .flex .flexImg {
    text-align: center;
    order: -1;
  }
}
@keyframes graf5_a {
  100% {
    height: 128px;
  }
}
@keyframes graf5_b {
  100% {
    height: 42px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q6
+++++++++++++++++++++++++++++++++++++++++++ */
#q6 .graf {
  max-width: 203px;
  margin: 0 auto;
}
#q6 .graf ul li {
  color: #000;
  text-align: center;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #q6 .graf ul li {
    font-size: clamp(1px, 3.2vw, 1.6rem);
    text-shadow: 0 0 1px #FFF;
  }
}
#q6 .graf ul li:nth-of-type(1) {
  top: -4px;
  right: -68px;
}
@media screen and (max-width: 767px) {
  #q6 .graf ul li:nth-of-type(1) {
    top: -12px;
    right: -7vw;
  }
}
#q6 .graf ul li:nth-of-type(1)::before {
  content: url(../img/line_red.svg);
  position: absolute;
  left: -48px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  #q6 .graf ul li:nth-of-type(1)::before {
    content: none;
  }
}
#q6 .graf ul li:nth-of-type(1) .num {
  color: #F54949;
}
#q6 .graf ul li:nth-of-type(2) {
  top: 82px;
  right: -108px;
}
@media screen and (max-width: 767px) {
  #q6 .graf ul li:nth-of-type(2) {
    right: -15vw;
  }
}
#q6 .graf ul li:nth-of-type(2)::before {
  content: url(../img/line_yellow.svg);
  position: absolute;
  left: -36px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  #q6 .graf ul li:nth-of-type(2)::before {
    content: none;
  }
}
#q6 .graf ul li:nth-of-type(2) .num {
  color: #FFA600;
}
#q6 .graf ul li:nth-of-type(3) {
  top: 34px;
  left: -92px;
}
@media screen and (max-width: 767px) {
  #q6 .graf ul li:nth-of-type(3) {
    top: 6px;
    left: -12vw;
  }
}
#q6 .graf ul li:nth-of-type(3)::before {
  content: url(../img/line_green.svg);
  position: absolute;
  right: -36px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  #q6 .graf ul li:nth-of-type(3)::before {
    content: none;
  }
}
#q6 .graf ul li:nth-of-type(3) .num {
  color: #60C205;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q7
+++++++++++++++++++++++++++++++++++++++++++ */
#q7 .columnBox {
  max-width: 500px;
  margin: 0 auto;
}
#q7 .columnBox .columnItem [data-name] {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #q7 .columnBox .columnItem [data-name] {
    font-size: 4.8vw;
  }
}
#q7 .columnBox .columnItem [data-name="インドア"] {
  color: #F54949;
}
#q7 .columnBox .columnItem [data-name="アウトドア"] {
  color: #FFA600;
}
#q7 .columnBox .columnItem strong {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #q7 .columnBox .columnItem strong {
    font-size: 6.4vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q8
+++++++++++++++++++++++++++++++++++++++++++ */
#q8 {
  position: relative;
}
#q8.graf_start .grafBar_item dd .num {
  animation: opacity 1s 2s forwards;
}
#q8.graf_start .grafBar_item dd.q8_a::before {
  animation: graf8_a 1s forwards;
  background: #F54949;
}
#q8.graf_start .grafBar_item dd.q8_b::before {
  animation: graf8_b 1s 0.2s forwards;
  background: #FFA600;
}
#q8.graf_start .grafBar_item dd.q8_c::before {
  animation: graf8_c 1s 0.4s forwards;
  background: #60C205;
}
#q8.graf_start .grafBar_item dd.q8_d::before {
  animation: graf8_c 1s 0.6s forwards;
  background: #00C2EE;
}
#q8.graf_start .grafBar_item dd.q8_e::before {
  animation: graf8_c 1s 0.8s forwards;
  background: #C84FC6;
}
#q8 .grafBar {
  max-width: 615px;
  margin: 0 0 0 182px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #q8 .grafBar {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}
@media screen and (max-width: 767px) {
  #q8 .grafBar {
    max-width: none;
    margin: 0;
    padding-right: 15vw;
  }
}
@media screen and (max-width: 767px) {
  #q8 .grafBar_item {
    background: rgba(255, 255, 255, 0.6);
  }
}
#q8 .grafBar_item dt {
  min-width: 220px;
}
@media screen and (max-width: 767px) {
  #q8 .grafBar_item dt {
    min-width: 25vw;
    font-size: 3.6vw;
    line-height: 1.2;
  }
}
#q8 .grafBar_item dd {
  max-width: 375px;
  width: 0%;
}
@media screen and (max-width: 1023px) {
  #q8 .grafBar_item dd {
    max-width: none;
  }
}
#q8 .grafBar_item dd::before {
  height: 29px;
}
@media screen and (max-width: 767px) {
  #q8 .grafBar_item dd::before {
    height: 6vw;
  }
}
#q8 .grafBar_item dd.q8_a .num {
  left: calc(100% + 12px);
}
#q8 .grafBar_item dd.q8_b .num {
  left: calc(66.6% + 12px);
}
#q8 .grafBar_item dd.q8_c .num {
  left: calc(33.3% + 12px);
}
#q8 .grafBar_item dd.q8_d .num {
  left: calc(33.3% + 12px);
}
#q8 .grafBar_item dd.q8_e .num {
  left: calc(33.3% + 12px);
}
#q8 .img_left {
  position: absolute;
  top: 50px;
  left: 40px;
}
@media screen and (max-width: 1023px) {
  #q8 .img_left {
    width: 12vw;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #q8 .img_left {
    display: none;
  }
}
#q8 .img_right {
  position: absolute;
  bottom: 30px;
  right: 44px;
}
@media screen and (max-width: 1023px) {
  #q8 .img_right {
    width: 24vw;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #q8 .img_right {
    width: 46vw;
    bottom: 10px;
  }
}
@keyframes graf8_a {
  100% {
    width: 100%;
  }
}
@keyframes graf8_b {
  100% {
    width: 66.6%;
  }
}
@keyframes graf8_c {
  100% {
    width: 33.3%;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q9
+++++++++++++++++++++++++++++++++++++++++++ */
#q9.graf_start .barWrap .bar {
  animation: seesaw_rotate 1s 0.2s ease-in forwards;
}
@media screen and (max-width: 1023px) {
  #q9.graf_start .barWrap .bar {
    animation-delay: 0s;
  }
}
#q9.graf_start .barWrap .ios,
#q9.graf_start .barWrap .android {
  animation: opacity 1s 1.5s forwards;
}
@media screen and (max-width: 1023px) {
  #q9.graf_start .barWrap .ios,
  #q9.graf_start .barWrap .android {
    animation-delay: 1.5s;
  }
}
#q9 h2 {
  margin-bottom: 0;
}
#q9 .barWrap {
  max-width: 360px;
  height: 250px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #q9 .barWrap {
    height: 250px;
  }
}
#q9 .barWrap::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border-radius: 50%;
  background: #F54949;
  position: absolute;
  bottom: 47px;
  left: 0;
  right: 0;
  z-index: 1;
}
#q9 .barWrap::after {
  content: '';
  display: block;
  width: 12px;
  height: 30px;
  margin: 0 auto;
  background: #9D9D9D;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
}
#q9 .barWrap .bar {
  width: 100%;
  height: 8px;
  background: #F54949;
  transform-origin: bottom center;
  position: absolute;
  bottom: 50px;
}
#q9 .barWrap .bar::before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background: #FFA600;
  position: absolute;
  left: 0;
  top: 0;
}
#q9 .barWrap .ios,
#q9 .barWrap .android {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
  opacity: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #q9 .barWrap .ios,
  #q9 .barWrap .android {
    font-size: 3.6vw;
  }
}
#q9 .barWrap .ios .num,
#q9 .barWrap .android .num {
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #q9 .barWrap .ios .num,
  #q9 .barWrap .android .num {
    font-size: 4.8vw;
  }
}
#q9 .barWrap .android {
  top: 12px;
  left: -18px;
}
@media screen and (max-width: 767px) {
  #q9 .barWrap .android {
    left: 15px;
  }
}
#q9 .barWrap .android .num {
  color: #FFA600;
}
#q9 .barWrap .ios {
  top: 70px;
  right: -12px;
}
@media screen and (max-width: 767px) {
  #q9 .barWrap .ios {
    right: 20px;
  }
}
#q9 .barWrap .ios .num {
  color: #F54949;
}
#q9 .barWrap_img {
  margin: auto;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes seesaw_rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(10deg);
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q10
+++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 767px) {
  #q10 .graf {
    order: -1;
  }
}
#q10 .graf ul li:nth-of-type(1) {
  top: 34px;
  right: 34px;
}
#q10 .graf ul li:nth-of-type(2) {
  bottom: 15px;
  right: 75px;
}
#q10 .graf ul li:nth-of-type(3) {
  bottom: 42px;
  left: 24px;
}
#q10 .graf ul li:nth-of-type(4) {
  top: 26px;
  left: 44px;
}
#q10 .flex {
  max-width: 430px;
  gap: 10px;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #q10 .flex {
    gap: 20px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q11
+++++++++++++++++++++++++++++++++++++++++++ */
#q11 {
  position: relative;
}
#q11 img {
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-30px);
}
@media screen and (max-width: 1023px) {
  #q11 img {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #q11 img {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1023px) {
  #q11 ul {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #q11 ul {
    height: calc(205px + 40vw);
  }
}
#q11 ul li {
  padding: 14px 25px;
  border-radius: 50px;
  line-height: 1.2;
  background: #D95797;
  color: #FFF;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #q11 ul li {
    font-size: 2.8vw;
    padding: 6px 3vw;
  }
}
#q11 ul li:nth-of-type(1) {
  top: 102px;
  left: 58px;
}
@media screen and (max-width: 1023px) {
  #q11 ul li:nth-of-type(1) {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #q11 ul li:nth-of-type(1) {
    left: 20px;
  }
}
#q11 ul li:nth-of-type(2) {
  top: 206px;
  left: 46px;
}
@media screen and (max-width: 1023px) {
  #q11 ul li:nth-of-type(2) {
    top: 150px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #q11 ul li:nth-of-type(2) {
    top: 25vw;
    left: 20px;
  }
}
#q11 ul li:nth-of-type(3) {
  top: 94px;
  left: 334px;
}
@media screen and (max-width: 1023px) {
  #q11 ul li:nth-of-type(3) {
    top: -20px;
    left: 35%;
  }
}
@media screen and (max-width: 767px) {
  #q11 ul li:nth-of-type(3) {
    top: 15vw;
    left: 0;
  }
}
#q11 ul li:nth-of-type(4) {
  top: 220px;
  left: 318px;
}
@media screen and (max-width: 1023px) {
  #q11 ul li:nth-of-type(4) {
    top: 82px;
    left: 25%;
  }
}
@media screen and (max-width: 767px) {
  #q11 ul li:nth-of-type(4) {
    top: 15vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#q11 ul li:nth-of-type(5) {
  top: 50px;
  right: 156px;
}
@media screen and (max-width: 1023px) {
  #q11 ul li:nth-of-type(5) {
    top: -20px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #q11 ul li:nth-of-type(5) {
    top: 0;
    right: 20px;
  }
}
#q11 ul li:nth-of-type(6) {
  top: 140px;
  right: 34px;
}
@media screen and (max-width: 1023px) {
  #q11 ul li:nth-of-type(6) {
    top: 75px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  #q11 ul li:nth-of-type(6) {
    top: 15vw;
    right: 0;
  }
}
#q11 ul li:nth-of-type(7) {
  top: 222px;
  right: 120px;
}
@media screen and (max-width: 1023px) {
  #q11 ul li:nth-of-type(7) {
    top: 150px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #q11 ul li:nth-of-type(7) {
    top: 25vw;
    right: 20px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q12
+++++++++++++++++++++++++++++++++++++++++++ */
#q12 {
  position: relative;
}
#q12 .graf {
  max-width: 203px;
  margin: 0 auto;
}
#q12 .graf ul li {
  color: #000;
  text-align: center;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #q12 .graf ul li {
    font-size: clamp(1px, 3.2vw, 1.6rem);
    text-shadow: 0 0 1px #FFF;
  }
}
#q12 .graf ul li:nth-of-type(1) {
  top: -4px;
  right: -68px;
}
@media screen and (max-width: 767px) {
  #q12 .graf ul li:nth-of-type(1) {
    right: -10vw;
  }
}
#q12 .graf ul li:nth-of-type(1)::before {
  content: url(../img/line_red.svg);
  position: absolute;
  left: -48px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  #q12 .graf ul li:nth-of-type(1)::before {
    content: none;
  }
}
#q12 .graf ul li:nth-of-type(1) .num {
  color: #F54949;
}
#q12 .graf ul li:nth-of-type(2) {
  bottom: 8px;
  right: -144px;
}
@media screen and (max-width: 767px) {
  #q12 .graf ul li:nth-of-type(2) {
    bottom: -8px;
    right: -19vw;
  }
}
#q12 .graf ul li:nth-of-type(2)::before {
  content: url(../img/line_yellow2.svg);
  position: absolute;
  left: -16px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  #q12 .graf ul li:nth-of-type(2)::before {
    content: none;
  }
}
#q12 .graf ul li:nth-of-type(2) .num {
  color: #FFA600;
}
#q12 .graf ul li:nth-of-type(3) {
  top: 16px;
  left: -92px;
}
@media screen and (max-width: 767px) {
  #q12 .graf ul li:nth-of-type(3) {
    left: -13vw;
  }
}
#q12 .graf ul li:nth-of-type(3)::before {
  content: url(../img/line_green.svg);
  position: absolute;
  right: -36px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  #q12 .graf ul li:nth-of-type(3)::before {
    content: none;
  }
}
#q12 .graf ul li:nth-of-type(3) .num {
  color: #60C205;
}
#q12 img {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
@media screen and (max-width: 767px) {
  #q12 img {
    max-width: 117px;
    width: 17vw;
    left: 10px;
    bottom: 10px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q13
+++++++++++++++++++++++++++++++++++++++++++ */
#q13.graf_start .grafBar_item dd .num {
  animation: opacity 1s 2s forwards;
}
#q13.graf_start .grafBar_item dd.q13_a::before {
  animation: graf13_a 1s forwards;
  background: #F54949;
}
#q13.graf_start .grafBar_item dd.q13_b::before {
  animation: graf13_b 1s 0.2s forwards;
  background: #FFA600;
}
#q13.graf_start .grafBar_item dd.q13_c::before {
  animation: graf13_a 1s 0.4s forwards;
  background: #60C205;
}
#q13.graf_start .grafBar_item dd.q13_d::before {
  animation: graf13_b 1s 0.6s forwards;
  background: #00C2EE;
}
#q13.graf_start .grafBar_item dd.q13_e::before {
  animation: graf13_b 1s 0.8s forwards;
  background: #C84FC6;
}
@media screen and (max-width: 1023px) {
  #q13 .grafBar {
    padding-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  #q13 .grafBar {
    padding-right: 16vw;
  }
}
#q13 .grafBar_item dd {
  max-width: 285px;
  width: 0%;
}
@media screen and (max-width: 1023px) {
  #q13 .grafBar_item dd {
    max-width: none;
  }
}
#q13 .grafBar_item dd::before {
  height: 29px;
}
@media screen and (max-width: 767px) {
  #q13 .grafBar_item dd::before {
    height: 6vw;
  }
}
#q13 .grafBar_item dd.q13_a .num {
  left: calc(100% + 12px);
}
#q13 .grafBar_item dd.q13_b .num {
  left: calc(50% + 12px);
}
#q13 .grafBar_item dd.q13_c .num {
  left: calc(100% + 12px);
}
#q13 .grafBar_item dd.q13_d .num {
  left: calc(50% + 12px);
}
#q13 .grafBar_item dd.q13_e .num {
  left: calc(50% + 12px);
}
@keyframes graf13_a {
  100% {
    width: 100%;
  }
}
@keyframes graf13_b {
  100% {
    width: 50%;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q14
+++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 767px) {
  #q14 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 20px 0;
    flex-direction: column;
  }
}
#q14.graf_start ul li[data-name="プログラマー"] {
  animation: bar_move 0.56s linear forwards;
}
#q14.graf_start ul li[data-name="システムエンジニア"] {
  animation: bar_move 0.96s 0.56s linear forwards;
}
#q14.graf_start ul li[data-name="インフラエンジニア"] {
  animation: bar_move 0.18s 1.52s linear forwards;
}
#q14.graf_start ul li[data-name="人事・経理職"] {
  animation: bar_move 0.18s 1.7s linear forwards;
}
#q14.graf_start ul li[data-name="営業職"] {
  animation: bar_move 0.12s 1.88s linear forwards;
}
@media screen and (max-width: 767px) {
  #q14 h2 {
    margin: 0;
  }
}
#q14 .flex {
  text-align: center;
  padding: 0 50px;
}
@media screen and (max-width: 1023px) {
  #q14 .flex {
    gap: 10px;
    padding: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) and screen and (max-width: 767px) {
  #q14 .flex {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  #q14 .flex {
    flex-wrap: wrap;
    justify-content: center;
    order: 1;
  }
}
#q14 .flex > div {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #q14 .flex > div {
    width: calc(50% - 10px);
  }
}
#q14 .flex > div[data-name="プログラマー"] .num {
  color: #F54949;
}
#q14 .flex > div[data-name="システムエンジニア"] .num {
  color: #FFA600;
}
#q14 .flex > div[data-name="インフラエンジニア"] .num {
  color: #60C205;
}
#q14 .flex > div[data-name="人事・経理職"] .num {
  color: #00C2EE;
}
#q14 .flex > div[data-name="営業職"] .num {
  color: #C84FC6;
}
#q14 .flex > div .num {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #q14 .flex > div .num {
    font-size: 4.8vw;
  }
}
#q14 .flex > div img {
  margin-top: 5px;
}
#q14 ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #q14 ul {
    margin-top: 0;
    font-size: 2.8vw;
  }
}
#q14 ul li {
  color: #FFF;
  border-left: #FFF 3px solid;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #q14 ul li {
    border-left-width: 2px;
  }
}
#q14 ul li[data-name] {
  background-size: 200% auto;
  background-position: 0% 0%;
}
#q14 ul li[data-name="プログラマー"] {
  width: 28%;
  background-image: linear-gradient(to right, #FFF 0, #FFF 50%, #F54949 50%, #F54949);
}
#q14 ul li[data-name="システムエンジニア"] {
  width: 48%;
  background-image: linear-gradient(to right, #FFF 0, #FFF 50%, #FFA600 50%, #FFA600);
}
#q14 ul li[data-name="インフラエンジニア"] {
  width: 9%;
  background-image: linear-gradient(to right, #FFF 0, #FFF 50%, #60C205 50%, #60C205);
}
#q14 ul li[data-name="人事・経理職"] {
  width: 9%;
  background-image: linear-gradient(to right, #FFF 0, #FFF 50%, #00C2EE 50%, #00C2EE);
}
#q14 ul li[data-name="営業職"] {
  width: 6%;
  background-image: linear-gradient(to right, #FFF 0, #FFF 50%, #C84FC6 50%, #C84FC6);
}
@keyframes bar_move {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q15
+++++++++++++++++++++++++++++++++++++++++++ */
#q15 {
  position: relative;
}
#q15.graf_start ul li {
  animation: opacity 1.5s forwards;
}
#q15 h2 {
  margin-bottom: 30px;
}
#q15 img {
  position: absolute;
  top: 30px;
  right: 44px;
}
@media screen and (max-width: 1023px) {
  #q15 img {
    top: 85px;
  }
}
@media screen and (max-width: 767px) {
  #q15 img {
    width: 25vw;
    margin: auto;
    top: 22vw;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #q15 ul {
    margin-top: 44vw;
  }
}
#q15 ul li {
  margin-bottom: 1em;
  padding-right: 240px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #q15 ul li {
    padding-right: 0;
    line-height: 1.2;
  }
}
#q15 ul li:nth-last-of-type(1) {
  padding-right: 0;
}
#q15 ul li:nth-of-type(2) {
  animation-delay: 0.2s;
}
#q15 ul li:nth-of-type(3) {
  animation-delay: 0.4s;
}
#q15 ul li:nth-of-type(4) {
  animation-delay: 0.6s;
}
#q15 ul li:nth-of-type(5) {
  animation-delay: 0.8s;
}
#q15 ul li:nth-of-type(6) {
  animation-delay: 1s;
}
