/* ========================================
   FeatU - 会社概要ページ
   ======================================== */
.page-pages-about .main-content{
    background-image: url('../images/about/natural-marble-bg.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 0;
    position: relative;
}
.page-pages-about .main-content::after{
    display: block;
    content: "";
    width: 690px;
    height: 688px;
    background-image: url('../images/about/walking_cloud_man.png');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: absolute;
    right: -70px;
    top: 172px;
}
.about-page__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 60px 100px;
    position: relative;
    overflow: hidden;
}

.about-upper {
    position: relative;
}

.about-cloud-man {
    position: absolute;
    top: 50%;
    right: -160px;
    width: 680px;
    height: auto;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
}

/* ---------- Page title ---------- */
.about-page-title {
    font-size: 73px;
    font-weight: 700;
    color: #fff;
    margin: 40px 0 1.2em;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-shadow:
        0 8px 24px rgba(0, 0, 0, 0.25);
}

/* ---------- Hero ---------- */
.about-hero {
    position: relative;
    z-index: 1;
    margin-bottom: 7em;
}
.about-heading.leadership-title{
    font-size: 40px;
}
.about-message {
    margin-bottom: 7em;
}

.about-hero__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
}
.about-hero__title span{
    color: var(--maincolor);
}

/* ---------- Section heading ---------- */
.about-section{
    margin-bottom: 6em;
}
.about-heading {
    font-size: 40px;
    font-weight: 600;
    color: #d051ea;
    margin: 0 0 28px;
    line-height: 1;
}
.about-heading.MOTTO-heading{
    font-size: 70px;
}
/* ---------- Message ---------- */
.about-message__body {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.4;
    margin-bottom: 48px;
}

.about-message__paragraph {
    margin-bottom: 24px;
}

.about-signatures {
    display: flex;
    gap: 80px;
    align-items: flex-end;
    margin-top: 40px;
    flex-wrap: wrap;
}

.about-signature {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.about-signature__role {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.06em;
}

.about-signature__name-img {
    height: 36px;
    width: auto;
    display: block;
}

.about-signature__name-img-kamioka {
    height: 36px;
}

.about-signature__name-img-nakamura {
    height: 40px;
}

/* ---------- Company outline ---------- */
.about-outline__table {
    width: 100%;
    max-width: 860px;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.about-outline__th {
    padding: 10px 20px;
    text-align: right;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    background: none;
    border-right: 2px solid #c0c0c0;
    white-space: nowrap;
}

.about-outline__td {
    padding: 10px 20px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.9;
    color: #1a1a1a;
}


.about-outline__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-outline__list-item {
    padding: 2px 0;
}

/* ---------- Philosophy (Mission / Vision / Value) ---------- */
.about-philosophy__tagline {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    color: #1a1a1a;
    margin: 24px 0 80px;
}

.about-pillar {
    margin-bottom: 56px;
}

.about-pillar__label {
    font-size: 40px;
    font-weight: 600;
    color: #d051ea;
    margin-bottom: 16px;
    line-height: 1;
}

.about-pillar__body {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    max-width: 820px;
}

.about-pillar__line {
    display: block;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    .about-page__inner {
        padding: 24px 15px 0px;
    }

    .about-hero {
        padding: 40px 0 20px;
        min-height: auto;
        margin-bottom: 0;
    }

    .about-hero__title {
        font-size: 27px;
        line-height: 1.6;
    }

    .about-page-title {
        font-size: 15vw;
        margin-top: 20px;
        margin-bottom: 0;
        width: 100%;
    }
    .about-heading.MOTTO-heading {
        font-size: 40px;
    }
    .about-heading {
        font-size: 36px;
        margin-bottom:16px;
    }
    .page-pages-about .main-content::after{
        width: 60%;
        height: auto;
        aspect-ratio: 1 / 1;
        right: 0;
    }
    .about-section {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .about-message__body {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 0;
    }

    .about-signatures {
        gap: 0px;
    }
    .about-signature{
        justify-content: end;
        width: 100%;
    }

    .about-outline__th {
        width: 100px;
        padding: 14px 10px;
        font-size: 12px;
    }

    .about-outline__td {
        padding: 14px 10px;
        font-size: 12px;
    }

    .about-philosophy__tagline {
        font-size: 18px;
        margin: 20px 0 30px;
    }

    .about-pillar__label {
        font-size:24px;
    }

    .about-pillar__body {
        font-size: 14px;
    }

    .about-pillar {
        margin-bottom: 40px;
    }
}
