@charset "UTF-8";
.voiceList {
    list-style: none;
}
.voiceList::after {
    content: "";
    display: block;
    clear: both;
}

.voiceL_list {
    margin-bottom: 60px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.voiceL_list::after {
    content: "";
    display: block;
    clear: both;
}
.voiceL_list > li {
    width: 32%;
    margin-left: 2%;
}
.voiceL_list > li:nth-child(3n+1) {
    margin-left: 0;
}
.voiceL_list > li:nth-child(n+4) {
    margin-top: 2%;
}
.voiceL_list > li > a {
    display: block;
    text-decoration: none;
    background: #F7FBFF;
    border-radius: 5px;
    overflow: hidden;
    padding: 7px 7px 28px;
    height: 100%;
    box-sizing: border-box;
}
.voiceL_list > li > a.inactive {
    background: #F7F7F7;
}
.voiceL_list > li > a::before {
    content: "";
}
.voiceL_list > li > a::after {
    content: "";
}
.voiceL_image {
    margin: 0 auto;
    max-width: 210px;
    position: relative;
    z-index: 1;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition-duration: .3s;
    transition-property: opacity;
}
.voiceL_image::before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}
.voiceL_name {
    font-size: 19px;
    font-weight: 500;
    color: #053FB3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.4;
    margin: 18px 0 9px;
    text-align: center;
}
.voiceL_org {
    font-size: 14px;
    line-height: 1.36;
    text-align: center;
}
.voiceL_belong {
    font-size: 14px;
    line-height: 1.36;
    text-align: center;
}

.voice_box {
    background-color: #F7FBFF;
    overflow: hidden;
    padding: 44px 0 62px;
    position: relative;
}
.voice_contents {
    margin: 0 auto;
    max-width: 736px;
}
.voice_imageWrap {
    width: 100%;
}
.voice_images {
    display: flex;
    margin-bottom: 13px;
    width: 100%;
}
.voice_images li {
    list-style-type: none;
}
.voice_images li:first-child {
    width: 210px;
}
.voice_images li:nth-child(n+2) {
    width: 247px;
}
.voice-134 .voice_images li:nth-child(2) {
    width: 210px;
}
.voice-134 .voice_images li:nth-child(3) {
    width: 283px;
}
.voice_images li + li {
    margin-left: 16px;
}
.voice_image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 100%;
    width: 100%;
}
.voice_info_name {
    border-bottom: 1px solid #053FB3;
    font-weight: normal;
    margin-bottom: 8px;
    padding: 15px 0;
}
.voice_info_name b {
    color: #053FB3;
    font-size: 21px;
}
.voice_info_name small {
    font-size: 14px;
    margin-left: 8px;
    position: relative;
    top: -2px;
}
.voice_info_belong {
    font-size: 14px;
}
.voice_info_message {
    margin-top: 26px;
}
.faq_list dt {
    color: #053FB3;
    font-weight: 500;
    margin-bottom: 11px;
    padding-left: 24px;
    position: relative;
}
.faq_list dt::before {
    background-color: #053FB3;
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    top: 14px;
    width: 16px;
}
.faq_list dd {
    line-height: 1.625;
}
.faq_list + .faq_list {
    margin-top: 28px;
}
.voice_link {
    max-width: 288px;
    margin: 48px auto 0;
}
.voice_link > a::before {
    content: "";
}
.voice_link > a::after {
    content: "";
}

