@charset "utf-8";
.r-body{
    background-color: #fff;
}
/*Keyvisual_01******************/
.Keyvisual_01{
    /* background-image: image-set(url(../images/voice/Voice-key-img.png) 1x, url(../images/voice/Voice-key-img@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/voice/Voice-key-img.png) 1x, url(../images/voice/Voice-key-img@2x.png) 2x); */
    position: relative;
}
.Keyvisual_01::after{
    content: "";
    width: 192rem;
    height: 64rem;
    background-image: image-set(url(../images/voice/recruit_bk01.png) 1x, url(../images/voice/recruit_bk01@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/voice/recruit_bk01.png) 1x, url(../images/voice/recruit_bk01@2x.png) 2x);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.Keyvisual__image{
    width: 100%;
    padding-left: 40rem;
    padding-top: 9rem;
}
.Keyvisual__image__inner{
    width: 100%;
    height: 45rem;
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
    background-image: image-set(url(../images/voice/Voice-key-img.jpg) 1x, url(../images/voice/Voice-key-img@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../images/voice/Voice-key-img.jpg) 1x, url(../images/voice/Voice-key-img@2x.jpg) 2x);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.Voice-block__image_bk{
    padding-top: 15rem;
}
.Voice-block__image_bk img{
    width: 80%;
}
.K-Title{
    width: 84rem;
    position: absolute;
    top: 18rem;
    left: 5rem;
}
/*Voice-block******************/
.Voice{
    position: relative;
    background-color: #FFF4F4;
    /* background: linear-gradient(to bottom, transparent 0%, transparent 10%, #FFF4F4 10%, #FFF4F4 90%, transparent 90%, transparent 100%); */
}
.Voice_obj{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.Voice_obj img{
    width: 100%;
}
.Voice_obj.-before{
    top: 0;
}
.Voice_obj.-after{
    bottom: 0;
}
/* .Voice::before{
    content: "";
    width: 100%;
    height: 59.5rem;
    position: absolute;
    top: 23rem;
    left: 0;
    z-index: 4000;
    background-image: image-set(url(../images/voice/voice_bk02.jpg) 1x, url(../images/voice/voice_bk02@2x.jpg) 2x);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.Voice::after{
    content: "";
    width: 100%;
    height: 47.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4000;
    background-image: image-set(url(../images/voice/voice_bk03.jpg) 1x, url(../images/voice/voice_bk03@2x.jpg) 2x);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
} */
.Voice-title{
    position: relative;
    z-index: 6000;
}
.Voice-block_item_wrap{
    width: calc((100% - 10rem) / 2);
    margin-bottom: 9.5rem;
    border-radius: 10rem;
    background: #fff;
    margin-right: 10rem;
    cursor: pointer;
    position: relative;
    z-index: 6000;
}
.Voice-block_item_wrap:nth-child(2n){
    margin-right: 0;
}
.Voice-block_item_wrap:nth-last-child(-n+2){
    margin-bottom: 0; 
}
.Voice-block_item_wrap_txt{
    background-color: #fff;
    padding: 3rem 5rem;
    border-radius: 0 0 10rem 10rem;
}
.Voice-block__image{
    position: relative;
}
.Voice-block_item_wrap_pic{
    position: relative;
}
.Voice-block_item_wrap_pic .plus {
    position: absolute;
    display: block;
    width: 7.5rem;
    height: 7.5rem;
    background-color: #fff;
    bottom: 5rem;
    right: 2rem;
    border-radius: 5rem;
    transition: var(--transition);
}
.Voice-block_item_wrap_pic .plus::before{
    transition: var(--transition);
    content: "";
    width: 0.6rem;
    height: 3.4rem;
    position: relative;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    border-radius: 1rem;
}
.Voice-block_item_wrap_pic .plus::after{
    transition: var(--transition);
    content: "";
    width: 3.4rem;
    height: 0.6rem;
    position: relative;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
}
.Voice-block__image img{
    border-radius: 10rem 10rem 0 0;
}
.nyusya{
    font-size: 2rem;
    border-radius: 3rem;
    color: #fff;
    font-weight: 700;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    min-height: 6rem;
    margin-right: 2rem;
}
.byusyo{
    font-size: 2rem;
    font-weight: 700;
}
/*色**********/
/*orange*/
.Voice-block_item_wrap.-Orange{
    box-shadow: 1rem 1rem #FFAD60;
}
.-Orange .Voice-block_item_wrap_pic .plus::before,
.-Orange .Voice-block_item_wrap_pic .plus::after{
    background: #FFAD60;
}
.-Orange .nyusya{
    background-color: #FFAD60;
}
.-Orange .byusyo{
    color: #FFAD60;
}
/*green*/
.Voice-block_item_wrap.-Green{
    box-shadow: 1rem 1rem #33C7BA;
}
.-Green .Voice-block_item_wrap_pic .plus::before,
.-Green .Voice-block_item_wrap_pic .plus::after{
    background: #33C7BA;
}
.-Green .nyusya{
    background-color: #33C7BA;
}
.-Green .byusyo{
    color: #33C7BA;
}
/*red*/
.Voice-block_item_wrap.-Red{
    box-shadow: 1rem 1rem #F5796A;
}
.-Red .Voice-block_item_wrap_pic .plus::before,
.-Red .Voice-block_item_wrap_pic .plus::after{
    background: #F5796A;
}
.-Red .nyusya{
    background-color: #F5796A;
}
.-Red .byusyo{
    color: #F5796A;
}
/*ホバー**********/
.Voice-block_item_wrap a:hover{
    opacity: 1;
}
/*orange*/
.Voice-block_item_wrap.-Orange:hover .Voice-block_item_wrap_pic .plus{
    background: #FFAD60;
}
.Voice-block_item_wrap.-Orange:hover .Voice-block_item_wrap_pic .plus::before,
.Voice-block_item_wrap.-Orange:hover .Voice-block_item_wrap_pic .plus::after{
    background: #fff;
}
/*green*/
.Voice-block_item_wrap.-Green:hover .Voice-block_item_wrap_pic .plus{
    background: #33C7BA;
}
.Voice-block_item_wrap.-Green:hover .Voice-block_item_wrap_pic .plus::before,
.Voice-block_item_wrap.-Green:hover .Voice-block_item_wrap_pic .plus::after{
    background: #fff;
}
/*red*/
.Voice-block_item_wrap.-Red:hover .Voice-block_item_wrap_pic .plus{
    background: #F5796A;
}
.Voice-block_item_wrap.-Red:hover .Voice-block_item_wrap_pic .plus::before,
.Voice-block_item_wrap.-Red:hover .Voice-block_item_wrap_pic .plus::after{
    background: #fff;
}
/*ポップアップ******************/
/* .lity-content:after,
.lity-iframe-container iframe{
    box-shadow: none;
}
.lity {
    background: none;
}
.lity-container{
    box-shadow: none;
} */

.Voice-popup{
    transition: var(--transition);
    backdrop-filter: blur(2.5rem) brightness(95%);
    -webkit-backdrop-filter: blur(2.5rem) brightness(95%);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 9990;
    visibility: hidden;
}
.Voice-popup.on{
    opacity: 1;
    visibility: visible;
}
.Voice-popup::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .15;
}
.Voice-popup.-Orange::before{
    background: #FFAD60;
}
.Voice-popup.-Green::before{
    background: #33C7BA;
}
.Voice-popup.-Red::before{
    background: #F5796A;
}
.Voice-popup__inner{
    position: relative;
}
.Voice-popup_wrap {
    padding: 14rem 5rem;
    height: 75rem;
    overflow-y: scroll;
    border-radius: 5rem;
    background-color: #fff;
    border-radius: 10rem;
}
.Voice-popup .nyusya{
    margin-right: 0;
}
.Voice-popup-wrap_img_wrap{
    /* width: calc(100% - 65rem); */
    width: 51.6rem;
}
.Voice-popup-wrap_txt_wrap{
    /* width: 65rem; */
    padding-left: 5rem;
    width: calc(100% - 51.6rem);
}
.Voice-popup_wrap .Voice-block_item_wrap_txt{
    padding: 6rem 0 0;
}
.Voice-popup-image_item{
    width: calc(100% - 27rem);
    margin-left: 4rem;
}
.Voice-popup_wrap .Voice-popup-image{
    margin-bottom: 6rem;
}
.Voice-popup_title{
    font-size: 2.5rem;
    padding-bottom: 4.5rem;
    border-bottom: 1px solid;
    margin-bottom: 3.7rem;
    font-weight: 700;
    line-height: 1.5;
}
.Voice-popup-wrap_txt{
    margin-bottom: 17.5rem;
}
.Voice-popup-wrap_txt .Voice-popup_item-dl{
    margin-bottom: 3rem;
}
.Voice-popup-wrap_txt .Voice-popup_item-dt{
    font-size: 2rem;
    margin-right: 3rem;
}
.Voice-popup-wrap_txt .Voice-popup_item-dd{
    font-size: 1.6rem;
}
.Voice-popup-wrap_txt .Voice-popup_item-dd .tit{
    font-size: 1.5rem;
}
.Voice-popup-image,
.Voice-popup-image img{
    border-radius: 10rem;
}
.Voice-popup-image_item,
.Voice-popup-image_item img{
    border-radius: 6rem;
}
.Voice-popup_schedule_title{
    font-weight: 700;
}
.Voice-popup-wrap_schedule .Voice-popup_title{
    font-size: 2rem;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.Voice-popup-wrap_schedule .Voice-popup_item-dl{
    width: 100%;
    padding: 3rem;
    border-radius: 2rem;
    border: 2px solid #000;
    margin-bottom: 2rem;
}
.Voice-popup-wrap_schedule .Voice-popup_item-dl:last-child{
    margin-bottom: 0;
}
.Voice-popup-wrap_schedule .Voice-popup_item-dt{
    font-size: 2rem;
    margin-right: 2.5rem;
}
.Voice-popup-wrap_schedule .Voice-popup_item-dd{
    font-size: 1.2rem;
    line-height: 1;
}
.Voice-popup-wrap_schedule .Voice-popup_item-dd .tit{
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
}
/*バツボタン*/
.lity-close{
    display: none;
}
.Voice-popup__close_wrap {
    position: absolute;
    top: -7rem;
    right: 2rem;
}
.Voice-popup__close{
    position: relative;
    width: 6.7rem;
    height: 6.7rem;
    cursor: pointer;
}
.Voice-popup__close::before,
.Voice-popup__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.7rem;
    height: 8px; 
    transform-origin: center;
}
.Voice-popup__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.Voice-popup__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
/*色違い*/
.lity.-Orange {
    background: none;
    backdrop-filter: blur(2rem);
}
.-Orange .Voice-popup_wrap{
    box-shadow: 3px 3px 20px #FFAD60;
}
.-Orange .Voice-popup_title{
    color: #FFAD60;
}
.-Orange .Voice-popup-image,
.-Orange .Voice-popup-image_item{
        box-shadow: 1rem 1rem #FFAD60;
}
.-Orange .Voice-popup-image,
.-Orange .Voice-popup-image_item{
        box-shadow: 1rem 1rem #FFAD60;
}
.-Orange .Voice-popup-wrap_schedule .Voice-popup_item-dl{
    border: 2px solid #FFAD60;
}
.-Orange .Voice-popup-wrap_schedule .Voice-popup_item-dt{
    color: #FFAD60;
}
.-Orange .Voice-popup__close::before,
.-Orange .Voice-popup__close::after {
    background-color: #FFAD60;
}
.lity.-Green {
    background: none;
    backdrop-filter: blur(2rem);
}
.-Green .Voice-popup_wrap{
    box-shadow: 0.3rem 0.3rem 2rem #33C7BA;
}
.-Green .Voice-popup_title{
    color: #33C7BA;
}
.-Green .Voice-popup-image,
.-Green .Voice-popup-image_item{
    box-shadow: 1rem 1rem #33C7BA;
}
.-Green .Voice-popup-image,
.-Green .Voice-popup-image_item{
    box-shadow: 1rem 1rem #33C7BA;
}
.-Green .Voice-popup-wrap_schedule .Voice-popup_item-dl{
    border: 2px solid #33C7BA;
}
.-Green .Voice-popup-wrap_schedule .Voice-popup_item-dt{
    color: #33C7BA;
}
.-Green .Voice-popup__close::before,
.-Green .Voice-popup__close::after {
    background-color: #33C7BA;
}
.lity:has(> .-Red) {
    backdrop-filter: blur(2rem);
    background-color: rgba(245, 121, 106, 0.8); 
    backdrop-filter: blur(2rem);
}
.-Red .Voice-popup_wrap {
    box-shadow: 0.3rem 0.3rem 2rem #F5796A;
}
.-Red .Voice-popup_title{
    color: #F5796A;
}
.-Red .Voice-popup-image,
.-Red .Voice-popup-image_item{
        box-shadow: 1rem 1rem #F5796A;
}
.-Red .Voice-popup-image,
.-Red .Voice-popup-image_item{
        box-shadow: 1rem 1rem #F5796A;
}
.-Red .Voice-popup-wrap_schedule .Voice-popup_item-dl{
    border: 2px solid #F5796A;
}
.-Red .Voice-popup-wrap_schedule .Voice-popup_item-dt{
    color: #F5796A;
}
.-Red .Voice-popup__close::before,
.-Red .Voice-popup__close::after {
    background-color: #F5796A;
}
/*背景*/
/* 対象の要素にカスタムを適用 */
.target-element {
    scrollbar-width: thin;              /* Firefox */
    scrollbar-color: #F5796A transparent; /* Firefox */
}
/* スクロール */
.Voice-popup_wrap::-webkit-scrollbar,
.Voice-popup_wrap::-webkit-scrollbar-track {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.simplebar-wrapper{
    margin: 0!important;
    padding-right: 5rem;
}
#Voice-popup1 .simplebar-scrollbar::before, 
#Voice-popup4 .simplebar-scrollbar::before{
    background-color: #FFAD60;
    border-radius: 6px;
    padding-right: 5px;
}
#Voice-popup2 .simplebar-scrollbar::before, 
#Voice-popup5 .simplebar-scrollbar::before{
    background-color: #33C7BA;
    border-radius: 6px;
}
#Voice-popup3 .simplebar-scrollbar::before, 
#Voice-popup6 .simplebar-scrollbar::before{
    background-color: #F5796A; 
    border-radius: 6px;
}
.simplebar-track.simplebar-vertical {
    width: 8px;
}
.simplebar-track.simplebar-horizontal {
    height: 8px;
}
/*背景色*/
.lity:has(#Voice-popup1),
.lity:has(#Voice-popup4){
    background-color: rgba(255, 173, 96, 0.15);
    backdrop-filter: blur(2rem);
}
.lity:has(#Voice-popup2),
.lity:has(#Voice-popup5){
    background-color: rgba(51, 199, 186, 0.15);
    backdrop-filter: blur(2rem);
}
.lity:has(#Voice-popup3),
.lity:has(#Voice-popup6){
    background-color: rgba(245, 121, 106, 0.15);
    backdrop-filter: blur(2rem);
}
@media screen and (max-width:1300px) and (min-width: 769px){

    .Keyvisual__image{
        padding-left: 15rem;
    }
    .nyusya {
        font-size: 2rem;
        min-height: 5rem;
        margin-right: 2rem;
    }
    .K-Title {
        width: 84rem;
        position: absolute;
        top: 8rem;
        left: 0;
    }
}
@media screen and (max-width:1200px) and (min-width: 769px){
    .Voice-popup-wrap_img{
        flex-direction: column;
    }
    .Voice-popup-image_item {
        width:100%;
        margin-left: 0;
    }
    .nyusya {
        font-size: 2rem;
        min-height: 5rem;
        margin-right: 2rem;
    }
    .Voice-popup-wrap_img_wrap{
        width: 50%;
    }
    .Voice-popup-wrap_txt_wrap{
        width: 50%;
    }
}
@media screen and (max-width:1000px) and (min-width: 769px){

    .Keyvisual__image{
        padding-left: 7.5rem;
    }

}
/*-------------------------------
SP
-------------------------------*/
@media screen and (max-width:769px) , print{
    /*Keyvisual_01******************/
    .Keyvisual_01{
        /* background-image: image-set(url(../images/voice/Voice-key-img-sp.png) 1x, url(../images/voice/Voice-key-img-sp@2x.png) 2x);
        background-image: -webkit-image-set(url(../images/voice/Voice-key-img-sp.png) 1x, url(../images/voice/Voice-key-img-sp@2x.png) 2x); */
        position: relative;
    }
    .Keyvisual_01::after{
        content: "";
        width: 75rem;
        height: 64rem;
        background-image: image-set(url(../images/voice/recruit_bk-sp01.png) 1x, url(../images/voice/recruit_bk-sp01@2x.png) 2x);
        background-image: -webkit-image-set(url(../images/voice/recruit_bk-sp01.png) 1x, url(../images/voice/recruit_bk-sp01@2x.png) 2x);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .Keyvisual__image{
        padding-left: 0;
        padding-top: 9rem;
    }
    .Keyvisual__image__inner{
        height: 51rem;
    background-image: image-set(url(../images/voice/Voice-key-img-sp.jpg) 1x, url(../images/voice/Voice-key-img-sp@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../images/voice/Voice-key-img-sp.jpg) 1x, url(../images/voice/Voice-key-img-sp@2x.jpg) 2x);
    }
    .K-Title{
        top: 5rem;
        width: 54rem;
    }
    /*Voice-block******************/
    .Voice{
        background-color: #FFF4F4;
        background: linear-gradient(to bottom, transparent 0%, transparent 7.5%, #FFF4F4 7.5%, #FFF4F4 90%, transparent 90%, transparent 100%);
    }
    /* .Voice::before{
        content: "";
        width: 100%;
        height: 44.4rem;
        position: absolute;
        top: 49rem;
        left: 0;
        background-image: image-set(url(../images/voice/voice_bk02-sp.png) 1x, url(../images/voice/voice_bk02-sp@2x.png) 2x);
    }
    .Voice::after{
        width: 100%;
        height: 90rem;
        background-image: image-set(url(../images/voice/voice_bk03-sp.png) 1x, url(../images/voice/voice_bk03-sp@2x.png) 2x);
        background-size: cover;
    } */
    .Voice_obj.-before{
        top: 25rem;
    }
    .Voice-block_item_wrap{
        width: 100%;
        margin-bottom: 10rem;
        margin-right: 0;
    }
    .Voice-block_item_wrap:nth-child(2n){
        margin-right: 0;
    }
    .Voice-block_item_wrap:nth-last-child(-n+2){
        margin-bottom: 10rem;
    }
    .Voice-block_item_wrap:last-child{
        margin-bottom: 0;
    }
    .Voice-block_item_wrap_txt{
        padding: 3rem 5rem 6rem;
    }
    .Voice-block_item_wrap_pic .plus {
        width: 6.7rem;
        height: 6.7rem;
    }
    .Voice-block__image img{
        border-radius: 10rem 10rem 0 0;
    }
    .nyusya{
        font-size: 2.6rem;
        border-radius: 3rem;
        color: #fff;
        min-height: 7rem;
        margin-right: 1.5rem;
    }
    .byusyo{
        font-size: 2.3rem;
    }

    /*ポップアップ******************/
    /* .lity {
        background: none;
    } */
    .Voice-popup{
        padding-top: 10rem;
        padding-bottom: 5rem;
    }
    .Voice-popup__inner{
        height: 100%;
    }
    .Voice-popup__wrap{
        flex-direction: column;
    }
    .Voice-popup_wrap {
        padding: 9rem 5rem;
        height: 100%;
        border-radius: 5rem;
    }
    .Voice-popup .nyusya{
        margin-right: 0;
    }
    .Voice-popup-wrap_img{
        margin-bottom: 5rem;
    }
    .Voice-popup-wrap_img_wrap{
        width: 100%;
    }
    .Voice-popup-wrap_txt_wrap{
        width: 100%;
        padding-left: 0;
    }
    .Voice-popup_wrap .Voice-block_item_wrap_txt{
        padding: 0;
    }
    .Voice-popup_wrap .Voice-block_item_wrap_txt{
        width: calc(100% - 24rem);
        /*padding-right: 4rem;*/
    }
    .Voice-popup-image_item{
        width: 21rem;
        margin-left: 3rem;
    }
    .Voice-popup_wrap .Voice-popup-image{
        margin-bottom: 6rem;
    }
    .Voice-popup_title{
        font-size: 3rem;
        padding-bottom: 3rem;
        margin-bottom: 2.5rem;
    }
    .Voice-popup-wrap_txt .Voice-popup_item-dt{
        font-size: 2.8rem;
    }
    .Voice-popup-wrap_txt .Voice-popup_item-dd{
        font-size: 2.8rem;   
    }
    .Voice-popup-wrap_schedule .Voice-popup_item-dl{
        width: 100%;
        padding: 2rem;
    }
    .Voice-popup-wrap_schedule .Voice-popup_item-dl:last-child{
        margin-bottom: 0;
    }
    .Voice-popup-wrap_schedule .Voice-popup_item-dt{
        font-size: 2.8rem;
        width: 11rem;
        margin-right: 0;
    }
    .Voice-popup-wrap_schedule .Voice-popup_item-dd{
        font-size: 2.4rem;
        width: calc(100% - 11rem);
    }
    .Voice-popup-wrap_schedule .Voice-popup_item-dd .tit{
        font-size: 2.4rem;   
        margin-bottom: 0.5rem;
        line-height: 1.2;
    }
    /*バツボタン*/
    .lity-close{
        display: none;
    }
    .Voice-popup__close_wrap {
        top: -7rem;
        right: var(--padding-leftright);
    }
    .Voice-popup__close::before,
    .Voice-popup__close::after {
        width: 100%;
        height: .8rem; 
    }

}