/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	
+++++++++++++++++++++++++++++++++++++++++++ */
#voice hgroup {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  min-width: 670px;
  max-width: max-content;
  height: 173px;
  margin: 0 auto 20px;
  font-size: 4.8rem;
  background: #96B100;
  clip-path: polygon(0 50px, 100% 0, calc(100% - 65px) 100%, 36px calc(100% - 25px));
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #voice hgroup {
    max-width: none;
    min-width: 0;
    height: 25vw;
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-size: 7.2vw;
    clip-path: polygon(0 0, 100% 0, calc(100% - 36px) calc(100% - 35px), 60px 100%);
  }
}
#voice hgroup h2 {
  display: block;
  height: auto;
  margin: 0;
  font-size: 2.4rem;
  color: #000;
  clip-path: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #voice hgroup h2 {
    font-size: 4.8vw;
  }
}
#voice section {
  min-height: 776px;
  padding: 0 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #voice section {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    flex-direction: column;
    padding-bottom: 0;
  }
}
#voice section:nth-of-type(2n) .voiceItem {
  margin-left: auto;
}
#voice section:nth-of-type(2n) .voiceHeader .voiceProf {
  padding: 20px 30px 27px 70px;
  clip-path: polygon(0 18px, 100% 0, calc(100% - 15px) 100%, 65px calc(100% - 25px));
  left: -10px;
  right: auto;
}
@media screen and (max-width: 1023px) {
  #voice section:nth-of-type(2n) .voiceHeader .voiceProf {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #voice section:nth-of-type(2n) .voiceHeader .voiceProf {
    padding: 25px 20px 25px 35px;
    clip-path: polygon(0 18px, 100% 0, calc(100% - 15px) 100%, 30px calc(100% - 15px));
  }
}
#voice section:nth-of-type(2n) .voiceHeader .voiceThumb {
  padding: 0 30px 0 0;
  text-align: right;
}
#voice section:nth-of-type(2n) .img {
  left: auto;
  right: 800px;
}
@media screen and (max-width: 1023px) {
  #voice section:nth-of-type(2n) .img {
    right: 70%;
  }
}
@media screen and (max-width: 767px) {
  #voice section:nth-of-type(2) {
    margin-top: 0;
  }
}
#voice section:nth-of-type(2) .voiceHeader .voiceProf {
  background: #4F764A;
}
#voice section:nth-of-type(2) .voiceText {
  border-color: #4F764A;
}
#voice section:nth-of-type(2) .voiceText:has(.toggleBtn:hover) {
  border-color: #3a5736;
}
#voice section:nth-of-type(2) .voiceText .toggleBtn {
  background: #4F764A;
}
#voice section:nth-of-type(2) .voiceText .toggleBtn:hover {
  background: #3a5736;
}
@media screen and (max-width: 767px) {
  #voice section:nth-of-type(3) {
    margin-top: 0;
  }
}
#voice section:nth-of-type(3) .voiceHeader .voiceProf {
  background: #7D325F;
}
#voice section:nth-of-type(3) .voiceText {
  border-color: #7D325F;
}
#voice section:nth-of-type(3) .voiceText:has(.toggleBtn:hover) {
  border-color: #592343;
}
#voice section:nth-of-type(3) .voiceText .toggleBtn {
  background: #7D325F;
}
#voice section:nth-of-type(3) .voiceText .toggleBtn:hover {
  background: #592343;
}
@media screen and (max-width: 767px) {
  #voice section:nth-of-type(4) {
    margin-top: 0;
  }
}
#voice section:nth-of-type(4) .voiceHeader .voiceProf {
  background: #A56D12;
}
#voice section:nth-of-type(4) .voiceText {
  border-color: #BC914D;
}
#voice section:nth-of-type(4) .voiceText:has(.toggleBtn:hover) {
  border-color: #9b763b;
}
#voice section:nth-of-type(4) .voiceText .toggleBtn {
  background: #A56D12;
}
#voice section:nth-of-type(4) .voiceText .toggleBtn:hover {
  background: #774f0d;
}
#voice section .img {
  width: max-content;
  position: absolute;
  left: 800px;
  top: -100px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #voice section .img {
    left: 70%;
  }
}
@media screen and (max-width: 767px) {
  #voice section .img {
    order: -1;
    width: 75vw;
    margin: 0 auto -200px;
    position: relative;
    top: auto!important;
    left: auto!important;
    right: auto!important;
    z-index: 0;
  }
}
#voice .voiceItem {
  width: 755px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #voice .voiceItem {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  #voice .voiceItem {
    width: 100%;
    text-align: center;
    min-height: 0;
    margin-bottom: 100px;
  }
}
#voice .voiceItem .voiceHeader {
  margin-bottom: -125px;
  min-height: 265px;
  position: relative;
  z-index: 2;
}
#voice .voiceItem .voiceHeader .voiceProf {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 534px;
  width: 100%;
  min-height: 157px;
  padding: 20px 80px 27px 35px;
  background: #006E87;
  color: #FFF;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 18px, calc(100% - 62px) calc(100% - 20px), 15px 100%);
}
@media screen and (max-width: 1023px) {
  #voice .voiceItem .voiceHeader .voiceProf {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  #voice .voiceItem .voiceHeader .voiceProf {
    width: 90%;
    min-height: 0;
    margin: auto;
    padding: 25px 30px 25px 20px;
    clip-path: polygon(0 0, 100% 18px, calc(100% - 30px) calc(100% - 20px), 15px 100%);
    top: auto!important;
    left: 0!important;
    right: 0!important;
    bottom: -10vw;
  }
}
#voice .voiceItem .voiceHeader .voiceProf .post {
  font-size: 2rem;
}
#voice .voiceItem .voiceHeader .voiceProf p {
  margin: 0;
  text-align: left;
  line-height: 1.2;
  font-weight: 400;
}
#voice .voiceItem .voiceHeader .voiceProf p.name {
  font-size: 3.1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #voice .voiceItem .voiceHeader .voiceProf p.name {
    font-size: 4.8vw;
  }
}
#voice .voiceItem .voiceHeader .voiceProf p.link {
  font-weight: bold;
  text-align: right;
}
#voice .voiceItem .voiceHeader .voiceProf p mark {
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0 13px;
  border-radius: 50px;
  background: #F80;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  vertical-align: 4px;
}
@media screen and (max-width: 767px) {
  #voice .voiceItem .voiceHeader .voiceProf p mark {
    display: block;
    width: max-content;
    font-size: 3vw;
  }
}
#voice .voiceItem .voiceHeader .voiceThumb {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #voice .voiceItem .voiceHeader .voiceThumb {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #voice .voiceItem .voiceHeader .voiceThumb img {
    width: 25%;
  }
}
#voice .voiceItem .voiceText {
  padding: 125px 40px 30px;
  border: #006E87 10px solid;
  background: #FFF;
  transition: 0.3s;
  text-align: left;
}
#voice .voiceItem .voiceText:has(.toggleBtn:hover) {
  border-color: #004454;
}
@media screen and (max-width: 1023px) {
  #voice .voiceItem .voiceText {
    padding: 125px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  #voice .voiceItem .voiceText {
    border-width: 5px;
    padding: 125px 10px 30px;
  }
}
#voice .voiceItem .voiceText h3 {
  margin: 0 0 10px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #voice .voiceItem .voiceText h3 {
    font-size: 4.4vw;
  }
}
#voice .voiceItem .voiceText .toggleBtn {
  width: 325px;
  height: 45px;
  margin: auto;
  border: none;
  border-radius: 0 0 10px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #006E87;
  color: #FFF;
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #voice .voiceItem .voiceText .toggleBtn {
    width: 50%;
    font-size: 3.6vw;
    bottom: -40px;
  }
}
#voice .voiceItem .voiceText .toggleBtn:hover {
  background: #004454;
}
.faqArea {
  padding: 0 0 0 40px;
}
.faqArea dt,
.faqArea dd {
  margin: 0 0 10px;
  font-weight: 400;
  position: relative;
}
.faqArea dt::before,
.faqArea dd::before {
  content: 'Q';
  font-size: 2.9rem;
  font-weight: 900;
  color: #09AADE;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: -40px;
}
.faqArea dd {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faqArea dd {
    margin-bottom: 10px;
  }
}
.faqArea dd::before {
  content: 'A';
  color: #BD2E5C;
  top: 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	data
+++++++++++++++++++++++++++++++++++++++++++ */
#data {
  background: #E2F1FF;
}
@media screen and (max-width: 1023px) {
  #data .inner {
    padding: 0 10px;
  }
}
#data hgroup {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  min-width: 670px;
  max-width: max-content;
  height: 173px;
  margin: 0 auto 20px;
  font-size: 4.8rem;
  background: #4EB4E0;
  clip-path: polygon(0 50px, 100% 0, calc(100% - 65px) 100%, 36px calc(100% - 25px));
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #data hgroup {
    max-width: none;
    min-width: 0;
    height: 25vw;
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-size: 7.2vw;
    clip-path: polygon(0 0, 100% 0, calc(100% - 36px) calc(100% - 35px), 60px 100%);
  }
}
#data hgroup h2 {
  display: block;
  height: auto;
  margin: 0;
  font-size: 2.4rem;
  color: #000;
  clip-path: none;
  text-align: center;
  background: none;
}
@media screen and (max-width: 767px) {
  #data hgroup h2 {
    font-size: 4.8vw;
  }
}
#data .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 25px 0;
  flex-wrap: wrap;
}
#data .inner .dataItem {
  width: calc(50% - 13px);
  min-height: 380px;
  padding: 20px 30px;
  background: #FFF;
  border-radius: 18px;
}
@media screen and (max-width: 1023px) {
  #data .inner .dataItem {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #data .inner .dataItem {
    min-height: 0;
    padding: 20px 10px;
  }
}
#data .inner .dataItem.w100 {
  width: 100%;
}
#data .inner .dataItem h3 {
  padding: 0 0 0 50px;
  font-size: 2.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #data .inner .dataItem h3 {
    font-size: 5.6vw;
    padding-left: 9vw;
  }
}
#data .inner .dataItem h3::before {
  content: 'Q.';
  display: block;
  width: 50px;
  height: 61px;
  color: #006ACE;
  line-height: 1.2;
  font-size: 4rem;
  flex-shrink: 0;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  #data .inner .dataItem h3::before {
    width: 10vw;
    height: 12vw;
    font-size: 8vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	棒グラフ
