@charset "utf-8";

/* ============
header - our story
============ */
.section__title--story {
    margin-top: 55px;
    font-weight: 500;
}

.section__title {
    text-align: center;
}

@media (min-width: 768px) {
    .section__title--story {
        font-size: clamp(24px, 3.33vw, 48px);
    }
}

/* header - our story: PC 769px --end-- */



/* ============
section: vision/ mission
============ */
.story__vision {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.vision__pic {
    height: 200px;
    aspect-ratio: 375/200;
    object-fit: cover;
    object-position: top;
    margin: 29px 0 0;
}

.vision__topic,
.mission__topic,
.pickUp__topic {
    padding: 0 var(--contentPadding);
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 40px;
}

.mission__topic {
    text-align: end;
    position: relative;
    z-index: 10;
    margin-top: 60px;
}

.mission__topic::after {
    content: '';
    display: block;
    background-image: url(../images/latin.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: var(--contentWidth);
    aspect-ratio: 690/557;
    margin: 24px auto 0;
    position: relative;
    z-index: -1;
}

.pic__womanSp,
.pic__awardSp {
    display: block;
    width: var(--contentWidth);
    height: auto;
    object-fit: contain;
    margin: 32px auto 0;
    text-align: center;
}

.vision__txt,
.mission__txt,
.pickUp__txt {
    padding: 0 var(--contentPadding);
    font-size: 1.6rem;
    margin-top: 32px;
    text-align: justify;
}

.vision__txt:last-of-type {
    margin-top: 16px;
}

.sign {
    color: var(--text-black);
    text-align: right;
    font-family: "Montserrat", Poppins, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    padding: 32px var(--contentPadding) 0;
}

.sign span {
    display: block;
    font-family:
        "Zen Kaku Gothic New", "Noto Sans", sans-serif;
}


.mission__pcWrap {
    display: none;
}

.value__chart {
    width: var(--contentWidth);
    margin: 80px auto;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8%;
    justify-content: center;
}

.value__chart li:nth-child(3) {
    grid-column: 1 / -1;
    width: 48%;
    margin: 0 auto;
}


.brPc {
    display: none;
}

/* section: vision/ mission: PC 769px */
@media screen and (min-width:769px) {
    .story__vision {
        width: 100%;
        height: auto;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-top: 80px;
    }

    .vision__pic {
        width: 54vw;
        height: auto;
        margin-left: 63px;
        object-position: center;
    }

    .vision__wrap {
        width: 52vw;
        margin-left: 12.5%;
        margin-top: 52px;
    }

    .vision__topic,
    .mission__topic,
    .pickUp__topic {
        padding: 0;
        font-size: 2.8rem;
        font-weight: 600;
        margin-top: 40px;
    }

    .story__mission {
        width: 100%;
        margin: 216px 0 100px;
        padding-right: 5%;
        display: flex;
        justify-content: space-between;
    }

    .mission__pcWrap {
        display: block;
        width: 30%;
        margin-top: 300px;
        text-align: start;
    }

    .pic__womanPc,
    .pic__awardPc {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .pic__womanPc {
        object-position: left;

    }

    /* 
    .pic__awardPc {
        margin-top: 80px;
    } */

    .mission__wrap {
        width: 50%;
        margin-right: 6.9%;
    }

    .mission__contain {
        margin-right: 6.9%;
    }

    .mission__topic {
        text-align: start;
    }

    .mission__topic::after {
        width: 32vw;
        max-width: 560px;
        margin: 0;
        position: absolute;
        top: -170px;
        left: -92%;
        background-size: contain;
    }

    .brSp {
        display: none;
    }

    .brPc {
        display: inline;
    }

    .pic__womanSp,
    .pic__awardSp {
        display: none;
    }

    .vision__txt,
    .mission__txt,
    .pickUp__txt {
        padding: 0;
        font-size: 1.8rem;
        margin-top: 32px;
        text-align: justify;
    }

    .vision__txt:last-of-type {
        margin-top: 32px;
    }

    .sign {
        color: var(--text-black);
        font-size: 1.8rem;
        padding: 32px 0;
    }

    .sign span {
        display: block;
        font-family:
            "Zen Kaku Gothic New", "Noto Sans", sans-serif;
    }

    .mission__chart {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .value__chart {
        margin: 60px auto 0;
        width: 100%;
        display: flex;
        gap: 4%;
        justify-content: center;
    }

    .value__chart li:nth-child(3) {
        width: auto;
        margin: 0 auto;
    }

}

/* section: vision/ mission: PC 769px --end-- */

/* ============
section: LEAD
============ */
.lead {
    margin: 80px auto;
    width: var(--contentWidth);
}

.lead__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.section__lead__lead {
    text-align: start;
    margin: 0;
    font-size: 2.2rem;
    font-weight: 600;
}

.section__txt__lead {
    margin-top: 32px;
}

.lead__content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lead__list li:nth-of-type(2) {
    flex-direction: row-reverse;
}

.lead__wrap {
    height: 50%;
    width: 50%;
    object-fit: cover;
    transition: 1s all;
    overflow: hidden;
}

.lead__wrap img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

/* .lead__wrap img:hover,
.lead__wrap img:active {
    transform: scale(1.1, 1.1);
    transition: 1s all;
} */

.lead__page {
    width: 40%;
    font-family: "Montserrat", Poppins, sans-serif;
    font-size: 1.6rem;
    margin-left: 8px;
}

/* .lead__page:hover,
.lead__page:active {
    color: var(--gray-low);
    transition: 1s all;
} */

.lead__content:nth-child(2) .lead__page {
    text-align: right;
}


/* section: top__ceoMessage: PC 1024px-*/
@media screen and (min-width: 1024px) {
    .lead {
        margin: 100px auto;
        max-width: 1400px;
    }

    .lead__header {
        display: flex;
        text-align: left;
        gap: 2%;
        max-width: 1200px;
    }

    .section__lead__lead {
        width: 40%;
        font-size: 2.8rem;
    }

    .section__txt__lead {
        width: auto;
        text-align: left;
    }

    .lead__list {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .lead__content {
        flex-direction: column;
        gap: 10px;
        flex: 1;
        min-width: 0;
    }

    .lead__list li:nth-of-type(2) {
        flex-direction: column;
    }

    .lead__wrap {
        width: 80%;
        height: auto;
    }

    .lead__page {
        width: 100%;
        text-align: center;
        font-family: "Zen Kaku Gothic New", "Noto Sans", sans-serif;
        font-size: 1.8rem;
        font-weight: 500;
    }

    .lead__list li:nth-of-type(2) .lead__page {
        width: 100%;
        text-align: center;
    }

}

/* === Lead  END === */


/* ============
Company section
============ */
.company {
    padding: 0 var(--contentPadding);
}

.company__title {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 80px auto 24px;
    text-align: center;
}

/* === SP：縦積み === */
.company__dl {
    margin: 0;
}

.company__row {
    display: grid;
    grid-template-columns: 1fr;
    /* SPは1列 */
    gap: 6px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.company__dt {
    margin: 0;
    font-weight: 700;
}

.company__dd {
    margin: 0;
    line-height: 1.8;
    text-align: justify;
    /* word-break: break-word; 長文・URL対策 */
}

.company__dd--name span {
    display: block;
}

.company__dl span {
    font-family: "Montserrat", Poppins, sans-serif;
}

/* === PC：769px〜で2カラム（左幅固定） === */
@media screen and (min-width: 769px) {
    .company {
        margin: 120px auto;
    }

    .company__title {
        font-size: 2.8rem;
        margin: 120px auto 32px;
    }

    .company__dl {
        max-width: 900px;
        margin: 0 auto;
    }

    .company__row {
        grid-template-columns: 180px 1fr;
        gap: 24px;
        padding: 18px 0;
    }

    .company__dt {
        white-space: nowrap;
        margin: auto 0;
    }
}


/* ============
story__bottomWrap
============ */
.story__bottomWrap {
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.story__bottom {
    width: 50%;
    aspect-ratio: 188/122;
    object-fit: cover;
}

.footer {
    margin-top: 0;
}

@media screen and (min-width: 769px) {
    .story__bottomWrap {
        margin-top: 120px;
    }

    .story__bottom {
        width: 25%;
        height: auto;
    }

}

/* story__bottomWrap: PC 769px --end--*/