:root {
    --ma-ink: #1e2728;
    --ma-ink-soft: #394446;
    --ma-sand: #f2eee6;
    --ma-paper: #fcfbf8;
    --ma-copper: #aa6844;
    --ma-copper-dark: #814a31;
    --ma-sage: #6f8177;
    --ma-line: rgba(30, 39, 40, 0.16);
    --ma-white: #ffffff;
    --ma-radius: 2px;
}

.ma-mosaic-page .entry-title,
.ma-mosaic-page .page-title,
.ma-mosaic-page .entry-header,
.ma-mosaic-page .page-header,
.ma-mosaic-page .post-header,
.ma-mosaic-page .breadcrumb,
.ma-mosaic-page .breadcrumbs,
.ma-mosaic-page .c-breadcrumb,
.ma-mosaic-page .p-breadcrumb,
.ma-mosaic-page [class*="breadcrumb"] {
    display: none !important;
}

.ma-mosaic-page .entry-content,
.ma-mosaic-page .site-main,
.ma-mosaic-page main {
    margin-top: 0;
}

.ma-mosaic-page .entry-content {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.ma-mosaic-site,
.ma-mosaic-site * {
    box-sizing: border-box;
}

.ma-mosaic-site {
    color: var(--ma-ink);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.9;
    margin-left: calc(50% - 50vw);
    max-width: none;
    overflow: hidden;
    width: 100vw;
}

.ma-mosaic-site h1,
.ma-mosaic-site h2,
.ma-mosaic-site h3,
.ma-mosaic-site p,
.ma-mosaic-site blockquote {
    margin-top: 0;
}

.ma-mosaic-site h1,
.ma-mosaic-site h2,
.ma-mosaic-site h3 {
    color: inherit;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.45;
}

.ma-mosaic-site a {
    color: inherit;
    text-decoration: none;
}

.ma-container {
    margin: 0 auto;
    max-width: 1120px;
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
}

.ma-container--narrow {
    max-width: 790px;
}

.ma-container--form {
    max-width: 760px;
}

.ma-hero {
    align-items: stretch;
    background: var(--ma-paper);
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    min-height: 690px;
    position: relative;
}

.ma-hero__inner {
    align-self: center;
    margin-left: auto;
    max-width: 780px;
    padding: 96px 72px 96px 28px;
    width: 100%;
}

.ma-kicker,
.ma-eyebrow {
    color: var(--ma-copper);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1.5;
    text-transform: uppercase;
}

.ma-hero h1 {
    font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
    font-size: clamp(52px, 7vw, 92px);
    font-weight: 400;
    letter-spacing: -0.025em;
    margin: 28px 0 10px;
}

.ma-hero h1 span {
    color: var(--ma-copper);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 0.46em;
    letter-spacing: 0;
    vertical-align: 0.24em;
}

.ma-hero__tagline {
    color: var(--ma-sage);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(20px, 2.3vw, 30px);
    letter-spacing: 0.04em;
    margin-bottom: 42px;
}

.ma-hero__copy {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 2;
    margin-bottom: 42px;
}

.ma-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.ma-button {
    align-items: center;
    border: 1px solid var(--ma-ink);
    border-radius: var(--ma-radius);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.1em;
    min-height: 54px;
    padding: 14px 28px;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ma-button:hover,
.ma-button:focus-visible {
    transform: translateY(-2px);
}

.ma-button--primary {
    background: var(--ma-ink);
    color: var(--ma-white) !important;
}

.ma-button--primary:hover,
.ma-button--primary:focus-visible {
    background: var(--ma-copper-dark);
    border-color: var(--ma-copper-dark);
}

.ma-button--ghost {
    background: transparent;
}

.ma-button--ghost:hover,
.ma-button--ghost:focus-visible {
    background: var(--ma-sand);
}

.ma-button--light {
    background: var(--ma-white);
    border-color: var(--ma-white);
    color: var(--ma-ink) !important;
}

.ma-hero__mosaic {
    background: var(--ma-ink);
    display: grid;
    gap: 2px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    min-height: 100%;
    padding: 2px;
}

.ma-tile {
    background: var(--ma-sage);
    display: block;
}

.ma-tile--1 {
    background: var(--ma-copper);
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

.ma-tile--2 {
    background: #d8c6ad;
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}

.ma-tile--3 {
    background: var(--ma-ink-soft);
    grid-column: 1 / 2;
    grid-row: 2 / 4;
}

.ma-tile--4 {
    background: var(--ma-sage);
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.ma-tile--5 {
    background: #b9a17f;
    grid-column: 2 / 4;
    grid-row: 3 / 5;
}

.ma-tile--6 {
    background: #ede3d3;
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}

.ma-section {
    padding: 112px 0;
}

.ma-section--intro {
    padding-bottom: 128px;
    padding-top: 128px;
    text-align: center;
}

.ma-section--intro h2,
.ma-section__header h2,
.ma-contact-cta h2 {
    font-size: clamp(28px, 4vw, 46px);
}

.ma-section--intro h2 {
    margin: 22px 0 32px;
}

.ma-lead {
    font-size: clamp(18px, 2vw, 22px);
    letter-spacing: 0.035em;
    line-height: 2;
}

.ma-section--dark {
    background: var(--ma-ink);
    color: var(--ma-white);
}

.ma-section--sand {
    background: var(--ma-sand);
}

.ma-section__header {
    margin-bottom: 58px;
    max-width: 790px;
}

.ma-section__header h2 {
    margin: 18px 0 0;
}

.ma-loop {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.ma-loop li {
    border-left: 1px solid rgba(255,255,255,0.24);
    min-height: 190px;
    padding: 22px 28px;
    position: relative;
}

.ma-loop li:last-child {
    border-right: 1px solid rgba(255,255,255,0.24);
}

.ma-loop li::after {
    color: var(--ma-copper);
    content: "→";
    font-size: 22px;
    position: absolute;
    right: -9px;
    top: 47%;
    z-index: 1;
}

.ma-loop li:last-child::after {
    display: none;
}

.ma-loop span,
.ma-three-grid span,
.ma-principles span {
    color: var(--ma-copper);
    display: block;
    font-family: Georgia, serif;
    font-size: 14px;
    margin-bottom: 30px;
}

.ma-loop strong {
    display: block;
    font-size: 23px;
    letter-spacing: 0.08em;
}

.ma-loop small {
    color: rgba(255,255,255,0.62);
    display: block;
    margin-top: 8px;
}

.ma-name-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ma-name-card {
    border: 1px solid var(--ma-line);
    min-height: 350px;
    padding: 54px;
}

.ma-name-card--accent {
    background: var(--ma-sand);
    border-color: transparent;
}

.ma-name-card__mark {
    color: var(--ma-copper);
    font-family: Georgia, serif;
    font-size: 13px;
    letter-spacing: 0.2em;
}

.ma-name-card h3 {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 38px;
    font-weight: 500;
    margin: 44px 0 22px;
}

.ma-center-link {
    margin: 42px 0 0;
    text-align: center;
}

.ma-center-link a,
.ma-text-link {
    border-bottom: 1px solid currentColor;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding-bottom: 5px;
}

.ma-section--statement {
    background: var(--ma-paper);
    text-align: center;
}

.ma-section--statement blockquote,
.ma-prose blockquote {
    border: 0;
    font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
    font-size: clamp(30px, 5vw, 54px);
    font-style: normal;
    line-height: 1.45;
    margin: 28px 0;
    padding: 0;
}

.ma-section--statement .ma-text-link {
    margin-top: 24px;
}

.ma-news-list {
    border-top: 1px solid var(--ma-line);
}

.ma-news-item {
    align-items: center;
    border-bottom: 1px solid var(--ma-line);
    display: grid;
    gap: 28px;
    grid-template-columns: 130px 1fr 28px;
    padding: 24px 4px;
}

.ma-news-item time {
    color: var(--ma-copper);
    font-family: Georgia, serif;
    font-size: 14px;
}

.ma-news-item h3 {
    font-size: 16px;
    margin: 0;
}

.ma-news-item a:hover,
.ma-news-item a:focus-visible {
    color: var(--ma-copper-dark);
}

.ma-empty {
    border: 1px solid var(--ma-line);
    padding: 42px;
    text-align: center;
}

.ma-empty p {
    font-weight: 700;
    margin-bottom: 4px;
}

.ma-empty small {
    color: var(--ma-ink-soft);
}

.ma-contact-cta {
    background: var(--ma-copper-dark);
    color: var(--ma-white);
}

.ma-contact-cta__inner {
    align-items: center;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.ma-contact-cta .ma-eyebrow {
    color: #e5c7b5;
}

.ma-contact-cta h2 {
    margin-bottom: 0;
}

.ma-subhero {
    background: var(--ma-ink);
    color: var(--ma-white);
    padding: 132px 0 92px;
    position: relative;
}

.ma-subhero::after {
    background: var(--ma-copper);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 28%;
}

.ma-subhero h1 {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 400;
    margin: 28px 0 0;
    max-width: 900px;
}

.ma-prose h2 {
    border-left: 4px solid var(--ma-copper);
    font-size: 30px;
    margin: 76px 0 24px;
    padding-left: 20px;
}

.ma-prose p {
    margin-bottom: 26px;
}

.ma-prose blockquote {
    color: var(--ma-copper-dark);
    font-size: clamp(27px, 4vw, 42px);
    margin: 76px 0 0;
    text-align: center;
}

.ma-three-grid,
.ma-principles {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ma-three-grid article,
.ma-principles article {
    border: 1px solid var(--ma-line);
    min-height: 300px;
    padding: 42px 34px;
}

.ma-three-grid h3,
.ma-principles h3 {
    font-size: 21px;
    margin: 0 0 20px;
}

.ma-principles article {
    border-color: rgba(255,255,255,0.2);
}

.ma-principles p {
    color: rgba(255,255,255,0.7);
}

.ma-form-intro {
    margin-bottom: 42px;
}

.ma-required,
.ma-contact-form em {
    background: var(--ma-copper);
    color: var(--ma-white);
    font-size: 11px;
    font-style: normal;
    margin-left: 8px;
    padding: 3px 7px;
}

.ma-contact-form > label {
    display: block;
    font-weight: 700;
    margin-bottom: 30px;
}

.ma-contact-form > label > span:first-child {
    display: block;
    margin-bottom: 9px;
}

.ma-contact-form input[type="text"],
.ma-contact-form input[type="email"],
.ma-contact-form textarea {
    background: var(--ma-paper);
    border: 1px solid var(--ma-line);
    border-radius: 0;
    color: var(--ma-ink);
    font: inherit;
    padding: 14px 16px;
    width: 100%;
}

.ma-contact-form input:focus,
.ma-contact-form textarea:focus {
    border-color: var(--ma-copper);
    box-shadow: 0 0 0 2px rgba(170,104,68,0.16);
    outline: none;
}

.ma-contact-form .ma-check {
    align-items: flex-start;
    display: flex;
    font-weight: 400;
    gap: 10px;
}

.ma-contact-form .ma-check input {
    margin-top: 8px;
}

.ma-contact-form .ma-check span {
    display: inline;
    margin: 0;
}

.ma-contact-form .ma-check a {
    text-decoration: underline;
}

.ma-honeypot {
    height: 0;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.ma-form-note {
    color: var(--ma-ink-soft);
    font-size: 12px;
    margin-top: 28px;
}

.ma-notice {
    border-left: 5px solid;
    margin-bottom: 36px;
    padding: 18px 22px;
}

.ma-notice--success {
    background: #eef6ef;
    border-color: #5d8064;
}

.ma-notice--error {
    background: #fbefed;
    border-color: #a04b3f;
}

.ma-policy h2 {
    font-size: 22px;
    margin-top: 54px;
}

.ma-policy__date {
    margin-top: 64px;
    text-align: right;
}

.ma-public-notice-list {
    margin-top: 72px;
}

.ma-public-notice-list > h2 {
    margin-top: 0;
}

.ma-public-notice-item {
    border-bottom: 1px solid var(--ma-line);
    padding: 30px 0 38px;
}

.ma-public-notice-item time {
    color: var(--ma-copper);
    display: block;
    font-family: Georgia, serif;
    font-size: 14px;
    margin-bottom: 8px;
}

.ma-public-notice-item h3 {
    font-size: 21px;
    margin-bottom: 22px;
}

.ma-public-notice-item__content > :last-child {
    margin-bottom: 0;
}

.ma-public-notice-item__content a {
    color: var(--ma-copper-dark);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ma-public-notice-empty {
    margin-top: 28px;
}

.ma-legal-note {
    color: var(--ma-ink-soft);
    font-size: 12px;
    margin-top: 40px;
}

.ma-legal-footer {
    background: #171e1f;
    color: rgba(255,255,255,0.78);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-left: calc(50% - 50vw);
    width: 100vw;
}

.ma-legal-footer__inner {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1120px;
    padding: 22px 28px;
}

.ma-legal-footer nav {
    display: flex;
    gap: 22px;
}

.ma-legal-footer a {
    color: inherit;
    text-decoration: none;
}

.ma-legal-footer a:hover,
.ma-legal-footer a:focus-visible {
    color: var(--ma-white);
    text-decoration: underline;
}

@media (max-width: 900px) {
    .ma-hero {
        grid-template-columns: 1fr;
    }

    .ma-hero__inner {
        padding: 90px 28px 70px;
    }

    .ma-hero__mosaic {
        min-height: 220px;
    }

    .ma-loop,
    .ma-three-grid,
    .ma-principles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ma-loop li:nth-child(2) {
        border-right: 1px solid rgba(255,255,255,0.24);
    }

    .ma-loop li:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 640px) {
    .ma-mosaic-site {
        font-size: 15px;
    }

    .ma-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ma-desktop-only {
        display: none;
    }

    .ma-hero {
        min-height: auto;
    }

    .ma-hero__inner {
        padding: 70px 20px 58px;
    }

    .ma-hero h1 {
        font-size: 46px;
    }

    .ma-hero__tagline {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .ma-hero__copy {
        font-size: 17px;
        line-height: 1.85;
        margin-bottom: 32px;
    }

    .ma-actions,
    .ma-button {
        width: 100%;
    }

    .ma-hero__mosaic {
        min-height: 160px;
    }

    .ma-section,
    .ma-section--intro {
        padding-bottom: 76px;
        padding-top: 76px;
    }

    .ma-section__header {
        margin-bottom: 38px;
    }

    .ma-loop,
    .ma-name-grid,
    .ma-three-grid,
    .ma-principles {
        grid-template-columns: 1fr;
    }

    .ma-loop li,
    .ma-name-card,
    .ma-three-grid article,
    .ma-principles article {
        min-height: auto;
        padding: 32px 26px;
    }

    .ma-loop li,
    .ma-loop li:nth-child(2),
    .ma-loop li:last-child {
        border: 0;
        border-bottom: 1px solid rgba(255,255,255,0.24);
    }

    .ma-loop li::after {
        bottom: -15px;
        content: "↓";
        left: 50%;
        right: auto;
        top: auto;
    }

    .ma-loop li:nth-child(2)::after {
        display: block;
    }

    .ma-name-card h3 {
        margin-top: 24px;
    }

    .ma-news-item {
        gap: 8px 16px;
        grid-template-columns: 1fr 24px;
    }

    .ma-news-item time {
        grid-column: 1 / -1;
    }

    .ma-contact-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .ma-contact-cta .ma-button {
        width: 100%;
    }

    .ma-subhero {
        padding: 90px 0 64px;
    }

    .ma-prose h2 {
        font-size: 25px;
        margin-top: 56px;
    }

    .ma-legal-footer__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ma-legal-footer nav {
        flex-wrap: wrap;
        gap: 10px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ma-button {
        transition: none;
    }
}