+++++++++++++++++++++++++++++++++++++++++++ */
.graf_bar > div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0;
}
.graf_bar > div dt {
  min-width: 100px;
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
}
.graf_bar > div dd {
  flex: 1;
  position: relative;
}
.graf_bar > div dd::before {
  content: '';
  display: block;
  width: 0;
  height: 39px;
  background: #2EA23B;
}
.graf_bar > div dd .num {
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  top: 0px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .graf_bar > div dd .num {
    font-size: 4.8vw;
  }
}
.graf_bar > div dd .num strong {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .graf_bar > div dd .num strong {
    font-size: 4.8vw;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	円グラフ
+++++++++++++++++++++++++++++++++++++++++++ */
.graf ul li .num {
  display: inline-block;
  min-width: 70px;
  padding: 3px 0;
  text-align: center;
  border-radius: 50px;
  font-size: 1.6rem;
  color: #FFF;
  background: #004360;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	box
+++++++++++++++++++++++++++++++++++++++++++ */
.box {
  padding: 15px 11px;
  background: none;
  border: #000 2px solid;
  border-radius: 17px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 3px 4px 0 #09AADE;
}
@media screen and (max-width: 1023px) {
  .box {
    max-width: max-content;
    width: 100%;
    margin: auto;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .box {
    font-size: 4vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q1
+++++++++++++++++++++++++++++++++++++++++++ */
#q1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  #q1 h2 {
    margin-bottom: 0;
  }
}
#q1 .flex {
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #q1 .flex {
    flex-direction: column;
    gap: 0;
  }
}
#q1 .flex .map {
  width: max-content;
  flex-shrink: 0;
  padding-left: 70px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #q1 .flex .map {
    padding: 0;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #q1 .flex .map {
    transform: scale(0.7);
    margin: 0 0 0 20px;
  }
}
#q1 .flex .map ul li {
  text-align: left;
  line-height: 1.2;
  font-size: 2rem;
  white-space: nowrap;
  position: absolute;
}
#q1 .flex .map ul li.tokyo {
  bottom: -8px;
  right: 60px;
}
#q1 .flex .map ul li.tokyo .num {
  color: #14AE5C;
}
#q1 .flex .map ul li.kanagawa {
  bottom: -8px;
  right: 180px;
}
#q1 .flex .map ul li.kanagawa .num {
  color: #0D99FF;
}
#q1 .flex .map ul li.saitama {
  top: 114px;
  right: 0;
}
#q1 .flex .map ul li.saitama .num {
  color: #F24822;
}
#q1 .flex .map ul li.chiba {
  bottom: 64px;
  right: -44px;
}
@media screen and (max-width: 767px) {
  #q1 .flex .map ul li.chiba {
    right: -20px;
    background: #FFF;
  }
}
#q1 .flex .map ul li.chiba .num {
  color: #FFA629;
}
#q1 .flex .map ul li.nagano {
  top: 80px;
  left: 160px;
}
#q1 .flex .map ul li.nagano .num {
  color: #FF5D82;
}
#q1 .flex .map ul li.ehime {
  top: 140px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  #q1 .flex .map ul li.ehime {
    left: -10px;
  }
}
#q1 .flex .map ul li.ehime .num {
  color: #EA6889;
}
#q1 .flex .map ul li.okinawa {
  top: 250px;
  left: -10px;
}
@media screen and (max-width: 1023px) {
  #q1 .flex .map ul li.okinawa {
    left: -88px;
  }
}
@media screen and (max-width: 767px) {
  #q1 .flex .map ul li.okinawa {
    left: -50px;
    background: #FFF;
  }
}
#q1 .flex .map ul li.okinawa .num {
  color: #9747FF;
}
#q1 .flex .map ul li .num {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
}
#q1 .flex .map ul li .num strong {
  font-size: 2.8rem;
}
#q1 .flex .img {
  order: -1;
}
@media screen and (max-width: 1023px) {
  #q1 .flex .img {
    margin: -50px -5vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #q1 .flex .img {
    margin: 15px 0 -15vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q2
+++++++++++++++++++++++++++++++++++++++++++ */
#q2.graf_start .graf ul {
  animation: opacity 1s 2s forwards;
}
#q2 h3 {
  margin-bottom: 15px;
}
#q2 .graf {
  max-width: 233px;
  margin: 80px auto 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #q2 .graf {
    transform: scale(0.8);
  }
}
#q2 .graf ul {
  opacity: 0;
}
#q2 .graf ul li {
  text-align: left;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
}
#q2 .graf ul li:nth-of-type(1) {
  top: 95px;
  right: -128px;
}
@media screen and (max-width: 767px) {
  #q2 .graf ul li:nth-of-type(1) {
    right: -114px;
  }
}
#q2 .graf ul li:nth-of-type(1) .num {
  background: #F24822;
}
#q2 .graf ul li:nth-of-type(2) {
  top: 160px;
  left: -112px;
}
@media screen and (max-width: 767px) {
  #q2 .graf ul li:nth-of-type(2) {
    left: -54px;
  }
}
#q2 .graf ul li:nth-of-type(2) .num {
  background: #FFA629;
}
#q2 .graf ul li:nth-of-type(3) {
  top: 14px;
  left: -112px;
}
@media screen and (max-width: 767px) {
  #q2 .graf ul li:nth-of-type(3) {
    top: 30px;
    left: -80px;
  }
}
#q2 .graf ul li:nth-of-type(3)::before {
  content: '';
  display: block;
  width: 65px;
  height: 3px;
  background: #FFCD29;
  position: absolute;
  top: 12px;
  left: 92px;
}
@media screen and (max-width: 767px) {
  #q2 .graf ul li:nth-of-type(3)::before {
    content: none;
  }
}
#q2 .graf ul li:nth-of-type(3) .num {
  background: #FFCD29;
  color: #000;
}
#q2 .graf ul li:nth-of-type(4) {
  top: -58px;
  left: -62px;
}
#q2 .graf ul li:nth-of-type(4)::before {
  content: '';
  display: block;
  width: 46px;
  height: 3px;
  background: #14AE5C;
  position: absolute;
  top: 44px;
  left: 105px;
  transform: rotate(66deg);
}
#q2 .graf ul li:nth-of-type(4) .num {
  background: #14AE5C;
}
#q2 .graf ul li:nth-of-type(5) {
  top: -58px;
  right: -58px;
}
#q2 .graf ul li:nth-of-type(5)::before {
  content: '';
  display: block;
  width: 38px;
  height: 3px;
  background: #0D99FF;
  position: absolute;
  top: 44px;
  left: -24px;
  transform: rotate(-64deg);
}
#q2 .graf ul li:nth-of-type(5) .num {
  background: #0D99FF;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q3
