.M05 { margin: 54px 0 80px; }
.M05 .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
}
.M05 .inner .left > * { position: sticky; top: 80px; }
.M05 .title > * {
    color: #00205B;
    font-family: "Noto Sans";
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}
.M05 .image {
    width: 100%;
    height: 415px;
    object-fit: cover;
    object-position: center;
    margin: 64px 0;
}
.M05 h1 {
    color: #005199;
    font-family: "Noto Sans";
    font-size: 56px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 32px;
    margin-top: 0;
}
.M05 h2 {
    color: #005199;
    font-family: "Noto Sans";
    font-size: 40px;
    font-weight: 600;
    line-height: 48px; /* 120% */
    margin-bottom: 32px;
    margin-top: 0;
}
.M05 h3 {
    color: #005199;
    font-family: "Noto Sans";
    font-size: 32px;
    font-weight: 600;
    line-height: 40px; /* 125% */
    margin-bottom: 32px;
    margin-top: 0;
}
.M05 h4 {
    color: #005199;
    font-family: "Noto Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    margin-bottom: 32px;
    margin-top: 0;
}
.M05 h5 {
    color: #005199;
    font-family: "Noto Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px; /* 140% */
    margin-bottom: 32px;
    margin-top: 0;
}
.M05 .has-x-large-font-size {
    color: #00205B;
    font-family: "Noto Sans";
    font-size: 20px !important;
    font-weight: 600;
    line-height: 28px; /* 140% */
    margin-bottom: 32px;
    margin-top: 0;
}
.M05 .has-large-font-size {
    color: #005199;
    font-family: "Noto Sans";
    font-size: 20px !important;
    font-weight: 600;
    line-height: 28px; /* 140% */
    margin-bottom: 32px;
    margin-top: 0;
}
.M05 .has-medium-font-size {
    color: #00205B;
    font-family: "Noto Sans";
    font-size: 16px !important;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.16px;
    margin-bottom: 32px;
    margin-top: 0;
}
.M05 p {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 32px;
    margin-top: 0;
}
.M05 .has-small-font-size {
    color: #00205B;
    font-family: "Noto Sans";
    font-size: 12px !important;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    margin-top: 0;
}
.M05 .wp-block-quote { margin: 32px 0; }
.M05 .wp-block-quote > *:first-child {
    color: #00205B;
    font-family: "Noto Serif";
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px; /* 125% */
    letter-spacing: -1.333px;
}
.M05 .wp-block-separator {
    border-top: 1px solid #3CBFAE;
    margin: 16px 0;
}

@media screen and (max-width: 768px) {
    .M05 .inner { grid-template-columns: 1fr; gap: 40px; }
    .M05 .title, .M05 .image, .M05 .wp-block-separator, .M05 .cta, .M05 .right { padding-inline: 30px; }
    .M05 .title > * {
        font-size: 32px;
        line-height: 40px;
    }
    .M05 .image { height: 264px; margin: 24px 0; }
    .M05 h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .M05 h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .M05 h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .M05 h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .M05 .has-x-large-font-size {
        color: #00205B;
        font-family: "Noto Sans";
        font-size: 20px !important;
        font-weight: 600;
        line-height: 28px; /* 140% */
        margin-bottom: 32px;
        margin-top: 0;
    }
    .M05 .has-medium-font-size {
        color: #00205B;
        font-family: "Noto Sans";
        font-size: 16px !important;
        font-weight: 700;
        line-height: 22px; /* 137.5% */
        letter-spacing: 0.16px;
        margin-bottom: 32px;
        margin-top: 0;
    }
    .M05 .has-small-font-size {
        color: #00205B;
        font-family: "Noto Sans";
        font-size: 12px !important;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2px;
        margin-top: 0;
    }
    .M05 .wp-block-quote { margin: 32px 0; }
    .M05 .wp-block-quote > *:first-child {
        color: #00205B;
        font-family: "Noto Serif";
        font-size: 32px;
        font-style: italic;
        font-weight: 400;
        line-height: 40px; /* 125% */
        letter-spacing: -1.333px;
    }
}