.prMovie_lists {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.prMovie_list {
    margin-bottom: 30px;
    width: 49.2%;
}
.prMovie_list:nth-child(even) {
    margin-left: 1.6%;
}
.prMovie_iframe_wrap {
    margin-bottom: 15px;
    position: relative;
}
.prMovie_iframe_wrap::before {
    content: "";
    display: block;
    padding-top: 56.3%;
}
.prMovie_iframe_wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (min-width:1024px) {
    .voiceL_list > li > a:hover {
        opacity: 1;
    }
    a:hover .voiceL_image {
        opacity: .7;
    }
}
@media screen and (max-width:1023px) {
    .voiceList_col-no1 {
        min-width: 240px;
        width: 240px;
    }
    .voiceList_infoWrap {
        padding: 15px;
    }
    .voiceList_headline {
        font-size: 17px;
    }
    .voiceList_text {
        padding: 15px;
    }
    .voice_headline {
        font-size: 24px;
    }
    .voice_image {
        height: 0;
        padding-bottom: 52%;
    }
    .voice_box {
        padding: 20px 20px 52px;
    }
    .voice_images li:first-child {
        width: auto;
    }
    .voice_images li:nth-child(n+2) {
        width: auto;
    }
    .voice-134 .voice_images li:nth-child(2) {
        width: auto;
    }
    .voice-134 .voice_images li:nth-child(3) {
        width: auto;
    }
}
@media screen and (max-width:767px) {
    .voiceL_list {
        max-width: 400px;
        margin: 0 auto 40px;
    }
    .voiceL_list > li {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    .voiceL_list > li:first-child {
        margin-top: 0;
    }
    .voiceL_list > li > a {
        padding: 7px 7px 20px;
    }
    .voiceL_name {
        font-size: 16px;
        margin: 12px 0 8px;
    }
    .voiceL_org,
    .voiceL_belong {
        font-size: 12px;
    }
    .voiceList_col-no1 {
        width: 80px;
        min-width: 80px;
    }
    .voiceList_infoWrap {
        padding: 10px;
    }
    .voiceList_new {
        margin-right: 10px;
        font-size: 10px;
        padding: 0 5px;
        width: auto;
        white-space: nowrap;
        min-width: 18px;
    }
    .voiceList_headline {
        font-size: 14px;
    }
    .voiceList_name {
        font-size: 12px;
    }
    .voiceList_text {
        display: none;
    }
    .voice_headline {
        font-size: 16px;
        text-align: left;
        bottom: 10px;
        padding: 0 10px;
    }
    .profile {
        padding: 15px 10px;
    }
    .profile_inner {
        display: block;
    }
    .profile_image {
        width: 100px;
        height: 100px;
        margin: 0 auto 10px;
    }
    .profile_title {
        font-size: 16px;
    }
    .profile_dList {
        font-size: 12px;
    }
    .interview {
        padding: 15px 10px;
    }
    .interview_sect {
        margin-bottom: 20px;
    }
    .interview_title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .interview_title::before {
        top: 11px;
    }
    .interview_image {
        margin-top: 20px;
    }
    .voice_link {
        max-width: none;
        margin-top: 15px;
    }
    .voiceList_list .slick-slide {
        margin-right: 10px;
        width: 150px;
    }
    .shigotonin_list .slick-arrow {
        top: 105px;
    }
    .trainee_list .slick-arrow {
        top: 75px;
    }
    .voice_box {
        flex-direction: column;
    }
    .voice_infoWrap {
        width: 100%;
    }
    .voice_info_name small {
        display: block;
        margin-left: 0;
    }
    .voice_imageWrap {
        margin: 0 auto 10px;
        width: 150px;
    }
    .voice_image {
        padding-bottom: 0;
    }
    .voice_info_name {
        margin-bottom: 15px;
        padding: 0;
        text-align: center;
    }
    .voice_box {
        background-color: #FFF;
        padding: 0 0 40px;
    }
    .voice_images li + li {
        margin-left: 8px;
    }
    .voice_title {
        margin-bottom: 12px;
    }
    .voice_images {
        margin-bottom: 10px;
    }
    .voice_info_name small {
        font-weight: 500;
        top: 0;
    }
    .voice_info_name {
        border-bottom: 1px solid #053FB3;
        margin-bottom: 0;
        padding-bottom: 15px;
    }
    .voice_info_belong {
        font-weight: 500;
        text-align: center;
    }
    .voice_info_message {
        margin-top: 18px;
    }
    .faq_list dt {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        padding-left: 20px;
    }
    .faq_list dt::before {
        width: 14px;
    }

    .prMovie_lists {
        display: block;
    }
    .prMovie_list {
        width: 100%;
        max-width: 560px;
        margin: 0 auto 20px;
    }
    .prMovie_list:nth-child(even) {
        margin-left: auto;
    }
}
