@charset "UTF-8";

/* voice-sec */

.voice-sec{
    margin-top: 89px;
}

/* voice-hero */

.voice-hero{
    position: relative;
    display: flex;
    border-top: solid 1px #E5E5E5;
}

.voice-hero .img{
    width: 52%;
    margin-top: -64px;
}

.voice-hero .voice-txt{
    position: relative;
    width: 48%;
    padding-top: 65px;
}

.voice-hero .ttl{
    margin-bottom: 32px;
    padding-left: max(8.5%, 65px);
}

.voice-hero .ttl .-en{
    display: block;
    font-size: 40px;
}

.voice-hero .voice-txt > p{
    padding-left: max(8.5%, 65px);
    font-size: 28px;
    font-weight: bold;   
}

.voice-hero .voice-prof{
    position: absolute;
    bottom: 59px;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 78px;
    padding: 13px 0 13px max(8.5%, 65px);
    background: #EA6876;
}

.voice-hero .voice-prof p{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    /* font-weight: 500; */
    /* font-family: 'Noto Serif JP'; */
}

/* voice-box */

.voice-box{
    position: relative;
    height: 1000px;
}

.voice-box .inner{
    position: relative;
    width: 74.28%;
    min-width: 1040px;
    margin: auto;
}

.voice-box:first-of-type{
    margin-top: 79px;
}

.voice-box:nth-of-type(2){
    margin-top: 76px;
}

.voice-box:nth-of-type(3){
    margin-top: 33px;
}

.voice-box:first-of-type .img{
    position: absolute;
    top: 0;
    right: 0;
    width: 78%;
}

.voice-box:nth-of-type(2) .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 58%;
}

.voice-box:nth-of-type(3) .img{
    position: absolute;
    top: 0;
    right: 0;
    width: 74%;
}

.voice-inner-contents{
    display: inline-block;
}

.voice-box:first-of-type .voice-inner-contents{
    position: absolute;
    left: 0;
    top: max(12.5vw, 164px);
    width: 400px;
}

.voice-box:nth-of-type(2) .head{
    display: flex;
    justify-content: center;
}

.voice-box:nth-of-type(2) .head-inner{
    display: inline-block;
}

.voice-box:nth-of-type(2) .voice-inner-contents{
    position: absolute;
    top: max(7vw, 98px);
    left: 54%;
    width: 500px;
}

.voice-box:nth-of-type(3) .voice-inner-contents{
    position: absolute;
    top: max(5vw, 91px);
    left: 0;
    width: 400px;
}

.voice-inner-contents .color{
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #EA6876;
}

.voice-inner-contents .inner-ttl{
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: bold;
    text-shadow: #fff 1px 1px 1px;
}

.voice-box:first-of-type .voice-inner-contents .txt{
    padding: 32px 37px 32px 0;
}

.voice-inner-contents .txt{
    padding: 32px 34px 125px;
    border-top: solid 5px #EA6876;
    background: #fff;
}

.voice-box .ast-list{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 74.28%;
    min-width: 1040px;
    margin: auto;
    font-size: 14px;
}

.voice-box .ast-list li{
    text-indent: -1em;
    padding-left: 1em;
}

.voice-box .obj{
    position: absolute;
    background: #F6F6F6;
    z-index: -1;
}

.voice-box:first-of-type .obj{
    bottom: 0;
    right: 0;
    width: 47.42%;
    height: calc(100% - 109px);
}

.voice-box:nth-of-type(2) .obj{
    bottom: 0;
    left: 0;
    width: 47.71%;
    height: calc(100% - 111px);
}

/* for-student */
.for-student{
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding: 70px 30px 54px;
    background: #F6F6F6;
}

.for-student .color{
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #EA6876;
}

.for-student .ttl{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 39px;
}

.for-student .img{
    position: absolute;
    top: -78px;
    right: min(12.86%,calc(50% - 520px));
    width: 290px;
    height: auto;
}

/* voice-list */
.voice-list{
    width: calc(74.28% + 110px);
    min-width: 1150px;
    margin: auto;
    padding: 119px 30px 82px;
}

.voice-list li{
    padding: 0 25px;
    text-align: center;
}

.voice-list li a{
    position: relative;
    display: inline-block;
    text-align: center;
}

.voice-list .icon{
    position: absolute;
    top: 5px;
    right: 27px;
    width: 47.67px;
    height: auto;
}

.voice-list .icon-ay {
    position: absolute;
    top: 5px;
    right: 27px;
    width: 85px;
    z-index: 1;
}

.voice-list .icon-sw {
    position: absolute;
    top: 5px;
    right: 27px;
    width: 97px;
    z-index: 1;
}

.voice-list .photo{
    margin-bottom: 24px;
}

.voice-list .slick-prev,
.voice-list .slick-next{
    top: 41%;
    width: 20.9px;
    height: 33.44px;
}

.voice-list .slick-prev::before,
.voice-list .slick-next::before{
    content: none;
}

.voice-list .slick-prev{
    background: url(/recruit/img/cmn/img-arrow-prev-gray.svg) center/ 20.9px auto no-repeat;
}

