@font-face { font-family: 'NIS_SMS5N2'; src: url(../font/NIS_SMS5N.woff2);}
@font-face { font-family: 'NIS_SMS5N'; src: url(../font/NIS_SMS5N.woff);}

#who_top{}
#who_top > .wrap{}
#common_body .img{
    width: 100%;
    height: 600px;
}
#common_body .img .slide{
    width: 100%;
    height: 100%;
}
#who{
    margin: 100px 0;
}
#who h2{
    font-size: 3rem;
}
#who h3{
    margin-top: 60px;
    font-size: 2.4rem;
}
#who .nav_set ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#who .nav_set ul li{
    width: calc(25% - 10px);
    margin: 10px 5px 0;
}
#who .nav_set ul li a{
    padding: 16px 0;
    display: block;
    color: #333;
    text-decoration: none;
    text-align: center;
    font-size: 1.6rem;
    font-family: NIS_SMS5N2,NIS_SMS5N;
    border: 1px solid #ddd;
    position: relative;
    transition: background 0.2s ease;
}
#who .nav_set ul li a::after{
    content: "\f0da";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    line-height: 20px;
    color: #fff;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #af1e2b;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
}
#who .nav_subject ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
}
#who .nav_subject ul li{
    flex: 1;
    position: relative;
    border-bottom: 1px solid #ddd;
}
#who .nav_subject ul li::after{
    content: "";
    width: 1px;
    height: 10px;
    display: block;
    background: #ddd;
    position: absolute;
    bottom: 0;
    right: 0;
}
#who .nav_subject ul li:last-child{
    flex: 1.5;
}
#who .nav_subject ul li:last-child::after{
    display: none;
}
#who .nav_subject ul li a{
    padding: 16px 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-weight: 600;
}
#who .nav_subject ul li a::after{
    content: "\f0d7";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 1.4rem;
    color: #af1e2b;
    margin-left: 10px;
    display: inline-block;
}
#who .nav_subject ul li.active a{
    color: #bbb;
}
#who .nav_subject ul li.active a::before{
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background: #af1e2b;
    position: absolute;
    bottom: 0;
    left: 0;
}
#who .nav_subject ul li.active a::after{
    color: #bbb;
}
#who ul.who_list{
    margin: 40px auto;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}
#who ul.who_list li{}
#who ul.who_list li a{
    display: block;
    text-decoration: none;
    color: #333;
}
#who ul.who_list li a .inner .img{
    line-height: 0;
    background: #333;
}
#who ul.who_list li a .inner .img img{
    transition: opacity 0.2s ease;
}
#who ul.who_list li a .inner .txt{
    margin: 10px 0 0;
}
#who ul.who_list li a .inner .txt .name{
    font-size: 2rem;
    font-weight: 600;
}
#who ul.who_list li a .inner .txt .status{
    margin: 4px 0 0;
    padding-left: 50px;
    position: relative;
    font-size: 1.2rem;
    font-family: sans-serif;
    color: #666;
}
#who ul.who_list li a .inner .txt .status::before{
    content: attr(title)'：';
    position: absolute;
    left: 0;
}
#who .andmore{
    border-top: 1px solid #ddd;
}
#who .andmore p{
    margin: 4rem 0;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    text-indent: .1em;
    letter-spacing: .1em;
}

