@charset "utf-8";

:root {
    --evolve-red: #7a1f2b;
    --evolve-red-dark: #601721;
    --evolve-pale: #f6f2f2;
    --evolve-line: #ded7d8;
    --evolve-text: #333;
}

/* ==========================================================
   EVOLVE / RESULTS
========================================================== */

.sub_visual figure {
    background-image: url(../image/results/main.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    background-size: cover;
    background-position: center;
}

.sub_visual::before {
    background: rgba(35, 11, 15, .42);
}

.icopy h2,
.icopy p,
.icopy p span {
    color: #fff;
}

section.sub_content {
    margin: 0 auto 130px;
}

.results-section {
    padding: 95px 0 110px;
    background: #fff;
}

.results-section .inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.section-heading {
    margin: 0 0 42px;
    text-align: left;
}

.section-label {
    margin: 0 0 10px;
    color: var(--evolve-red);
    font-family: 'Ubuntu', sans-serif;
    font-size: .78em;
    line-height: 1.3;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 2px;
}

.section-heading h3.sub-head {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #111;
    font-size: 2.2em;
    line-height: 1.45;
    letter-spacing: 2px;
    font-weight: 500;
}

/* 論文 */
.paper-card {
    border-top: 1px solid var(--evolve-line);
    padding: 50px 0 0;
}

.paper-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 34px;
    padding: 0 18px;
    margin: 0 0 22px;
    color: #fff;
    background: var(--evolve-red);
    font-size: .86em;
    font-weight: 500;
    letter-spacing: 1px;
}

.paper-title {
    /* max-width: 1000px; */
    margin: 0;
    color: #111;
    font-size: 1.75em;
    line-height: 1.7;
    letter-spacing: 1px;
    font-weight: 500;
}

.paper-summary {
    /* max-width: 1000px; */
    margin: 38px 0 0;
}

.paper-summary p {
    margin: 0 0 20px;
    color: var(--evolve-text);
    line-height: 2.05;
}

.paper-summary p:last-child {
    margin-bottom: 0;
}

/* 日本語本文の直後に入る画像 */
.result-image {
    max-width: 900px;
    margin: 55px 0 0;
}

.result-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* 論文情報 */
.paper-meta {
    /* max-width: 1000px; */
    margin: 55px 0 0;
    padding: 38px 40px;
    background: var(--evolve-pale);
    border-left: 4px solid var(--evolve-red);
}

.meta-block {
    margin: 0 0 28px;
}

.meta-block:last-child {
    margin-bottom: 0;
}

.meta-label {
    margin: 0 0 8px;
    color: var(--evolve-red);
    font-family: 'Ubuntu', sans-serif;
    font-size: .78em;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.4;
}

.meta-block p {
    margin: 0;
    line-height: 1.9;
    word-break: break-word;
}

.journal {
    padding-top: 25px;
    border-top: 1px solid var(--evolve-line);
}

.journal em {
    display: inline;
    color: inherit;
    font-style: italic;
    font-weight: 500;
}

.journal a {
    color: var(--evolve-red);
    text-decoration: underline;
    text-underline-offset: 3px;
    word-break: break-all;
}

@media (hover: hover) and (pointer: fine) {
    .journal a:hover {
        color: var(--evolve-red-dark);
    }
}

/* ==========================================================
   Responsive
========================================================== */

@media screen and (max-width: 1000px) {
    .results-section {
        padding: 80px 0 90px;
    }

    .paper-title {
        font-size: 1.55em;
    }
}

@media screen and (max-width: 767px) {
    section.sub_content {
        margin-bottom: 70px;
    }

    .results-section {
        padding: 58px 0 65px;
    }

    .results-section .inner {
        width: 90%;
    }

    .section-heading {
        margin-bottom: 28px;
    }

    .section-heading h3.sub-head {
        font-size: 1.55em;
        letter-spacing: 1px;
    }

    .paper-card {
        padding-top: 32px;
    }

    .paper-category {
        min-width: 72px;
        height: 30px;
        padding: 0 14px;
        margin-bottom: 17px;
        font-size: .8em;
    }

    .paper-title {
        font-size: 1.25em;
        line-height: 1.7;
    }

    .paper-summary {
        margin-top: 28px;
    }

    .paper-summary p {
        font-size: .92em;
        line-height: 1.9;
        margin-bottom: 17px;
    }

    .result-image {
        margin-top: 35px;
    }

    .paper-meta {
        margin-top: 35px;
        padding: 26px 22px;
    }

    .meta-block {
        margin-bottom: 22px;
    }

    .meta-block p {
        font-size: .9em;
        line-height: 1.8;
    }

    .journal {
        padding-top: 20px;
    }
}
