

* {
    box-sizing: border-box;
}



.pmc-page {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 40px 120px;
}

.pmc-hero__intro {
    text-align: center;
    margin-bottom: 24px;
}

.pmc-hero__label {
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #666;
}

.pmc-hero__title {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.pmc-hero__title span {
    margin-left: 8px;
    color: var(--color-primary);
}

.pmc-hero__columns {
    display: flex;
    gap: 32px;
}

.pmc-hero__text {
    flex: 4;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pmc-hero-card {
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pmc-hero-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pmc-hero-card__badge {
display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 7px;
    border-radius: 999px;
    color: #fff;
    max-width: 60px;
    text-wrap-mode: nowrap;
    width: 100%;
    text-align: center;
}

.pmc-hero-card__badge--pm {
    background: #40528f;
}

.pmc-hero-card__badge--cm {
    background: #4c8fb5;
}

.pmc-hero-card__badge--wm {
    background: #3597c2;
}

.pmc-hero-card__title {
    font-size: 18px;
    font-weight: 700;
}

.pmc-hero-card__body {
    font-size: 14px;
    line-height: 1.7;
}

.pmc-hero__flow {
    flex: 6;
    padding: 0px 20px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pmc-hero__flow img {
    width: 100%;
    height: auto;
    display: block;
}

.pmc-steps {
    margin-top: 80px;
}

.pmc-steps__lead {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.pmc-steps__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.pmc-step-card {
    border: 1px solid var(--color-border);
    border-radius: 18px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pmc-step-card__bubble {
    align-self: flex-start;
    background: #e4eef7;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 17px;
    color: #4c5b7f;
    font-weight: 700;
    box-shadow: 1px 1px 4px #c3c3c3;
}

.pmc-step-card__head {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.pmc-step-card__step {
    font-size: 20px;
    color: var(--color-primary);
    font-weight: 900;
    font-family: Verdana;
}

.pmc-step-card__title {
    font-size: 20px;
    font-weight: 600;
}

.pmc-step-card__body {
    font-size: 14px;
    line-height: 1.7;
}

.pmc-step-card__list {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pmc-step-card__list--arrow span:before {
    content: "▼";
    font-size: 10px;
    margin-right: 6px;
    color: var(--color-primary);
}

.pmc-step-card__list--two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.pmc-step-card__image {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.pmc-step-card__image img {
    width: 100%;
    height: auto;
}

.pmc-step-card__footer {
    margin-top: auto;
    background: #3e5686;
    color: #fff;
    padding: 14px 12px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    margin: 0 5px;
}

.pmc-cases {
    margin-top: 90px;
}

.pmc-cases__head {
    
}

.pmc-cases__title {
    font-size: 16px;
    color: #4c4c4c;
}

.pmc-cases__main {
    display: block;
    font-size: 32px;
    font-weight: 700;
    margin-top: 6px;
}

.pmc-cases__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.pmc-case {
    border: 1px solid var(--color-border);
    border-radius: 18px;
    padding: 24px;
}

.pmc-case__label {
    font-size: 21px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0px;
    margin-left: 14px;
    font-style: normal;
}

.pmc-case__box {

    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

span.pmc-case__big {
    font-size: 150%;
    display: block;
    font-weight: 700;
}

.pmc-case__note {
    background: #ebf6fb;
    border-radius: 10px;
    padding: 14px 11px;
    font-size: 15px;
    line-height: 1.6;
    border: 1px solid #dde5f2;
    text-align: justify;
    color: #146e98;
    font-weight: 700;
    min-height: 80px;
    display: flex;
    align-items: center;
}


.pmc-case__body {
    font-size: 14px;
    line-height: 1.7;
}

.pmc-case__lead {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 8px;
}

.pmc-case__steps {
    display: flex;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #325079;
}

.pmc-case__image {
    text-align: center;
}

.pmc-case__image img {
    width: 100%;
    height: auto;
}

.pmc-projects {
    margin-top: 100px;
}

.pmc-projects__head {
    text-align: center;
}

.pmc-projects__label {
    font-size: 18px;
    letter-spacing: 0.1em;
}

.pmc-projects__title {
    font-size: 36px;
    font-weight: 700;
    margin-top: 6px;
        display: block;
}

.pmc-projects__desc {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.8;
}

.pmc-projects__tags {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    display: none ;
}

.pmc-projects__tags span {
    border-radius: 999px;
    padding: 6px 16px;
    border: 1px solid var(--color-border);
    font-size: 12px;
    color: #4b5f80;
}

.pmc-projects__grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pmc-project-card {
    border: 1px solid var(--color-border);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.pmc-project-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
}

.pmc-project-card__info {
    padding: 16px 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pmc-project-card__category {
    font-size: 12px;
    color: #667;
}

.pmc-project-card__title {
    font-size: 18px;
    font-weight: 600;
}

.pmc-project-card__tag {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: var(--color-primary);
    padding: 4px 10px;
    border-radius: 3px;
    margin-top: 4px;
    align-self: flex-start;
}

.pmc-project-card__body {
    font-size: 15px;
    line-height: 1.7;
    color: #3d4658;
    text-align: justify;
}

.pmc-strength {
    margin-top: 90px;


    padding: 2px;

}

.pmc-strength__head {
    text-align: center;
    margin-bottom: 24px;
}

.pmc-strength__label {
    font-size: 18px;
    letter-spacing: 0.1em;
}

.pmc-strength__head .pmc-strength__title {
    font-size: 36px;
    font-weight: 700;
    margin-top: 6px;
    display: block;
}

.pmc-strength__content {
    display: flex;
    gap: 40px;
}

.pmc-strength__block {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
    line-height: 1.8;
}

.pmc-strength__title {
    font-size: 16px;
    font-weight: 700;
}

.pmc-strength__heading {
    font-weight: 600;
    color: var(--color-primary);
    font-size: 16px;
    min-height: 58px;
    align-content: center;
}

.pmc-strength__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pmc-strength__tags span {
    border-radius: 6px;
    background: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border: 1px solid #cfd9ec;
}

.pmc-strength__footer {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.pmc-strength__cta {
    font-weight: 700;
    font-size: 18px;
}

.pmc-strength__button {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 999px;
    background: var(--color-primary);
    color: #fff;
    text-decoration: none;
}

.pmc-page h2.ttl-secondary.pmcm{margin-bottom: 40px;}

@media (max-width: 768px) {
    div.pmc-page {
        width: 100%;
        padding: 40px 0px 80px;
    }

    .pmc-hero__columns {
        flex-direction: column;
    }

    .pmc-case {
    border: 1px solid var(--color-border);
    border-radius: 18px;
    padding: 24px 8px;
    text-align: justify;
}

    .pmc-hero__flow {
        order: -1;
        padding: 0;
    }

    .pmc-steps__items {
        grid-template-columns: 1fr;
    }

    .pmc-cases__grid {
        grid-template-columns: 1fr;
    }

    .pmc-projects__grid {
        grid-template-columns: 1fr;
    }

    .pmc-strength__content {
        flex-direction: column;
    }
}