#who_single .wrap .body{
    margin: 0 0 60px;
    display: flex;
    flex-direction: row;
}
#who_single .wrap .body .sub{
    width: 400px;
    padding: 0 100px 0 40px;
}
#who_single .wrap .body .sub .sticky{
    margin: -80px 0 0;
    padding: 80px 0 0;
    position: sticky;
    top: 0;
}
#who_single .wrap .body .sub .status{
    margin: 20px 0 0;
}
#who_single .wrap .body .sub .status .name{
    font-size: 2.4rem;
    font-family: NIS_SMS5N2,NIS_SMS5N;
}
#who_single .wrap .body .sub .status .univ{
    margin: 16px 0 0;
    position: relative;
}
#who_single .wrap .body .sub .status .univ::before{
    content: attr(title);
    display: block;
    font-weight: 600;
    margin: 0 0 4px;
}
#who_single .wrap .body .main{
    flex: 1;
}
#who_single article h2{
    font-size: 3.2rem;
}
#who_single article h3{
    font-size: 2.4rem;
}
#who_single article p{
    margin: 2rem 0;
    text-align: justify;
    font-size: 1.6rem;
    line-height: 1.8;
}
#who_single .wrap .foot{
    border-top: 1px solid #ddd;
}
#who_single .wrap .foot .pager{
    border-bottom: 1px solid #ddd;
}
#who_single .wrap .foot .pager ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
}
#who_single .wrap .foot .pager ul li{
    flex: 1;
    position: relative;
}
#who_single .wrap .foot .pager ul li::before{
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 1px;
    height: calc(100% - 40px);
    background: #ddd;
    transform: translate(100%, -50%);
}
#who_single .wrap .foot .pager ul li:first-child::before{
    display: none;
}
#who_single .wrap .foot .pager ul li a{
    padding: 20px 40px;
    display: block;
    text-decoration: none;
    transition: opacity 0.2s ease;
    position: relative;
}
#who_single .wrap .foot .pager ul li a::before{
    content: "";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    line-height: 20px;
    color: #fff;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #af1e2b;
    display: block;
    position: absolute;
    top: 50%;
}
#who_single .wrap .foot .pager ul li.prev a{
    padding-left: 60px;
}
#who_single .wrap .foot .pager ul li.prev a::before{
    content: "\f0d9";
    left: 20px;
}
#who_single .wrap .foot .pager ul li.next a{
    padding-right: 60px;
}
#who_single .wrap .foot .pager ul li.next a::before{
    content: "\f0da";
    right: 20px;
}
#who_single .wrap .foot .pager ul li a .inner{
    display: flex;
    flex-direction: row;
}
#who_single .wrap .foot .pager ul li a .inner .img{
    width: 120px;
}
#who_single .wrap .foot .pager ul li a .inner .txt{
    flex: 1;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#who_single .wrap .foot .pager ul li a .inner .txt .name{
    color: #333;
    font-size: 1.6rem;
    font-family: NIS_SMS5N2,NIS_SMS5N;
}
#who_single .wrap .foot .pager ul li a .inner .txt .post{
    margin: 4px 0 0;
    font-size: 1.4rem;
    color: #666;
}
#who_single .wrap .foot .pager ul li a .inner .txt .post::before{
    content: attr(title)"：";
}

#who_single .wrap .foot .link{
    padding: 40px 0;
    text-align: center;
}
#who_single .wrap .foot .link a{
    padding: 12px 20px;
    display: inline-block;
    background: #f5f5f5;
    text-decoration: none;
    color: #333;
}
#common_body .campaign{
    max-width: 640px;
    padding: 0 40px 40px;
    border: 1px solid #ccc;
}
#common_body .campaign h3{
    margin: -0.5em 0 0;
    line-height: 1;
    font-size: 2.4rem;
    color: #af1e2b;
}
#common_body .campaign h3 span{
    margin-left: -20px;
    padding: 0 20px;
    display: inline-block;
    background: #fff;
}
#common_body .campaign h3 + p{
    margin: 30px 0 20px;
}
#common_body .campaign a.link{
    width: 100%;
    padding: 10px 60px;
    display: inline-block;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 2rem;
    position: relative;
}
#common_body .campaign a.link::before{
    content: "\f0da";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    display: block;
    background: #af1e2b;
    position: absolute;
    top: 50%;
    right: 16px;
}
#common_body .campaign a.link:hover{
    background: #eee;
}

@media (pointer: fine) {
    #who .nav_set ul li a:hover{
        background: #f5f5f5;
    }
    #who .nav_subject ul li a:hover{
        opacity: 0.6;
    }
    #who ul.who_list li a:hover .inner .img img{
        opacity: 0.8;
    }
    #who_single .wrap .foot .pager ul li a:hover{
        opacity: 0.6;
    }
    #who_single .wrap .foot .link a:hover{
        background: #eee;
    }
}