+++++++++++++++++++++++++++++++++++++++++++ */
#q3.graf_start .barWrap .bar {
  animation: seesaw_rotate 2s 1s ease-in forwards;
}
@media screen and (max-width: 1023px) {
  #q3.graf_start .barWrap .bar {
    animation-delay: 0s;
  }
}
#q3.graf_start .barWrap .bar::before {
  animation: seesaw_bar 2s 1s ease-in forwards;
}
@media screen and (max-width: 1023px) {
  #q3.graf_start .barWrap .bar::before {
    animation-delay: 0s;
  }
}
#q3.graf_start .barWrap .ios,
#q3.graf_start .barWrap .android {
  animation: opacity 1s 3.5s forwards;
}
@media screen and (max-width: 1023px) {
  #q3.graf_start .barWrap .ios,
  #q3.graf_start .barWrap .android {
    animation-delay: 2.5s;
  }
}
#q3 h3 {
  margin-bottom: 15px;
}
#q3 .barWrap {
  max-width: 422px;
  height: 280px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #q3 .barWrap {
    height: 250px;
  }
}
#q3 .barWrap::after {
  content: '';
  display: block;
  width: 54px;
  height: 80px;
  margin: 0 auto;
  background: #9D9D9D;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #q3 .barWrap::after {
    height: 50px;
  }
}
#q3 .barWrap .bar {
  width: 100%;
  height: 66px;
  background: #FF5D82;
  transform-origin: bottom center;
  position: absolute;
  bottom: 80px;
}
@media screen and (max-width: 767px) {
  #q3 .barWrap .bar {
    bottom: 50px;
  }
}
#q3 .barWrap .bar::before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #96B100;
  position: absolute;
  right: 0;
  top: 0;
}
#q3 .barWrap .ios,
#q3 .barWrap .android {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  opacity: 0;
  position: absolute;
}
#q3 .barWrap .ios i,
#q3 .barWrap .android i {
  margin-bottom: 15px;
  font-size: 6.4rem;
}
#q3 .barWrap .ios .num,
#q3 .barWrap .android .num {
  font-size: 3.2rem;
  color: #FFF;
}
#q3 .barWrap .ios {
  top: 0;
  left: 50px;
}
@media screen and (max-width: 767px) {
  #q3 .barWrap .ios {
    top: 0;
    left: 20px;
  }
}
#q3 .barWrap .ios i {
  color: #FF5D82;
}
#q3 .barWrap .android {
  top: 50px;
  right: 86px;
}
@media screen and (max-width: 767px) {
  #q3 .barWrap .android {
    top: 60px;
    right: 15px;
  }
}
#q3 .barWrap .android i {
  color: #96B100;
}
@keyframes seesaw_rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes seesaw_bar {
  0% {
    width: 50%;
  }
  100% {
    width: 69%;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q4
+++++++++++++++++++++++++++++++++++++++++++ */
#q4 .flex {
  gap: 120px;
}
@media screen and (max-width: 1023px) {
  #q4 .flex {
    gap: 10px;
    flex-direction: column;
  }
}
#q4 .flex .right {
  max-width: 400px;
  width: 40%;
  padding-bottom: 150px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #q4 .flex .right {
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
#q4 .flex .right p {
  margin: 0;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #q4 .flex .right p {
    font-size: 4.8vw;
  }
}
#q4 .flex .right img {
  max-width: none;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1023px) {
  #q4 .flex .right img {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #q4 .flex .right img {
    max-width: 100%;
  }
}
#q4 .graf_bar {
  align-self: center;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  #q4 .graf_bar {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  #q4 .graf_bar {
    padding-right: 10px;
  }
}
#q4 .graf_bar dt {
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #q4 .graf_bar dt {
    width: 15vw;
    min-width: 0;
    font-size: 3.2vw;
  }
}
#q4 .graf_bar.graf_start > div dd .num {
  animation: opacity 1s 2s forwards;
}
#q4 .graf_bar.graf_start > div dd.q4_a::before {
  animation: graf4_a 1s forwards;
  background: #F24822;
}
#q4 .graf_bar.graf_start > div dd.q4_b::before {
  animation: graf4_b 1s 0.2s forwards;
  background: #FFA629;
}
#q4 .graf_bar.graf_start > div dd.q4_c::before {
  animation: graf4_c 1s 0.4s forwards;
  background: #FFCD29;
}
#q4 .graf_bar.graf_start > div dd.q4_d::before {
  animation: graf4_d 1s 0.6s forwards;
  background: #14AE5C;
}
#q4 .graf_bar.graf_start > div dd.q4_e::before {
  animation: graf4_e 1s 0.8s forwards;
  background: #0D99FF;
}
#q4 .graf_bar.graf_start > div dd.q4_f::before {
  animation: graf4_f 1s 1s forwards;
  background: #B3B3B3;
}
#q4 .graf_bar > div dd {
  max-width: 395px;
  width: 0%;
}
@media screen and (max-width: 1023px) {
  #q4 .graf_bar > div dd {
    max-width: none;
  }
}
#q4 .graf_bar > div dd::before {
  height: 29px;
}
@media screen and (max-width: 767px) {
  #q4 .graf_bar > div dd::before {
    height: 6vw;
  }
}
#q4 .graf_bar > div dd.q4_a .num {
  left: calc(100% + 12px);
}
@media screen and (max-width: 767px) {
  #q4 .graf_bar > div dd.q4_a .num {
    left: auto;
    right: 10px;
    color: #FFF;
  }
}
#q4 .graf_bar > div dd.q4_b .num {
  left: calc(48% + 12px);
}
#q4 .graf_bar > div dd.q4_c .num {
  left: calc(29% + 12px);
}
#q4 .graf_bar > div dd.q4_d .num {
  left: calc(20% + 12px);
}
#q4 .graf_bar > div dd.q4_e .num {
  left: calc(20% + 12px);
}
#q4 .graf_bar > div dd.q4_f .num {
  left: calc(38% + 12px);
}
@keyframes graf4_a {
  100% {
    width: 100%;
  }
}
@keyframes graf4_b {
  100% {
    width: 48%;
  }
}
@keyframes graf4_c {
  100% {
    width: 29%;
  }
}
@keyframes graf4_d {
  100% {
    width: 20%;
  }
}
@keyframes graf4_e {
  100% {
    width: 20%;
  }
}
@keyframes graf4_f {
  100% {
    width: 38%;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q5
+++++++++++++++++++++++++++++++++++++++++++ */
#q5 .dataItemGrid {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  grid-template-rows: repeat(2, 1fr);
}
#q5 .dataItemGridNum1 {
  grid-row: 1;
  grid-column: 1;
}
#q5 .dataItemGridNum1 .num {
  color: #F24822;
}
#q5 .dataItemGridNum2 {
  grid-row: 1;
  grid-column: 3;
}
#q5 .dataItemGridNum2 .num {
  color: #14AE5C;
}
#q5 .dataItemGridNum3 {
  grid-row: 2;
  grid-column: 1;
}
#q5 .dataItemGridNum3 .num {
  color: #FFA629;
}
#q5 .dataItemGridNum4 {
  grid-row: 2;
  grid-column: 3;
}
#q5 .dataItemGridNum4 .num {
  color: #0D99FF;
}
#q5 .dataItemGridImg {
  grid-row: 1 / span 2;
  grid-column: 2;
}
#q5 .dataItemGrid > div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
#q5 .dataItemGrid > div p {
  margin: 0;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #q5 .dataItemGrid > div p {
    font-size: 4.8vw;
  }
}
#q5 .dataItemGrid > div .num {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #q5 .dataItemGrid > div .num {
    font-size: 7.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q6
