@charset "utf-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 861px ~ */
@media screen and (min-width: 861px), print {
  .recruit-mv {
    background: url(/jp/recruit/new_graduate/img/people/voice/bg_mv.jpg)no-repeat 50% 50% /cover;
    text-align: center;
    height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .recruit-ttl {
    padding-bottom: 11px;
  }
  .recruit-ttl .txt {
    display: inline-block;
    font-size: 38px;
    line-height: 1.5;
    letter-spacing: 7.6px;
    color: #fff;
  }
  .recruit-ttl .txt-small{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
  }
  .wrap {
    margin: 0 auto;
    padding: 0px 30px 0px;
    width: 1170px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .image img {
    max-width: 100%;
  }
  .image .sp {
    display: none;
  }
  .fadein, .first-fadein {
    opacity: 0;
    transform: translate(0px, 80px);
    transition: all 1500ms;
    -webkit-transform: (0px, 80px);
    -ms-transform: (0px, 80px);
  }
  .fadein.scrollin, .first-fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: (0, 0);
    -ms-transform: (0, 0);
  }
  .new-grad-container {
    margin-bottom: 70px;
  }
  .new-grad-container p {
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 2;
    margin: 82px 0 32px;
  }
  .new-grad-menu {
    display: flex;
    justify-content: center;
  }
  .new-grad-menu .link-button-03 {
    width: 215px;
    margin: 0 2.3%;
    padding: 30px 10px 29px;
    letter-spacing: 3px;
  }
  
  .new-grad-menu .link-button-03::after {
    content: "";
    width: 15px;
    height: 8px;
    background: url(/jp/recruit/new_graduate/img/people/voice/arrow_bottom.png)no-repeat 50% 50% /contain;
  }
  .content_inn-wrap+.content_inn-wrap {
    margin-top: 100px;
  }
  .content_inn-wrap>h2 {
    color: #dc1e37;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 31px;
  }
  .content_inn {
    padding: 50px;
    border: solid 20px #dc1e37;
    box-sizing: border-box;
    width: 100%;
  }
  .sec.half {
    width: 48.5%;
    float: left;
  }
  .sec.half+.half {
    float: right;
  }
  .sec+.sec {
    margin-top: 100px;
  }
  .sec.half+.sec.half {
    margin-top: 0;
  }
  .sec>dt {
    background-color: #dc1e37;
    color: #fff;
    font-size: 1.9vw;
    text-align: center;
    padding: 15px;
    letter-spacing: 4px;
    font-weight: bold;
    margin-bottom: 80px;
  }
  .sec.graph>dt {
    margin-bottom: 40px;
  }
  .sec>dt span {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
  }
  .sec .graph_area {
    padding: 10% 0;
    position: relative;
    background-color: #f5f5f5;
  }
  .sec04 .graph_area {
    padding: 11% 15% 6%;
  }
  .sec .graph_area+.graph_area {
    margin-top: 40px;
  }
  .sec .graph_area .bar_graph .number_area {
    float: left;
    width: 8.3%;
    opacity: 0;
    transition-delay: 200ms;
    transition-duration: 800ms;
  }
  .sec .graph_area.on .bar_graph .number_area {
    opacity: 1;
  }
  .sec .graph_area .bar_graph .number_area dt {
    position: relative;
    height: 320px;
    border-bottom: solid 2px #dc1e37;
  }
  .sec .graph_area .bar_graph .number_area dt .bar_box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 40%;
  }
  .sec .graph_area .bar_graph .number_area:nth-of-type(1) dt .bar_box {
    padding-top: 70%;
  }
  .sec .graph_area .bar_graph .number_area dt .number {
    font-size: 1.45vw;
    opacity: 0;
    /* transition-delay: 200ms; */
    /* transition-duration: 1500ms; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    text-align: center;
    line-height: 1;
  }
  .sec .graph_area .bar_graph .number_area:nth-of-type(1) dt .number {
    color: #dc1e37;
    margin-left: 8%;
  }
  .sec .graph_area .bar_graph .number_area dt .number.on {
    opacity: 1;
  }
  .sec .graph_area .bar_graph .number_area dt .bar {
    width: 20px;
    height: 0px;
    background-color: #dc1e37;
    margin: auto;
    transition-delay: 200ms;
    transition-duration: 1200ms;
  }
  .sec .graph_area .bar_graph .number_area:nth-of-type(n + 4) dt .bar {
    background-color: #f4bbc3;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(1) dt .bar {
    height: 320px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(2) dt .bar {
    height: 190px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(3) dt .bar {
    height: 90px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(4) dt .bar {
    height: 80px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(5) dt .bar {
    height: 80px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(6) dt .bar {
    height: 50px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(7) dt .bar {
    height: 50px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(8) dt .bar {
    height: 40px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(9) dt .bar {
    height: 20px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(10) dt .bar {
    height: 20px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(11) dt .bar {
    height: 20px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(12) dt .bar {
    height: 20px;
  }
  .sec .graph_area .bar_graph .number_area dt .number span {
    font-family: 'DINNextLTPro-Regular';
    margin-right: 2px;
  }
  .sec .graph_area .bar_graph .number_area:nth-of-type(1) dt .number span {
    font-size: 3.4vw;
  }
  .sec .graph_area .bar_graph .number_area dd {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 1vw;
    margin: 15% auto 0;
    line-height: 1.4;
  }
  .sec .graph_area .bar_graph .number_area:nth-of-type(1) dd {
    font-weight: bold;
  }
  .sec .graph_area .bar_graph .number_area dd span {
    font-size: 1.2vw;
  }
  .sec .graph_area .point {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sec .graph_area .point#bar {
    bottom: 20%;
  }
  .sec .graph_area .fra {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-delay: 1850ms;
    transition-duration: 1200ms;
  }
  .sec .graph_area .fra.on {
    opacity: 1;
  }
  .sec .graph_area .fra>div {
    width: 100%;
  }
  .sec .graph_area .fra .image {
    width: 100%;
  }
  .sec .graph_area .fra .image img {
    max-width: none;
    width: 100%;
  }
  .sec .graph_area .chart_box {
    position: relative;
  }
  .sec01 .graph_area .chart_box, .sec02 .graph_area .chart_box {
    padding: 14.5% 0 0;
    box-sizing: border-box;
  }
  .sec03 .graph_area:nth-of-type(1) .chart_box {
    padding: 15% 19% 0 19%;
    box-sizing: border-box;
  }
  .sec03 .graph_area:nth-of-type(2) .chart_box {
    padding: 10% 19% 0 19%;
    box-sizing: border-box;
  }
  .sec05 .graph_area .chart_box, .sec06 .graph_area .chart_box {
    padding: 14% 6.5% 0;
    box-sizing: border-box;
  }
  .sec .graph_area .graph_tit {
    text-align: center;
    font-size: 1.5vw;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 2%;
    line-height: 1;
    width: 80%;
    margin: 0 auto;
    border-bottom: 2px solid #dc1e37;
    position: absolute;
    left: 0;
    right: 0;
    top: 7%;
    opacity: 0;
    transition-delay: 800ms;
    transition-duration: 1200ms;
  }
  .sec .graph_area .graph_tit.on {
    opacity: 1;
  }
  .sec .graph_area .chart_box .number {
    position: absolute;
    opacity: 0;
    transition-delay: 1000ms;
    transition-duration: 1500ms;
    z-index: +1;
  }
  .sec .graph_area .chart_box .number.on {
    opacity: 1;
  }
  .sec .graph_area .chart_box #cha1_1 {
    top: 60%;
    right: 33%;
  }
  .sec .graph_area .chart_box #cha1_2 {
    top: 41%;
    left: 33%;
  }
  .sec .graph_area .chart_box #cha2_1 {
    top: 53%;
    right: 32%;
  }
  .sec .graph_area .chart_box #cha2_2 {
    top: 68.5%;
    left: 33%;
  }
  .sec .graph_area .chart_box #cha2_3 {
    top: 49.5%;
    left: 27.5%;
  }
  .sec .graph_area .chart_box #cha3_1 {
    top: 53%;
    right: 36.5%;
  }
  .sec .graph_area .chart_box #cha3_2 {
    top: 81.5%;
    left: 45.5%;
  }
  .sec .graph_area .chart_box #cha3_3 {
    top: 73%;
    left: 37.5%;
  }
  .sec .graph_area .chart_box #cha4_1 {
    top: 34.5%;
    right: 38%;
  }
  .sec .graph_area .chart_box #cha4_2 {
    top: 57.5%;
    right: 35.5%;
  }
  .sec .graph_area .chart_box #cha4_3 {
    top: 77%;
    right: 41.5%;
  }
  .sec .graph_area .chart_box #cha5_1 {
    top: 47%;
    right: 32%;
  }
  .sec .graph_area .chart_box #cha5_2 {
    top: 75%;
    left: 39%;
  }
  .sec .graph_area .chart_box #cha6_1 {
    top: 57%;
    right: 33%;
  }
  .sec .graph_area .chart_box #cha6_2 {
    top: 64%;
    left: 33%;
  }
  .sec .graph_area .chart_box #cha6_3 {
    top: 36.5%;
    left: 35.5%;
  }
  .sec .graph_area .chart_box .number dl {
    text-align: center;
    color: #fff;
    line-height: 1;
  }
  .sec05 .graph_area .chart_box .number:nth-of-type(n + 3) dl, .sec06 .graph_area .chart_box .number:nth-of-type(n + 3) dl {
    color: #000;
  }
  .sec .graph_area .chart_box .number dl dt {
    font-size: 1.45vw;
  }
  .sec .graph_area .chart_box .number dl dt span {
    font-family: 'DINNextLTPro-Regular';
    margin-right: 2px;
  }
  .sec .graph_area .chart_box .number:nth-of-type(2) dl dt span {
    font-size: 3.8vw;
  }
  .sec .graph_area .chart_box .number:nth-of-type(3) dl dt span, .sec .graph_area .chart_box .number:nth-of-type(4) dl dt span {
    font-size: 2.8vw;
  }
  .sec05 .graph_area .chart_box .number:nth-of-type(3) dl dt span, .sec06 .graph_area .chart_box .number:nth-of-type(3) dl dt span, .sec06 .graph_area .chart_box .number:nth-of-type(4) dl dt span, .sec06 .graph_area .chart_box .number:nth-of-type(4) dl dt span {
    font-size: 2.2vw;
  }
  .sec .graph_area .chart_box .number dl dd {
    margin-top: -2px;
    line-height: 1.2;
  }
  .sec .graph_area .chart_box .number:nth-of-type(2) dl dd {
    margin-top: -6px;
    font-size: 1.45vw;
  }
  .sec .graph_area .chart_box .number:nth-of-type(3) dl dd {
    font-size: 1.2vw;
  }
  .sec .graph_area .chart_box .number:nth-of-type(4) dl dd {
    font-size: 1.1vw;
    margin-top: -4px;
  }
  .sec05 .graph_area .chart_box .number:nth-of-type(3) dl dd, .sec06 .graph_area .chart_box .number:nth-of-type(3) dl dd {
    font-size: 1vw;
  }
  .sec05 .graph_area .chart_box .number:nth-of-type(4) dl dd, .sec06 .graph_area .chart_box .number:nth-of-type(4) dl dd {
    font-size: 1vw;
  }
  .sec .text_area {
    padding: 0 2%;
  }
  .sec .text_area .text_list li {
    float: left;
    padding: 0 20px 15px 0;
    width: 46%;
    font-size: 16px;
    border-bottom: 4px solid #dc1e37;
    border-right: 4px solid #dc1e37;
    box-sizing: border-box;
    margin: 0 2% 45px;
    position: relative;
  }
  .sec .text_area .text_list li.wide {
    width: 96%;
  }
  .sec .text_area .text_list li.wide+li {
    display: none !important;
  }
  .sec .text_area .voice_list li {
    float: left;
    padding: 10px 0 15px 15px;
    width: 30%;
    font-size: 14px;
    border-bottom: 4px solid #dc1e37;
    border-left: 4px solid #dc1e37;
    box-sizing: border-box;
    margin: 0 1.66% 82px;
    position: relative;
  }
  .sec .text_area .voice_list li.wide {
    width: 96%;
  }
  .sec .text_area .voice_list li.wide+li, .sec .text_area .voice_list li.wide+li+li {
    display: none !important;
  }
  .sec .text_area .voice_list li::after {
    position: absolute;
    background-image: url("/jp/recruit/new_graduate/img/people/voice/img_voice_people_red.png");
    background-size: cover;
    width: 34px;
    height: 52px;
    bottom: -52px;
    content: "";
    display: table;
    clear: both;
  }
  .sec .text_area .voice_list li.type2 {
    border-bottom: 4px solid #8e8e8e;
    border-left: 4px solid #8e8e8e;
  }
  .sec .text_area .voice_list li.type2::after {
    background-image: url("/jp/recruit/new_graduate/img/people/voice/img_voice_people_gray.png");
  }
  .sec .text_area .voice_list li:nth-child(n+7), .sec .text_area .text_list li:nth-child(n+7) {
    display: none;
  }
  .sec .text_area li div {
    display: table;
    height: 100%;
  }
  .sec .text_area li div p {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.6;
  }
  .sec .text_area li div .type {
    vertical-align: middle;
    display: table-cell;
  }
  .sec .text_area li div .type span {
    background-color: #dc1e37;
    color: #fff;
    padding: 7px;
    text-align: center;
    font-size: 16px;
    margin-right: 20px;
    width: 74px;
    height: 42px;
    box-sizing: border-box;
    display: block;
  }
  .sec .text_area li div .type2 span {
    background-color: #8e8e8e;
  }
  .sec .text_area .more {
    display: block;
    border: solid 4px #dc1e37;
    box-sizing: border-box;
    position: relative;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin: 20px auto 0;
    transition: 500ms;
    background-color: #fff;
    cursor: pointer;
  }
  .sec .text_area .more:hover {
    box-shadow: 4px 4px 0px 0px #000;
  }
  .sec .text_area .close_btn {
    background-color: #dc1e37;
  }
  .sec .text_area .more div {
    display: block;
    width: 58px;
    height: 13px;
    margin: auto;
    font-size: 0;
    line-height: 1;
    padding: 8px;
  }
  .ft-text {
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 2.4;
    margin-bottom: 50px;
    padding: 90px 0;
    background-color: #f5f5f5;
  }
  /*2021*/
  .content_inn.is-2021 {
    background: #fafafa;
    padding: 80px 5.3%;
  }
  .content_inn.is-2021>.sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content_inn.is-2021>.sec::after {
    content: none;
  }
  #voice2021 .content_inn>.sec>.sec {
    background-color: #fff;
    padding: 0 0 3%;
    box-sizing: border-box;
    float: none;
  }
  #voice2021 .sec2021-box {
    background-color: #fff;
    padding-bottom: 4.4%;
  }
  #voice2021 .content_inn>.sec>.sec.sec2021-06 {
    padding-bottom: 5.3%;
  }
  #voice2021 .sec>dt {
    background: none;
    padding: 0 2% 0 8%;
    max-width: 66%;
    margin: -26px 0 0;
    text-align: left;
  }
  #voice2021 .sec.sec2021-box>dt {
    padding-left: 3.8%;
    margin-bottom: 3.9%;
  }
  #voice2021 .sec .graph_area {
    background: none;
    padding: 8.6% 0 6.8%;
  }
  .sec2021_que {
    font-size: 24px;
    line-height: 1.33;
    font-weight: 600;
    text-align: center;
    margin-bottom: 6.1%;
    letter-spacing: 0.4px;
  }
  .sec2021_que::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #dc1e37;
    display: block;
    margin: 26px auto 0;
  }
  .sec2021-box .sec2021_que {
    margin-bottom: 4.1%;
  }
  .sec2021-01_row {
    display: flex;
    margin-top: 9%;
  }
  .chart_box.is-2021-01 {
    width: 56.2%;
    display: inline-block;
    padding-right: 2.3%;
  }
  .chart_box.is-2021-01 .chart_box_img {
    max-width: 69%;
    margin: 0 auto;
  }
  .chart_box.is-2021-02 {
    width: 27%;
    display: inline-block;
    margin-top: 6.2%;
  }
  .sec .graph_area .chart_box #cha2021-01_1 {
    top: 62%;
    right: 38%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-02_1 {
    top: 58%;
    right: 25%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-03_1 {
    top: 36%;
    right: 30.3%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-03_2 {
    top: 69.7%;
    left: 34%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-04_1 {
    top: 43%;
    right: 27.7%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-04_2 {
    top: 63.7%;
    left: 28.9%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-04_3 {
    top: 38.7%;
    left: 24.3%;
    z-index: +1;
  }
  .sec2021-06 .graph_area .chart_box,
  .sec2021-07 .graph_area .chart_box {
    margin-top: 8%;
  }
  .sec .graph_area .chart_box #cha2021-06_1 {
    top: 34%;
    right: 32%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-06_2 {
    top: 72.7%;
    left: 42.9%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-06_3 {
    top: 59.5%;
    left: 25.3%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-07_1 {
    top: 48%;
    right: 30.6%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-07_2 {
    top: 67.3%;
    left: 34.3%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-07_3 {
    top: 31.7%;
    left: 31%;
    z-index: +1;
  }
  .sec .graph_area .chart_box canvas#chart2021-01 {
    transform: scale(1.3);
    padding-top: 11%;
  }
  .sec .graph_area .chart_box canvas#chart2021-02 {
    padding-top: 36%;
    transform: scale(2.02) translateX(1.6%);
  }
  .sec .graph_area .chart_box .chart2021_scale {
    padding-top: 4%;
  }
  .sec2021-06 .graph_area .chart_box .chart2021_scale,
  .sec2021-07 .graph_area .chart_box .chart2021_scale {
    padding-top: 10%;
  }
  .sec .graph_area .chart_box canvas {
    transform: scale(1.07);
  }
  .sec .graph_area .chart_box .chart2021_scale .fra {
    padding-left: 0.8%;
  }
  .sec2021-01 .graph_area .chart_box.is-2021-01 .number dl dd {
    margin-top: 4px;
    font-size: 1.65vw;
  }
  .sec2021-01 .graph_area .chart_box.is-2021-02 .number dl dd {
    margin-top: 6px;
    font-size: 1.55vw;
  }
  .sec .graph_area .chart_box.is-2021-01 .number dl dt span {
    font-size: 4.3vw;
  }
  .sec .graph_area .chart_box.is-2021-02 .number dl dt span {
    font-size: 3.2vw;
    margin-right: 3px;
  }
  #cha2021-03_1 dl dt span {
    font-size: 3.6vw;
    margin-right: 3px;
  }
  #cha2021-03_2 dl dt span {
    font-size: 3vw;
    margin-right: 3px;
  }
  #cha2021-04_1 dl dt span {
    font-size: 3.6vw;
    margin-right: 3px;
  }
  #cha2021-04_2 dl dt span {
    font-size: 3.2vw;
    margin-right: 3px;
  }
  #cha2021-04_3 dl dt span {
    font-size: 2.2vw;
    margin-right: 3px;
  }
  #cha2021-06_1 dl dt span {
    font-size: 3.6vw;
    margin-right: 3px;
  }
  #cha2021-06_2 dl dt span {
    font-size: 3.6vw;
    margin-right: 3px;
  }
  #cha2021-06_3 dl dt span {
    font-size: 2.2vw;
    margin-right: 3px;
  }
  #cha2021-07_1 dl dt span {
    font-size: 3.6vw;
    margin-right: 3px;
  }
  #cha2021-07_2 dl dt span {
    font-size: 3.6vw;
    margin-right: 3px;
  }
  #cha2021-07_3 dl dt span {
    font-size: 3.6vw;
    margin-right: 3px;
  }
  #cha2021-01_1 dl {
    color: #dc1e37;
  }
  #cha2021-01_1 dd {
    font-weight: 600;
  }
  #cha2021-02_1 dl {
    color: #000;
  }
  #cha2021-02_1 dd {
    font-weight: 600;
  }
  #cha2021-01_1 dl dt {
    font-size: 2.25vw;
  }
  #cha2021-03_1 dl dd {
    margin-top: 1px;
    font-size: 1.15vw;
  }
  #cha2021-03_2 dl dd {
    margin-top: 1px;
    font-size: 1.05vw;
  }
  #cha2021-04_1 dl dd {
    margin-top: 1px;
    font-size: 1.15vw;
  }
  #cha2021-04_2 dl dd {
    margin-top: 1px;
    font-size: 0.95vw;
  }
  #cha2021-04_3 dl dd {
    margin-top: 1px;
    font-size: 0.95vw;
  }
  #cha2021-06_1 dl dd {
    margin-top: 1px;
    font-size: 1.15vw;
  }
  #cha2021-06_2 dl dd {
    margin-top: 1px;
    font-size: 1.05vw;
  }
  #cha2021-06_3 dl dd {
    margin-top: 1px;
    font-size: 0.85vw;
  }
  #cha2021-07_1 dl dd {
    margin-top: 1px;
    font-size: 1.15vw;
  }
  #cha2021-07_2 dl dd {
    margin-top: 1px;
    font-size: 1.05vw;
  }
  #cha2021-07_3 dl dd {
    margin-top: 1px;
    font-size: 1.1vw;
  }
  .sec2021_other {
    display: flex;
    border: 1px solid #e6e6e6;
    width: 85%;
    margin: 0 auto;
    line-height: 1.5;
  }
  .sec2021_other dt {
    background: #e6e6e6;
    text-align: center;
    width: 86.5px;
    flex: 0 0 auto;
    padding: 22px 0;
  }
  .sec2021_other dd {
    padding: 10px 6.7%;
    box-sizing: border-box;
  }
  .sec .graph_area .bar_graph.is-2021-05 {
    margin-top: 7.1%;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    float: none;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area dd {
    writing-mode: unset;
    -ms-writing-mode: unset;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin: 0;
    text-align: right;
    width: 35.5%;
    flex: 0 0 auto;
    padding: 17px 17px 0;
    border-right: solid 2px #dc1e37;
    box-sizing: border-box;
    margin-right: 3px;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(1) dd,
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(2) dd,
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(3) dd {
    font-weight: 600;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:not(:nth-of-type(1)) dd {
    padding: 17px 17px 16px;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area dt {
    height: auto;
    width: 60%;
    border: none;
    /* border-left: solid 2px #dc1e37; */
  }
  .sec .graph_area.on .bar_graph.is-2021-05 .number_area dt .bar {
    height: 35px;
    width: 75.5%;
    margin: 0;
    transition-property: width;
  }
  .sec .graph_area.on .bar_graph.is-2021-05 .number_area:nth-of-type(2) dt .bar {
    width: 33.3%;
  }
  .sec .graph_area.on .bar_graph.is-2021-05 .number_area:nth-of-type(3) dt .bar {
    width: 27.3%;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(n + 4) dt .bar {
    background: #cccccc;
  }
  .sec .graph_area.on .bar_graph.is-2021-05 .number_area:nth-of-type(4) dt .bar {
    width: 11.7%;
  }
  .sec .graph_area.on .bar_graph.is-2021-05 .number_area:nth-of-type(5) dt .bar {
    width: 8.5%;
  }
  .sec .graph_area.on .bar_graph.is-2021-05 .number_area:nth-of-type(6) dt .bar,
  .sec .graph_area.on .bar_graph.is-2021-05 .number_area:nth-of-type(7) dt .bar {
    width: 2.5%;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area dt .bar_box {
    padding: 0;
    position: relative;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area dt .number {
    left: 79%;
    font-size: 1.15vw;
    margin-left: 0;
    margin-top: -1%;
    display: inline-block;
    right: auto;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(2) dt .number {
    left: 37%;
    color: #dc1e37;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(2) dt .number span {
    font-size: 2.4vw;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(3) dt .number {
    left: 31%;
    color: #dc1e37;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(3) dt .number span {
    font-size: 2.4vw;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(4) dt .number {
    left: 15%;
    margin-top: 0;
    font-size: 0.95vw;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(n + 4) dt .number span {
    font-size: 2vw;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(5) dt .number {
    left: 12%;
    margin-top: 0.5%;
    font-size: 0.95vw;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(6) dt .number,
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(7) dt .number {
    left: 5%;
    margin-top: 0;
    font-size: 0.95vw;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area dd span {
    font-size: 1vw;
  }
  .sec .graph_area .bar_graph .number_area:nth-of-type(1) dt .number span {
    font-size: 2.5vw;
  }
  .text_list2021 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 4%;
  }
  .text_list2021 .text_item {
    width: 48%;
    text-align: center;
    padding-left: 84px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 35px;
  }
  .sec .text_area .text_list2021 li:nth-child(n+7) {
    display: none;
  }
  .text_list2021 .text_item::before {
    content: "";
    width: 84px;
    height: 58px;
    background: url(/jp/recruit/new_graduate/img/people/voice/img_voice_people_gray02.png)no-repeat 50% 50% /contain;
    position: absolute;
    left: 4px;
    top: 16px;
  }
  .text_list2021 .text_item.is-style02::before {
    background: url(/jp/recruit/new_graduate/img/people/voice/img_voice_people_red02.png)no-repeat 50% 50% /contain;
  }
  .text_list2021 .text_item span {
    display: block;
    text-align: left;
    background: #fafafa;
    padding: 6.3% 8% 6.8%;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: +1;
    font-size: calc(10px + 0.395vw);
    line-height: 1.8;
    display: flex;
    align-items: center;
    min-height: 122px;
  }
  .text_list2021 .text_item::after {
    content: "";
    width: calc(100% - 84px);
    height: 100%;
    border-radius: 20px;
    background: #969696;
    position: absolute;
    top: 7px;
    right: -6px;
  }
  .text_list2021 .text_item.is-style02::after {
    background: #f1a2ac;
  }
  .text_list2021 .text_item.is-style02 span {
    background: #fff4f4;
  }
  .sec .text_area .sec2021-more-btn {
    background-color: #dc1e37;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    line-height: 1.5;
    max-width: 100%;
    white-space: nowrap;
    width: 215px;
    padding: 1.4em;
    text-align: center;
    padding: 18px 20px 18px 26px;
    height: auto;
    border: none;
  }
  .sec .text_area .sec2021-more-btn:hover {
    box-shadow: none;
    opacity: .7;
  }
  .sec2021-more-btn span {
    position: relative;
    display: inline-block;
    letter-spacing: 2.4px;
  }
  .sec2021-more-btn span::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
    top: -3px;
    margin: 0 0 0 8px;
    border-top: #fff 2px solid;
    border-left: #fff 2px solid;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .sec2021-more-btn.close_btn span::after {
    position: relative;
    top: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 860px */
@media only screen and (max-width: 860px) {
  .recruit-mv {
    background: url(/jp/recruit/new_graduate/img/people/voice/bg_mv.jpg)no-repeat 50% 50% /cover;
    text-align: center;
    height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .recruit-ttl {
    padding-bottom: 11px;
  }
  .recruit-ttl .txt {
    display: inline-block;
    font-size: 38px;
    line-height: 1.5;
    letter-spacing: 7.6px;
    color: #fff;
    margin-bottom: 3px;
  }
  .recruit-ttl .txt-small{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
  }
  .wrap {
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .image img {
    max-width: 100%;
  }
  .image .sp {
    display: none;
  }
  .fadein, .first-fadein {
    opacity: 0;
    transform: translate(0px, 80px);
    transition: all 1500ms;
    -webkit-transform: (0px, 80px);
    -ms-transform: (0px, 80px);
  }
  .fadein.scrollin, .first-fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: (0, 0);
    -ms-transform: (0, 0);
  }
  .new-grad-container {
    padding: 20px 5% 0;
    margin-bottom: 50px;
  }
  .new-grad-container p {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .new-grad-menu {
    display: flex;
    justify-content: center;
  }
  .new-grad-menu .link-button-03 {
    width: 48%;
    margin: 0 2.3%;
    padding: 12px 10px 25px;
    font-size: 14px;
    letter-spacing: 1.2px;
  }
  .new-grad-menu .link-button-03::after {
    content: "";
    width: 15px;
    height: 8px;
    background: url(/jp/recruit/new_graduate/img/people/voice/arrow_bottom.png)no-repeat 50% 50% /contain;
  }
  .content_inn-wrap+.content_inn-wrap {
    margin-top: 70px;
  }
  .content_inn-wrap>h2 {
    color: #dc1e37;
    font-size: 7vw;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .content_inn {
    padding: 5%;
    border: solid 15px #dc1e37;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  .sec+.sec {
    margin-top: 16%;
  }
  .sec>dt {
    background-color: #dc1e37;
    color: #fff;
    font-size: 1.9vw;
    font-size: 18px;
    text-align: center;
    padding: 15px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .sec.graph>dt {
    margin-bottom: 6%;
  }
  .sec>dt span {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
  }
  .sec .graph_area {
    padding: 10% 0;
    position: relative;
    background-color: #f5f5f5;
  }
  .sec01 .graph_area, .sec02 .graph_area, .sec05 .graph_area, .sec06 .graph_area {
    padding: 10% 19%;
  }
  .sec04 .graph_area {
    padding: 16% 5% 8%;
  }
  .sec .graph_area+.graph_area {
    margin-top: 2%;
  }
  .sec .graph_area .bar_graph {}
  .sec .graph_area .bar_graph .number_area {
    float: left;
    width: 8.3%;
    opacity: 0;
    transition-delay: 100ms;
    transition-duration: 600ms;
  }
  .sec .graph_area.on .bar_graph .number_area {
    opacity: 1;
  }
  .sec .graph_area .bar_graph .number_area dt {
    position: relative;
    height: 160px;
    border-bottom: solid 2px #dc1e37;
  }
  .sec .graph_area .bar_graph .number_area dt .bar_box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 40%;
  }
  .sec .graph_area .bar_graph .number_area:nth-of-type(1) dt .bar_box {
    padding-top: 60%;
  }
  .sec .graph_area .bar_graph .number_area dt .number {
    font-size: 2.45vw;
    opacity: 0;
    transition-delay: 200ms;
    transition-duration: 1500ms;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    text-align: center;
    line-height: 1;
  }
  .sec .graph_area .bar_graph .number_area:nth-of-type(1) dt .number {
    color: #dc1e37;
    margin-left: 8%;
  }
  .sec .graph_area .bar_graph .number_area dt .number.on {
    opacity: 1;
  }
  .sec .graph_area .bar_graph .number_area dt .bar {
    width: 50%;
    height: 0px;
    background-color: #dc1e37;
    margin: auto;
    transition-delay: 200ms;
    transition-duration: 1200ms;
  }
  .sec .graph_area .bar_graph .number_area:nth-of-type(n + 4) dt .bar {
    background-color: #f4bbc3;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(1) dt .bar {
    height: 160px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(2) dt .bar {
    height: 95px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(3) dt .bar {
    height: 45px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(4) dt .bar {
    height: 40px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(5) dt .bar {
    height: 40px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(6) dt .bar {
    height: 25px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(7) dt .bar {
    height: 25px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(8) dt .bar {
    height: 20px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(9) dt .bar {
    height: 10px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(10) dt .bar {
    height: 10px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(11) dt .bar {
    height: 10px;
  }
  .sec .graph_area.on .bar_graph .number_area:nth-of-type(12) dt .bar {
    height: 10px;
  }
  .sec .graph_area .bar_graph .number_area dt .number span {
    font-family: 'DINNextLTPro-Regular';
    margin-right: 1%;
    font-size: 4vw;
  }
  .sec .graph_area .bar_graph .number_area:nth-of-type(1) dt .number span {
    font-size: 5.4vw;
    margin-left: -8%;
  }
  .sec .graph_area .bar_graph .number_area dd {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 3vw;
    margin: 15% auto 0;
    line-height: 1.2;
  }
  .sec .graph_area .bar_graph .number_area:nth-of-type(1) dd {
    font-weight: bold;
  }
  .sec .graph_area .bar_graph .number_area dd span {
    font-size: 3vw;
  }
  .sec .graph_area .point {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sec .graph_area .point#bar {
    bottom: 20%;
  }
  .sec .graph_area .fra {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-delay: 1850ms;
    transition-duration: 1200ms;
  }
  .sec .graph_area .fra.on {
    opacity: 1;
  }
  .sec .graph_area .fra>div {
    display: table;
    height: 100%;
  }
  .sec .graph_area .fra .image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .sec .graph_area .fra .image img {
    max-width: none;
    width: 100%;
  }
  .sec02 .graph_area .fra .image img, .sec05 .graph_area .fra .image img, .sec06 .graph_area .fra .image img {
    max-width: none;
    width: 62%;
    margin: auto;
  }
  .sec06 .graph_area .fra .image img {
    margin-top: -3%;
  }
  .sec .graph_area .chart_box {
    position: relative;
  }
  .sec02 .graph_area .chart_box {
    padding: 14.5% 0 0;
    box-sizing: border-box;
  }
  .sec03 .graph_area:nth-of-type(1) .chart_box {
    padding: 15% 19% 0;
    box-sizing: border-box;
  }
  .sec03 .graph_area:nth-of-type(2) .chart_box {
    padding: 10% 19% 0;
    box-sizing: border-box;
  }
  .sec05 .graph_area .chart_box {
    padding: 14% 6.5% 0;
    box-sizing: border-box;
  }
  .sec06 .graph_area .chart_box {
    padding: 10% 6.5% 0;
    box-sizing: border-box;
  }
  .sec .graph_area .graph_tit {
    text-align: center;
    font-size: 1.5vw;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 2%;
    line-height: 1;
    width: 80%;
    margin: 0 auto;
    border-bottom: 2px solid #dc1e37;
    position: absolute;
    left: 0;
    right: 0;
    top: 7%;
    opacity: 0;
    transition-delay: 800ms;
    transition-duration: 1200ms;
  }
  .sec .graph_area .graph_tit.on {
    opacity: 1;
  }
  .sec .graph_area .chart_box .number {
    position: absolute;
    opacity: 0;
    transition-delay: 1000ms;
    transition-duration: 1500ms;
    z-index: +1;
  }
  .sec .graph_area .chart_box .number.on {
    opacity: 1;
  }
  .sec .graph_area .chart_box #cha1_1 {
    top: 52%;
    right: 33%;
  }
  .sec .graph_area .chart_box #cha1_2 {
    top: 24%;
    left: 33%;
  }
  .sec .graph_area .chart_box #cha2_1 {
    top: 53%;
    right: 32%;
  }
  .sec .graph_area .chart_box #cha2_2 {
    top: 68.5%;
    left: 33%;
  }
  .sec .graph_area .chart_box #cha2_3 {
    top: 49.5%;
    left: 27.5%;
  }
  .sec .graph_area .chart_box #cha3_1 {
    top: 53%;
    right: 36.5%;
  }
  .sec .graph_area .chart_box #cha3_2 {
    top: 81.5%;
    left: 44.5%;
  }
  .sec .graph_area .chart_box #cha3_3 {
    top: 72%;
    left: 36.5%;
  }
  .sec .graph_area .chart_box #cha4_1 {
    top: 34.5%;
    right: 37%;
  }
  .sec .graph_area .chart_box #cha4_2 {
    top: 56.5%;
    right: 34.5%;
  }
  .sec .graph_area .chart_box #cha4_3 {
    top: 75%;
    right: 40%;
  }
  .sec .graph_area .chart_box #cha5_1 {
    top: 47%;
    right: 34%;
  }
  .sec .graph_area .chart_box #cha5_2 {
    top: 75%;
    left: 39%;
  }
  .sec .graph_area .chart_box #cha6_1 {
    top: 57%;
    right: 34%;
  }
  .sec .graph_area .chart_box #cha6_2 {
    top: 64%;
    left: 33%;
  }
  .sec .graph_area .chart_box #cha6_3 {
    top: 33.5%;
    left: 33.5%;
  }
  .sec .graph_area .chart_box .number dl {
    text-align: center;
    color: #fff;
    line-height: 1;
  }
  .sec05 .graph_area .chart_box .number:nth-of-type(n + 3) dl, .sec06 .graph_area .chart_box .number:nth-of-type(n + 3) dl {
    color: #000;
  }
  .sec .graph_area .chart_box .number dl dt {
    font-size: 1.45vw;
  }
  .sec .graph_area .chart_box .number dl dt span {
    font-family: 'DINNextLTPro-Regular';
    margin-right: 2px;
  }
  .sec .graph_area .chart_box .number:nth-of-type(2) dl dt span {
    font-size: 3.2vw;
  }
  .sec .graph_area .chart_box .number:nth-of-type(3) dl dt span, .sec .graph_area .chart_box .number:nth-of-type(4) dl dt span {
    font-size: 2.8vw;
  }
  .sec05 .graph_area .chart_box .number:nth-of-type(3) dl dt span, .sec06 .graph_area .chart_box .number:nth-of-type(3) dl dt span, .sec06 .graph_area .chart_box .number:nth-of-type(4) dl dt span, .sec06 .graph_area .chart_box .number:nth-of-type(4) dl dt span {
    font-size: 2.2vw;
  }
  .sec .graph_area .chart_box .number dl dd {
    margin-top: -2px;
    line-height: 1.2;
  }
  .sec .graph_area .chart_box .number:nth-of-type(2) dl dd {
    margin-top: -6px;
    font-size: 1.45vw;
  }
  .sec .graph_area .chart_box .number:nth-of-type(3) dl dd {
    font-size: 1.2vw;
  }
  .sec .graph_area .chart_box .number:nth-of-type(4) dl dd {
    font-size: 1.1vw;
    margin-top: -4px;
  }
  .sec05 .graph_area .chart_box .number:nth-of-type(3) dl dd, .sec06 .graph_area .chart_box .number:nth-of-type(3) dl dd {
    font-size: 1vw;
  }
  .sec05 .graph_area .chart_box .number:nth-of-type(4) dl dd, .sec06 .graph_area .chart_box .number:nth-of-type(4) dl dd {
    font-size: 1vw;
  }
  .sec .text_area {
    padding: 0 2%;
  }
  .sec .text_area .text_list li {
    padding: 0 20px 15px 0;
    font-size: 14px;
    border-bottom: 4px solid #dc1e37;
    border-right: 4px solid #dc1e37;
    box-sizing: border-box;
    margin: 0 0% 30px;
    position: relative;
  }
  .sec .text_area .text_list li.wide+li {
    display: none !important;
  }
  .sec .text_area .voice_list li {
    padding: 10px 0 15px 15px;
    font-size: 14px;
    border-bottom: 4px solid #dc1e37;
    border-left: 4px solid #dc1e37;
    box-sizing: border-box;
    margin: 0 0% 82px;
    position: relative;
  }
  .sec .text_area .voice_list li.wide+li, .sec .text_area .voice_list li.wide+li+li {
    display: none !important;
  }
  .sec .text_area .voice_list li::after {
    position: absolute;
    background-image: url("/jp/recruit/new_graduate/img/people/voice/img_voice_people_red.png");
    background-size: cover;
    width: 34px;
    height: 52px;
    bottom: -52px;
    content: "";
    display: table;
    clear: both;
  }
  .sec .text_area .voice_list li.type2 {
    border-bottom: 4px solid #8e8e8e;
    border-left: 4px solid #8e8e8e;
  }
  .sec .text_area .voice_list li.type2::after {
    background-image: url("/jp/recruit/new_graduate/img/people/voice/img_voice_people_gray.png");
  }
  .sec .text_area .voice_list li:nth-child(n+4), .sec .text_area .text_list li:nth-child(n+4) {
    display: none;
  }
  .sec .text_area li div p {
    vertical-align: middle;
    display: table-cell;
    line-height: 1.6;
  }
  .sec .text_area li div .type span {
    background-color: #dc1e37;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    width: 64px;
    box-sizing: border-box;
    display: block;
  }
  .sec .text_area li div .type2 span {
    background-color: #8e8e8e;
  }
  .sec .text_area .more {
    display: block;
    border: solid 4px #dc1e37;
    box-sizing: border-box;
    position: relative;
    width: 60%;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin: 0px auto 0;
    transition: 500ms;
    background-color: #fff;
  }
  .sec .text_area .close_btn {
    background-color: #dc1e37;
    display: block;
  }
  .sec .text_area .more div {
    display: block;
    width: 58px;
    height: 13px;
    margin: auto;
    font-size: 0;
    line-height: 1;
    padding: 9.5px;
  }
  .ft-text {
    font-size: 16px;
    text-align: left;
    letter-spacing: 2px;
    line-height: 2;
    margin-bottom: 40px;
    padding: 30px 5%;
    background-color: #f5f5f5;
  }
  /*2021*/
  .content_inn.is-2021 {
    background: #fafafa;
    padding: 50px 3%;
  }
  .content_inn.is-2021>.sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content_inn.is-2021>.sec::after {
    content: none;
  }
  #voice2021 .content_inn>.sec>.sec {
    background-color: #fff;
    padding: 0 0 7%;
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  #voice2021 .sec2021-box {
    background-color: #fff;
    padding-bottom: 7.4%;
  }
  #voice2021 .content_inn>.sec>.sec.sec2021-06 {
    padding-bottom: 5.3%;
  }
  #voice2021 .sec>dt {
    background: none;
    padding: 0 2% 0 4%;
    margin: -30px 0 0;
    text-align: left;
  }
  #voice2021 .sec>dt img {
    height: 45px;
  }
  #voice2021 .sec.sec2021-box>dt {
    padding-left: 3.8%;
    margin-bottom: 3.9%;
  }
  #voice2021 .sec .graph_area {
    background: none;
    padding: 8.6% 12% 6.8%;
  }
  #voice2021 .sec.sec2021-01 .graph_area {
    background: none;
    padding: 8.6% 4% 6.8%;
  }
  .sec2021_que {
    font-size: calc(14px + 0.8vw);
    line-height: 1.33;
    font-weight: 600;
    text-align: center;
    margin-bottom: 7%;
    letter-spacing: 0.4px;
    padding: 0 2%;
  }
  .sec2021_que::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #dc1e37;
    display: block;
    margin: 3% auto 0;
  }
  .sec2021-box .sec2021_que {
    margin-bottom: 7%;
    margin-top: 4%;
  }
  .sec2021-01_row {
    display: flex;
    margin-top: 9%;
  }
  .chart_box.is-2021-01 {
    width: 56.2%;
    display: inline-block;
    padding-right: 2.3%;
  }
  .chart_box.is-2021-01 .chart_box_img {
    max-width: 69%;
    margin: 0 auto;
  }
  .chart_box.is-2021-02 {
    width: 27%;
    display: inline-block;
    margin-top: 6.2%;
  }
  #voice2021 .sec .graph_area .chart_box .number dl dt {
    font-size: 4vw;
  }
  .sec .graph_area .chart_box #cha2021-01_1 {
    top: 59%;
    right: 37%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-02_1 {
    top: 54%;
    right: 22%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-03_1 {
    top: 36%;
    right: 27.3%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-03_2 {
    top: 67.7%;
    left: 33%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-04_1 {
    top: 42%;
    right: 22.7%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-04_2 {
    top: 61.7%;
    left: 30.1%;
    width: 21%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-04_3 {
    top: 38.7%;
    left: 23.3%;
    z-index: +1;
  }
  .sec2021-06 .graph_area .chart_box,
  .sec2021-07 .graph_area .chart_box {
    margin-top: 4%;
  }
  .sec .graph_area .chart_box #cha2021-06_1 {
    top: 33%;
    right: 29%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-06_2 {
    top: 69.7%;
    left: 44.9%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-06_3 {
    top: 53.5%;
    left: 26.3%;
    z-index: +1;
    width: 18%;
  }
  .sec .graph_area .chart_box #cha2021-07_1 {
    top: 48%;
    right: 27.6%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-07_2 {
    top: 64.3%;
    left: 33.3%;
    z-index: +1;
  }
  .sec .graph_area .chart_box #cha2021-07_3 {
    top: 31.7%;
    left: 29%;
    z-index: +1;
  }
  .sec .graph_area .chart_box canvas#chart2021-01 {
    transform: scale(1.3);
    margin-top: 11%;
  }
  .sec .graph_area .chart_box canvas#chart2021-02 {
    margin-top: 51%;
    transform: scale(2.02) translateX(1.6%);
  }
  .sec .graph_area .chart_box .chart2021_scale {
    padding-top: 6%;
    padding-left: 2%;
  }
  .sec2021-06 .graph_area .chart_box .chart2021_scale,
  .sec2021-07 .graph_area .chart_box .chart2021_scale {
    padding-top: 11%;
  }
  .sec .graph_area .chart_box canvas {
    transform: scale(1.12);
  }
  .sec .graph_area .chart_box .chart2021_scale .fra {
    padding-left: 2%;
  }
  .sec2021-01 .graph_area .chart_box.is-2021-01 .number dl dd {
    margin-top: 2px;
    font-size: 1.65vw;
  }
  .sec2021-01 .graph_area .chart_box.is-2021-02 .number dl dd {
    margin-top: 4px;
    font-size: 3.15vw;
  }
  .sec .graph_area .chart_box.is-2021-01 .number dl dt span {
    font-size: 8vw;
  }
  .sec .graph_area .chart_box.is-2021-02 .number dl dt span {
    font-size: 8vw;
    margin-right: 3px;
  }
  #cha2021-03_1 dl dt span {
    font-size: 7vw;
    margin-right: 3px;
  }
  #cha2021-04_1 dl dt span {
    font-size: 8.5vw;
    margin-right: 3px;
  }
  #cha2021-04_2 dl dt span {
    font-size: 7.5vw;
    /* margin-right: 3px; */
  }
  #cha2021-04_3 dl dt span {
    margin-right: 2px;
    font-size: 6.6vw;
  }
  #cha2021-06_1 dl dt span {
    font-size: 8vw;
    margin-right: 3px;
  }
  #cha2021-06_2 dl dt span {
    margin-right: 3px;
  }
  #cha2021-06_3 dl dt span {
    margin-right: 3px;
    font-size: 6.6vw;
  }
  #cha2021-07_1 dl dt span {
    font-size: 8vw;
    margin-right: 3px;
  }
  #cha2021-07_2 dl dt span {
    margin-right: 3px;
  }
  #cha2021-07_3 dl dt span {
    margin-right: 3px;
    font-size: 6.6vw;
  }
  #cha2021-01_1 dl {
    color: #dc1e37;
  }
  #cha2021-01_1 dd {
    font-weight: 600;
    font-size: 3.65vw;
  }
  #cha2021-02_1 dl {
    color: #000;
  }
  #cha2021-02_1 dd {
    font-weight: 600;
    font-size: 3.15vw;
  }
  #cha2021-01_1 dl dt {
    font-size: 5.05vw;
  }
  #cha2021-03_1 dl dd {
    margin-top: 1px;
    font-size: 3vw;
  }
  #cha2021-03_2 dl dd {
    margin-top: 1px;
    font-size: 3vw;
  }
  #cha2021-04_1 dl dd {
    margin-top: 1px;
    font-size: 3.2vw;
  }
  #cha2021-04_2 dl dd {
    margin-top: 1px;
    font-size: 3vw;
  }
  #cha2021-04_3 dl dd {
    font-size: 3vw;
  }
  #cha2021-06_1 dl dd {
    margin-top: 1px;
    font-size: 3vw;
  }
  #cha2021-06_2 dl dd {
    margin-top: 1px;
    font-size: 3vw;
  }
  #cha2021-06_3 dl dd {
    margin-top: 1px;
    font-size: 3vw;
  }
  #cha2021-07_1 dl dd {
    margin-top: 1px;
    font-size: 3.4vw;
  }
  #cha2021-07_2 dl dd {
    margin-top: 1px;
    font-size: 3.2vw;
  }
  #cha2021-07_3 dl dd {
    margin-top: 1px;
    font-size: 3vw;
  }
  .sec2021_other {
    display: flex;
    border: 1px solid #e6e6e6;
    width: 92%;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 12.5px;
  }
  .sec2021_other dt {
    background: #e6e6e6;
    text-align: center;
    width: 70px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec2021_other dd {
    padding: 5px 3.2% 5px 4%;
    box-sizing: border-box;
  }
  .sec .graph_area .bar_graph.is-2021-05 {
    margin-top: 7.1%;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    float: none;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area dd {
    writing-mode: unset;
    -ms-writing-mode: unset;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin: 0;
    text-align: right;
    width: 38%;
    flex: 0 0 auto;
    padding: 7px 9px;
    border-right: solid 2px #dc1e37;
    box-sizing: border-box;
    margin-right: 3px;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(1) dd,
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(2) dd,
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(3) dd {
    font-weight: 600;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:not(:nth-of-type(1)) dd {
    padding: 21px 9px 17px;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area dt {
    height: auto;
    width: 60%;
    border: none;
    /* border-left: solid 2px #dc1e37; */
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area dt .bar {
    height: 35px;
    width: 0;
    margin: 0;
    transition-property: width;
  }
  .sec .graph_area.on .bar_graph.is-2021-05 .number_area dt .bar {
    width: 75.5%;
    height: 35px;
  }
  .sec .graph_area.on .bar_graph.is-2021-05 .number_area:nth-of-type(2) dt .bar {
    width: 33.3%;
  }
  .sec .graph_area.on .bar_graph.is-2021-05 .number_area:nth-of-type(3) dt .bar {
    width: 27.3%;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(n + 4) dt .bar {
    background: #cccccc;
  }
  .sec .graph_area.on .bar_graph.is-2021-05 .number_area:nth-of-type(4) dt .bar {
    width: 11.7%;
  }
  .sec .graph_area.on .bar_graph.is-2021-05 .number_area:nth-of-type(5) dt .bar {
    width: 8.5%;
  }
  .sec .graph_area.on .bar_graph.is-2021-05 .number_area:nth-of-type(6) dt .bar,
  .sec .graph_area.on .bar_graph.is-2021-05 .number_area:nth-of-type(7) dt .bar {
    width: 2.5%;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area dt .bar_box {
    padding: 0;
    position: relative;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area dt .number {
    left: 79%;
    font-size: 3.5vw;
    margin-left: 0;
    margin-top: 3.4%;
    display: inline-block;
    right: auto;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(2) dt .number {
    left: 37%;
    color: #dc1e37;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(2) dt .number span {
    font-size: 6vw;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(3) dt .number {
    left: 31%;
    color: #dc1e37;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(3) dt .number span {
    font-size: 6vw;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(4) dt .number {
    left: 15%;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(n + 4) dt .number span {
    font-size: 5vw;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(5) dt .number {
    left: 12%;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(6) dt .number,
  .sec .graph_area .bar_graph.is-2021-05 .number_area:nth-of-type(7) dt .number {
    left: 5%;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area dd span {}
  .sec .graph_area .bar_graph .number_area:nth-of-type(1) dt .number span {
    font-size: 8vw;
  }
  .text_list2021 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 4% 3% 2%;
  }
  .text_list2021 .text_item {
    text-align: center;
    padding-left: 42px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 25px;
    width: 100%;
  }
  .sec .text_area .text_list2021 li:nth-child(n+4) {
    display: none;
  }
  .text_list2021 .text_item::before {
    content: "";
    width: 42px;
    height: 29px;
    background: url(/jp/recruit/new_graduate/img/people/voice/img_voice_people_gray02.png)no-repeat 50% 50% /contain;
    position: absolute;
    left: 4px;
    top: 16px;
  }
  .text_list2021 .text_item.is-style02::before {
    background: url(/jp/recruit/new_graduate/img/people/voice/img_voice_people_red02.png)no-repeat 50% 50% /contain;
  }
  .text_list2021 .text_item span {
    display: block;
    text-align: left;
    background: #fafafa;
    padding: 5% 8%;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
    z-index: +1;
    font-size: 14px;
    line-height: 1.7;
    display: flex;
    align-items: center;
    min-height: 70px;
  }
  .text_list2021 .text_item::after {
    content: "";
    width: calc(100% - 42px);
    height: 100%;
    border-radius: 15px;
    background: #969696;
    position: absolute;
    top: 7px;
    right: -6px;
  }
  .text_list2021 .text_item.is-style02::after {
    background: #f1a2ac;
  }
  .text_list2021 .text_item.is-style02 span {
    background: #fff4f4;
  }
  .sec .graph_area .chart_box .number:nth-of-type(2) dl dt span {
    font-size: 6vw;
  }
  .sec .text_area .sec2021-more-btn {
    background-color: #dc1e37;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    line-height: 1.5;
    max-width: 100%;
    white-space: nowrap;
    width: 51%;
    padding: 1.4em;
    text-align: center;
    padding: 11px 20px;
    height: auto;
    border: none;
  }
  .sec .text_area .sec2021-more-btn:hover {
    box-shadow: none;
    opacity: .7;
  }
  .sec2021-more-btn span {
    position: relative;
    display: inline-block;
    letter-spacing: 2.2px;
  }
  .sec2021-more-btn span::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    position: relative;
    top: -3px;
    margin: 0 0 0 8px;
    border-top: #fff 2px solid;
    border-left: #fff 2px solid;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .sec2021-more-btn.close_btn span::after {
    position: relative;
    top: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 660px) {
  .recruit-mv {
    height: 190px;
  }
  .recruit-ttl .txt {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .image .pc {
    display: none;
  }
  .image .sp {
    display: block;
  }
  .sec .graph_area .graph_tit {
    font-size: 12px;
    width: 3.6em;
    padding-bottom: 5px;
    display: inline-block;
    letter-spacing: 2px;
  }
  .sec .graph_area .chart_box .number dl dt {
    font-size: 3vw;
  }
  .sec .graph_area .chart_box .number dl dt span {
    margin-right: 2px;
  }
  .sec .graph_area .chart_box .number:nth-of-type(2) dl dt span {
    font-size: 8vw;
  }
  .sec .graph_area .chart_box .number:nth-of-type(3) dl dt span, .sec .graph_area .chart_box .number:nth-of-type(4) dl dt span {
    font-size: 6vw;
  }
  .sec05 .graph_area .chart_box .number:nth-of-type(3) dl dt span, .sec06 .graph_area .chart_box .number:nth-of-type(3) dl dt span, .sec06 .graph_area .chart_box .number:nth-of-type(4) dl dt span, .sec06 .graph_area .chart_box .number:nth-of-type(4) dl dt span {
    font-size: 4.2vw;
  }
  .sec .graph_area .chart_box .number dl dd {
    margin-top: -1px;
    line-height: 1.2;
  }
  .sec .graph_area .chart_box .number:nth-of-type(2) dl dd {
    margin-top: -3px;
    font-size: 2.4vw;
  }
  .sec .graph_area .chart_box .number:nth-of-type(3) dl dd {
    font-size: 2vw;
  }
  .sec .graph_area .chart_box .number:nth-of-type(4) dl dd {
    font-size: 2.2vw;
    margin-top: -4px;
  }
  .sec05 .graph_area .chart_box .number:nth-of-type(3) dl dd, .sec06 .graph_area .chart_box .number:nth-of-type(3) dl dd {
    font-size: 2vw;
  }
  .sec05 .graph_area .chart_box .number:nth-of-type(4) dl dd, .sec06 .graph_area .chart_box .number:nth-of-type(4) dl dd {
    font-size: 2vw;
  }
  .sec02 .graph_area .fra .image img, .sec05 .graph_area .fra .image img, .sec06 .graph_area .fra .image img {
    width: 100%;
  }
  .sec06 .graph_area .fra .image img {
    margin-top: 0;
  }
  .sec .graph_area .chart_box #cha3_1 {
    top: 50%;
    right: 26.5%;
  }
  .sec .graph_area .chart_box #cha3_2 {
    top: 79.5%;
    left: 42%;
  }
  .sec .graph_area .chart_box #cha3_3 {
    top: 69%;
    left: 28.5%;
  }
  .sec .graph_area .chart_box #cha4_1 {
    top: 34.5%;
    right: 28%;
  }
  .sec .graph_area .chart_box #cha4_2 {
    top: 56.5%;
    right: 25.5%;
  }
  .sec .graph_area .chart_box #cha4_3 {
    top: 74%;
    right: 34%;
  }
  .sec .graph_area .chart_box #cha5_1 {
    top: 47%;
    right: 30%;
  }
  .sec .graph_area .chart_box #cha5_2 {
    top: 75%;
    left: 36%;
  }
  .sec .graph_area .chart_box #cha6_1 {
    top: 54%;
    right: 31%;
  }
  .sec .graph_area .chart_box #cha6_2 {
    top: 62%;
    left: 31%;
  }
  .sec .graph_area .chart_box #cha6_3 {
    top: 31.5%;
    left: 31.5%;
  }
  .sec01 .graph_area, .sec02 .graph_area, .sec05 .graph_area, .sec06 .graph_area {
    padding: 10% 0%;
  }
  .sec03 .graph_area:nth-of-type(1) .chart_box {
    padding: 25% 0% 0;
  }
  .sec03 .graph_area:nth-of-type(2) .chart_box {
    padding: 20% 0% 0;
  }
  .sec .graph_area .bar_graph .number_area dt .bar_box {
    padding-top: 80%;
  }
  .sec .graph_area .bar_graph .number_area:nth-of-type(1) dt .bar_box {
    padding-top: 100%;
  }
  .sec05 .graph_area .chart_box {
    padding: 14% 0% 0;
  }
  .sec06 .graph_area .chart_box {
    padding: 10% 0% 0;
  }
  .nav-btn-01 {
    padding: 0 6px;
  }
  #voice2021 .sec .graph_area {
    padding: 8% 0 7.8%;
  }
  #voice2021 .sec.sec2021-01 .graph_area {
    padding: 8.6% 0 6.8%;
  }
  #voice2021 .sec.sec2021-05 .graph_area {
    padding: 8% 0 0;
  }
  #cha2021-03_1 dl dt span {
    font-size: 9vw;
  }
  #voice2021 .sec .graph_area .chart_box.is-2021-01 .number dl dt {
    font-size: 4.5vw;
  }
  .sec .graph_area .chart_box.is-2021-01 .number dl dt span {
    font-size: 11vw;
    margin-right: 0;
  }
  #voice2021 .sec .graph_area .chart_box.is-2021-02 .number dl dt {
    font-size: 3.5vw;
  }
  .sec .graph_area .chart_box.is-2021-02 .number dl dt span {
    font-size: 8vw;
  }
  .sec .graph_area .bar_graph.is-2021-05 .number_area dt .bar_box {
    padding: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .sec .graph_area .chart_box .number dl dd {
    margin-top: 0 !important;
  }
  .sec .graph_area .bar_graph .number_area dd {
    height: 200px;
    margin-left: 1.8vw;
  }
}
@supports (-ms-ime-align: auto) {
  .sec .graph_area .chart_box .number dl dd {
    margin-top: 0 !important;
  }
  .sec .graph_area .bar_graph .number_area dd {
    height: 200px;
    margin-left: 1.8vw;
  }
}

