@media screen and (min-width: 769px), print {
  .section_voice {
    padding: 60px 0 40px -webkit-calc((100% - 1200px) / 2);
    padding: 60px 0 40px -moz-calc((100% - 1200px) / 2);
    padding: 60px 0 40px calc((100% - 1200px) / 2);
    overflow: hidden;
    position: relative;
  }
  .section_voice:after {
    content: "";
    width: 100%;
    height: 415px;
    background-color: #1582d6;
    position: absolute;
    bottom: 0;
    left: -webkit-calc((100% - 1200px) / 2);
    left: -moz-calc((100% - 1200px) / 2);
    left: calc((100% - 1200px) / 2);
    z-index: -1;
  }
  .section_voice_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  .section_voice .com_title {
    width: 500px;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
    margin: 60px 0 0;
    background-color: #1582d6;
    position: relative;
    padding-top: 30px;
  }
  .section_voice .com_title:after {
    content: "";
    width: 100%;
    height: 460px;
    background-color: #1582d6;
    position: absolute;
    top: 0;
    left: -100px;
    -moz-border-radius: 30px 0 0 30px;
         border-radius: 30px 0 0 30px;
    z-index: -1;
  }
  .section_voice .com_title .com_title_ja {
    color: #fff;
  }
  .section_voice .com_title .com_title_en {
    color: #fff;
  }
  .section_voice_list {
    max-width: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .section_voice_list_item {
    width: 315px;
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    -moz-border-radius: 16px;
         border-radius: 16px;
    margin-right: 15px;
  }
  .section_voice_list_item a {
    width: 100%;
    display: block;
    padding: 15px;
    -moz-border-radius: 16px;
         border-radius: 16px;
    background-color: #fff;
    position: relative;
  }
  .section_voice_list_item a:after {
    content: "";
    width: 26px;
    height: 26px;
    background: url("../img/section_voice/arr_more.webp") no-repeat center center/100% 100%;
    position: absolute;
    bottom: 6px;
    right: 10px;
  }
  .section_voice_list_item_pic img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
  .section_voice_list_item_txt {
    padding: 15px 0 35px;
  }
  .section_voice_list_item_txt h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
  }
  .section_voice_list_item_txt p {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
  }
  .p_voice_content {
    padding: 60px 0 100px;
    position: relative;
    z-index: 1;
  }
  .p_voice_content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/service_training/bg_step.webp") no-repeat top center/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .p_voice_content .com_title {
    text-align: center;
    margin: 0 0 80px 0;
  }
  .p_voice_content .com_title_ja {
    color: #1582d6;
  }
  .p_voice_content .com_title_sub {
    font-size: 3.2rem;
    line-height: 1;
    color: #1582d6;
    font-weight: 600;
    margin: 10px 0;
    display: block;
  }
  .p_voice_item {
    background-color: #fff;
    -moz-border-radius: 13px;
         border-radius: 13px;
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 30px 30px 30px 150px;
    min-height: 470px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_voice_item:not(:last-child) {
    margin-bottom: 50px;
  }
  .p_voice_item .ttl_lg {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 7rem;
    font-weight: bold;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    color: #ececec;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
  }
  .p_voice_item .txt {
    width: -webkit-calc(100% - 375px);
    width: -moz-calc(100% - 375px);
    width: calc(100% - 375px);
    padding-right: 30px;
  }
  .p_voice_item .txt .ttl_sub {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    background-color: #1582d6;
    -moz-border-radius: 100px;
         border-radius: 100px;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: inline-block;
  }
  .p_voice_item .txt .ttl_item {
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 42px;
    font-weight: bold;
  }
  .p_voice_item .txt p {
    font-size: 1.7rem;
    line-height: 30px;
    font-weight: 500;
  }
  .p_voice_item .pic {
    width: 375px;
  }
  .p_voice_item .pic img {
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
  .p_voice .pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    margin-top: 60px;
  }
  .p_voice .pagination li a,
  .p_voice .pagination li span {
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .section_voice {
    padding: 10.41667vw 0 5.20833vw;
    overflow: hidden;
    position: relative;
  }
  .section_voice:after {
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 10.41667vw);
    height: -moz-calc(100% - 10.41667vw);
    height: calc(100% - 10.41667vw);
    background-color: #1582d6;
    position: absolute;
    bottom: 0;
    left: 3.90625vw;
    z-index: -1;
    -moz-border-radius: 3.90625vw 0 0 3.90625vw;
         border-radius: 3.90625vw 0 0 3.90625vw;
  }
  .section_voice .row {
    overflow: hidden;
  }
  .section_voice .com_title {
    position: relative;
    padding-top: 3.90625vw;
    padding-left: 7.8125vw;
    margin: 0 0 5.20833vw;
    -moz-border-radius-topleft: 3.90625vw;
         border-top-left-radius: 3.90625vw;
  }
  .section_voice .com_title .com_title_ja {
    color: #fff;
  }
  .section_voice .com_title .com_title_en {
    color: #fff;
  }
  .section_voice_list {
    max-width: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.08333vw;
    -moz-border-radius-bottomleft: 3.90625vw;
         border-bottom-left-radius: 3.90625vw;
  }
  .section_voice_list_item {
    width: 54.03646vw;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 54.03646vw;
            flex: 0 0 54.03646vw;
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    -moz-border-radius: 2.08333vw;
         border-radius: 2.08333vw;
  }
  .section_voice_list_item a {
    width: 100%;
    display: block;
    padding: 1.95313vw;
    -moz-border-radius: 2.08333vw;
         border-radius: 2.08333vw;
    background-color: #fff;
    position: relative;
  }
  .section_voice_list_item a:after {
    content: "";
    width: 3.90625vw;
    height: 3.90625vw;
    background: url("../img/section_voice/arr_more.webp") no-repeat center center/100% 100%;
    position: absolute;
    bottom: 0.78125vw;
    right: 1.30208vw;
  }
  .section_voice_list_item_pic img {
    width: 100%;
    height: 37.10938vw;
    object-fit: cover;
    -moz-border-radius: 2.08333vw;
         border-radius: 2.08333vw;
  }
  .section_voice_list_item_txt {
    padding: 1.95313vw 0 4.55729vw;
  }
  .section_voice_list_item_txt h3 {
    font-size: 4.16667vw;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.65104vw;
  }
  .section_voice_list_item_txt p {
    font-size: 3.38542vw;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
  }
  .p_voice_content {
    padding: 10.41667vw 0 13.02083vw;
    position: relative;
    z-index: 1;
  }
  .p_voice_content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/service_training/bg_step_sp.webp") no-repeat top center/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .p_voice_content .com_title {
    text-align: center;
    margin-left: 0;
  }
  .p_voice_content .com_title_ja {
    color: #1582d6;
  }
  .p_voice_content .com_title_sub {
    font-size: 4.94792vw;
    line-height: 1;
    color: #1582d6;
    font-weight: 600;
    margin: 0 0 1.95313vw;
    display: block;
  }
  .p_voice_item {
    background-color: #fff;
    -moz-border-radius: 13px;
         border-radius: 13px;
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
         box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 3.90625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_voice_item:not(:last-child) {
    margin-bottom: 50px;
  }
  .p_voice_item .ttl_lg {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 11.06771vw;
    font-weight: bold;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    color: #ececec;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
  }
  .p_voice_item .txt {
    padding-left: 19.53125vw;
  }
  .p_voice_item .txt .ttl_sub {
    font-size: 3.125vw;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    background-color: #1582d6;
    -moz-border-radius: 100px;
         border-radius: 100px;
    padding: 1.30208vw 2.60417vw;
    margin-bottom: 2.60417vw;
    display: inline-block;
  }
  .p_voice_item .txt .ttl_item {
    margin-bottom: 2.60417vw;
    font-size: 4.6875vw;
    line-height: 1.5;
    font-weight: bold;
  }
  .p_voice_item .txt p {
    font-size: 3.64583vw;
    line-height: 5.72917vw;
    font-weight: 500;
  }
  .p_voice_item .pic {
    width: 100%;
    margin-top: 3.90625vw;
  }
  .p_voice_item .pic img {
    width: 100%;
    height: auto;
    -moz-border-radius: 1.04167vw;
         border-radius: 1.04167vw;
  }
  .p_voice .pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.82292vw;
    margin-top: 7.8125vw;
  }
  .p_voice .pagination li a,
  .p_voice .pagination li span {
    width: 10.41667vw;
    height: 10.41667vw;
    background-color: #000;
    color: #fff;
    font-size: 3.38542vw;
    line-height: 1;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
