@charset "utf-8";

/*----- キービジュアル */
.Keyvisual2024{
    background-image: url(../image2024/interview/bg_keyvisual.jpg);
    background-position: center bottom;
}
.Keyvisual2024__title{
    text-shadow: 5px 5px 20px rgba(51, 51, 51, .3),-5px 5px 20px rgba(51, 51, 51, .3),5px -5px 20px rgba(51, 51, 51, .3),-5px -5px 20px rgba(51, 51, 51, .6);
}
@media screen and (max-width: 680px){

}



.Interview{
    padding-top: 100px;
    padding-bottom: 100px;
}
.Interview *{
    color: #333;
}
.Interview__message{
    font-size: 18px;
    margin-bottom: 85px;
    line-height: calc(32 / 18);
    text-align: center;
}
@media screen and (max-width: 680px){

    .Interview{
        padding-top: 13.333333vw;
        padding-bottom: 13.333333vw;
    }
    .Interview__message{
        font-size: 3.5vw;
        margin-bottom: 5vw;
        line-height: calc(28 / 16);
        letter-spacing: .05em;
        text-align: left;
    }

}



/* ----- 検索パネル ----- */
.Interview-search{
    max-width: 1050px;
    padding: 45px 60px 40px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    background: #f5f5f5;
    position: relative;
}
.Interview-search__openbutton{
    width: 34px;
    height: 33px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 56px;
    top: 40px;
    cursor: pointer;
}
.Interview-search__openbutton.-open{
    background-image: url(../image2024/interview/icon_interview-search_button-open.png);
}
.Interview-search__openbutton.-close{
    background-image: url(../image2024/interview/icon_interview-search_button-close.png);
}
.Interview-search__title{
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}
.Interview-search__inner{
    margin-top: 25px;
    display: none;
}
.Interview-search__openbutton.-close + .Interview-search__inner{
    display: block;
}
.Interview-search-block{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.Interview-search-block:not(:last-child){
    margin-bottom: 20px;
}
.Interview-search-block__title{
    width: 215px;
    font-size: 16px;
    padding: 10px 40px;
    line-height: 1;
    letter-spacing: .1em;
    background: #102d3b;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Interview-search-block__body{
    width: calc(100% - 215px);
    padding: 25px 30px 10px;
    background: #fff;
}
.Interview-search-block-checkbox-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.Interview-search-block-checkbox{
    width: calc(100% / 3);
    padding-right: 1.5em;
    margin-bottom: 15px;
}
.Interview-search-block-checkbox:nth-of-type(3n){
    padding-right: 0;
}
.Interview-search-block-checkbox__label{
    cursor: pointer;
}
.Interview-search-block-checkbox input[type="checkbox"]{
    display: none;
}
.Interview-search-block-checkbox__text{
    font-size: 16px;
    letter-spacing: .1em;
    padding-left: 22px;
    font-weight: 500;
    line-height: 1;
    display: block;
    position: relative;
    transition: .3s all ease-in-out;
}
.Interview-search-block-checkbox__label:hover .Interview-search-block-checkbox__text{
    color: #20ab84;
}
.Interview-search-block-checkbox__text::before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    background: #f5f5f5;
}
.Interview-search-block-checkbox input[type="checkbox"]:checked + .Interview-search-block-checkbox__text{
    color: #20ab84;
}
.Interview-search-block-checkbox input[type="checkbox"]:checked + .Interview-search-block-checkbox__text::after{
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #20ab84;
    border-right: 2px solid #20ab84;
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    top: -2px;
}
.Interview-search__button{
    width: 350px;
    background: #102D3B;
    transition: .3s all ease-in-out;
}
.Interview-search__button span{
    width: 100%;
    height: 100%;
    border: 1px solid #102d3b;
    line-height: calc(31 / 19);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.Interview-search__button span::after{
    content: "";
    display: block;
    width: 34px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: .3s all ease-in-out;
    transform: skew(45deg);
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 17px);
    margin-left: calc((1em * 1.5) * 4);
    z-index: 1;
}
.Interview-search__button input{
    width: 100%;
    height: 100%;
    font-size: 18px;
    letter-spacing: .05em;
    padding-right: 1.5em;
    font-weight: 700;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    background: none;
    position: relative;
    z-index: 2;
    transition: .3s all ease-in-out;
}
.Interview-search__button:hover{
    background: #1b4356;
}
.Interview-search__button:hover span{
    border: 1px solid #1b4356;
}
.Interview-search__button:hover span::after{
    margin-left: calc(((1em * 1.5) * 4) + 5px);
}
@media screen and (max-width: 680px){

    .Interview-search{
        padding: 7.5vw 5vw;
        margin-bottom: 7.5vw;
    }
    .Interview-search__openbutton{
        width: 5vw;
        height: 5vw;
        right: 2.5vw;
        top: 2.5vw;
    }
    .Interview-search__title{
        font-size: 6vw;
    }
    .Interview-search__inner{
        margin-top: 5vw;
        margin-bottom: -2.5vw;
    }
    .Interview-search-block{
        flex-direction: column;
    }
    .Interview-search-block:not(:last-child){
        margin-bottom: 5vw;
    }
    .Interview-search-block__title{
        width: 100%;
        font-size: 3.5vw;
        padding: 2.5vw;
    }
    .Interview-search-block__body{
        width: 100%;
        padding: 5vw 5vw 0;
    }
    .Interview-search-block-checkbox-wrap{
        justify-content: space-between;
    }
    .Interview-search-block-checkbox{
        width: calc(50% - 1em);
        padding-right: 0;
        margin-bottom: 5vw;
    }
    .Interview-search-block-checkbox__text{
        font-size: 3.5vw;
        letter-spacing: 0;
        padding-left: 6.5vw;
        line-height: 1.3;
    }
    .Interview-search-block-checkbox__text::before{
        width: 4.5vw;
        height: 4.5vw;
        left: 0;
        top: 0;
    }
    .Interview-search-block-checkbox input[type="checkbox"]:checked + .Interview-search-block-checkbox__text::after{
        width: 2vw;
        height: 3vw;
        left: 2vw;
        top: -.5vw;
    }
    .Interview-search__button{
        width: 100%;
    }
    .Interview-search__button span::after{
        width: 6.666666vw;
        height: 1.6vw;
        margin-left: calc((1em * 1.5) * 4);
        top: calc(50% - .8vw);
        left: calc(50% - 3.333333vw);
    }
    .Interview-search__button input{
        font-size: 3.733333vw;
        padding-right: 1.5em;
    }
    .Interview-search__button:hover span::after{
        margin-left: calc(((1em * 1.5) * 4) + 2.5vw);
    }

}