+++++++++++++++++++++++++++++++++++++++++++ */
#q6.graf_start .graf ul {
  animation: opacity 1s 2s forwards;
}
#q6 h3 {
  margin-bottom: 15px;
}
#q6 .graf {
  max-width: 233px;
  margin: 45px auto 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #q6 .graf {
    transform: scale(0.8);
  }
}
#q6 .graf ul {
  opacity: 0;
}
#q6 .graf ul li {
  text-align: left;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
}
#q6 .graf ul li:nth-of-type(1) {
  top: 95px;
  right: -128px;
}
#q6 .graf ul li:nth-of-type(1) .num {
  background: #F24822;
}
#q6 .graf ul li:nth-of-type(2) {
  top: 155px;
  left: -110px;
}
#q6 .graf ul li:nth-of-type(2) .num {
  background: #FFCD29;
  color: #000;
}
#q6 .graf ul li:nth-of-type(3) {
  top: -25px;
  left: -75px;
}
#q6 .graf ul li:nth-of-type(3)::before {
  content: '';
  display: block;
  width: 54px;
  height: 3px;
  background: #0D99FF;
  position: absolute;
  top: 26px;
  right: -60px;
  transform: rotate(7deg);
}
#q6 .graf ul li:nth-of-type(3) .num {
  background: #0D99FF;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q7
+++++++++++++++++++++++++++++++++++++++++++ */
#q7 {
  position: relative;
}
#q7 .columnBox {
  width: 100%;
  margin: 45px auto;
}
@media screen and (max-width: 767px) {
  #q7 .columnBox {
    margin-bottom: 15px;
  }
}
#q7 .columnBox .columnItem {
  width: max-content;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  #q7 .columnBox .columnItem {
    width: 49%;
    font-size: 4.8vw;
  }
}
#q7 .columnBox .columnItem .num {
  color: #EA6889;
}
#q7 .columnBox .columnItem:nth-of-type(2) .num {
  color: #00B6DB;
}
#q7 .num {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #q7 .num {
    font-size: 7.2vw;
  }
}
#q7 .num strong {
  font-weight: bold;
}
#q7 .q7_center {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  top: 242px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #q7 .q7_center {
    position: static;
    font-size: 4.8vw;
  }
}
#q7 .q7_center .num {
  color: #FFB11B;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q8
+++++++++++++++++++++++++++++++++++++++++++ */
#q8 .graf_bar {
  align-self: center;
  flex: 1;
  padding-top: 70px;
  background: url(/recruit/voice/img/img_data_8a.png) no-repeat right top 30px;
}
@media screen and (max-width: 1023px) {
  #q8 .graf_bar {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  #q8 .graf_bar {
    padding-top: 70px;
    padding-right: 10px;
    background-position: left top;
  }
}
#q8 .graf_bar dt {
  min-width: 150px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #q8 .graf_bar dt {
    width: 35vw;
    font-size: 3.2vw;
  }
}
#q8 .graf_bar dt strong {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  text-align: center;
  line-height: 35px;
  color: #FFF;
  background: #004360;
  border-radius: 50%;
}
#q8 .graf_bar dt strong[data-aria="春"] {
  background: #FF5D82;
}
#q8 .graf_bar dt strong[data-aria="夏"] {
  background: #9BD700;
}
#q8 .graf_bar dt strong[data-aria="秋"] {
  background: #FFB11B;
}
#q8 .graf_bar dt strong[data-aria="冬"] {
  background: #00B6DB;
}
#q8 .graf_bar.graf_start > div dd .num {
  top: 10px;
  animation: opacity 1s 2s forwards;
}
@media screen and (max-width: 767px) {
  #q8 .graf_bar.graf_start > div dd .num {
    top: 0;
  }
}
#q8 .graf_bar.graf_start > div dd.q8_a::before {
  animation: graf8_a 1s forwards;
  background: #FF5D82;
}
#q8 .graf_bar.graf_start > div dd.q8_b::before {
  animation: graf8_b 1s 0.2s forwards;
  background: #9BD700;
}
#q8 .graf_bar.graf_start > div dd.q8_c::before {
  animation: graf8_c 1s 0.4s forwards;
  background: #FFB11B;
}
#q8 .graf_bar.graf_start > div dd.q8_d::before {
  animation: graf8_d 1s 0.6s forwards;
  background: #00B6DB;
}
#q8 .graf_bar > div dd {
  max-width: 195px;
  width: 0%;
}
@media screen and (max-width: 1023px) {
  #q8 .graf_bar > div dd {
    max-width: none;
  }
}
#q8 .graf_bar > div dd::before {
  height: 52px;
}
@media screen and (max-width: 767px) {
  #q8 .graf_bar > div dd::before {
    height: 7vw;
  }
}
#q8 .graf_bar > div dd.q8_a .num {
  left: calc(44% + 12px);
}
#q8 .graf_bar > div dd.q8_b .num {
  left: calc(19% + 12px);
}
#q8 .graf_bar > div dd.q8_c .num {
  left: calc(100% + 12px);
}
@media screen and (max-width: 767px) {
  #q8 .graf_bar > div dd.q8_c .num {
    left: auto;
    right: 10px;
    color: #FFF;
  }
}
#q8 .graf_bar > div dd.q8_d .num {
  left: calc(13% + 12px);
}
@keyframes graf8_a {
  100% {
    width: 44%;
  }
}
@keyframes graf8_b {
  100% {
    width: 19%;
  }
}
@keyframes graf8_c {
  100% {
    width: 100%;
  }
}
@keyframes graf8_d {
  100% {
    width: 13%;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q9
+++++++++++++++++++++++++++++++++++++++++++ */
#q9 .dataItemGrid {
  display: grid;
  grid-template-columns: repeat(2, 220px);
  grid-template-rows: repeat(2, 1fr);
  justify-content: space-between;
  grid-gap: 90px 0;
  margin: 40px 0;
  background: url(/recruit/voice/img/img_data_9a.png) no-repeat center 35px;
}
@media screen and (max-width: 1023px) {
  #q9 .dataItemGrid {
    width: max-content;
    margin: 20px auto 20px;
    grid-gap: 90px 40px;
  }
}
@media screen and (max-width: 767px) {
  #q9 .dataItemGrid {
    width: 100%;
    grid-template-columns: repeat(2, 49%);
    grid-gap: 0;
    padding-top: 120px;
    margin: 0 0 10px;
    background-position: center top;
  }
}
#q9 .dataItemGridNum1 {
  grid-row: 1;
  grid-column: 1;
}
#q9 .dataItemGridNum1 .num {
  color: #FF5D82;
}
#q9 .dataItemGridNum2 {
  grid-row: 1;
  grid-column: 2;
}
#q9 .dataItemGridNum2 .num {
  color: #00B6DB;
}
#q9 .dataItemGridNum3 {
  grid-row: 2;
  grid-column: 1;
}
#q9 .dataItemGridNum3 .num {
  color: #4C2786;
}
#q9 .dataItemGridNum4 {
  grid-row: 2;
  grid-column: 2;
}
#q9 .dataItemGridNum4 .num {
  color: #9BD700;
}
#q9 .dataItemGrid > div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
#q9 .dataItemGrid > div p {
  margin: 0;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #q9 .dataItemGrid > div p {
    font-size: 4.8vw;
  }
}
#q9 .dataItemGrid > div .num {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #q9 .dataItemGrid > div .num {
    font-size: 7.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q10
