@charset "utf-8";

/* ==========================================================
   EVOLVE / ABOUT
========================================================== */

:root {
    --evolve-red: #7a1f2b;
    --evolve-red-dark: #601721;
    --evolve-pale: #f6f2f2;
    --evolve-line: #ded7d8;
    --evolve-text: #333;
}

/* 下層メインビジュアル */
.sub_visual figure {
    background-image: url(../image/about/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 {
    color: #fff;
}

.icopy p,
.icopy p span {
    color: #fff;
}

/* ==========================================================
   Intro
========================================================== */

section.sub_content {
    margin: 0 auto 130px;
}

.about-intro {
    position: relative;
    padding: 105px 0 110px;
    background: var(--evolve-pale);
}

.about-intro .inner,
.about-detail .inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.about-heading {
    margin: 0 0 42px;
}

.about-heading-en,
.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;
}

h3.sub-head {
    margin: 0;
    padding: 0;
    color: #111;
    font-size: 2.3em;
    line-height: 1.45;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: left;
}

/* Goal */
.goal-box {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 40px;
    align-items: start;
    margin: 0 0 70px;
    padding: 34px 40px;
    background: #fff;
    border-left: 4px solid var(--evolve-red);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}

.goal-label {
    color: var(--evolve-red);
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.55em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
}

.goal-box p {
    margin: 0;
    color: var(--evolve-text);
    font-size: 1em;
    line-height: 2.1;
    letter-spacing: .8px;
}

/* 背景 */
.intro-wrap {
    display: flex;
    align-items: flex-start;
    margin: 0;
}

.intro-copy {
    width: 52%;
    margin: 0;
    padding: 0 6% 0 0;
}

.intro-copy h4 {
    margin: 0 0 28px;
    color: #111;
    font-size: 1.8em;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 500;
}

.intro-copy p:not(.section-label) {
    margin: 0 0 18px;
    color: var(--evolve-text);
    line-height: 2.05;
}

.intro-copy p:last-child {
    margin-bottom: 0;
}

.intro-image {
    width: 48%;
    margin: 0;
    position: sticky;
    top: 120px;
}

.intro-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* ==========================================================
   Detail
========================================================== */

.about-detail {
    padding: 0;
}

.about-detail .inner {
    padding-top: 125px;
}

.about-row:first-child {
    border-top: 1px solid var(--evolve-line);
    margin-top: 0;
}

.about-row {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 55px;
    align-items: start;
    padding: 55px 0;
    border-bottom: 1px solid var(--evolve-line);
}

.about-row:first-child {
    border-top: 1px solid var(--evolve-line);
}

.about-row-head {
    margin: 0;
}

.about-row-head h5 {
    margin: 0;
    color: #111;
    font-size: 1.35em;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2px;
}

.about-row-body {
    margin: 0;
}

.about-row-body p {
    margin: 0 0 12px;
    color: var(--evolve-text);
    line-height: 2;
}

.about-row-body p:last-child {
    margin-bottom: 0;
}

/* ==========================================================
   Responsive
========================================================== */

@media screen and (max-width: 1000px) {
    .about-intro {
        padding: 80px 0 85px;
    }

    .goal-box {
        grid-template-columns: 120px 1fr;
        gap: 28px;
        margin-bottom: 55px;
        padding: 30px;
    }

    .intro-copy {
        width: 55%;
        padding-right: 5%;
    }

    .intro-image {
        width: 45%;
    }

    .about-row {
        grid-template-columns: 190px 1fr;
        gap: 38px;
        padding: 45px 0;
    }
}

@media screen and (max-width: 767px) {
    section.sub_content {
        margin: 0 auto 70px;
    }

    .about-intro {
        padding: 58px 0 65px;
    }

    .about-intro .inner,
    .about-detail .inner {
        width: 90%;
    }

    .about-heading {
        margin-bottom: 28px;
    }

    h3.sub-head {
        font-size: 1.65em;
        letter-spacing: 1px;
    }

    .goal-box {
        display: block;
        margin-bottom: 45px;
        padding: 24px 22px;
    }

    .goal-label {
        margin: 0 0 13px;
        font-size: 1.25em;
    }

    .goal-box p {
        font-size: .92em;
        line-height: 1.9;
    }

    .intro-wrap {
        display: flex;
        flex-direction: column;
    }

    .intro-copy {
        width: 100%;
        padding: 0;
        order: 1;
    }

    .intro-copy h4 {
        margin-bottom: 20px;
        font-size: 1.45em;
    }

    .intro-copy p:not(.section-label) {
        font-size: .92em;
        line-height: 1.9;
    }

    .intro-image {
        width: 100%;
        margin: 32px 0 0;
        position: relative;
        top: auto;
        order: 2;
    }

    .about-detail {
        padding-top: 10px;
    }

    .about-row {
        display: block;
        padding: 32px 0;
    }

    .about-row-head {
        margin: 0 0 18px;
    }

    .about-row-head h5 {
        font-size: 1.2em;
    }

    .about-row-body p {
        font-size: .92em;
        line-height: 1.9;
    }
}
