@charset "UTF-8";
/* ----------------------------------------------------------------
    VISION TOP
---------------------------------------------------------------- */
/* 企業理念 */
.philosophy {
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.philosophy_ttl {
    font-family: "Geologica";
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.22;
    margin-top: -.2em;
}
.philosophy_ttl span {
    color: var(--pmRed);
}
.philosophy_lead {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6; /* 32px */
    margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
    .philosophy {
        flex-direction: row;
        gap: 30px;
    }
    .philosophy_ttl {
        font-size: 5.6rem;
    }
    .philosophy_imgWrapper {
        width: 473px;
    }
    .philosophy_lead {
        font-size: 2.8rem;
        margin-top: 16px;
    }
}
.philosophyText {
    margin-top: 3px;
}
@media print, screen and (min-width: 768px) {
    .philosophyText {
        margin-top: 46px;
    }
}

/* 行動指針 */
.principles {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.principles_item {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #F8F8F8;
}
.principles_item dt {
    color: var(--pmRed);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.6; /* 38.4px */
    width: 69px;
    white-space: nowrap;
}
.principles_item dd {
    font-weight: 500;
    line-height: 1.8; /* 25.2px */
    padding-left: 20px;
    border-left: 1px solid var(--pmRed);
    display: flex;
    align-items: center;
    min-height: 80px;
}
@media print, screen and (min-width: 768px) {
    .principles {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px;
    }
    .principles_item {
        width: 480px;
        padding: 20px 40px;
    }
    .principles_item dt {
        font-size: 3.0rem;
        width: 101px;
    }
    .principles_item dd {
        font-size: 1.6rem;
        padding-left: 40px;
    }
}

/* 代表メッセージ */
.messageMV {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.messageMV_body {
    width: var(--spContWidth);
    margin: 0 auto;
}
.messageMV_lead {
    font-feature-settings: 'halt' on;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8; /* 28.8px */
}
.messageMV_name {
    margin-top: 20px;
}
.messageMV_name .ja {
    font-feature-settings: 'halt' on;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6; /* 25.6px */
}
.messageMV_name .en {
    color: var(--pmRed);
    font-family: "Geologica";
    font-size: 1.4rem;
    line-height: 1.8; /* 25.2px */
    margin-left: 1em;
}
.messageMV_post {
    font-size: 1.4rem;
    margin-top: .2em;
}
@media print, screen and (min-width: 768px) {
    .messageMV {
        flex-direction: row;
        align-items: center;
        gap: 0;
    }
    .messageMV_img {
        width: max(calc((100vw - 1000px) / 2 + 530px), 730px);
    }
    .messageMV_body {
        width: 470px;
        margin: 0;
    }
    .messageMV_lead {
        font-size: 2.4rem;
    }
    .messageMV_name {
        margin-top: 40px;
    }
    .messageMV_name .ja {
        font-size: 2.4rem;
    }
}

.messageTxtWrap {
    padding: 20px 0 80px;
}
@media print, screen and (min-width: 768px) {
    .messageTxtWrap {
        padding: 50px 0 150px;
    }
    .messageTxt {
        display: flex;
        justify-content: space-between;
    }
    .messageTxt_item {
        width: 470px;
    }
}