.voice-fixed-btns {
  position: fixed;
  top: auto;
  bottom: calc(70px + 10vh);
  right: 0;
  width: 200px;
  z-index: 100;
}

.voice-fixed-btns__txt {
  color: #fff;
  font-size: 13px;
  background-color: #dc1e37;
  display: inline-block;
  border-radius: 30px;
  padding: 5px 20px;
  margin-bottom: 12px;
  position: relative;
}

.voice-fixed-btns__txt::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 9px 0;
  border-color: transparent #dc1e37 transparent transparent;
  position: absolute;
  bottom: -9px;
  right: 50px;
}
.voice-fixed-btns__txt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 9px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  bottom: -9px;
  right: 50px;
}

.voice-fixed-btns__item {
  width: 200px;
  height: 48px;
  margin-left: 30px;
  position: relative;
  transition: transform .3s cubic-bezier(.25,.46,.45,.94),top 1s cubic-bezier(.25,.46,.45,.94);
}

.voice-fixed-btns__item:hover {
  transform: scale(0.9);
  transition: transform .3s cubic-bezier(.25,.46,.45,.94),top 1s cubic-bezier(.25,.46,.45,.94);
}

.voice-fixed-btns__item::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: -5px;
  top: 0;
  background-color: #dc1e37;
}