+++++++++++++++++++++++++++++++++++++++++++ */
#q10 {
  background: #FFF url(/recruit/voice/img/img_data_10a.png) no-repeat right top 30px !important;
}
#q10.graf_start .graf ul {
  animation: opacity 1s 2s forwards;
}
#q10 h3 {
  margin-bottom: 15px;
}
#q10 .graf {
  max-width: 233px;
  margin: 45px auto 52px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #q10 .graf {
    transform: scale(0.8);
  }
}
#q10 .graf ul {
  opacity: 0;
}
#q10 .graf ul li {
  text-align: left;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
}
#q10 .graf ul li:nth-of-type(1) {
  top: 174px;
  right: -88px;
}
@media screen and (max-width: 767px) {
  #q10 .graf ul li:nth-of-type(1) {
    top: 200px;
    right: -50px;
  }
}
#q10 .graf ul li:nth-of-type(1) .num {
  background: #F24822;
}
#q10 .graf ul li:nth-of-type(2) {
  top: 210px;
  left: -110px;
}
@media screen and (max-width: 767px) {
  #q10 .graf ul li:nth-of-type(2) {
    top: 230px;
    left: -50px;
  }
}
#q10 .graf ul li:nth-of-type(2) .num {
  background: #FFCD29;
  color: #000;
}
#q10 .graf ul li:nth-of-type(3) {
  top: -25px;
  left: -100px;
}
@media screen and (max-width: 767px) {
  #q10 .graf ul li:nth-of-type(3) {
    top: -40px;
    left: -50px;
  }
}
#q10 .graf ul li:nth-of-type(3) .num {
  background: #0D99FF;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q11
+++++++++++++++++++++++++++++++++++++++++++ */
#q11 .graf_bar {
  align-self: center;
  flex: 1;
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  #q11 .graf_bar {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #q11 .graf_bar {
    padding-right: 10px;
  }
}
#q11 .graf_bar dt {
  min-width: 250px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #q11 .graf_bar dt {
    width: 47vw;
    min-width: 0;
    font-size: 3.2vw;
  }
}
#q11 .graf_bar dt strong {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  text-align: center;
  line-height: 35px;
  color: #FFF;
  background: #004360;
  border-radius: 50%;
}
#q11 .graf_bar dt strong[data-aria="A"] {
  background: #FF5D82;
}
#q11 .graf_bar dt strong[data-aria="O"] {
  background: #00B6DB;
}
#q11 .graf_bar dt strong[data-aria="B"] {
  background: #9BD700;
}
#q11 .graf_bar dt strong[data-aria="AB"] {
  background: #FFB11B;
}
#q11 .graf_bar.graf_start > div dd .num {
  top: 10px;
  animation: opacity 1s 2s forwards;
}
@media screen and (max-width: 767px) {
  #q11 .graf_bar.graf_start > div dd .num {
    top: 0;
  }
}
#q11 .graf_bar.graf_start > div dd.q11_a::before {
  animation: graf11_a 1s forwards;
  background: #FF5D82;
}
#q11 .graf_bar.graf_start > div dd.q11_b::before {
  animation: graf11_b 1s 0.2s forwards;
  background: #00B6DB;
}
#q11 .graf_bar.graf_start > div dd.q11_c::before {
  animation: graf11_c 1s 0.4s forwards;
  background: #9BD700;
}
#q11 .graf_bar.graf_start > div dd.q11_d::before {
  animation: graf11_d 1s 0.6s forwards;
  background: #FFB11B;
}
#q11 .graf_bar > div dd {
  max-width: 195px;
  width: 0%;
}
@media screen and (max-width: 1023px) {
  #q11 .graf_bar > div dd {
    max-width: none;
  }
}
#q11 .graf_bar > div dd::before {
  height: 52px;
}
@media screen and (max-width: 767px) {
  #q11 .graf_bar > div dd::before {
    height: 7vw;
  }
}
#q11 .graf_bar > div dd.q11_a .num {
  left: calc(100% - 90px);
}
@media screen and (max-width: 767px) {
  #q11 .graf_bar > div dd.q11_a .num {
    left: calc(100% - 64px);
  }
}
#q11 .graf_bar > div dd.q11_b .num {
  left: calc(69% + 12px);
}
@media screen and (max-width: 767px) {
  #q11 .graf_bar > div dd.q11_b .num {
    left: calc(69% - 64px);
  }
}
#q11 .graf_bar > div dd.q11_c .num {
  left: calc(33% + 12px);
}
#q11 .graf_bar > div dd.q11_d .num {
  left: calc(17% + 12px);
}
@keyframes graf11_a {
  100% {
    width: 100%;
  }
}
@keyframes graf11_b {
  100% {
    width: 69%;
  }
}
@keyframes graf11_c {
  100% {
    width: 33%;
  }
}
@keyframes graf11_d {
  100% {
    width: 17%;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q12
+++++++++++++++++++++++++++++++++++++++++++ */
#q12 {
  position: relative;
}
#q12 .columnBox {
  max-width: 435px;
  margin: 45px auto 10px;
}
#q12 .columnBox .columnItem {
  width: auto;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #q12 .columnBox .columnItem {
    width: 49%;
    font-size: 4.8vw;
  }
}
#q12 .columnBox .columnItem .num {
  color: #F24822;
}
#q12 .columnBox .columnItem:nth-of-type(2) .num {
  color: #14AE5C;
}
#q12 .columnBox .columnItem img {
  height: 118px;
  object-fit: contain;
  object-position: center center;
}
#q12 .num {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #q12 .num {
    font-size: 7.2vw;
  }
}
#q12 .num strong {
  font-weight: bold;
}
#q12 .q12_center {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #q12 .q12_center {
    font-size: 4.8vw;
  }
}
#q12 .q12_center .num {
  color: #0D99FF;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q13
