@charset "utf-8";
/* CSS Document */

.cat-links {
    display: block !important;
}

/*  */
.photo {
    position: relative;
}

.photo .ctmex-file {
    margin: 0;
    padding: 25px 10px;
    background-color: rgba(154, 49, 51, 0.80);
    width: 60px;
    height: 60px;
    color: #FFFFFF;
    display: block;
    border-radius: 9999px;
    font-family: 'Dancing Script', cursive;
    text-align: center;
    line-height: 1;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    box-sizing: border-box;
}


/* Single-Juken */
.juken-profile .photo .ctmex-file {
    width: 80px;
    height: 80px;
    font-size: 1.2em;
    padding: 30px 10px;
}


.photo .ctmex-file .num {
    margin: 0;
    display: block;
    font-size: 2em;
}

.juken-profile .workplace {
    font-size: 1em;
    color: #DE73A2;
    display: block;
}

.juken-profile .workplace_box {
    display: inline-block;
    margin: 0 0 2vw;
}

.juken-profile .workplace {
    color: #b01447;
    font-size: 18px;
}

.juken-profile .year {
    font-size: 14px;
}

.juken-profile .school {
    font-size: 14px;
}

.juken-profile .name {
    font-size: 24px;
}

.juken-profile .highschool {
    font-size: 1em;
    color: #666666;
    display: block;
}

.juken-profile .entry-content {
    display: block;
}

.juken-profile .txt32 {
    font-size: 1.25em !important;
    font-weight: 600;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .juken-profile .name {
        font-size: 1em;
        display: block;
        line-height: 1.7;
    }

    .juken-profile .workplace {
        font-size: 1em;
        color: #DE73A2;
        display: block;
        line-height: 1.7;
    }

    .juken-profile .highschool {
        font-size: 0.8em;
        color: #666666;
        display: block;
        line-height: 1.7;
    }

    .juken-profile .photo .ctmex-file {
        width: 55px;
        height: 55px;
        font-size: 0.9em;
    }

    .juken-profile .photo img {
        max-width: 100%;
        height: auto;
    }

}


/* top-juken */
#topicswrap-w .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
}

#topicswrap-w .box01 {
    width: 100% !important;
    height: auto;
    overflow: hidden;
    vertical-align: top;
    font-size: 16px;
}


#topicswrap-w .photo {
    width: 100%;
    height: 12vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


#topicswrap-w .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #e2e2e2;
    border-bottom: 1px solid #fff;
}

.juken-profile .name {
    font-size: 1.2em;
    display: block;
}

#topicswrap-w .juken-text {
    padding: 6% 6% 6% 10%;
    display: flex;
    flex-direction: column;
}

#topicswrap-w .juken-line {
    line-height: 1.4;
    color: #000;
}

#topicswrap-w .juken-department {
    font-size: 18px;
    margin-bottom: 1em;
    font-family: 'Noto Sans Japanese';
    color: #b01447;
}

#topicswrap-w .juken-year {
    font-size: 14px;
    font-family: 'Noto Sans Japanese';
}

#topicswrap-w .juken-name {
    font-size: 20px;
    font-family: 'Noto Sans Japanese';
    color: #000;
}

.pagenation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px 0 0;
}

.pagenation .left,
.pagenation .center,
.pagenation .right {
    flex: 1;
}

.pagenation .left {
    text-align: left;
}

.pagenation .center {
    text-align: center;
}

.pagenation .right {
    text-align: right;
}

/* Style link */
.pagenation a {
    font-size: 16px;
    text-decoration: none;
}

.pagenation a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    #topicswrap-w .box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 3vw;
        width: 100% !important;
        float: none;
        margin-left: auto !important;
        margin-right: auto !important;
    }


    #topicswrap-w .photo {
        height: min(60vw, 265px) !important;
    }

    #topicswrap-w .photo .ctmex-file {
        width: 50px;
        height: 50px;
        font-size: 0.9em;
        padding: 20px 10px;
    }

    #topicswrap-w .photo .ctmex-file .num {
        font-size: 1.5em;
    }

    #topicswrap-w .juken-text {
        padding: 6% 6% 6% 10%;
    }

    .juken-profile .txt32 {
        font-size: 1.25rem !important;
    }

    .pagenation a {
        font-size: min(3.25vw, 15px);
    }
}