@media (max-width: 576px) {
    .container {
        overflow-x: clip;
    }
}

.philosophy-section{
    padding: 0 0 130px;
}

/*------------------------------------------------------

    OUTSIDE

------------------------------------------------------*/
.outside {
    position: relative;
}

.outside .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.outside .column-outside-left {
    margin-right: -20%;
}

.outside .column-outside-right {
    margin-left: -20%;
}

.outside .column {
    z-index: 1;
}

.outside .column img.wave {
    width: 70px;
    margin: 18px 0 28px;
}

.outside .column h3 {
    color: #00464A;
    font-size: var(--fz-lg);
    font-weight: 500;
    letter-spacing: 4px;
}

.outside .column h4 {
    font-size: var(--fz-lg);
    font-weight: 600;
    margin-bottom: 10px;
}

.outside .column p {
    font-size: var(--role-body);
    font-weight: 400;
    margin-bottom: 30px;
}

.outside span.number {
    position: absolute;
    top: 2%;
    color: #e6e7e8;
    font-size: 120px;
    font-weight: 500;
}

.outside-left .column {
    padding-left: 10%;
    padding-right: 0;
}

.outside-left span.number {
    right: 2%;
}

.outside-right .column {
    padding-left: 5%;
}

.outside-right span.number {
    left: 2%;
}

/*------------------------------------------------------

    INFO

------------------------------------------------------*/
#info .container {
    background: linear-gradient(180deg, #EEF9F9, #fff);
    border-radius: 60px 60px 0 0;
    padding: 100px 0 50px;
}

#info hgroup {
    text-align: center;
}

#info hgroup p {
    font-size: var(--fz-display);
    font-weight: 500;
}

#info hgroup h4 {
    font-size: var(--role-meta);
    margin: 20px 0 10px;
    font-weight: 700;
}

#info hgroup img {
    width: 70px;
}

#info .data {
    margin: 55px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

#info table.data-table {
    width: 50%;
    border-top: 1px solid #b7b7b7;
}

#info table.data-table tr {
    border-bottom: 1px solid #b7b7b7;
}

#info table.data-table th,
#info table.data-table td {
    font-size: var(--role-body);
    font-weight: 500;
    line-height: 1.8;
    padding: 20px 0 20px 45px;
}

#info table.data-table th {
    width: 22%;
    color: #00464A;
}

#info table.data-table td {
    width: 78%;
}

#info table.data-table td a {
    color: #00464A;
    display: inline-block;
}

#info table.data-table td a::after {
    right: -15px;
}




/*------------------------------------------------------

    RESPO / PC FIRST

------------------------------------------------------*/
@media (max-width: 1200px) {
    #info table.data-table {
        width: 85%;
    }
}

/*------------------------------------------------------

    flow PAGE SPECIFIC STYLES

------------------------------------------------------*/
#flow-intro {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

#flow-intro .container {
    text-align: center;
    position: relative;
    z-index: 1;
}

#flow-intro hgroup h3 {
    font-size: var(--fz-lg);
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.6;
}

#flow-intro hgroup h3 .highlight-green {
    color: #00A3A6;
    font-weight: 700;
}

#flow-intro hgroup img {
    width: 50px;
    margin-bottom: 30px;
}

#flow-intro .intro-description {
    max-width: 800px;
    margin: 0 auto;
}

#flow-intro .intro-description p {
    font-size: var(--role-body);
    line-height: 1.8;
    margin-bottom: 5px;
    text-align: center;
}

#flow-intro .intro-description p:last-child {
    margin-bottom: 0;
}


/*------------------------------------------------------

    PAGE HEADER

------------------------------------------------------*/
#flow {
    padding-bottom: 100px;
}

#flow hgroup {
    text-align: center;
}

#flow hgroup h3 {
    font-size: 28px;
    margin-bottom: 70px;
    font-weight: 600;
    color: #00464A;
}

#flow hgroup img {
    width: 50px;
}

#flow .step {
    display: flex;
}

#flow .step .step-img {
    position: relative;
    width: 36%;
    text-align: right;
    padding-right: 70px;
}

#flow .step .step-img img {
    width: 15%;
}

#flow .step .step-img::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #b5b5b5;
}

#flow .step:last-child .step-img::after {
    display: none;
}

#flow .step .step-txt {
    position: relative;
    width: 75%;
    padding-left: 70px;
}

#flow .step .step-txt::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -9px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(0deg, #00464A, #00A3A6);
}

#flow .step .step-txt::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -22px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(to right, #00464A, #00A3A6) border-box, transparent;
    border: 1px solid transparent;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

#flow .step .step-txt span {
    color: #00464A;
    font-size: 1.3rem;
}

#flow .step .step-txt h4 {
    font-size: 22px;
    margin: 5px 0 10px;
    font-weight: 600;
}

#flow .step .step-txt h4 span {
    color: inherit;
}

#flow .step .step-txt p {
    font-size: 13px;
    margin-bottom: 90px;
}

#flow .step .step-txt img {
    width: 240px;
    margin-bottom: 80px;
}

/*------------------------------------------------------

    CTA DEMO

------------------------------------------------------*/
#cta-demo {
    padding: 80px 0;
    background: linear-gradient(180deg, #fff, #EEF9F9);
}

#cta-demo .container {
    text-align: center;
}

#cta-demo hgroup h3 {
    font-size: 28px;
    font-weight: 600;
    color: #00464A;
    margin-bottom: 20px;
    line-height: 1.6;
}

#cta-demo hgroup img {
    width: 50px;
    margin-bottom: 30px;
}

#cta-demo p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}

/*------------------------------------------------------

    RESPO

------------------------------------------------------*/
@media (max-width: 576px) {

    #flow {
        padding-bottom: 30px;
    }

    #flow hgroup h3 {
        font-size: var(--fz-lg);
        letter-spacing: 2px;
        margin-bottom: 50px;
        font-weight: 700;
        line-height: 1.4;
    }

    #flow .step .step-txt::before {
        top: 3px;
        left: -12px;
        width: 24px;
        height: 24px;
    }

    #flow .step .step-txt::after {
        top: 10px;
        left: -5px;
        width: 10px;
        height: 10px;
    }

    #flow .step .step-img {
        padding-right: 30px;
    }

    #flow .step .step-img {
        width: 25%;
    }

    #flow .step .step-img img {
        width: 100%;
    }

    #flow .step .step-img::after {
        content: "";
        position: absolute;
        top: 15px;
    }

    #flow .step .step-txt {
        padding-left: 30px;
    }

    #flow .step .step-txt h4 {
        font-size: 18px;
        margin: 8px 0 14px;
        line-height: 1.4;
    }

    #flow .step .step-txt h4 span {
        font-size: 85%;
        color: inherit;
    }

    #flow .step .step-txt span {
        font-size: 20px;
    }

    #flow .step .step-txt p {
        font-size: var(--role-body);
        margin-bottom: 20px;
    }

    #flow .step .step-txt img {
        width: 100%;
        margin-bottom: 35px;
    }

    #cta-demo {
        padding: 50px 0;
    }

    #cta-demo hgroup h3 {
        font-size: var(--fz-lg);
        letter-spacing: 1px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    #cta-demo hgroup img {
        width: 40px;
        margin-bottom: 20px;
    }

    #cta-demo p {
        font-size: var(--role-body);
        line-height: 1.7;
        margin-bottom: 30px;
        padding: 0 5%;
    }
}