+++++++++++++++++++++++++++++++++++++++++++ */
#q13 .graf_bar {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  gap: 6px;
  padding: 60px 0 0 0;
}
@media screen and (max-width: 1023px) {
  #q13 .graf_bar {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar {
    display: block;
    padding: 0;
  }
}
#q13 .graf_bar > div {
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar > div {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
#q13 .graf_bar > div dt {
  min-width: 0;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar > div dt {
    writing-mode: unset;
    min-height: 0;
    width: 15vw;
    text-align: right;
    font-size: 3.6vw;
  }
}
#q13 .graf_bar > div dd {
  flex: auto;
  width: 43px;
  height: 154px;
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar > div dd {
    width: 75%;
    height: 7vw;
  }
}
#q13 .graf_bar > div dd::before {
  width: 43px;
  height: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar > div dd::before {
    width: 0;
    height: 7vw;
    left: 0;
    bottom: auto;
  }
}
#q13 .graf_bar.graf_start > div dd .num {
  min-width: 80px;
  text-align: center;
  top: auto;
  left: -15px;
  animation: opacity 1s 2.6s forwards;
}
@media screen and (max-width: 1023px) {
  #q13 .graf_bar.graf_start > div dd .num {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd .num {
    min-width: 0;
    font-size: 4.8vw;
    bottom: auto;
    top: 10px;
  }
}
#q13 .graf_bar.graf_start > div dd.q13_a::before {
  background: #F24822;
  animation: graf13_7-7per 1s forwards;
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_a::before {
    animation: graf13_7-7per_sp 1s forwards;
  }
}
#q13 .graf_bar.graf_start > div dd.q13_a .num {
  bottom: calc(50% + 2px);
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_a .num {
    left: calc(50% + 2px);
  }
}
#q13 .graf_bar.graf_start > div dd.q13_b::before {
  background: #F8700E;
  animation: graf13_15-4per 1s 0.1s forwards;
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_b::before {
    animation: graf13_15-4per_sp 1s 0.1s forwards;
  }
}
#q13 .graf_bar.graf_start > div dd.q13_b .num {
  bottom: calc(100% + 2px);
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_b .num {
    left: calc(100% - 52px);
  }
}
#q13 .graf_bar.graf_start > div dd.q13_c::before {
  background: #FFA629;
  animation: graf13_7-7per 1s 0.2s forwards;
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_c::before {
    animation: graf13_7-7per_sp 1s 0.2s forwards;
  }
}
#q13 .graf_bar.graf_start > div dd.q13_c .num {
  bottom: calc(50% + 2px);
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_c .num {
    left: calc(50% + 2px);
  }
}
#q13 .graf_bar.graf_start > div dd.q13_d::before {
  background: #FFBB29;
  animation: graf13_7-7per 1s 0.3s forwards;
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_d::before {
    animation: graf13_7-7per_sp 1s 0.3s forwards;
  }
}
#q13 .graf_bar.graf_start > div dd.q13_d .num {
  bottom: calc(50% + 2px);
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_d .num {
    left: calc(50% + 2px);
  }
}
#q13 .graf_bar.graf_start > div dd.q13_e::before {
  background: #FFCD29;
  animation: graf13_3-85per 1s 0.4s forwards;
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_e::before {
    animation: graf13_3-85per_sp 1s 0.4s forwards;
  }
}
#q13 .graf_bar.graf_start > div dd.q13_e .num {
  bottom: calc(25% + 2px);
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_e .num {
    left: calc(25% + 2px);
  }
}
#q13 .graf_bar.graf_start > div dd.q13_f::before {
  background: #9BD700;
  animation: graf13_15-4per 1s 0.5s forwards;
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_f::before {
    animation: graf13_15-4per_sp 1s 0.5s forwards;
  }
}
#q13 .graf_bar.graf_start > div dd.q13_f .num {
  bottom: calc(100% + 2px);
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_f .num {
    left: calc(100% - 52px);
  }
}
#q13 .graf_bar.graf_start > div dd.q13_g .num {
  bottom: calc(0% + 2px);
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_g .num {
    left: 0;
  }
}
#q13 .graf_bar.graf_start > div dd.q13_h::before {
  background: #14AEAE;
  animation: graf13_3-85per 1s 0.7s forwards;
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_h::before {
    animation: graf13_3-85per_sp 1s 0.7s forwards;
  }
}
#q13 .graf_bar.graf_start > div dd.q13_h .num {
  bottom: calc(25% + 2px);
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_h .num {
    left: calc(25% + 2px);
  }
}
#q13 .graf_bar.graf_start > div dd.q13_i::before {
  background: #0D99FF;
  animation: graf13_11-5per 1s 0.8s forwards;
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_i::before {
    animation: graf13_11-5per_sp 1s 0.8s forwards;
  }
}
#q13 .graf_bar.graf_start > div dd.q13_i .num {
  bottom: calc(75% + 2px);
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_i .num {
    left: calc(75% + 2px);
  }
}
#q13 .graf_bar.graf_start > div dd.q13_j::before {
  background: #4944DF;
  animation: graf13_11-5per 1s 0.9s forwards;
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_j::before {
    animation: graf13_11-5per_sp 1s 0.9s forwards;
  }
}
#q13 .graf_bar.graf_start > div dd.q13_j .num {
  bottom: calc(75% + 2px);
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_j .num {
    left: calc(75% + 2px);
  }
}
#q13 .graf_bar.graf_start > div dd.q13_k::before {
  background: #9747FF;
  animation: graf13_7-7per 1s 1s forwards;
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_k::before {
    animation: graf13_7-7per_sp 1s 1s forwards;
  }
}
#q13 .graf_bar.graf_start > div dd.q13_k .num {
  bottom: calc(50% + 2px);
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_k .num {
    left: calc(50% + 2px);
  }
}
#q13 .graf_bar.graf_start > div dd.q13_l::before {
  background: #DE45C2;
  animation: graf13_7-7per 1s 1.1s forwards;
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_l::before {
    animation: graf13_7-7per_sp 1s 1.1s forwards;
  }
}
#q13 .graf_bar.graf_start > div dd.q13_l .num {
  bottom: calc(50% + 2px);
}
@media screen and (max-width: 767px) {
  #q13 .graf_bar.graf_start > div dd.q13_l .num {
    left: calc(50% + 2px);
  }
}
@keyframes graf13_15-4per {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes graf13_15-4per_sp {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes graf13_11-5per {
  0% {
    height: 0;
  }
  100% {
    height: 75%;
  }
}
@keyframes graf13_11-5per_sp {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
@keyframes graf13_7-7per {
  0% {
    height: 0;
  }
  100% {
    height: 50%;
  }
}
@keyframes graf13_7-7per_sp {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
@keyframes graf13_3-85per {
  0% {
    height: 0;
  }
  100% {
    height: 25%;
  }
}
@keyframes graf13_3-85per_sp {
  0% {
    width: 0;
  }
  100% {
    width: 25%;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q14
+++++++++++++++++++++++++++++++++++++++++++ */
#q14 {
  position: relative;
}
#q14 .columnBox {
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  #q14 .columnBox {
    margin-bottom: 0;
  }
}
#q14 .columnBox .columnItem {
  width: max-content;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  #q14 .columnBox .columnItem {
    width: 49%;
    font-size: 4.8vw;
  }
}
#q14 .columnBox .columnItem .num {
  color: #EA6889;
}
#q14 .columnBox .columnItem:nth-of-type(2) .num {
  color: #00B6DB;
}
#q14 .num {
  font-size: 3.6rem;
}
#q14 .num strong {
  font-weight: bold;
}
#q14 .q14_center {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #q14 .q14_center {
    position: static;
    font-size: 4.8vw;
  }
}
#q14 .q14_center .num {
  color: #9BD700;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q15
