@charset "UTF-8";
.c-mv-txt {
    font-size: 16px;
    line-height: 2;
    margin: 40px 0 0 0;
}
.interview_ttl {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.4;
    margin-bottom: 60px;
}
.interview_wrap {
    width: 560px;
    margin: 0 auto 120px;
}
.interview_con {
    width: 560px;
}
.interview_con a {
    display: block;
    border: 1px solid #E6E6E6;
    padding: 29px;
    box-sizing: border-box;
    border-radius: 8px;
    height: 100%;
    text-decoration: none;
}
.interview_img {
    margin-bottom: 25px;
    width: 100%;
    height: 281px;
    overflow: hidden;
    border-radius: 8px;
}
.interview_img img ,
.interview_img source {
    width: 100%;
    height: auto;
    transition: .4s all;
    transform: scale(1, 1);
}
.interview_txt .name {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 14px;
}
.interview_txt .ttl {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    margin-bottom: 20px;
}
.interview_txt .work {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 5px;
}
.interview_txt .work:last-child {
    margin-bottom: 0;
}
.interview_txt .work span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 26px;
    line-height: 1;
    background: #222;
    border-radius: 4px;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    transition: all .2s ease-out;
}
.splide_part {
    margin-top: 40px;
}
.splide__arrows {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.splide__arrow {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
}
.splide__arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #1C4A40;
    border-radius: 50%;
    z-index: 1;
    transition:all .2s ease-out;
}
.splide__arrow span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.splide__arrow source,
.splide__arrow img {
    display: block;
}
.splide__pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 30px;
}
.splide__pagination li {
    width: 50px;
    height: 2px;
}
.splide__pagination__page {
    display: block;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
}
.splide__pagination__page.is-active {
    background: #000000;
}
#voicearea {
    margin-top: 60px;
}
.com_srlistbox {
    background: #F3F6F5;
    border-radius: 8px;
    padding: 10px 0;
}
.com_srlistbox form {
    border-bottom: 1px solid #E6E6E6;
}
.com_srlistbox form:last-child {
    border-bottom: 0;
}
.com_srlistbox dl {
    display: flex;
}
.com_srlistbox dl dt {
    padding: 20px 40px;
    width: 128px;
    box-sizing: border-box;
}
.com_srlistbox dl dt span {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.com_srlistbox dl dd {
    padding: 20px 40px 20px 0;
    width: calc(100% - 168px);
}
.com_srlistbox dl dd ul {
    display: flex;
    gap: 15px 30px;
    flex-wrap: wrap;
}
input[type=checkbox] + label {
    position: relative;
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
    display: inline-block;
}
input[type=checkbox] + label::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 24px;
    height: 24px;
    border: solid 1px #D9D9D9;
    left: 0;
    border-radius: 4px;
    box-sizing: border-box;
    top: 0;
}
input[type=checkbox]:checked + label::before {
    border: solid 1px #222;
}
input[type=checkbox]:checked + label::after {
    position: absolute;
    content: "";
    background: #222 url(../svg/icn_chk_mk_wh.svg) no-repeat center / 11px auto;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 1;
}
.fltBox_wrap {
    margin-bottom: 40px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.fltBox_wrap:last-child {
    margin-bottom: 0;
}
.lbox {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 30px;
    width: 100%;
    max-width: 560px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .2s ease-out;
}
.voiceDet_wrap .lbox {
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    max-width: none;
    padding: 60px;
    cursor: default;
}
.boxin {
    display: flex;
    justify-content: space-between;
}
.boxin .aged {
    width: 80px;
}
.boxin .cnt {
    width: calc(100% - 120px);
}
.boxin .cnt .ttl {
    font-size: 20px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
    margin-bottom: 20px;
}
.voiceDet_wrap .boxin .cnt .ttl {
    font-size: 24px;
    margin-bottom: 25px;
}
.boxin .cnt .ttl a {
    text-decoration: none;
}
.voiceDet_wrap .boxin .cnt .txt {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}
.boxin .cnt .txt dl {
    display: flex;
    margin-bottom: 5px;
}
.boxin .cnt .txt dl:last-child {
    margin-bottom: 0;
}
.boxin .cnt .txt dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 26px;
    line-height: 1;
    background: #222;
    border-radius: 4px;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    transition: all .2s ease-out;
}
.boxin .cnt .txt dl dd {
    font-size: 16px;
    line-height: 1.6;
    width: calc(100% - 68px);
}
.addVoice-btn {
    text-align: center;
    line-height: 1;
    padding: 40px 0;
}
.addVoice-btn a {
    font-size: 14px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    color: #1C4A40;
    position: relative;
}
.addVoice-btn .is-icn {
    padding-right: 40px;
    position: relative;
    display: inline-block;
}
.addVoice-btn .is-arw {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    z-index: 1;
}
.addVoice-btn .is-arw:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #1C4A40;
    border-radius: 50%;
    z-index: 1;
    transition: all .2s ease-out;
}
.addVoice-btn .is-arw:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url(/cmn5/svg/icn_plus_mk_wh.svg) no-repeat center / 100% auto;
    transition: all .2s ease-out;
}
.detbx {
    border: 1px solid #E6E6E6;
    border-top: 0;
    padding: 0 60px 60px;
    border-radius: 0 0 8px 8px;
}
.detbx-qa dl {
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 30px;
}
.detbx-qa dl:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.detbx-qa dl dt {
    position: relative;
    padding-left: 1rem;
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: bold;
    color: #1C4A40;
    line-height: 1.6;
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.detbx-qa dl dt:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #E2B700;
    z-index: 1;
}
.detbx-qa dl dd {
    padding-left: 1rem;
    font-size: 14px;
    line-height: 1.6;
}
.detbx-qa dl dd a {
    color: #1C4A40;
}
.voice_navi {
    margin: 60px 0 100px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.voice_navi li {
    max-width: 235px;
    height: 52px;
    width: 100%;
}
.voice_navi li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    color: #1C4A40;
    background: #fff;
    border: 1px solid #1C4A40;
    border-radius: 8px;
    box-sizing: border-box;
}
.voiceDet_wrap {
    margin-top: 60px;
}
@media only screen and (min-width:1024px) {
    .com_srlistbox dl dd ul li label:hover::before {
        border: solid 1px #222;
    }
    .interview_con a:hover {
        border: 1px solid #1C4A40;
    }
    /*
    .interview_con a:hover .interview_txt .work span {
        background: #1C4A40;
    }
    .interview_con a:hover .interview_img img ,
    .interview_con a:hover .interview_img source {
        transform: scale(1.04, 1.04);
    }
    */
    .splide__arrow:hover:before {
        transform: scale(1.13, 1.13);
    }
    .lbox:hover {
        border: 1px solid #1C4A40;
    }
    .voiceDet_wrap .lbox:hover {
        border: 1px solid #E6E6E6;
        border-bottom: 0;
    }
    /*
    .lbox:hover a {
        color: #1C4A40;
    }*/
    .voiceDet_wrap .lbox:hover a {
        color: #222;
    }/*
    .lbox:hover .boxin .cnt .txt dl dt {
        background: #1C4A40;
    }*/
    .voiceDet_wrap .lbox:hover .boxin .cnt .txt dl dt {
        background: #222;
    }
    .addVoice-btn a:hover {
        background: #fff;
    }
    .addVoice-btn a:hover .is-arw:before {
        transform: scale(1.13, 1.13);
    }
    .addVoice-btn .is-icn:before {
        background: #1C4A40;
        content: '';
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        height: 2px;
        position: absolute;
        left: 0;
        bottom: -6px;
        margin: auto;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .2s;
    }
    .addVoice-btn a:hover .is-icn:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .regist-errortxt.is-ver2 {
        text-align: center;
    }
    .detbx-qa dl dd a:hover {
        text-decoration: none;
    }
    .voice_navi li a:hover {
        background: #1C4A40;
        color: #fff;
    }
}
@media only screen and (min-width:768px) {
    .splide__track {
        overflow: unset;
    }
    .voice_wrap {
        overflow: hidden;
    }
}
/*tab*/
@media only screen and (max-width:1024px) {
    .fltBox_wrap {
        gap: 40px 0;
        flex-wrap: wrap;
    }
    .lbox {
        max-width: none;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
}
/*sp*/
@media only screen and (max-width:767px) {
    .c-mv-txt {
        font-size: 14px;
        margin: 33px 0 0 0;
    }
    .interview_ttl {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 24px;
    }
    .interview_wrap {
        width: auto;
        margin: 0 -20px 60px;
    }
    .interview_con {
        width: 300px;
    }
    .interview_con a {
        padding: 19px;
    }
    .interview_img {
        margin-bottom: 20px;
        height: 146px;
    }
    .interview_txt .name {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 5px;
    }
    .interview_txt .ttl {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .interview_txt .work {
        font-size: 14px;
    }
    .interview_txt .work span {
        width: 48px;
        height: 21px;
        font-size: 12px;
    }
    .splide_part {
        margin-top: 30px;
    }
    .splide__arrow {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
    }
    .splide__pagination {
        margin: 0 20px;
    }
    .splide__pagination li {
        width: 30px;
    }
    #voicearea {
        margin-top: 30px;
    }
    .com_srlistbox {
        padding: 0;
    }
    .com_srlistbox dl {
        display: block;
        padding: 20px;
    }
    .com_srlistbox dl dt {
        padding: 0 0 10px;
        width: auto;
    }
    .com_srlistbox dl dt span {
        line-height: 2;
        font-size: 14px;
    }
    .com_srlistbox dl dd {
        padding: 0;
        width: auto;
    }
    .com_srlistbox dl dd ul {
        display: flex;
        gap: 15px 30px;
    }
    .com_srlistbox form[name=myFORM] dl dd ul {
        gap: 15px 0;
    }
    .com_srlistbox form[name=myFORM] dl dd ul li {
        width: 50%;
    }
    input[type=checkbox] + label {
        padding-left: 28px;
        font-size: 12px;
    }
    input[type=checkbox] + label::before {
        width: 20px;
        height: 20px;
    }
    input[type=checkbox]:checked + label::after {
        width: 20px;
        height: 20px;
    }
    .fltBox_wrap {
        margin-bottom: 20px;
        gap: 20px 0;
    }
    .lbox {
        padding: 20px;
    }
    .boxin .aged {
        width: 60px;
    }
    .boxin .cnt {
        width: calc(100% - 80px);
    }
    .boxin .cnt .ttl {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 16px;
    }
    .boxin .cnt .txt dl dt {
        width: 48px;
        height: 21px;
        font-size: 12px;
    }
    .boxin .cnt .txt dl dd {
        font-size: 12px;
        width: calc(100% - 58px);
    }
    .addVoice-btn {
        padding: 20px 0;
    }
    .addVoice-btn .is-icn {
        padding-right: 30px;
    }
    .addVoice-btn .is-arw {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .addVoice-btn .is-arw:after {
        width: 8px;
        height: 8px;
    }
    .voiceDet_wrap .boxin .cnt {
        width: auto;
    }
    .voiceDet_wrap .boxin .cnt .ttl {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .voiceDet_wrap .boxin .cnt .txt {
        display: block;
    }
    .voiceDet_wrap .lbox {
        padding: 20px 20px 30px;
    }
    .detbx {
        padding: 0 20px 20px;
    }
    .detbx-qa dl {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .detbx-qa dl dt {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .detbx-qa dl dd {
        font-size: 12px;
    }
    .voice_navi {
        margin: 30px 0 0;
        gap: 15px;
    }
    .voice_navi li {
        height: 42px;
    }
    .voice_navi li a {
        font-size: 12px;
    }
    .voiceDet_wrap {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 340px) {
}
