.pore2-profile-page {
    background: #fff;
    color: #342d3a;
    font-family: "Noto Sans JP", sans-serif;
}

.pore2-profile-main {
    overflow: hidden;
}

.pore2-profile-shell {
    width: min(1040px, calc(100% - 40px));
    margin: 0 auto;
}

.pore2-profile-hero {
    position: relative;
    min-height: 390px;
    padding: 148px 0 86px;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 18%, rgba(227, 215, 239, 0.78), transparent 33%),
        linear-gradient(138deg, #faf8fc 0%, #f7f2fa 54%, #fffafa 100%);
}

.pore2-profile-hero::after {
    position: absolute;
    right: max(-180px, calc((100vw - 1180px) / 2 - 140px));
    bottom: -156px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(107, 76, 154, 0.12);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.pore2-profile-hero-inner {
    position: relative;
    z-index: 1;
}

.pore2-profile-hero-decor {
    position: absolute;
    top: -62px;
    right: -110px;
    width: min(370px, 39vw);
    height: auto;
    opacity: 0.16;
    pointer-events: none;
}

.pore2-profile-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 26px;
    color: #8c8490;
    font-size: 11px;
}

.pore2-profile-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.pore2-profile-breadcrumb a:hover,
.pore2-profile-breadcrumb a:focus-visible {
    color: #6b4c9a;
    text-decoration: underline;
    outline: none;
}

.pore2-profile-eyebrow {
    margin: 0;
    color: #6b4c9a;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
}

.pore2-profile-hero h1,
.pore2-profile-section-heading h2,
.pore2-profile-contact h2,
.pore2-privacy-contact h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.pore2-profile-hero h1 {
    margin: 12px 0 0;
    font-size: clamp(38px, 5vw, 56px);
    line-height: 1.35;
}

.pore2-profile-hero-copy {
    max-width: none;
    margin: 20px 0 0;
    color: #706875;
    font-size: 14px;
    line-height: 2;
}

.pore2-profile-section {
    padding: clamp(74px, 10vw, 124px) 0;
}

.pore2-profile-section--philosophy,
.pore2-profile-section--history {
    background: #fff;
}

.pore2-profile-section--overview {
    background: #faf8fc;
}

.pore2-profile-section--access,
.pore2-profile-section--privacy {
    background: linear-gradient(145deg, #f7f2fa 0%, #fffbfb 100%);
}

.pore2-profile-philosophy-layout,
.pore2-profile-history-layout {
    display: grid;
    grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
    gap: clamp(38px, 7vw, 104px);
    align-items: start;
}

.pore2-profile-section-heading h2 {
    margin: 10px 0 0;
    font-size: clamp(29px, 3.4vw, 43px);
    line-height: 1.55;
}

.pore2-profile-section-heading--center {
    margin-bottom: clamp(30px, 5vw, 50px);
    text-align: center;
}

.pore2-profile-prose {
    color: #655d68;
    font-size: 14px;
    line-height: 2.15;
}

.pore2-profile-prose p {
    margin: 0;
}

.pore2-profile-prose p + p {
    margin-top: 1.15em;
}

.pore2-company-data {
    margin: 0;
    border-top: 1px solid rgba(107, 76, 154, 0.18);
}

.pore2-company-data > div {
    display: grid;
    grid-template-columns: minmax(180px, 0.37fr) minmax(0, 1fr);
    gap: 30px;
    padding: 21px 24px;
    border-bottom: 1px solid rgba(107, 76, 154, 0.14);
}

.pore2-company-data dt {
    color: #6b4c9a;
    font-size: 12px;
    font-weight: 600;
}

.pore2-company-data dd {
    margin: 0;
    color: #574f5a;
    font-size: 13px;
    line-height: 2;
}

.pore2-profile-access-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 3vw, 28px);
}

.pore2-profile-access-card {
    position: relative;
    min-height: 400px;
    padding: clamp(28px, 4vw, 42px);
    overflow: hidden;
    border: 1px solid rgba(107, 76, 154, 0.15);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 44px rgba(52, 45, 58, 0.06);
}