+++++++++++++++++++++++++++++++++++++++++++ */
#q15.graf_start .graf ul {
  animation: opacity 1s 2s forwards;
}
#q15 h3 {
  margin-bottom: 15px;
}
#q15 .graf {
  max-width: 233px;
  margin: 45px auto 52px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #q15 .graf {
    transform: scale(0.8);
  }
}
#q15 .graf ul {
  opacity: 0;
}
#q15 .graf ul li {
  text-align: left;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
}
#q15 .graf ul li:nth-of-type(1) {
  top: 152px;
  right: -88px;
}
@media screen and (max-width: 767px) {
  #q15 .graf ul li:nth-of-type(1) {
    top: auto;
    bottom: -52px;
    right: -42px;
  }
}
#q15 .graf ul li:nth-of-type(1) .num {
  background: #F24822;
}
#q15 .graf ul li:nth-of-type(2) {
  top: -12px;
  left: -124px;
}
@media screen and (max-width: 767px) {
  #q15 .graf ul li:nth-of-type(2) {
    top: -50px;
    left: -40px;
  }
}
#q15 .graf ul li:nth-of-type(2) .num {
  background: #FFCD29;
  color: #000;
}
#q15 .graf ul li:nth-of-type(3) {
  top: -38px;
  right: -86px;
}
@media screen and (max-width: 767px) {
  #q15 .graf ul li:nth-of-type(3) {
    top: -48px;
    right: 0;
  }
}
#q15 .graf ul li:nth-of-type(3)::before {
  content: '';
  display: block;
  width: 54px;
  height: 3px;
  background: #0D99FF;
  position: absolute;
  top: 26px;
  left: -56px;
  transform: rotate(-28deg);
}
@media screen and (max-width: 767px) {
  #q15 .graf ul li:nth-of-type(3)::before {
    content: none;
  }
}
#q15 .graf ul li:nth-of-type(3) .num {
  background: #0D99FF;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q16