@media screen and (max-width: 1024px){
    #who_top > .wrap{
        flex-direction: column-reverse;
    }
    #who_top > .wrap .content{
        width: 100%;
        position: relative;
        z-index: 1;
    }
    #who_top > .wrap .content .set{
        width: calc(100% - 40px);
        max-width: none;
    }
    #who_top > .wrap .img{
        width: 100%;
        height: 0;
        padding-top: 50%;
        position: relative;
        overflow: hidden;
    }
    #who_top > .wrap .img .slide{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #who{
        margin: 60px 0;
    }
    #who h2{
        font-size: 2.4rem;
    }
    #who h3{
        margin-top: 40px;
        font-size: 2rem;
    }
    #who .nav_set ul li{
        width: 100%;
        margin: 5px 0 0;
    }
    #who .nav_subject{
        height: 60px;
        position: relative;
        overflow-y: scroll;
        white-space: nowrap;
    }
    #who ul.who_list{
        grid-template-columns: 1fr 1fr 1fr;
    }
    #who ul.who_list li a .inner .img{
        line-height: 0;
        background: #333;
    }
    #who ul.who_list li a .inner .txt .subject{
        font-size: 1.2rem;
    }
    #who ul.who_list li a .inner .txt .name{
        font-size: 1.6rem;
    }
    #who ul.who_list li a .inner .txt .status{
        padding: 16px 0 0;
        font-size: 1rem;
    }
    #who ul.who_list li a .inner .txt .status::before{
        top: 0;
    }
    #who_single .wrap .body{
        margin: 0 0 60px;
        flex-direction: column;
    }
    #who_single .wrap .body .sub{
        width: 100%;
        padding: 0 0 40px;
    }
    #who_single .wrap .body .sub .sticky{
        display: flex;
        flex-direction: row;
    }
    #who_single .wrap .body .sub .img{
        width: 200px;
    }
    #who_single .wrap .body .sub .status{
        flex: 1;
        margin: 0;
        padding: 0 0 0 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    #who_single .wrap .foot .pager ul li.prev a{
        padding-left: 40px;
    }
    #who_single .wrap .foot .pager ul li.prev a::before{
        left: 10px;
    }
    #who_single .wrap .foot .pager ul li.next a{
        padding-right: 40px;
    }
    #who_single .wrap .foot .pager ul li.next a::before{
        right: 10px;
    }
}
@media screen and (max-width: 767.98px){
    #who ul.who_list{
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    #who .andmore p{
        font-size: 1.6rem;
    }
    #who_single .wrap .body{
        margin: 0 0 40px;
    }
    #who_single .wrap .body .sub .img{
        width: 120px;
    }
    #who_single .wrap .body .sub .status{
        padding-left: 20px;
        font-size: 1.2rem;
    }
    #who_single .wrap .body .sub .status .name{
        font-size: 2rem;
    }
    #who_single .wrap .body .sub .status .univ{
        margin-top: 8px;
    }
    #who_single article h2{
        font-size: 2rem;
    }
    #who_single article h3{
        font-size: 1.6rem;
    }
    #who_single article p{
        font-size: 1.4rem;
    }
    #who_single .wrap .foot .pager ul li a{
        padding: 10px 20px;
    }
    #who_single .wrap .foot .pager ul li a::before{
        width: 16px;
        height: 16px;
        margin-top: -8px;
        line-height: 16px;
    }
    #who_single .wrap .foot .pager ul li.prev a{ padding-left: 30px;}
    #who_single .wrap .foot .pager ul li.prev a::before{ left: 0;}
    #who_single .wrap .foot .pager ul li.next a{ padding-right: 30px;}
    #who_single .wrap .foot .pager ul li.next a::before{ right: 0;}
    #who_single .wrap .foot .pager ul li a .inner .img{
        display: none;
    }
    #who_single .wrap .foot .pager ul li a .inner .txt{
        padding-left: 0;
    }
    #who_single .wrap .foot .pager ul li a .inner .txt .name{
        font-size: 1.4rem;
    }
    #who_single .wrap .foot .pager ul li a .inner .txt .post{
        font-size: 1.2rem;
    }

    #common_body .campaign{
        padding: 0 20px 20px;
    }
    #common_body .campaign h3{
        text-align: center;
    }
    #common_body .campaign h3 span{
        margin-left: 0;
    }
    #common_body .campaign h3 + p{
        margin: 30px 0 20px;
    }
    #common_body .campaign a.link{
        width: 100%;
        padding: 10px 40px 10px 20px;
        font-weight: 600;
        font-size: 1.6rem;
        border-radius: 0;
    }
    #common_body .campaign a.link::before{
        font-size: 1.2rem;
        line-height: 16px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        right: 10px;
    }
    #common_body .campaign a.link:hover{
        background: #eee;
    }
}