/* ===================================
   New Future Section (from Figma)
   =================================== */
.future-section {
    position: relative;
    padding: 0 0 5rem;
    background-color: #ddf4fa;

    /* from node 202:381 */
    @media screen and (min-width: 768px) {
        padding: 2rem;

    }
}


.future-bg-img {
    max-width: none;
    object-fit: cover;
    width: 100%;

    @media screen and (min-width: 992px) {
        position: absolute;
        width: 40%;
        top: -50px;
        left: 0;
        width: 40%;
    }
}

.future-bg-overlay-soft-light {
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    mix-blend-mode: soft-light;
}

.future-bg-overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(59.43deg, rgba(255, 255, 255, 0) 61.14%, white 91.21%);
}

.future-section .container {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    padding: 0px;


    @media screen and (min-width: 992px) {
        margin-left: auto;
        margin-right: 0;
        padding: 1vw;
        max-width: unset;
        width: 60vw;
    }
}

.future-section .section-title {
    margin-bottom: 0;
    margin-top: 2rem
}

.future-section .section-title h2 {

    font-size: 2.5rem;

    @media screen and (min-width: 768px) {
        h2 {
            font-size: clamp(30px, 3vw, 45px);
        }

        margin-top:0;
        margin-bottom: 1.5rem;
    }
}

.future-title {
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
    color: #3c3c3c;
    line-height: 1.8;

    &::first-letter {
        color: #d74749;
    }

    &:after {
        content: unset;
    }

    &>span {
        display: block;
        font-size: 1rem;
        text-align: center;
    }
}

.future-content {
    padding: 0 40px;
}

.future-content .future-lead {
    font-family: 'Zen Old Mincho', serif;
    font-size: clamp(30px, 2vw, 45px);
    font-weight: bold;
    color: #000;
    line-height: 1.8;
    /* As per Figma */
    margin-bottom: 30px;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.future-content .future-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(15px, 1vw, 20px);
    color: #252525;
    line-height: 2;
    /* As per Figma */
    text-align: left;
    width: 80%;
    margin: 0 auto;

}

/* ===================================
   New Message Section (from Figma)
   =================================== */
.message-section {
    position: relative;
    padding: 3rem 0 0;
    overflow: hidden;
}

.message-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}


.message-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.message-section .section-title-en {
    font-family: 'Advent Pro', sans-serif;
    font-size: 24px;
    color: #444;
    margin-bottom: 0;
}

.message-section .section-title h2 {
    font-family: 'Zen Old Mincho', serif;
    font-size: 46px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1rem;
}

.message-section .section-title-underline {
    width: 165px;
}

.message-outer-container {
    max-width: 1413px;
    /* Figma's width */
    margin: 0 auto;
    position: relative;
}

.message-img-container {
    position: relative;
}

.message-img-container img {
    object-fit: cover;
    width: 100%;

    @media screen and (min-width: 768px) {}
}

.message-quote-box {
    position: absolute;
    bottom: calc(-10rem + 4.75vw);
    right: 0;
    width: 85%;
    max-width: 435px;

    @media screen and (min-width: 768px) {
        bottom: -3rem;
        width: 65%;
        max-width: unset;
    }
}

.message-quote {
    font-family: var(--font-primary);
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0;
    word-break: keep-all;
    overflow-wrap: anywhere;


    @media screen and (min-width: 768px) {
        font-size: 2.5vw;
    }
}

.message-main-text {
    font-family: var(--font-primary);
    line-height: 2;
    color: var(--text-color-gray);
    background: linear-gradient(to bottom, #f1ffce, #ddf4fa);
    padding: 8.5rem 15px 80px 15px;

    @media screen and (min-width: 768px) {
        font-size: 18px;
        padding: 5rem 15px 80px 15px;
    }
}

.message-signature {
    font-family: var(--font-primary);
}

.message-signature-title {
    font-size: 2vw;
    font-weight: bold;
}

.message-signature-name {
    font-size: 2vw;
    font-weight: bold;
    margin-left: 1em;
}

/* Company Profile Section */
.company-profile-section {
    padding: 60px 15px;
    background-color: #fff;
    position: relative;

    @media screen and (min-width: 768px) {
        padding: 100px 0;
    }
}

.profile-list {
    width: 100%;
    margin: 60px auto 50px;

    --dt-border-color: #73CA3E;
    --dd-border-color: #A9A9A9;
    --pb-size: 0.75em;
}

.profile-row {
    display: grid;
    grid-template-columns: 100%;
    gap: 1rem;
    padding: 24px 0 0;
    align-items: baseline;

    @media screen and (min-width: 768px) {
        grid-template-columns: 20% 80%;
        gap: 2rem;
    }
}

.profile-row dt {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: var(--pb-size);
    border-bottom: 2px solid var(--dt-border-color);
    margin-bottom: 10px;

    @media screen and (min-width: 768px) {
        height: 100%;
        margin-bottom: 0;
    }
}

.profile-row dd {
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: var(--pb-size);
    border-bottom: 2px solid var(--dd-border-color);
    margin: 0;
}

.profile-img {
    display: none;

    @media screen and (min-width: 768px) {
        display: block;
        position: absolute;
        top: -3rem;
        right: 0;
        width: 25%;
        height: 100%;
        z-index: 1;
    }
}