/* ----- 記事一覧 ----- */
.Interview-detail-wrap{
    border-top: 1px solid #333;
}
.Interview-detail{
    border-bottom: 1px solid #333;
    padding: 48px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.Interview-detail:nth-of-type(2n){
    background: #f5f5f5;
}
.Interview-detail.-new::before,
.Interview-detail.-new::after{
    width: 86px;
    height: 86px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5px;
    top: 12px;
    z-index: 2;
}
.Interview-detail.-new::before{
    content: "";
    background: #20ab84;
    transform: rotate(15deg);
    clip-path: polygon(30% 0, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.Interview-detail.-new::after{
    content: "NEW";
    font-size: 20px;
    font-weight: 700;
}
.Interview-detail__image{
    width: 550px;
    height: 305px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.Interview-detail__image a{
    width: 100%;
    height: 100%;
    display: block;
}
.Interview-detail__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s all ease-in-out;
}
.Interview-detail__image a:hover img{
    transform: scale(1.1);
}
.Interview-detail.-movie .Interview-detail__image__inner{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    transition: .3s all ease-in-out;
}
.Interview-detail.-movie .Interview-detail__image__inner.-on{
    /* opacity: 0; */
    display: none;
}
.Interview-detail.-movie .Interview-detail__image__inner::before{
    content: "";
    display: block;
    width: 98px;
    height: 98px;
    background-image: url(../image2024/interview/icon_interview-movie.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.Interview-detail__movie{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.Interview-detail__body{
    width: calc(100% - 550px);
    padding-left: 18px;
}
.Interview-detail__subtitle{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: calc(3 / 1.8);
    font-family: YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.Interview-detail__title{
    font-size: 28px;
    margin-bottom: 25px;
    line-height: calc(36 / 28);
    font-weight: 700;
    font-family: YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.Interview-detail__body a:hover .Interview-detail__title{
    color: #333;
    text-decoration: underline;
}
.Interview-detail__text{
    margin-bottom: 30px;
}
.Interview-detail-category{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.Interview-detail-category__item{
    margin-top: 10px;
    padding: 13px 15px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    background: #102d3b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Interview-detail-category__item:not(:last-child){
    margin-right: 12px;
}
.pagenavi-wrap .wp-pagenavi{
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagenavi-wrap .wp-pagenavi .pages,
.pagenavi-wrap .wp-pagenavi .first,
.pagenavi-wrap .wp-pagenavi .last{
    display: none;
}
.pagenavi-wrap .wp-pagenavi .previouspostslink,
.pagenavi-wrap .wp-pagenavi .nextpostslink,
.pagenavi-wrap .wp-pagenavi .extend,
.pagenavi-wrap .wp-pagenavi .page,
.pagenavi-wrap .wp-pagenavi .current{
    margin: 0 3px;
    width: 40px;
    height: 50px;
    border: 2px solid #102d3b;
    font-size: 20px;
    font-weight: 700;
    color: #102d3b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-in-out;
}
.pagenavi-wrap .wp-pagenavi .extend{
    border: none;
}
.pagenavi-wrap .wp-pagenavi .current,
.pagenavi-wrap .wp-pagenavi .page:hover,
.pagenavi-wrap .wp-pagenavi .previouspostslink:hover,
.pagenavi-wrap .wp-pagenavi .nextpostslink:hover{
    color: #fff;
    background: #102d3b;
    border-color: #102d3b;
}
.pagenavi-wrap .wp-pagenavi .previouspostslink,
.pagenavi-wrap .wp-pagenavi .nextpostslink{
    font-size: 0;
}
.pagenavi-wrap .wp-pagenavi .previouspostslink::before{
    content: "<";
    font-size: 20px;
}
.pagenavi-wrap .wp-pagenavi .nextpostslink::before{
    content: ">";
    font-size: 20px;
}
@media screen and (max-width: 680px){

    .Interview-detail{
        padding: 5vw 3.333333vw;
        flex-direction: column;
    }
    .Interview-detail.-new::before,
    .Interview-detail.-new::after{
        width: 15vw;
        height: 15vw;
        left: 0;
        top: 0;
    }
    .Interview-detail.-new::after{
        font-size: 3.5vw;
    }
    .Interview-detail__image{
        width: 100%;
        height: 48.5vw;
        margin-bottom: 5vw;
    }
    .Interview-detail.-movie .Interview-detail__image__inner::before{
        width: 12.5vw;
        height: 12.5vw;
    }
    .Interview-detail__body{
        width: 100%;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
    .Interview-detail__subtitle{
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }
    .Interview-detail__title{
        font-size: 5vw;
        margin-bottom: 3.5vw;
    }
    .Interview-detail__text{
        margin-bottom: 5vw;
    }
    .Interview-detail-category__item{
        padding: 2.5vw;
        font-size: 3.5vw;
    }
    .Interview-detail-category__item:not(:last-child){
        margin-right: 2.5vw;
    }
    .pagenavi-wrap{
        margin-top: 7.5vw;
    }
    .pagenavi-wrap .wp-pagenavi .previouspostslink,
    .pagenavi-wrap .wp-pagenavi .nextpostslink,
    .pagenavi-wrap .wp-pagenavi .extend,
    .pagenavi-wrap .wp-pagenavi .page,
    .pagenavi-wrap .wp-pagenavi .current{
        margin: 0 1vw;
        width: 7.5vw;
        height: 10vw;
        font-size: 3.5vw;
    }
    .pagenavi-wrap .wp-pagenavi .extend{
        width: 2.5vw;
    }
    .pagenavi-wrap .wp-pagenavi .previouspostslink,
    .pagenavi-wrap .wp-pagenavi .nextpostslink{
        font-size: 0;
    }
    .pagenavi-wrap .wp-pagenavi .previouspostslink::before{
        font-size: 3.5vw;
    }
    .pagenavi-wrap .wp-pagenavi .nextpostslink::before{
        font-size: 3.5vw;
    }

}