.voice-list .slick-next{
    background: url(/recruit/img/cmn/img-arrow-next-gray.svg) center/ 20.9px auto no-repeat;
}

@media screen and (max-width:1600px) {
    .voice-box{
        height: 900px;
    }
}

@media screen and (max-width:1339px) {

    .voice-hero .voice-txt {
        padding-top: 12px;
    }

    .voice-hero .ttl {
        margin-bottom: 9px;
    }

    .voice-hero .voice-prof {
        min-height: 62px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .voice-hero .voice-prof p{
        font-size: 17px;
    }
}

@media screen and (max-width:949px) {
    /* voice-sec */
    .voice-sec{
        margin-top: 0;
    }

    /* voice-hero */

    .voice-hero{
        display: block;
        border-top: none;
    }

    .voice-hero .img{
        width: 100%;
        margin-top: 0;
    }

    .voice-hero .voice-txt{
        width: 100%;
        padding-top: 23px;
    }

    .voice-hero .ttl{
        margin-bottom: 25px;
        padding: 0 4.8%;
    }

    .voice-hero .ttl .-en{
        font-size: 35px;
    }

    .voice-hero .voice-txt > p{
        padding: 0 4.8%;
        font-size: 20px;  
    }

    .voice-hero .voice-prof{
        position: relative;
        bottom: auto;
        min-height: 59px;
        margin-top: 28px;
        padding-left: 4.8%;
        padding-right: 4.8%;
    }

    .voice-hero .voice-prof p{
        font-size: 13px;
    }

    /* voice-box */
    .voice-box{
        height: auto;
    }

    .voice-box .inner{
        position: relative;
        width: 100%;
        min-width: auto;
        margin: auto;
        padding: 0;
    }

    .voice-box:first-of-type,
    .voice-box:nth-of-type(2),
    .voice-box:nth-of-type(3){
        margin-top: 49px;
        padding-bottom: 0;
    }

    .voice-box:nth-of-type(2) .head{
        display: block;
    }
    
    .voice-box:nth-of-type(2) .head-inner{
        display: block;
    }

    .voice-box:first-of-type .img,
    .voice-box:nth-of-type(3) .img{
        position: relative;
        width: 100%;
    }

    .voice-box:nth-of-type(2) .img{
        position: relative;
        width: 100%;
        padding: 0 4.8%;
    }

    .voice-box:first-of-type .img:before{
        content: none;
    }

    .voice-inner-contents{
        display: block;
    }

    .voice-box:first-of-type .voice-inner-contents,
    .voice-box:nth-of-type(2) .voice-inner-contents,
    .voice-box:nth-of-type(3) .voice-inner-contents{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        margin-top: 18px;
    }

    .voice-box:nth-of-type(2) .voice-inner-contents > div{
        width: 100%;
    }

    .voice-inner-contents .color{
        margin-bottom: 9px;
        padding: 0 4.8%;
        font-size: 13px;
    }

    .voice-inner-contents .inner-ttl{
        margin-bottom: 40px;
        padding: 0 4.8%;
        font-size: 20px;
        line-height: 1.6;
    }

    .voice-box:first-of-type .voice-inner-contents .txt{
        padding: 18px 4.8% 0;
    }

    .voice-inner-contents .txt{
        position: relative;
        left: 0;
        width: 100%;
        padding: 18px 4.8% 0;
        border-top: solid 2px #EA6876;
    }

    .voice-box .ast-list{
        position: relative;
        top: 0;
        width: 100%;
        min-width: auto;
        margin-top: 23px;
        padding: 0 4.8%;
        font-size: 12px;
    }

    .voice-box .obj{
        display: none;
    }

    .voice-box:first-of-type .obj{
        display: none;
    }

    /* for-student */
    .for-student{
        margin-top: 95px;
        padding: 50px 4.8% 43px;
    }

    .for-student .color{
        margin-bottom: 12px;
        font-size: 13px;
    }

    .for-student .ttl{
        font-size: 20px;
        margin-bottom: 24px;
    }

    .for-student .img{
        top: -45px;
        left: 4.8%;
        right: auto;
        width: 175px;
    }

    /* voice-list */
    .voice-list{
        width: 100%;
        min-width: auto;
        padding: 53px 0 56px;
    }

    .voice-list li{
        padding: 0 18px;
        text-align: center;
    }

    .voice-list li a{
        position: relative;
        display: inline-block;
        text-align: center;
    }

    .voice-list .icon{
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: auto;
    }

    .voice-list .icon-ay{
        position: absolute;
        top: 0;
        right: 0;
        width: 52px;
        height: auto;
    }

    .voice-list .icon-sw{
        position: absolute;
        top: 0;
        right: 0;
        width: 52px;
        height: auto;
    }

    .voice-list .photo{
        margin-bottom: 24px;
    }

    .voice-list .slick-prev,
    .voice-list .slick-next{
        top: 85%;
        width: 20.9px;
        height: 33.44px;
        z-index: 1;
    }

    .voice-list .slick-prev{
        left: 25%;
        background-image: url(../../img/cmn/img-arrow-prev-pink.svg);
    }

    .voice-list .slick-next{
        right: 25%;
        background-image: url(../../img/cmn/img-arrow-next-pink.svg);
    }
}