.voice-fixed-btns__item::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background-color: #6F6F6F;
}

.voice-fixed-btns__item:not(:first-child) {
  margin-top: 10px;
}

.voice-fixed-btns__item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #000;
  padding: 20px;
  box-sizing: border-box;
}

.voice-fixed-btns__item a:link {
  text-decoration: none;
}

.voice-fixed-btns__item a:visited {
  text-decoration: none;
}

.voice-fixed-btns__item a:hover {
  text-decoration: none;
}

.voice-fixed-btns__item a:active {
  text-decoration: none;
}

.voice-fixed-btns__year {
  color: #dc1e37;
  font-size: 16px;
  margin-right: 20px;
}

@media screen and (max-width: 660px) {
  .voice-fixed-btns {
    position: fixed;
    top: auto;
    bottom: 100px;
    right: 0;
    width: 160px;
  }
  .voice-fixed-btns__item {
    width: 130px;
    height: 40px;
  }
  .voice-fixed-btns__txt {
    padding: 5px 10px;
    font-size: 12px;
    margin-left: 10px;
  }
  .voice-fixed-btns__year {
    font-size: 13px;
    margin-right: 10px;
  }
  .voice-fixed-btns__item a {
    font-size: 12px;
    padding: 10px 10px;
  }
  .voice-fixed-btns__txt::after {
    border-width: 0 0 9px 0;
  }
}