.pore2-profile-access-card::after {
    position: absolute;
    right: -52px;
    bottom: -62px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(107, 76, 154, 0.1);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.pore2-profile-card-label {
    margin: 0;
    color: #8c6bad;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.14em;
}

.pore2-profile-access-card h3 {
    margin: 11px 0 17px;
    color: #423849;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(22px, 2.3vw, 28px);
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.55;
}

.pore2-profile-access-card > p:not(.pore2-profile-card-label),
.pore2-profile-access-card address {
    margin: 0;
    color: #6f6672;
    font-size: 12px;
    font-style: normal;
    line-height: 2;
}

.pore2-profile-access-card address {
    margin-top: 16px;
}

.pore2-profile-contact-data {
    margin: 22px 0 24px;
    padding: 14px 0;
    border-top: 1px solid rgba(107, 76, 154, 0.13);
    border-bottom: 1px solid rgba(107, 76, 154, 0.13);
}

.pore2-profile-contact-data > div {
    display: flex;
    gap: 15px;
    color: #534a56;
    font-size: 12px;
    line-height: 1.9;
}

.pore2-profile-contact-data dt {
    min-width: 28px;
    color: #8d8491;
    font-size: 10px;
    letter-spacing: 0.1em;
}

.pore2-profile-contact-data dd {
    margin: 0;
}

.pore2-profile-contact-data a {
    color: inherit;
    text-decoration: none;
}

.pore2-profile-map-link,
.pore2-profile-contact-button,
.pore2-profile-phone-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 46px;
    border-radius: 999px;
    font-size: 12px;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.pore2-profile-map-link {
    position: relative;
    z-index: 1;
    padding: 10px 0;
    color: #624982;
}

.pore2-profile-map-link:hover,
.pore2-profile-map-link:focus-visible {
    color: #4e376f;
    text-decoration: underline;
    outline: none;
}

.pore2-profile-history-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pore2-profile-history-list li {
    position: relative;
    display: grid;
    grid-template-columns: 106px minmax(0, 1fr);
    gap: 28px;
    padding: 0 0 27px;
}

.pore2-profile-history-list li:not(:last-child)::before {
    position: absolute;
    top: 23px;
    bottom: -4px;
    left: 4px;
    width: 1px;
    background: rgba(107, 76, 154, 0.18);
    content: "";
}

.pore2-profile-history-list time {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    color: #6b4c9a;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.9;
}

.pore2-profile-history-list time::before {
    position: absolute;
    top: 0.59em;
    left: 0;
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #8c6bad;
    box-shadow: 0 0 0 1px rgba(107, 76, 154, 0.36);
    content: "";
}

.pore2-profile-history-list p {
    margin: 0;
    color: #635a66;
    font-size: 13px;
    line-height: 2;
}

.pore2-profile-contact {
    padding: clamp(72px, 10vw, 112px) 0;
    background: linear-gradient(138deg, #5f418b 0%, #7b5ca4 100%);
    color: #fff;
}

.pore2-profile-contact-inner {
    text-align: center;
}

.pore2-profile-contact .pore2-profile-eyebrow,
.pore2-profile-contact small {
    color: rgba(255, 255, 255, 0.72);
}

.pore2-profile-contact h2 {
    margin: 12px 0 0;
    font-size: clamp(27px, 3.6vw, 40px);
    line-height: 1.5;
}

.pore2-profile-contact p:not(.pore2-profile-eyebrow) {
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 2;
}

.pore2-profile-contact-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.pore2-profile-phone-button {
    min-width: 198px;
    padding: 10px 22px;
    border: 1px solid rgba(107, 76, 154, 0.24);
    background: rgba(255, 255, 255, 0.9);
    color: #5c407f;
    box-shadow: 0 10px 20px rgba(43, 23, 70, 0.12);
    font-family: "Shippori Mincho", serif;
    font-size: 17px;
    letter-spacing: 0.06em;
}

.pore2-profile-contact-button {
    min-width: 198px;
    padding: 10px 21px;
    background: #fff;
    color: #5c407f;
    box-shadow: 0 10px 20px rgba(43, 23, 70, 0.12);
    font-weight: 500;
    letter-spacing: 0.06em;
}

.pore2-profile-phone-button:hover,
.pore2-profile-phone-button:focus-visible,
.pore2-profile-contact-button:hover,
.pore2-profile-contact-button:focus-visible {
    transform: translateY(-2px);
    background: #fff;
    box-shadow: 0 14px 26px rgba(43, 23, 70, 0.2);
    outline: none;
}

.pore2-profile-contact small {
    display: block;
    margin-top: 17px;
    font-size: 10px;
}

.pore2-profile-hero--privacy {
    min-height: 366px;
}

.pore2-profile-section--privacy {
    padding-bottom: clamp(88px, 12vw, 142px);
}

.pore2-privacy-shell {
    width: min(840px, calc(100% - 40px));
}

.pore2-privacy-policy {
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid rgba(107, 76, 154, 0.15);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 44px rgba(52, 45, 58, 0.06);
}

.pore2-privacy-policy section + section {
    margin-top: 37px;
    padding-top: 37px;
    border-top: 1px solid rgba(107, 76, 154, 0.12);
}

.pore2-privacy-policy h3 {
    margin: 0;
    color: #43384b;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(19px, 2.4vw, 24px);
    font-weight: 500;
    line-height: 1.6;
}

.pore2-privacy-policy h3 span {
    margin-right: 9px;
    color: #8762ad;
    font-size: 0.8em;
}

.pore2-privacy-policy p,
.pore2-privacy-policy li {
    color: #635a66;
    font-size: 13px;
    line-height: 2.05;
}

.pore2-privacy-policy section > p {
    margin: 14px 0 0;
}

.pore2-privacy-policy ol {
    margin: 12px 0 0;
    padding-left: 1.55em;
}

.pore2-privacy-policy li + li {
    margin-top: 5px;
}

.pore2-privacy-policy-note {
    margin: 42px 0 0;
    padding: 16px 18px;
    border-left: 3px solid #8c6bad;
    background: #f8f4fb;
}

.pore2-privacy-contact {
    margin-top: 28px;
    padding: clamp(27px, 4vw, 40px);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(52, 45, 58, 0.05);
    text-align: center;
}

.pore2-privacy-contact h2 {
    margin: 10px 0 0;
    font-size: clamp(22px, 3vw, 29px);
    line-height: 1.55;
}

.pore2-privacy-contact > p:not(.pore2-profile-eyebrow) {
    margin: 12px 0 0;
    color: #716975;
    font-size: 12px;
    line-height: 1.9;
}

.pore2-privacy-contact > div {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 23px;
}

.pore2-profile-page .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 760px) {
    .pore2-profile-shell,
    .pore2-privacy-shell {
        width: min(100% - 28px, 560px);
    }

    .pore2-profile-hero {
        min-height: 0;
        padding: 118px 0 65px;
    }

    .pore2-profile-hero-decor {
        top: -15px;
        right: -122px;
        width: 330px;
    }

    .pore2-profile-breadcrumb {
        margin-bottom: 19px;
    }

    .pore2-profile-hero h1 {
        font-size: clamp(32px, 9vw, 43px);
    }

    .pore2-profile-hero-copy,
    .pore2-profile-prose {
        font-size: 13px;
    }

    .pore2-profile-hero-copy {
        max-width: 610px;
    }

    .pore2-profile-philosophy-layout,
    .pore2-profile-history-layout,
    .pore2-profile-access-grid {
        grid-template-columns: 1fr;
    }

    .pore2-profile-philosophy-layout,
    .pore2-profile-history-layout {
        gap: 29px;
    }

    .pore2-company-data > div {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 17px 2px;
    }

    .pore2-profile-access-card {
        min-height: 0;
    }

    .pore2-profile-history-list li {
        grid-template-columns: 1fr;
        gap: 8px;
        padding-left: 20px;
    }

    .pore2-profile-history-list li:not(:last-child)::before {
        top: 22px;
        bottom: -4px;
        left: 4px;
    }

    .pore2-profile-history-list time {
        padding-left: 0;
    }

    .pore2-profile-history-list time::before {
        left: -20px;
    }

    .pore2-profile-contact-actions,
    .pore2-privacy-contact > div {
        flex-direction: column;
        align-items: stretch;
    }

    .pore2-profile-phone-button,
    .pore2-profile-contact-button {
        width: 100%;
    }

    .pore2-privacy-policy {
        padding: 25px 21px;
    }

    .pore2-privacy-policy section + section {
        margin-top: 29px;
        padding-top: 29px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pore2-profile-page *,
    .pore2-profile-page *::before,
    .pore2-profile-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
        animation-duration: 1ms !important;
    }
}