+++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1023px) {
  #q16 .flex {
    flex-direction: column;
  }
}
#q16 .flex .right {
  text-align: center;
  align-self: flex-start;
}
@media screen and (max-width: 1023px) {
  #q16 .flex .right {
    text-align: center;
    align-self: center;
  }
}
#q16 .flex .right .box2 {
  max-width: 507px;
  min-height: 112px;
  padding: 15px 11px 15px 35px;
  background: url(../img/fukidasi.png) no-repeat 0 0 / contain;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #q16 .flex .right .box2 {
    padding: 15px 11px;
    background: none;
    border: #000 2px solid;
    border-radius: 17px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    box-shadow: 3px 4px 0 #09AADE;
  }
}
@media screen and (max-width: 767px) {
  #q16 .flex .right .box2 {
    font-size: 4vw;
  }
}
#q16 .graf_bar {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 6px;
  padding: 60px 35px 0;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  #q16 .graf_bar {
    padding-top: 80px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar {
    display: block;
    padding: 0;
    width: 100%;
  }
}
#q16 .graf_bar > div {
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar > div {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
#q16 .graf_bar > div dt {
  min-width: 0;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar > div dt {
    writing-mode: unset;
    min-height: 0;
    width: 15vw;
    text-align: right;
    font-size: 3.6vw;
  }
}
#q16 .graf_bar > div dd {
  flex: auto;
  width: 45px;
  height: 171px;
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar > div dd {
    width: 75%;
    height: 7vw;
  }
}
#q16 .graf_bar > div dd::before {
  width: 45px;
  height: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar > div dd::before {
    width: 0;
    height: 100%;
    left: 0;
    bottom: auto;
  }
}
#q16 .graf_bar.graf_start > div dd .num {
  min-width: 80px;
  text-align: center;
  top: auto;
  left: -15px;
  animation: opacity 1s 2s forwards;
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar.graf_start > div dd .num {
    min-width: 0;
    font-size: 4.8vw;
    bottom: auto;
    top: 0;
  }
}
#q16 .graf_bar.graf_start > div dd.q16_a::before {
  background: #F24822;
  animation: graf16_20per 1s forwards;
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar.graf_start > div dd.q16_a::before {
    animation: graf16_20per_sp 1s forwards;
  }
}
#q16 .graf_bar.graf_start > div dd.q16_a .num {
  bottom: calc(86% + 2px);
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar.graf_start > div dd.q16_a .num {
    left: calc(86% + 2px);
  }
}
#q16 .graf_bar.graf_start > div dd.q16_b::before {
  background: #F8700E;
  animation: graf16_20per 1s 0.1s forwards;
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar.graf_start > div dd.q16_b::before {
    animation: graf16_20per_sp 1s 0.1s forwards;
  }
}
#q16 .graf_bar.graf_start > div dd.q16_b .num {
  bottom: calc(86% + 2px);
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar.graf_start > div dd.q16_b .num {
    left: calc(86% + 2px);
  }
}
#q16 .graf_bar.graf_start > div dd.q16_c::before {
  background: #FFCD29;
  animation: graf16_23-3per 1s 0.2s forwards;
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar.graf_start > div dd.q16_c::before {
    animation: graf16_23-3per_sp 1s 0.2s forwards;
  }
}
#q16 .graf_bar.graf_start > div dd.q16_c .num {
  bottom: calc(100% + 2px);
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar.graf_start > div dd.q16_c .num {
    left: calc(100% - 52px);
  }
}
#q16 .graf_bar.graf_start > div dd.q16_d::before {
  background: #14AE5C;
  animation: graf16_10per 1s 0.3s forwards;
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar.graf_start > div dd.q16_d::before {
    animation: graf16_10per_sp 1s 0.3s forwards;
  }
}
#q16 .graf_bar.graf_start > div dd.q16_d .num {
  bottom: calc(43% + 2px);
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar.graf_start > div dd.q16_d .num {
    left: calc(43% + 2px);
  }
}
#q16 .graf_bar.graf_start > div dd.q16_e::before {
  background: #0D99FF;
  animation: graf16_20per 1s 0.4s forwards;
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar.graf_start > div dd.q16_e::before {
    animation: graf16_20per_sp 1s 0.4s forwards;
  }
}
#q16 .graf_bar.graf_start > div dd.q16_e .num {
  bottom: calc(86% + 2px);
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar.graf_start > div dd.q16_e .num {
    left: calc(86% + 2px);
  }
}
#q16 .graf_bar.graf_start > div dd.q16_f::before {
  background: #9747FF;
  animation: graf16_6-7per 1s 0.5s forwards;
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar.graf_start > div dd.q16_f::before {
    animation: graf16_6-7per_sp 1s 0.5s forwards;
  }
}
#q16 .graf_bar.graf_start > div dd.q16_f .num {
  bottom: calc(29% + 2px);
}
@media screen and (max-width: 767px) {
  #q16 .graf_bar.graf_start > div dd.q16_f .num {
    left: calc(29% + 2px);
  }
}
@keyframes graf16_23-3per {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes graf16_23-3per_sp {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes graf16_20per {
  0% {
    height: 0;
  }
  100% {
    height: 86%;
  }
}
@keyframes graf16_20per_sp {
  0% {
    width: 0;
  }
  100% {
    width: 86%;
  }
}
@keyframes graf16_10per {
  0% {
    height: 0;
  }
  100% {
    height: 43%;
  }
}
@keyframes graf16_10per_sp {
  0% {
    width: 0;
  }
  100% {
    width: 43%;
  }
}
@keyframes graf16_6-7per {
  0% {
    height: 0;
  }
  100% {
    height: 29%;
  }
}
@keyframes graf16_6-7per_sp {
  0% {
    width: 0;
  }
  100% {
    width: 29%;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q17
+++++++++++++++++++++++++++++++++++++++++++ */
#q17.graf_start .graf ul {
  animation: opacity 1s 2s forwards;
}
#q17 h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  #q17 .flex {
    flex-direction: column;
  }
}
#q17 .graf {
  max-width: 233px;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #q17 .graf {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #q17 .graf {
    transform: scale(0.9);
  }
}
#q17 .graf ul {
  opacity: 0;
}
#q17 .graf ul li {
  text-align: left;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
}
#q17 .graf ul li:nth-of-type(1) {
  top: -12px;
  right: -70px;
}
#q17 .graf ul li:nth-of-type(1) .num {
  background: #F24822;
}
#q17 .graf ul li:nth-of-type(2) {
  top: 140px;
  right: -112px;
}
@media screen and (max-width: 767px) {
  #q17 .graf ul li:nth-of-type(2) {
    top: 100px;
  }
}
#q17 .graf ul li:nth-of-type(2) .num {
  background: #FFA629;
}
#q17 .graf ul li:nth-of-type(3) {
  bottom: -20px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  #q17 .graf ul li:nth-of-type(3) {
    right: 0;
    bottom: -40px;
  }
}
#q17 .graf ul li:nth-of-type(3) .num {
  background: #FFCD29;
  color: #000;
}
#q17 .graf ul li:nth-of-type(4) {
  bottom: -16px;
  left: -54px;
}
@media screen and (max-width: 767px) {
  #q17 .graf ul li:nth-of-type(4) {
    bottom: -40px;
  }
}
#q17 .graf ul li:nth-of-type(4) .num {
  background: #14AE5C;
}
#q17 .graf ul li:nth-of-type(5) {
  bottom: 78px;
  left: -128px;
}
@media screen and (max-width: 767px) {
  #q17 .graf ul li:nth-of-type(5) {
    bottom: 26px;
  }
}
#q17 .graf ul li:nth-of-type(5) .num {
  background: #0D99FF;
}
#q17 .graf ul li:nth-of-type(6) {
  top: 24px;
  left: -98px;
}
@media screen and (max-width: 767px) {
  #q17 .graf ul li:nth-of-type(6) {
    top: 0;
  }
}
#q17 .graf ul li:nth-of-type(6) .num {
  background: #9747FF;
}
#q17 .graf ul li:nth-of-type(7) {
  top: -40px;
  left: -22px;
}
@media screen and (max-width: 767px) {
  #q17 .graf ul li:nth-of-type(7) {
    top: -66px;
    left: 0;
  }
}
#q17 .graf ul li:nth-of-type(7) .num {
  background: #FF59D6;
}
@media screen and (max-width: 1023px) {
  #q17 .text {
    order: 1;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	q18
+++++++++++++++++++++++++++++++++++++++++++ */
#q18 .flex {
  gap: 120px;
}
@media screen and (max-width: 1023px) {
  #q18 .flex {
    gap: 10px;
    flex-direction: column;
  }
}
#q18 .flex .right {
  max-width: 440px;
  width: 44%;
  padding-bottom: 150px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #q18 .flex .right {
    max-width: max-content;
    width: auto;
    margin: auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #q18 .flex .right {
    width: 100%;
  }
}
#q18 .flex .right p {
  margin: 0;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #q18 .flex .right p {
    font-size: 4.8vw;
  }
}
#q18 .flex .right img {
  max-width: none;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1023px) {
  #q18 .flex .right img {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #q18 .flex .right img {
    max-width: 100%;
  }
}
#q18 .graf_bar {
  align-self: center;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  #q18 .graf_bar {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  #q18 .graf_bar {
    padding-right: 25px;
  }
}
#q18 .graf_bar dt {
  min-width: 120px;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #q18 .graf_bar dt {
    min-width: 0;
    width: 32vw;
    font-size: 4vw;
  }
}
#q18 .graf_bar.graf_start > div dd .num {
  animation: opacity 1s 3s forwards;
}
#q18 .graf_bar.graf_start > div dd.q18_a::before {
  animation: graf18_20-4per 1s forwards;
  background: #F24822;
}
#q18 .graf_bar.graf_start > div dd.q18_b::before {
  animation: graf18_16-3per 1s 0.2s forwards;
  background: #FFA629;
}
#q18 .graf_bar.graf_start > div dd.q18_c::before {
  animation: graf18_10-2per 1s 0.4s forwards;
  background: #FFCD29;
}
#q18 .graf_bar.graf_start > div dd.q18_d::before {
  animation: graf18_8-2per 1s 0.6s forwards;
  background: #14AE5C;
}
#q18 .graf_bar.graf_start > div dd.q18_e::before {
  animation: graf18_8-2per 1s 0.8s forwards;
  background: #0D99FF;
}
#q18 .graf_bar.graf_start > div dd.q18_f::before {
  animation: graf18_8-2per 1s 1s forwards;
  background: #9747FF;
}
#q18 .graf_bar.graf_start > div dd.q18_g::before {
  animation: graf18_6-1per 1s 1.2s forwards;
  background: #FF59D6;
}
#q18 .graf_bar.graf_start > div dd.q18_h::before {
  animation: graf18_22-4per 1s 1.4s forwards;
  background: #B3B3B3;
}
#q18 .graf_bar > div dd {
  max-width: 256px;
  width: 0%;
}
@media screen and (max-width: 1023px) {
  #q18 .graf_bar > div dd {
    max-width: none;
  }
}
#q18 .graf_bar > div dd::before {
  height: 29px;
}
@media screen and (max-width: 767px) {
  #q18 .graf_bar > div dd::before {
    height: 7vw;
  }
}
#q18 .graf_bar > div dd.q18_a .num {
  left: calc(100% + 12px);
}
@media screen and (max-width: 767px) {
  #q18 .graf_bar > div dd.q18_a .num {
    left: auto;
    right: 10px;
    color: #FFF;
  }
}
#q18 .graf_bar > div dd.q18_b .num {
  left: calc(80% + 12px);
}
@media screen and (max-width: 767px) {
  #q18 .graf_bar > div dd.q18_b .num {
    left: calc(80% - 56px);
  }
}
#q18 .graf_bar > div dd.q18_c .num {
  left: calc(50% + 12px);
}
#q18 .graf_bar > div dd.q18_d .num {
  left: calc(40% + 12px);
}
#q18 .graf_bar > div dd.q18_e .num {
  left: calc(40% + 12px);
}
#q18 .graf_bar > div dd.q18_f .num {
  left: calc(40% + 12px);
}
#q18 .graf_bar > div dd.q18_g .num {
  left: calc(30% + 12px);
}
#q18 .graf_bar > div dd.q18_h .num {
  left: calc(110% - 78px);
}
@media screen and (max-width: 767px) {
  #q18 .graf_bar > div dd.q18_h .num {
    left: auto;
    right: 0;
  }
}
@keyframes graf18_20-4per {
  100% {
    width: 100%;
  }
}
@keyframes graf18_16-3per {
  100% {
    width: 80%;
  }
}
@keyframes graf18_10-2per {
  100% {
    width: 50%;
  }
}
@keyframes graf18_8-2per {
  100% {
    width: 40%;
  }
}
@keyframes graf18_6-1per {
  100% {
    width: 30%;
  }
}
@keyframes graf18_22-4per {
  100% {
    width: 110%;
  }
}
