/* Voice CSS */
/* _setting CSS */
/* ___________________UI */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  .voice_top {
    padding-bottom: 140px;
  }
  .voice_top .page_cont .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .voice_top .page_cont .voice_item {
    position: relative;
    width: 480px;
    padding: 0 30px 50px;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  .voice_top .page_cont .voice_item::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 87.5%;
    height: 1px;
    background-color: #bd1528;
  }
  .voice_top .page_cont .voice_item .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .voice_top .page_cont .voice_item .image img {
    width: 100%;
  }
  .voice_top .page_cont .voice_item .item_position {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .voice_top .page_cont .voice_item .item_position::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #bd1528;
    width: 20px;
    height: 3px;
  }
  .voice_top .page_cont .voice_item .item_position img {
    width: 42px;
    display: inline-block;
    margin-right: 25px;
  }
  .voice_top .page_cont .voice_item .item_position img img {
    max-width: 100%;
  }
  .voice_top .page_cont .voice_item .item_desc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .voice_top .page_cont .voice_item .item_name {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .voice_top .page_cont .voice_item .item_name span {
    display: inline-block;
    font-size: 1.4rem;
    margin-left: 15px;
  }
  .voice_top .page_cont .voice_item .btn {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 110px;
    margin-left: auto;
    margin-bottom: 15px;
  }
  .voice_top .page_cont .voice_item .btn a {
    padding: 10px 0 11px;
  }

  .voice_single.show .kv .kv_detail .kv_name_wrap {
    opacity: 1;
  }
  .voice_single.show .kv .kv_detail .kv_name {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .voice_single.show .kv .kv_detail .kv_name_inner {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .voice_single .kv {
    background: -webkit-gradient(linear, left top, right top, from(#e9e9e9), color-stop(50%, #e9e9e9), color-stop(50%, #f9f9f9), to(#f9f9f9));
    background: linear-gradient(90deg, #e9e9e9 0%, #e9e9e9 50%, #f9f9f9 50%, #f9f9f9 100%);
    margin-bottom: 80px;
  }
  .voice_single .kv .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #f9f9f9;
  }
  .voice_single .kv .kv_detail {
    width: 480px;
    padding-top: 60px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .voice_single .kv .kv_detail .kv_title {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    margin-left: 100px;
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
  .voice_single .kv .kv_detail .kv_title::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #bd1528;
    width: 20px;
    height: 3px;
  }
  .voice_single .kv .kv_detail .kv_title .num {
    display: inline-block;
    margin-right: 20px;
  }
  .voice_single .kv .kv_detail .kv_desc {
    min-height: 250px;
    font-size: 2.6rem;
    margin-left: 100px;
    padding-bottom: 65px;
  }
  .voice_single .kv .kv_detail .kv_name_wrap {
    position: relative;
    width: 480px;
    height: 64px;
    opacity: 0;
  }
  .voice_single .kv .kv_detail .kv_name {
    background-color: #222;
    padding-left: 100px;
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
  }
  .voice_single .kv .kv_detail .kv_name span {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    margin-left: 20px;
  }
  .voice_single .kv .kv_detail .kv_name_inner {
    font-size: 2rem;
    color: #fff;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .voice_single .kv .image {
    position: relative;
  }
  .voice_single .kv .image .skin {
    position: absolute;
    top: 17px;
    left: 30px;
    border: 1px solid #bd1528;
    width: 660px;
    height: 430px;
    -webkit-transform: skewY(5.5deg);
        -ms-transform: skewY(5.5deg);
            transform: skewY(5.5deg);
  }
  .voice_single .career {
    margin-bottom: 140px;
  }
  .voice_single .career .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 60px;
    border-bottom: 1px solid #f9f9f9;
  }
  .voice_single .career .career_title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-right: 95px;
  }
  .voice_single .career .list {
    width: 100%;
    position: relative;
  }
  .voice_single .career .list::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 3px;
    width: 1px;
    height: calc(100% - 24px);
    background-color: #bd1528;
  }
  .voice_single .career .list.list_l_l2::before {
    height: calc(100% - 50px);
  }
  .voice_single .career .item {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 30px;
    padding-bottom: 40px;
  }
  .voice_single .career .item:last-child {
    padding-bottom: 0;
  }
  .voice_single .career .item::before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #bd1528;
  }
  .voice_single .career .item .time {
    width: 135px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .voice_single .career .item .about {
    font-size: 1.6rem;
  }
  .voice_single #interview .title {
    text-align: center;
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 120px;
  }
  .voice_single #interview .sub_title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 20px;
    margin-bottom: 25px;
  }
  .voice_single #interview .detail .desc {
    line-height: 1.75;
    margin-bottom: 28px;
  }
  .voice_single #interview .detail .desc:last-child {
    margin-bottom: 0;
  }
  .voice_single #interview .interview_lead {
    position: relative;
    min-height: 500px;
    margin-bottom: 160px;
  }
  .voice_single #interview .interview_lead .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50.66%;
    height: 500px;
    background: url("../images/voice/staff1_img2.jpg") center 0/cover no-repeat;
    min-width: 760px;
  }
  .voice_single #interview .interview_lead .detail {
    width: 510px;
    margin-left: auto;
  }
  .voice_single #interview .interview2 {
    margin-bottom: 140px;
  }
  .voice_single #interview .interview2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .voice_single #interview .interview2 .inner .detail {
    width: 600px;
  }
  .voice_single #interview .interview3 {
    margin-bottom: 140px;
  }
  .voice_single #interview .interview3 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .voice_single #interview .interview3 .inner .image {
    width: 380px;
  }
  .voice_single #interview .interview3 .inner .detail {
    width: 535px;
  }
  .voice_single #interview .schedule {
    background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), color-stop(70%, #f9f9f9), color-stop(70%, #e9e9e9), to(#e9e9e9));
    background: linear-gradient(90deg, #f9f9f9 0%, #f9f9f9 70%, #e9e9e9 70%, #e9e9e9 100%);
    margin-bottom: 120px;
  }
  .voice_single #interview .schedule .common_inner.inner {
    position: relative;
    padding: 60px 0;
  }
  .voice_single #interview .schedule .inner2.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .voice_single #interview .schedule .schedule_title {
    position: relative;
    width: 420px;
    font-size: 2.4rem;
    font-weight: bold;
    padding-left: 60px;
    padding-bottom: 25px;
    border-bottom: 1px solid #bd1528;
    margin-bottom: 40px;
  }
  .voice_single #interview .schedule .schedule_title::after {
    position: absolute;
    top: -7px;
    left: 3px;
    content: '';
    display: block;
    width: 40px;
    height: 39px;
    background: url("../images/common/icon_schedule.svg") center center/100% no-repeat;
  }
  .voice_single #interview .schedule .list {
    position: relative;
  }
  .voice_single #interview .schedule .list::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 28px;
    width: 1px;
    height: calc(100% - 24px);
    background-color: #bd1528;
  }
  .voice_single #interview .schedule .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    z-index: 1;
  }
  .voice_single #interview .schedule .item:last-child {
    margin-bottom: 0;
  }
  .voice_single #interview .schedule .item .time {
    width: 56px;
    height: 56px;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 16px;
    background-color: #bd1528;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
  }
  .voice_single #interview .schedule .item.item_l2 .detail {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
  .voice_single #interview .schedule .item.item_l3 .detail {
    -webkit-transform: translateY(26px);
        -ms-transform: translateY(26px);
            transform: translateY(26px);
  }
  .voice_single #interview .schedule .item.item_l4 .detail {
    -webkit-transform: translateY(42px);
        -ms-transform: translateY(42px);
            transform: translateY(42px);
  }
  .voice_single #interview .schedule .item.gap1 {
    padding-bottom: 10px;
  }
  .voice_single #interview .schedule .item.gap2 {
    padding-bottom: 20px;
  }
  .voice_single #interview .schedule .image {
    position: relative;
    z-index: 1;
  }
  .voice_single #interview .schedule .skin {
    position: absolute;
    top: 0;
    right: 0;
    width: 520px;
    height: 100.2%;
    background-color: #e1e1e1;
    -webkit-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  .voice_single #qa .qa_title {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    padding-top: 86px;
    margin-bottom: 80px;
  }
  .voice_single #qa .qa_title .eng {
    position: absolute;
    top: 0;
    left: 0;
  }
  .voice_single #qa .qa_title .eng img {
    display: block;
  }
  .voice_single #qa .qa_title .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background-color: #222;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
    padding-left: 2px;
    margin-right: 10px;
    margin-left: 22px;
  }
  .voice_single #qa .wrap {
    width: 1100px;
    margin: 0 auto;
  }
  .voice_single #qa .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .voice_single #qa .item {
    position: relative;
    width: 520px;
    height: 100%;
    border: 1px solid #bd1528;
    background-color: #e9e9e9;
  }
  .voice_single #qa .item::before {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    left: -12px;
    width: 100%;
    height: 100%;
    border: 1px solid #bd1528;
  }
  .voice_single #qa .item .inner {
    position: relative;
    z-index: 1;
    background-color: #e9e9e9;
  }
  .voice_single #qa .item .inner::before, .voice_single #qa .item .inner::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .voice_single #qa .item .inner::before {
    right: 90px;
    bottom: -40px;
    border-width: 0 25px 40px 0;
    border-color: transparent #bd1528 transparent transparent;
  }
  .voice_single #qa .item .inner::after {
    right: 91px;
    bottom: -37px;
    border-width: 0 24px 39px 0;
    border-color: transparent #e9e9e9 transparent transparent;
  }
  .voice_single #qa .item .q, .voice_single #qa .item .a {
    position: relative;
    width: 460px;
    padding-left: 90px;
  }
  .voice_single #qa .item .q .eng, .voice_single #qa .item .a .eng {
    position: absolute;
    left: 50px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
  }
  .voice_single #qa .item .q {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.66667;
    border-bottom: 2px solid #bd1528;
  }
  .voice_single #qa .item .q .eng {
    top: 37px;
  }
  .voice_single #qa .item .a {
    padding-top: 20px;
    line-height: 1.86667;
    padding-bottom: 30px;
  }
  .voice_single #qa .item .a .eng {
    top: 20px;
    color: #bd1528;
  }
  .voice_single #qa .item2 {
    -webkit-transform: translateY(-135px);
        -ms-transform: translateY(-135px);
            transform: translateY(-135px);
  }
  .voice_single #message .offtime {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #f0f0f0;
    padding: 50px 0;
  }
  .voice_single #message .offtime .image {
    width: 310px;
    margin-right: 60px;
  }
  .voice_single #message .offtime .image img {
    max-width: 100%;
  }
  .voice_single #message .offtime .detail {
    width: 560px;
    padding-top: 10px;
  }
  .voice_single #message .offtime .detail .title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .voice_single #message .offtime .detail .desc {
    line-height: 1.86667;
    text-align: justify;
  }
  .voice_single #message .offtime .acce {
    position: absolute;
    top: 23px;
    left: 200px;
    width: 142px;
    height: 57px;
  }
  .voice_single #message .offtime .acce img {
    width: 100%;
  }

  .voice_single1 #interview .interview_lead .image {
    background: url(../images/voice/staff1_img2.jpg) center 0/cover no-repeat;
  }

  .voice_single2 #interview .interview_lead .image {
    background: url(../images/voice/staff2_img2.jpg) center 0/cover no-repeat;
  }

  .voice_single3 #interview .interview_lead .image {
    background: url(../images/voice/staff3_img2.jpg) center 0/cover no-repeat;
  }

  .voice_single4 #interview .interview_lead .image {
    background: url(../images/voice/staff4_img2.jpg) center 0/cover no-repeat;
  }

  .voice_single5 #interview .interview_lead .image {
    background: url(../images/voice/staff5_img2.jpg) center 0/cover no-repeat;
  }

  .voice_single6 #interview .interview_lead .image {
    background: url(../images/voice/staff6_img2.jpg) center 0/cover no-repeat;
  }

  .voice_single7 #interview .interview_lead .image {
    background: url(../images/voice/staff7_img2.jpg) center 0/cover no-repeat;
  }

  .voice_single8 #interview .interview_lead .image {
    background: url(../images/voice/staff8_img2.jpg) center 0/cover no-repeat;
  }

  .voice_single #interview .schedule .list::before {
    top: 30px;
    height: calc(100% - 40px);
  }

  .data .data_detail {
    width: 374px;
    position: relative;
    padding-top: 58px;
    padding-bottom: 60px;
  }
  .data .data_detail .name {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px;
  }
  .data .data_detail .image {
    margin-right: auto;
    margin-left: auto;
  }
  .data .data_detail .image img {
    width: 100%;
  }
  .data .data_detail .nums {
    text-align: center;
  }
  .data .data_detail .nums span:not([class]) {
    font-family: "Roboto", sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
  }
  .data .data_detail .num {
    font-family: "Roboto", sans-serif;
    font-size: 10rem;
    font-weight: bold;
    line-height: 1;
  }
  .data .data_detail .num_white {
    color: #fff;
  }
  .data .data_detail .num_red {
    background: linear-gradient(125deg, #bf091e 0%, #e53549 50%, #bf091e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .data .skin {
    position: absolute;
    top: 20px;
    left: 0;
    border: 1px solid #bd1528;
    width: 374px;
    height: calc(344px - 36px);
    -webkit-transform: skewY(3.5deg);
        -ms-transform: skewY(3.5deg);
            transform: skewY(3.5deg);
  }
  .data .data_details1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 40px;
  }
  .data .data_details2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 270px;
  }
  .data .data_detail1 {
    margin-bottom: 10px;
  }
  .data .data_detail1 .image {
    width: 94px;
    margin-bottom: 18px;
  }
  .data .data_detail1 .nums {
    padding-left: 30px;
  }
  .data .data_detail2 .wrap {
    position: relative;
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .data .data_detail2 .wrap::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 55px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bf091e;
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
  .data .data_detail2 .wrap::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bf091e;
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
  .data .data_detail2 .each {
    width: 50px;
  }
  .data .data_detail2 .each .info {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
  }
  .data .data_detail2 .image {
    width: 47px;
    margin-bottom: 5px;
  }
  .data .data_detail3 {
    width: 787px;
  }
  .data .data_detail3 .skin {
    width: 787px;
    height: 683px;
  }
  .data .data_detail3 .detail_name {
    display: inline-block;
    position: absolute;
  }
  .data .data_detail3 .nums {
    display: inline-block;
    position: absolute;
  }
  .data .data_detail3 .nums span:not([class]) {
    display: inline-block;
    font-weight: normal;
    padding-left: 5px;
  }
  .data .data_detail3 .detail_graph {
    position: relative;
    width: 517px;
    height: 517px;
    margin: 0 auto;
    background: url("../images/voice/data_graph.png");
  }
  .data .data_detail3 .detail_graph .nums {
    color: #fff;
  }
  .data .data_detail3 .detail_20s .detail_name {
    top: 70px;
    right: 60px;
  }
  .data .data_detail3 .detail_20s .nums {
    top: 135px;
    right: 45px;
  }
  .data .data_detail3 .detail_20s .nums span:not([class]) {
    font-size: 4rem;
  }
  .data .data_detail3 .detail_20s .num {
    font-size: 11.5rem;
  }
  .data .data_detail3 .detail_30s .detail_name {
    top: 310px;
    right: 220px;
  }
  .data .data_detail3 .detail_30s .nums {
    top: 375px;
    right: 185px;
  }
  .data .data_detail3 .detail_30s .nums span:not([class]) {
    font-size: 3.6rem;
  }
  .data .data_detail3 .detail_30s .num {
    font-size: 10rem;
  }
  .data .data_detail3 .detail_40s .detail_name {
    top: 125px;
    left: 25px;
  }
  .data .data_detail3 .detail_40s .nums {
    top: 190px;
    left: 65px;
  }
  .data .data_detail3 .detail_40s .nums span:not([class]) {
    font-size: 3.4rem;
  }
  .data .data_detail3 .detail_40s .num {
    font-size: 8rem;
  }
  .data .data_detail3 .detail_50s .detail_name {
    top: -15px;
    left: 145px;
  }
  .data .data_detail3 .detail_50s .nums {
    top: 50px;
    left: 160px;
    letter-spacing: -.2em;
  }
  .data .data_detail3 .detail_50s .nums span:not([class]) {
    font-size: 2.4rem;
  }
  .data .data_detail3 .detail_50s .num {
    font-size: 6rem;
  }
  .data .data_detail4 .name,
  .data .data_detail5 .name,
  .data .data_detail6 .name {
    padding-bottom: 50px;
  }
  .data .data_detail4 .image {
    width: 67px;
    margin-bottom: 18px;
  }
  .data .data_detail4 .skin {
    height: calc(360px - 36px);
  }
  .data .data_detail5 .image {
    width: 118px;
    margin-bottom: 18px;
  }
  .data .data_detail5 .skin {
    height: calc(360px - 36px);
  }
  .data .data_detail6 .image {
    width: 87px;
    margin-bottom: 18px;
  }
  .data .data_detail6 .range {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    background: linear-gradient(125deg, #bf091e 0%, #e53549 50%, #bf091e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translateY(-22px);
        -ms-transform: translateY(-22px);
            transform: translateY(-22px);
  }
  .data .data_detail6 .skin {
    height: calc(360px - 23px);
  }

  #voice {
    position: relative;
  }
  #voice .title {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    color: #bd1528;
    padding-left: 170px;
    margin-bottom: 55px;
  }
  #voice .title span {
    position: absolute;
    bottom: -3px;
    left: 0;
    font-size: 4.6rem;
    font-weight: bold;
    letter-spacing: .1em;
    color: #222;
  }

  .voice_slide {
    position: relative;
    width: 1180px;
    min-height: 500px;
    margin: 0 auto;
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
    margin-bottom: 20px;
  }
  .voice_slide .list {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 80px;
  }
  .voice_slide .list.slick-initialized {
    opacity: 1;
  }
  .voice_slide .item {
    position: relative;
    width: 365px;
    margin-right: 40px;
    padding-bottom: 55px;
  }
  .voice_slide .item:last-child {
    margin-right: 0;
  }
  .voice_slide .item a {
    display: block;
  }
  .voice_slide .item a:hover img {
    opacity: 1;
  }
  .voice_slide .item a:hover .detail::before {
    background-color: rgba(189, 21, 40, 0.1);
  }
  .voice_slide .item .detail {
    position: absolute;
    top: 114px;
    left: 0;
    width: 168px;
    padding: 50px 30px 50px 30px;
  }
  .voice_slide .item .detail::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #bd1528;
    -webkit-transform: rotate(5deg) skew(5deg);
        -ms-transform: rotate(5deg) skew(5deg);
            transform: rotate(5deg) skew(5deg);
  }
  .voice_slide .item .detail .num {
    width: 31px;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 15px;
  }
  .voice_slide .item .detail .num::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #bd1528;
    width: 20px;
    height: 3px;
  }
  .voice_slide .item .detail .num img {
    width: 100%;
  }
  .voice_slide .item .detail .position {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 60px;
  }
  .voice_slide .item .detail .year {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 7px;
  }
  .voice_slide .item .detail .name {
    font-size: 1.6rem;
  }
  .voice_slide .item .image {
    width: 230px;
    margin-left: auto;
  }
  .voice_slide .item .image img {
    width: 100%;
  }
  .voice_slide .slick-prev,
  .voice_slide .slick-next {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: url("../images/common/btn_arrow.svg") center center/100% no-repeat !important;
    -webkit-transition: all linear 100ms;
    transition: all linear 100ms;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .voice_slide .slick-prev:hover,
  .voice_slide .slick-next:hover {
    background: url("../images/common/btn_arrow.svg") center center/100% no-repeat rgba(189, 21, 40, 0.1) !important;
  }
  .voice_slide .slick-prev::before,
  .voice_slide .slick-next::before {
    display: none;
  }
  .voice_slide .slick-next {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .voice_slide .slick-list {
    padding: 0 !important;
  }
  .voice_slide .slick-prev,
  .voice_slide .slick-next {
    top: -120px;
  }
  .voice_slide .slick-prev {
    left: auto;
    right: calc(50% - 40px - 370px);
  }
  .voice_slide .slick-next {
    right: calc(50% - 150px - 370px);
  }
}
@media print, screen and (max-width: 1400px) {
  .voice_single #interview .interview_lead .image {
    min-width: 650px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  .voice_top {
    padding-bottom: 36vw;
  }
  .voice_top .page_cont .voice_item {
    position: relative;
    width: 100%;
    padding: 0 5.33333vw 8vw;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10.66667vw;
  }
  .voice_top .page_cont .voice_item:last-child {
    margin-bottom: 0;
  }
  .voice_top .page_cont .voice_item::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 8vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 69.86667vw;
    height: 0.26667vw;
    background-color: #bd1528;
  }
  .voice_top .page_cont .voice_item .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 8vw;
  }
  .voice_top .page_cont .voice_item .item_position {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 5.33333vw;
    font-weight: bold;
    padding: 0 1.33333vw;
    padding-bottom: 2.66667vw;
    margin-bottom: 4vw;
  }
  .voice_top .page_cont .voice_item .item_position::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 1.33333vw;
    background: #bd1528;
    width: 4vw;
    height: 0.8vw;
  }
  .voice_top .page_cont .voice_item .item_position img {
    width: 8.26667vw;
    display: inline-block;
    margin-right: 5.33333vw;
  }
  .voice_top .page_cont .voice_item .item_desc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 4vw;
    padding: 0 1.33333vw;
    margin-bottom: 5.33333vw;
  }
  .voice_top .page_cont .voice_item .item_name {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 4vw;
    padding: 0 1.33333vw;
    margin-bottom: 3.33333vw;
  }
  .voice_top .page_cont .voice_item .item_name span {
    display: inline-block;
    font-size: 3.2vw;
    margin-left: 2.66667vw;
  }
  .voice_top .page_cont .voice_item .btn {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 17.33333vw;
    margin-right: 1.33333vw;
    margin-left: auto;
    margin-bottom: 3.33333vw;
  }
  .voice_top .page_cont .voice_item .btn a {
    font-size: 2.66667vw;
    padding: 1.86667vw 0 2vw;
  }

  .voice_single .kv {
    background-color: #f9f9f9;
    margin-bottom: 16vw;
  }
  .voice_single .kv .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .voice_single .kv .kv_detail {
    padding-bottom: 8vw;
  }
  .voice_single .kv .kv_detail .kv_title {
    position: relative;
    font-size: 5.86667vw;
    font-weight: bold;
    margin-left: 8vw;
    padding-bottom: 3.33333vw;
    margin-bottom: 6.66667vw;
  }
  .voice_single .kv .kv_detail .kv_title::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #bd1528;
    width: 5.33333vw;
    height: 0.53333vw;
  }
  .voice_single .kv .kv_detail .kv_title .num {
    display: inline-block;
    width: 10.66667vw;
    margin-right: 7.33333vw;
  }
  .voice_single .kv .kv_detail .kv_desc {
    font-size: 4.8vw;
    margin-left: 8vw;
    padding-bottom: 8vw;
  }
  .voice_single .kv .kv_detail .kv_name {
    width: 92vw;
    background-color: #222;
    padding-left: 8vw;
    padding-top: 6.66667vw;
    padding-bottom: 6.66667vw;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
  }
  .voice_single .kv .kv_detail .kv_name span {
    display: inline-block;
    color: #fff;
    margin-left: 3.33333vw;
  }
  .voice_single .kv .kv_detail .kv_name_wrap.show .kv_name {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .voice_single .kv .kv_detail .kv_name_wrap.show .kv_name_inner {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .voice_single .kv .kv_detail .kv_name_inner {
    font-size: 4vw;
    color: #fff;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .voice_single .kv .image {
    position: relative;
    width: 100%;
    margin-bottom: 9.33333vw;
  }
  .voice_single .kv .image .skin {
    position: absolute;
    top: 0;
    left: 5.33333vw;
    border: 0.26667vw solid #bd1528;
    width: 89.33333vw;
    height: 60vw;
    -webkit-transform: skewY(5.5deg);
        -ms-transform: skewY(5.5deg);
            transform: skewY(5.5deg);
  }
  .voice_single .career {
    padding-bottom: 16vw;
    margin-bottom: 16vw;
    border-bottom: 0.26667vw solid #f9f9f9;
  }
  .voice_single .career .career_title {
    width: 100%;
    font-size: 4.8vw;
    font-weight: bold;
    margin-bottom: 6.66667vw;
  }
  .voice_single .career .list {
    width: 100%;
    position: relative;
    margin-right: 3.46667vw;
  }
  .voice_single .career .list::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 2.13333vw;
    left: 0.8vw;
    width: 0.26667vw;
    height: calc(100% - 12vw);
    background-color: #bd1528;
  }
  .voice_single .career .list.sp_list_l_l1::before {
    height: calc(100% - 6vw);
  }
  .voice_single .career .item {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 5.33333vw;
    padding-bottom: 6.66667vw;
  }
  .voice_single .career .item:last-child {
    padding-bottom: 0;
  }
  .voice_single .career .item::before {
    position: absolute;
    top: 2.13333vw;
    left: 0;
    content: '';
    display: inline-block;
    width: 1.86667vw;
    height: 1.86667vw;
    border-radius: 50%;
    background-color: #bd1528;
  }
  .voice_single .career .item .time {
    width: 25.33333vw;
    font-size: 3.46667vw;
    font-weight: bold;
  }
  .voice_single .career .item .about {
    width: 52.66667vw;
    font-size: 3.73333vw;
  }
  .voice_single #interview .title {
    text-align: center;
    font-size: 9.6vw;
    font-weight: bold;
    margin-bottom: 13.33333vw;
  }
  .voice_single #interview .sub_title {
    font-size: 5.33333vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 8vw;
  }
  .voice_single #interview .detail .desc {
    margin-bottom: 6.66667vw;
  }
  .voice_single #interview .detail .desc:last-child {
    margin-bottom: 0;
  }
  .voice_single #interview .interview_lead {
    width: 94.66667vw;
    position: relative;
    margin-bottom: 18.66667vw;
  }
  .voice_single #interview .interview_lead .detail {
    margin-left: 5.33333vw;
  }
  .voice_single #interview .interview_lead .image {
    min-width: auto;
    margin-bottom: 8vw;
  }
  .voice_single #interview .interview2 {
    margin-bottom: 18.66667vw;
  }
  .voice_single #interview .interview2 .inner {
    width: 84vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .voice_single #interview .interview2 .image {
    margin-bottom: 8vw;
  }
  .voice_single #interview .interview3 {
    margin-bottom: 18.66667vw;
  }
  .voice_single #interview .interview3 .inner {
    width: 84vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .voice_single #interview .interview3 .inner .image {
    width: 81.33333vw;
    margin: 0 auto 8vw;
  }
  .voice_single #interview .schedule {
    background-color: #f9f9f9;
    margin-bottom: 16vw;
  }
  .voice_single #interview .schedule .common_inner.inner {
    width: 100%;
    position: relative;
    padding: 12vw 0 0;
  }
  .voice_single #interview .schedule .inner2.inner {
    width: 100%;
  }
  .voice_single #interview .schedule .info {
    width: 84vw;
    padding-bottom: 16vw;
    margin: 0 auto;
  }
  .voice_single #interview .schedule .schedule_title {
    position: relative;
    font-size: 4.8vw;
    font-weight: bold;
    padding-left: 13.33333vw;
    padding-bottom: 3.33333vw;
    border-bottom: 0.26667vw solid #bd1528;
    margin-bottom: 8vw;
  }
  .voice_single #interview .schedule .schedule_title::after {
    position: absolute;
    top: -1vw;
    left: 2vw;
    content: '';
    display: block;
    width: 7.46667vw;
    height: 7.33333vw;
    background: url("../images/common/icon_schedule.svg") center center/100% no-repeat;
  }
  .voice_single #interview .schedule .list {
    position: relative;
  }
  .voice_single #interview .schedule .list::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 6.66667vw;
    left: 5.33333vw;
    width: 0.26667vw;
    height: calc(100% - 12vw);
    background-color: #bd1528;
  }
  .voice_single #interview .schedule .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    z-index: 1;
  }
  .voice_single #interview .schedule .item:last-child {
    margin-bottom: 0;
  }
  .voice_single #interview .schedule .item .time {
    width: 10.66667vw;
    height: 10.66667vw;
    color: #fff;
    text-align: center;
    font-size: 3.2vw;
    padding-top: 2.66667vw;
    background-color: #bd1528;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 4.53333vw;
  }
  .voice_single #interview .schedule .item .detail {
    width: 69.33333vw;
  }
  .voice_single #interview .schedule .item.item_l2 .detail {
    -webkit-transform: translateY(3vw);
        -ms-transform: translateY(3vw);
            transform: translateY(3vw);
  }
  .voice_single #interview .schedule .item.item_l3 .detail {
    -webkit-transform: translateY(5vw);
        -ms-transform: translateY(5vw);
            transform: translateY(5vw);
  }
  .voice_single #interview .schedule .item.sp_item_l4 .detail {
    -webkit-transform: translateY(9vw);
        -ms-transform: translateY(9vw);
            transform: translateY(9vw);
  }
  .voice_single #interview .schedule .item.sp_item_l5 .detail {
    -webkit-transform: translateY(12vw);
        -ms-transform: translateY(12vw);
            transform: translateY(12vw);
  }
  .voice_single #interview .schedule .item.gap1 {
    padding-bottom: 2.66667vw;
  }
  .voice_single #interview .schedule .item.gap2 {
    padding-bottom: 5.33333vw;
  }
  .voice_single #interview .schedule .item.sp_gap2 {
    padding-bottom: 5.33333vw;
  }
  .voice_single #interview .schedule .item.sp_gap4 {
    padding-bottom: 10.66667vw;
  }
  .voice_single #interview .schedule .image {
    background-color: #e1e1e1;
    padding: 8vw;
  }
  .voice_single #qa .common_inner.inner {
    width: 84vw;
  }
  .voice_single #qa .qa_title {
    position: relative;
    font-size: 5.33333vw;
    font-weight: bold;
    padding-top: 16.8vw;
    margin-bottom: 10.66667vw;
  }
  .voice_single #qa .qa_title .eng {
    width: 30.53333vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .voice_single #qa .qa_title .eng img {
    display: block;
  }
  .voice_single #qa .qa_title .icon {
    position: relative;
    top: -.5vw;
    width: 6vw;
    height: 6vw;
    display: inline-block;
    border-radius: 50%;
    background-color: #222;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 3.73333vw;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding-top: 1.33333vw;
    padding-left: 0.53333vw;
    margin-right: 2.66667vw;
    margin-left: 1.33333vw;
  }
  .voice_single #qa .wrap {
    width: 86.66667vw;
    margin: 0 auto;
    -webkit-transform: translateX(1.3vw);
        -ms-transform: translateX(1.3vw);
            transform: translateX(1.3vw);
  }
  .voice_single #qa .item {
    position: relative;
    width: 100%;
    border: 0.26667vw solid #bd1528;
    background-color: #e9e9e9;
    margin-bottom: 17.33333vw;
  }
  .voice_single #qa .item::before {
    content: '';
    display: block;
    position: absolute;
    top: -2.6vw;
    left: -2.6vw;
    width: 100%;
    height: 100%;
    border: 0.26667vw solid #bd1528;
  }
  .voice_single #qa .item .inner {
    position: relative;
    z-index: 1;
    background-color: #e9e9e9;
  }
  .voice_single #qa .item .inner::before, .voice_single #qa .item .inner::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .voice_single #qa .item .inner::before {
    right: 90px;
    bottom: -40px;
    border-width: 0 25px 40px 0;
    border-color: transparent #bd1528 transparent transparent;
  }
  .voice_single #qa .item .inner::after {
    right: 91px;
    bottom: -37px;
    border-width: 0 24px 39px 0;
    border-color: transparent #e9e9e9 transparent transparent;
  }
  .voice_single #qa .item .q, .voice_single #qa .item .a {
    position: relative;
    width: 80vw;
    line-height: 1.86667;
    padding-left: 13.33333vw;
  }
  .voice_single #qa .item .q .eng, .voice_single #qa .item .a .eng {
    position: absolute;
    left: 5.33333vw;
    font-size: 6.13333vw;
    font-weight: bold;
    line-height: 1;
  }
  .voice_single #qa .item .q {
    padding-top: 8.66667vw;
    padding-bottom: 5.33333vw;
    font-size: 4vw;
    font-weight: bold;
    border-bottom: 0.53333vw solid #bd1528;
  }
  .voice_single #qa .item .q .eng {
    top: 8.8vw;
  }
  .voice_single #qa .item .a {
    padding-top: 6.66667vw;
    padding-bottom: 8vw;
  }
  .voice_single #qa .item .a .eng {
    top: 6.66667vw;
    color: #bd1528;
  }
  .voice_single #message .message_head {
    margin-bottom: 13.33333vw;
  }
  .voice_single #message .offtime {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-color: #f0f0f0;
    padding: 10.66667vw 0;
  }
  .voice_single #message .offtime .image {
    width: 78.66667vw;
  }
  .voice_single #message .offtime .detail {
    width: 73.33333vw;
    margin: 0 auto;
  }
  .voice_single #message .offtime .detail .title {
    font-size: 5.33333vw;
    font-weight: bold;
    margin-bottom: 6.66667vw;
  }
  .voice_single #message .offtime .detail .desc {
    text-align: justify;
    margin-bottom: 13.33333vw;
  }
  .voice_single #message .offtime .acce {
    position: absolute;
    bottom: 54.66667vw;
    right: 5.33333vw;
    width: 35.73333vw;
  }

  .voice_single #interview .schedule .list::before {
    top: 9.33333vw;
  }

  .data .inner {
    width: 84vw;
  }
  .data .data_detail {
    width: 100%;
    position: relative;
    padding-top: 9.33333vw;
    padding-bottom: 8vw;
    margin-bottom: 6vw;
  }
  .data .data_detail .name {
    font-size: 4.53333vw;
    font-weight: bold;
    text-align: center;
    padding-bottom: 6.66667vw;
  }
  .data .data_detail .image {
    margin-right: auto;
    margin-left: auto;
  }
  .data .data_detail .image img {
    width: 100%;
  }
  .data .data_detail .nums {
    text-align: center;
  }
  .data .data_detail .nums span:not([class]) {
    font-family: "Roboto", sans-serif;
    font-size: 4.8vw;
    font-weight: bold;
  }
  .data .data_detail .num {
    font-family: "Roboto", sans-serif;
    font-size: 17.86667vw;
    font-weight: bold;
    line-height: 1;
  }
  .data .data_detail .num_white {
    color: #fff;
  }
  .data .data_detail .num_red {
    background: linear-gradient(125deg, #bf091e 0%, #e53549 50%, #bf091e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .data .skin {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bd1528;
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(4.5deg);
        -ms-transform: skewY(4.5deg);
            transform: skewY(4.5deg);
  }
  .data .data_detail1 .image {
    width: 18.66667vw;
    margin-bottom: 4vw;
  }
  .data .data_detail1 .nums {
    padding-left: 5.33333vw;
  }
  .data .data_detail2 .wrap {
    position: relative;
    width: 28vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .data .data_detail2 .wrap::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 10.66667vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 1.86667vw;
    height: 1.86667vw;
    border-radius: 50%;
    background-color: #bf091e;
    -webkit-transform: translateX(0.5vw);
        -ms-transform: translateX(0.5vw);
            transform: translateX(0.5vw);
  }
  .data .data_detail2 .wrap::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 5.33333vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 1.86667vw;
    height: 1.86667vw;
    border-radius: 50%;
    background-color: #bf091e;
    -webkit-transform: translateX(0.5vw);
        -ms-transform: translateX(0.5vw);
            transform: translateX(0.5vw);
  }
  .data .data_detail2 .each {
    width: 10.66667vw;
  }
  .data .data_detail2 .each .info {
    font-size: 3.73333vw;
    text-align: center;
    line-height: 1;
    margin-bottom: 1.33333vw;
  }
  .data .data_detail2 .image {
    width: 7.46667vw;
    margin-bottom: 2.4vw;
  }
  .data .data_detail3 .detail_name {
    display: inline-block;
    width: 14.66667vw;
    position: absolute;
  }
  .data .data_detail3 .nums {
    display: inline-block;
    position: absolute;
  }
  .data .data_detail3 .nums span:not([class]) {
    display: inline-block;
    font-weight: normal;
    padding-left: 1.33333vw;
  }
  .data .data_detail3 .detail_graph {
    position: relative;
    width: 68.66667vw;
    height: 68.66667vw;
    margin: 0 auto;
    background: url("../images/voice/data_graph.png") center center/100% no-repeat;
  }
  .data .data_detail3 .detail_graph .nums {
    color: #fff;
  }
  .data .data_detail3 .detail_20s .detail_name {
    top: 10.66667vw;
    right: 8vw;
  }
  .data .data_detail3 .detail_20s .nums {
    top: 19.33333vw;
    right: 8.66667vw;
  }
  .data .data_detail3 .detail_20s .nums span:not([class]) {
    font-size: 5.33333vw;
  }
  .data .data_detail3 .detail_20s .num {
    font-size: 14.66667vw;
  }
  .data .data_detail3 .detail_30s .detail_name {
    top: 40vw;
    right: 28vw;
  }
  .data .data_detail3 .detail_30s .nums {
    top: 50vw;
    right: 22.66667vw;
  }
  .data .data_detail3 .detail_30s .nums span:not([class]) {
    font-size: 4.8vw;
  }
  .data .data_detail3 .detail_30s .num {
    font-size: 15.33333vw;
  }
  .data .data_detail3 .detail_40s .detail_name {
    top: 14.66667vw;
    left: 3.33333vw;
  }
  .data .data_detail3 .detail_40s .nums {
    top: 25.33333vw;
    left: 8vw;
  }
  .data .data_detail3 .detail_40s .nums span:not([class]) {
    font-size: 4.53333vw;
  }
  .data .data_detail3 .detail_40s .num {
    font-size: 10.66667vw;
  }
  .data .data_detail3 .detail_50s .detail_name {
    top: -3vw;
    left: 18.66667vw;
  }
  .data .data_detail3 .detail_50s .nums {
    top: 8vw;
    left: 21.33333vw;
    letter-spacing: -.2em;
  }
  .data .data_detail3 .detail_50s .nums span:not([class]) {
    font-size: 3.2vw;
  }
  .data .data_detail3 .detail_50s .num {
    font-size: 8vw;
  }
  .data .data_detail4 .image,
  .data .data_detail5 .image,
  .data .data_detail6 .image {
    margin-bottom: 3.33333vw;
  }
  .data .data_detail4 .name,
  .data .data_detail5 .name,
  .data .data_detail6 .name {
    padding-bottom: 4vw;
  }
  .data .data_detail4 .image {
    width: 13.06667vw;
  }
  .data .data_detail5 .image {
    width: 20.8vw;
  }
  .data .data_detail6 .image {
    width: 15.33333vw;
  }
  .data .data_detail6 .range {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 6.66667vw;
    font-weight: bold;
    line-height: 1;
    background: linear-gradient(125deg, #bf091e 0%, #e53549 50%, #bf091e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translateY(-4vw);
        -ms-transform: translateY(-4vw);
            transform: translateY(-4vw);
  }
  .data .data_details2 {
    margin-bottom: 26.66667vw;
  }

  #voice .title {
    position: relative;
    font-size: 3.46667vw;
    font-weight: bold;
    color: #bd1528;
    padding-left: 29.33333vw;
    margin-bottom: 8vw;
  }
  #voice .title span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 8.26667vw;
    font-weight: bold;
    color: #222;
  }
  #voice .voice_slide {
    margin-left: 5.33333vw;
    margin-bottom: 25.33333vw;
  }
  #voice .voice_slide .list {
    opacity: 0;
  }
  #voice .voice_slide .list.slick-initialized {
    opacity: 1;
  }
  #voice .voice_slide .item {
    position: relative;
    width: 50.66667vw;
    margin-right: 5.33333vw;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  #voice .voice_slide .item a {
    display: block;
  }
  #voice .voice_slide .item a:hover img {
    opacity: 1;
  }
  #voice .voice_slide .item a:hover .detail::before {
    background-color: rgba(189, 21, 40, 0.1);
  }
  #voice .voice_slide .item .item_inner {
    padding-top: 0;
    padding-left: 19.33333vw;
  }
  #voice .voice_slide .item .detail {
    position: absolute;
    top: 13.33333vw;
    left: 0;
    width: 24.8vw;
    padding: 5.33333vw 2.66667vw;
  }
  #voice .voice_slide .item .detail::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #bd1528;
    -webkit-transform: rotate(5deg) skew(5deg);
        -ms-transform: rotate(5deg) skew(5deg);
            transform: rotate(5deg) skew(5deg);
  }
  #voice .voice_slide .item .detail .num {
    position: relative;
    width: 5.33333vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
  #voice .voice_slide .item .detail .num::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #bd1528;
    width: 2.4vw;
    height: 0.53333vw;
  }
  #voice .voice_slide .item .detail .num img {
    width: 100%;
  }
  #voice .voice_slide .item .detail .position {
    font-size: 3.46667vw;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5.33333vw;
  }
  #voice .voice_slide .item .detail .year {
    font-size: 2.93333vw;
    line-height: 1;
    margin-bottom: 2.13333vw;
  }
  #voice .voice_slide .item .detail .name {
    font-size: 3.46667vw;
  }
  #voice .voice_slide .item .image {
    width: 31.33333vw;
  }
  #voice .voice_slide .slick-prev,
  #voice .voice_slide .slick-next {
    width: 10.93333vw;
    height: 10.93333vw;
    border-radius: 50%;
    overflow: hidden;
    background: url("../images/common/sp_btn_arrow.svg") center center/100% no-repeat !important;
    -webkit-transition: all linear 100ms;
    transition: all linear 100ms;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 1;
  }
  #voice .voice_slide .slick-prev:hover,
  #voice .voice_slide .slick-next:hover {
    background: url("../images/common/sp_btn_arrow.svg") center center/100% no-repeat rgba(189, 21, 40, 0.1) !important;
  }
  #voice .voice_slide .slick-prev::before,
  #voice .voice_slide .slick-next::before {
    display: none;
  }
  #voice .voice_slide .slick-next {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  #voice .voice_slide .slick-list {
    padding-bottom: 14.66667vw;
  }
  #voice .voice_slide .slick-prev,
  #voice .voice_slide .slick-next {
    top: auto;
    bottom: 0;
  }
  #voice .voice_slide .slick-prev {
    left: auto;
    right: calc(50% - 27vw);
  }
  #voice .voice_slide .slick-next {
    right: calc(50% - 42.5vw);
  }
}
