p {
    text-align: justify;
}

.m-signature {
    font-size: inherit;
}

/* a.m-company-case:nth-child(1) picture.m-company-case-image {
    background: right / cover no-repeat url(../img/img-hero_musvi.webp);
} */

a.m-nav-link {
    font-weight: 700;
}

h1.m-intro-title {
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0.2em;
}
.m-intro-text {
    span.m-highlight {
        font-weight: 700;
        line-height: 1.5em;
        font-family: inherit;
    }
}

h2.m-philosophy-title, h2.m-service-title, h2.m-company-cases-header, h2.m-about-title {
    font-weight: 700;
    font-size: 52px;
    font-family: inherit;
}

h3.m-philosophy-subtitle, h3.m-service-subtitle {
    font-weight: 700;
    padding: initial;
    margin-bottom: 25px;
    font-family: inherit;
}

.m-howto-title {
    text-align: left;
    margin-bottom: 35px;
}

.m-case_hero-title {
    font-size: 52px;
    font-weight: 700;
}

.m-case_hero-company {
    font-size: 32px;
    font-weight: 700;
}

.m-case_hero-description {
    font-size: 18px;
    font-weight: inherit;
    margin-left: initial;
}

.m-interview-title_header {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.m-client-profile-company {
    font-size: 1.6em;
}

h3.m-interview-subtitle {text-align: start;width: 100%;max-width: 674px;margin: auto;padding: 100px 0 25px;}

h4.m-interview-question {
    padding-left: initial;
    align-items: normal;
    gap: 0.5em;
}
h4.m-interview-question div {
    font-size: 1em;
}

h4.m-interview-question:before {
    display: none;
}

.m-clientoverview-title {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.m-partner-title {
    font-family: 'Noto Sans JP';
    font-weight: 700;
}

.m-partner-subtitle {
    font-size: 1.3em;
    color: #000000;
}

.m-partner-member-name {
    font-size: 1.6em;
}

.m-partnership-contact-title:after {
    content: "Would you like to talk with us?";
}

.m-partnership-contact-text, .m-approach-initiative-description {
    font-size: 1.25em;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

.m-approach-initiative-actions {
    text-indent: -1em;
    padding-left: 1em;

}

.m-approach-initiative-description, .m-client-need-description {
    text-indent: -0.7em;
    padding-left: 0.7em;
}

.m-approach-initiative-actions {
    margin-bottom: 1.5em;
}

.no-indent {
    text-indent: initial;
    padding-left: initial;
}

.no-margin {
    margin-bottom: ini;
}

@media screen and (max-width: 1024px) {
    .m-intro-title-underlay {
        height: 85px;
    }
}

@media screen and (max-width: 500px) {
    .m-intro-text {
        span.m-highlight {
            text-align: start;
        }
    }
    h2.m-philosophy-title, h2.m-service-title, h2.m-company-cases-header, h2.m-about-title {
        font-size: 11vw;
    }
    h3.m-philosophy-subtitle, h3.m-service-subtitle {
        font-size: 7vw;
    }
    .m-service-area-subtitle {
        font-size: 8vw;
    }
    hr.m-service-area-divider {
        margin-left: initial;
    }
    .m-case_hero-title {
        font-size: 12vw;
    }
}