html {
    scroll-behavior: smooth;
}

::selection {
    background: rgba(107, 76, 154, 0.28);
    color: #342d3a;
}

::-moz-selection {
    background: rgba(107, 76, 154, 0.28);
    color: #342d3a;
}

body.pore2-main-page {
    position: relative;
    overflow-x: hidden;
    background-color: #fcfbfb;
    color: #4a444d;
    letter-spacing: 0.05em;
}

.pore2-main-page .font-sans { font-family: "Noto Sans JP", sans-serif; }
.pore2-main-page .font-serif { font-family: "Shippori Mincho", serif; }
.pore2-main-page .bg-sumire { background-color: #6b4c9a; }
.pore2-main-page .text-sumire { color: #6b4c9a; }
.pore2-main-page .text-text { color: #4a444d; }
.pore2-main-page .bg-sumire\/5 { background-color: rgba(107, 76, 154, 0.05); }
.pore2-main-page .to-sumire\/5 { --tw-gradient-to: rgba(107, 76, 154, 0.05) var(--tw-gradient-to-position); }
.pore2-main-page .border-sumire\/10 { border-color: rgba(107, 76, 154, 0.1); }
.pore2-main-page .border-sumire\/30 { border-color: rgba(107, 76, 154, 0.3); }
.pore2-main-page .bg-kaigo\/30 { background-color: rgba(238, 242, 239, 0.3); }
.pore2-main-page .bg-kaji\/30 { background-color: rgba(238, 241, 244, 0.3); }
.pore2-main-page .bg-ikuji\/30 { background-color: rgba(246, 239, 241, 0.3); }

.blob {
    position: absolute;
    z-index: -1;
    filter: blur(25px);
    opacity: 0.4;
    animation: pore2-morph 12s ease-in-out infinite alternate;
}

.blob--delay {
    animation-delay: -3s;
}

@keyframes pore2-morph {
    0% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
    100% { border-radius: 60% 40% 30% 70% / 60% 50% 40% 50%; }
}

.floating-violet {
    position: absolute;
    pointer-events: none;
    filter: blur(1px);
    animation: pore2-float-up var(--duration) ease-in-out forwards;
}

@keyframes pore2-float-up {
    0% { opacity: 0; transform: translateY(30px) scale(0.8) rotate(var(--start-rotation)); }
    30%, 70% { opacity: var(--max-opacity); }
    100% { opacity: 0; transform: translateY(var(--end-y)) scale(1.1) rotate(var(--end-rotation)); }
}

.img-blob {
    overflow: hidden;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 0 10px 30px rgba(107, 76, 154, 0.08);
    transition: border-radius 0.5s ease;
}

.img-blob:hover { border-radius: 50%; }

.btn-elegant {
    border: 1px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.btn-elegant:hover {
    transform: translateY(-2px);
    border-color: #6b4c9a;
    box-shadow: 0 8px 25px rgba(107, 76, 154, 0.15);
}

.btn-outline-elegant {
    border: 1px solid #c8b586;
    color: #c8b586;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-outline-elegant:hover {
    background-color: #c8b586;
    color: #fff;
}

.title-accent {
    position: relative;
    display: inline-block;
}

.title-accent::after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 40px;
    height: 1px;
    background-color: #c8b586;
    content: "";
    transform: translateX(-50%);
}

.pore2-hero {
    min-height: 100svh;
    display: flex;
    align-items: center;
    isolation: isolate;
    background: #fcfbfb;
}

.pore2-hero .hero-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background: #fcfbfb url("../img/pore2-hero01.webp") center / cover no-repeat;
}

.pore2-hero .hero-visual::before,
.pore2-hero .hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.pore2-hero .hero-visual::before {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(252, 251, 251, 0.46) 0%, rgba(252, 251, 251, 0.2) 44%, rgba(252, 251, 251, 0.72) 100%),
        linear-gradient(90deg, rgba(252, 251, 251, 0.68) 0%, rgba(252, 251, 251, 0.34) 45%, rgba(238, 231, 247, 0.28) 100%);
}

.pore2-hero .hero-visual::after {
    z-index: 2;
    background:
        radial-gradient(circle at 20% 18%, rgba(107, 76, 154, 0.12), transparent 30%),
        radial-gradient(circle at 84% 74%, rgba(200, 181, 134, 0.18), transparent 34%);
    mix-blend-mode: multiply;
}

.pore2-hero .hero-bg-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(1.02) contrast(1.02) brightness(0.98);
    opacity: 1;
    transition: opacity 0.42s ease;
}

.pore2-hero .hero-visual.is-static .hero-bg-video {
    opacity: 0;
}

.pore2-hero > .blob {
    z-index: 1;
}

.hero-sumire-heart {
    position: absolute;
    z-index: 3;
    right: clamp(18px, 10vw, 150px);
    top: clamp(184px, 30svh, 258px);
    width: clamp(132px, 23vw, 320px);
    height: auto;
    pointer-events: none;
    opacity: 0.9;
    filter:
        drop-shadow(0 20px 36px rgba(107, 76, 154, 0.18))
        drop-shadow(0 0 18px rgba(252, 251, 251, 0.66));
}

.pore2-hero > .max-w-4xl {
    z-index: 5;
}

.pore2-hero .pore2-hero-mark {
    width: min(300px, 64vw);
    max-height: 92px;
    display: block;
    object-fit: contain;
    opacity: 0.92;
    filter: drop-shadow(0 10px 20px rgba(252, 251, 251, 0.72));
}

.pore2-hero-title {
    max-width: min(980px, 100%);
    margin-inline: auto;
    display: grid;
    gap: 0.12em;
    line-height: 1.42;
    letter-spacing: 0.06em;
    text-shadow: 0 2px 18px rgba(252, 251, 251, 0.9);
}

.pore2-title-line {
    display: block;
}

.pore2-title-line:nth-child(3) {
    margin-top: 0.16em;
}

.pore2-title-partner {
    color: #c8b586;
}

.pore2-title-emphasis {
    display: inline-block;
    margin-right: 0.18em;
    letter-spacing: 0.1em;
}

.pore2-contact-label {
    display: inline-grid;
    place-items: center;
    min-width: 28px;
    min-height: 18px;
    padding: 0 4px;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 9px;
    letter-spacing: 0.08em;
}

.pore2-contact-label--large {
    min-width: 36px;
    min-height: 22px;
    color: #c8b586;
    font-size: 10px;
}

.pore2-web-contact-button {
    flex-wrap: nowrap;
    flex-shrink: 0;
    white-space: nowrap;
}

.hero-support-menu {
    width: min(720px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(10px, 1.6vw, 16px);
    position: relative;
    z-index: 6;
}

.hero-support-item {
    min-width: 0;
}

.hero-support-button {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 999px;
    background: linear-gradient(120deg, #5d3f85, #7657a1);
    color: #fff;
    text-align: left;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(88, 61, 125, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: border-color 0.36s ease, box-shadow 0.36s ease, transform 0.36s ease;
}

.hero-support-button::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: var(--service-accent, #6b4c9a);
    content: "";
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.62s cubic-bezier(0.22, 0.8, 0.2, 1);
}

.hero-support-button::after {
    position: absolute;
    right: 18px;
    bottom: 8px;
    left: 18px;
    z-index: 1;
    height: 1px;
    background: var(--service-accent, #c8b586);
    content: "";
    opacity: 0.82;
    transform: scaleX(0.2);
    transform-origin: left center;
    transition: opacity 0.42s ease, transform 0.62s cubic-bezier(0.22, 0.8, 0.2, 1);
}

.hero-support-button--care {
    --service-accent: var(--service-care);
    --service-accent-soft: var(--service-care-soft);
    --service-accent-line: var(--service-care-line);
}

.hero-support-button--housekeeping {
    --service-accent: var(--service-housekeeping);
    --service-accent-soft: var(--service-housekeeping-soft);
    --service-accent-line: var(--service-housekeeping-line);
}

.hero-support-button--childcare {
    --service-accent: var(--service-childcare);
    --service-accent-soft: var(--service-childcare-soft);
    --service-accent-line: var(--service-childcare-line);
}

.hero-support-button--care,
.hero-support-button--housekeeping,
.hero-support-button--childcare {
    border-color: rgba(255, 255, 255, 0.46);
}

.hero-support-label {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(15px, 1.3vw, 18px);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.06em;
}

.hero-support-arrow {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    transition: transform 0.25s ease;
}

.hero-support-button:hover,
.hero-support-button:focus-visible {
    border-color: rgba(255, 255, 255, 0.78);
    box-shadow: 0 20px 42px rgba(88, 61, 125, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    outline: none;
    transform: translateY(-4px);
}

.hero-support-button:hover::before,
.hero-support-button:focus-visible::before {
    transform: scaleX(1);
}

.hero-support-button:hover::after,
.hero-support-button:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
}

.hero-support-button:hover .hero-support-arrow,
.hero-support-button:focus-visible .hero-support-arrow {
    transform: translateX(4px);
}

.pore2-hero-consult-link {
    display: inline-flex;
    align-items: baseline;
    gap: 12px;
    margin-top: 24px;
    color: #665768;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-decoration: none;
}

.pore2-hero-consult-link span {
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(107, 76, 154, 0.65);
    color: #6b4c9a;
    font-weight: 500;
}

.pore2-hero-consult-link:hover span,
.pore2-hero-consult-link:focus-visible span {
    border-color: #c8b586;
    color: #a2864b;
}

.pore2-service-guide {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 9vw, 128px) 0;
    background: linear-gradient(135deg, rgba(246, 241, 250, 0.96), rgba(255, 255, 255, 0.98));
}

.pore2-service-guide::before {
    position: absolute;
    top: -120px;
    right: -100px;
    width: min(42vw, 560px);
    aspect-ratio: 1;
    border: 1px solid rgba(200, 181, 134, 0.28);
    border-radius: 50%;
    content: "";
}

.pore2-service-guide-inner {
    position: relative;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.pore2-service-guide-head {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr);
    column-gap: clamp(40px, 8vw, 116px);
    row-gap: 18px;
    align-items: end;
    margin-bottom: clamp(30px, 4vw, 52px);
}

.pore2-service-guide-head > p {
    grid-column: 1 / -1;
    margin: 0;
    color: #6b4c9a;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.pore2-service-guide-head h2 {
    margin: 0;
    color: #342d3a;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.06em;
}

.pore2-service-guide-head div {
    display: grid;
    gap: 10px;
    padding-bottom: 4px;
}

.pore2-service-guide-head div p {
    margin: 0;
    color: #6f6872;
    font-size: 13px;
    line-height: 2;
}

.service-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 24px);
}

.service-guide-card-photo {
    position: absolute;
    right: -14px;
    bottom: -14px;
    z-index: 0;
    width: min(76%, 330px);
    height: 80%;
    border: 1px solid var(--service-accent-line);
    border-radius: 68% 0 0 0;
    overflow: hidden;
    pointer-events: none;
    box-shadow: -18px -14px 36px rgba(255, 255, 255, 0.68);
    transition: transform 0.45s ease, filter 0.45s ease;
}

.service-guide-card-photo::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--service-accent-soft), rgba(255, 255, 255, 0.92) 34%, rgba(255, 255, 255, 0.46) 66%, transparent);
    content: "";
}

.service-guide-card-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.82) brightness(1.15) contrast(0.96);
    transform: scale(1.02);
    transition: transform 0.55s ease, filter 0.45s ease;
}

.service-guide-card--care .service-guide-card-photo img {
    object-position: 54% center;
}

.service-guide-card--housekeeping .service-guide-card-photo img {
    object-position: 44% center;
}

.service-guide-card--childcare .service-guide-card-photo img {
    object-position: 8% 22%;
}

.service-guide-number {
    color: rgba(107, 76, 154, 0.66);
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.service-guide-card > p {
    margin: 20px 0 10px;
    color: var(--service-accent, #6b4c9a);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.service-guide-card h3 {
    margin: 0;
    color: #342d3a;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(18px, 1.8vw, 23px);
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.04em;
}

.service-guide-number,
.service-guide-card > p,
.service-guide-card h3 {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.96), 0 0 10px rgba(255, 255, 255, 0.92), 0 0 22px rgba(255, 255, 255, 0.82);
}

.service-guide-card-action {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: auto;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--service-accent, #6b4c9a);
    color: #fff;
    box-shadow: 0 8px 18px var(--service-accent-line, rgba(107, 76, 154, 0.2));
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    transition: background-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.service-guide-card-action b {
    font-size: 17px;
    font-weight: 400;
    transition: transform 0.28s ease;
}

.service-guide-card:hover .service-guide-card-photo,
.service-guide-card:focus-visible .service-guide-card-photo {
    transform: scale(1.06);
}

.service-guide-card:hover .service-guide-card-photo img,
.service-guide-card:focus-visible .service-guide-card-photo img {
    filter: saturate(0.92) brightness(1.19) contrast(0.96);
    transform: scale(1.1);
}

.service-guide-card:hover .service-guide-card-action b,
.service-guide-card:focus-visible .service-guide-card-action b {
    transform: translateX(4px);
}

.service-guide-card:hover .service-guide-card-action,
.service-guide-card:focus-visible .service-guide-card-action {
    box-shadow: 0 12px 24px var(--service-accent-line, rgba(107, 76, 154, 0.24));
    transform: translateY(-2px);
}

.pore2-service-guide-contact {
    width: fit-content;
    display: flex;
    gap: 14px;
    align-items: center;
    margin: clamp(26px, 3vw, 40px) auto 0;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(107, 76, 154, 0.48);
    color: #5c4b68;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: color 0.22s ease, border-color 0.22s ease;
}

.pore2-service-guide-contact span {
    color: #6b4c9a;
    font-size: 18px;
    transition: transform 0.22s ease;
}

.pore2-service-guide-contact:hover,
.pore2-service-guide-contact:focus-visible {
    border-color: #c8b586;
    color: #a2864b;
    outline: none;
}

.pore2-service-guide-contact:hover span,
.pore2-service-guide-contact:focus-visible span {
    transform: translateX(4px);
}

/* TOPの主サービス紹介: 写真を主役にした、ゆとりのある2カラム */
.pore2-main-service-section {
    padding: clamp(104px, 10vw, 154px) 0;
}

.pore2-main-service {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(400px, 0.84fr);
    gap: clamp(52px, 7.5vw, 124px);
    align-items: center;
    width: min(1320px, calc(100% - 64px));
    margin: 0 auto;
}

.pore2-main-service-visual,
.pore2-main-service-copy {
    min-width: 0;
}

.pore2-main-service-photo {
    height: clamp(430px, 35vw, 530px);
}

.pore2-main-service-photo-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pore2-main-service--reverse .pore2-main-service-visual {
    grid-column: 2;
    grid-row: 1;
}

.pore2-main-service--reverse .pore2-main-service-copy {
    grid-column: 1;
    grid-row: 1;
}

.img-blob-kaji {
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
}

.img-blob-ikuji {
    border-radius: 40% 60% 70% 30% / 60% 40% 60% 40%;
}

#ikuji .img-blob-ikuji > img {
    object-position: center 45%;
}

@media (max-width: 767px) {
    .pore2-main-service-section {
        padding: 82px 0;
    }

    .pore2-main-service {
        grid-template-columns: 1fr;
        gap: 38px;
        width: min(100% - 32px, 620px);
    }

    .pore2-main-service-photo {
        height: min(112vw, 500px);
    }

    .pore2-main-service--reverse .pore2-main-service-visual,
    .pore2-main-service--reverse .pore2-main-service-copy {
        grid-column: auto;
        grid-row: auto;
    }
}

#kaigo {
    --service-accent: var(--service-care);
    --service-accent-soft: var(--service-care-soft);
    --service-accent-line: var(--service-care-line);
    --service-photo-tint: rgba(88, 125, 104, 0.08);
    background: linear-gradient(135deg, #f8fbf8, #eaf2ec) !important;
}

#kaji {
    --service-accent: var(--service-housekeeping);
    --service-accent-soft: var(--service-housekeeping-soft);
    --service-accent-line: var(--service-housekeeping-line);
    --service-photo-tint: rgba(102, 129, 155, 0.08);
    background: linear-gradient(135deg, #f9fbfc, #ebf1f6) !important;
}

#ikuji {
    --service-accent: var(--service-childcare);
    --service-accent-soft: var(--service-childcare-soft);
    --service-accent-line: var(--service-childcare-line);
    --service-photo-tint: rgba(177, 118, 131, 0.08);
    background: linear-gradient(135deg, #fffafb, #faeef1) !important;
}

#kaigo [class*="text-sumire"],
#kaji [class*="text-sumire"],
#ikuji [class*="text-sumire"] {
    color: var(--service-accent) !important;
}

#kaigo [class*="border-sumire"],
#kaji [class*="border-sumire"],
#ikuji [class*="border-sumire"] {
    border-color: var(--service-accent-line) !important;
}

#kaigo .img-blob,
#kaji .img-blob,
#ikuji .img-blob {
    box-shadow: 0 16px 34px var(--service-accent-line);
}

#kaigo .img-blob [class*="bg-sumire"],
#kaji .img-blob [class*="bg-sumire"],
#ikuji .img-blob [class*="bg-sumire"] {
    background-color: var(--service-photo-tint) !important;
    mix-blend-mode: normal !important;
}

#kaigo .btn-outline-elegant,
#kaji .btn-outline-elegant,
#ikuji .btn-outline-elegant {
    border-color: var(--service-accent);
    color: var(--service-accent);
}

#kaigo .btn-outline-elegant:hover,
#kaigo .btn-outline-elegant:focus-visible,
#kaji .btn-outline-elegant:hover,
#kaji .btn-outline-elegant:focus-visible,
#ikuji .btn-outline-elegant:hover,
#ikuji .btn-outline-elegant:focus-visible {
    background-color: var(--service-accent);
    color: #fff;
}

.pore2-area-section {
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 239, 241, 0.42));
}

.pore2-area-section::before {
    content: "";
    position: absolute;
    right: -34px;
    bottom: 22px;
    width: min(210px, 34vw);
    aspect-ratio: 1;
    background: url("../img/sumire-decor-bud.webp") center / contain no-repeat;
    opacity: 0.12;
    filter: saturate(0.62) blur(0.5px);
    pointer-events: none;
}

.pore2-area-copy {
    position: relative;
    z-index: 2;
}

.pore2-area-section-title {
    margin: -8px 0 12px;
    color: #6b4c9a;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(17px, 1.7vw, 22px);
    font-weight: 500;
    letter-spacing: 0.09em;
    line-height: 1.55;
}

.pore2-area-lead {
    margin: 0 0 24px;
    color: #4a444d;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.45;
}

.pore2-area-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pore2-area-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 14px;
    border: 1px solid rgba(107, 76, 154, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #5f5762;
    font-size: 13px;
    line-height: 1;
    box-shadow: 0 8px 22px rgba(107, 76, 154, 0.04);
}

.pore2-area-visual {
    position: relative;
    min-height: clamp(420px, 46vw, 590px);
    display: grid;
    grid-template-rows: auto auto;
    place-items: center;
    gap: 18px;
}

.pore2-area-map-frame {
    position: relative;
    width: min(560px, 94%);
    isolation: isolate;
}

.pore2-area-map-frame::before {
    position: absolute;
    z-index: 0;
    inset: 10% 4% 5%;
    border-radius: 50%;
    background:
        radial-gradient(ellipse at 34% 46%, rgba(191, 167, 205, 0.22) 0%, rgba(191, 167, 205, 0.1) 38%, transparent 72%),
        radial-gradient(ellipse at 70% 58%, rgba(236, 196, 205, 0.17) 0%, rgba(236, 196, 205, 0.06) 42%, transparent 72%);
    content: "";
    filter: blur(22px);
    opacity: 0.82;
    pointer-events: none;
    transform: translateY(14px) scale(0.96);
}

.pore2-area-map {
    width: 100%;
    height: auto;
    display: block;
    filter: none;
    position: relative;
    z-index: 1;
}

.pore2-map-label {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 7px;
    border: 1px solid rgba(107, 76, 154, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
    color: #625967;
    font-size: clamp(10px, 1.05vw, 13px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.28);
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.95);
    transform: translate(-50%, -50%);
}

.pore2-map-label-takarazuka { left: 54.6%; top: 45%; }
.pore2-map-label-nishinomiya { left: 50.6%; top: 69.6%; }
.pore2-map-label-ashiya { left: 36.8%; top: 69.6%; }
.pore2-map-label-itami { left: 67%; top: 59.8%; }
.pore2-map-label-kawanishi { left: 69.4%; top: 29%; }
.pore2-map-label-ikeda { left: 80.2%; top: 41%; }
.pore2-map-label-toyonaka { left: 88%; top: 65%; }
.pore2-map-label-amagasaki { left: 69.8%; top: 77%; }
.pore2-map-label-nada { left: 17.6%; top: 77.6%; }
.pore2-map-label-higashinada { left: 29.8%; top: 76%; }

.pore2-area-photo-card {
    width: min(460px, 92%);
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 14px 18px 14px 14px;
    border: 1px solid rgba(107, 76, 154, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 40px rgba(74, 68, 77, 0.08);
    backdrop-filter: blur(8px);
}

.pore2-area-photo-card img {
    width: 100%;
    aspect-ratio: 1.32;
    display: block;
    object-fit: cover;
    border-radius: 18px;
}

.pore2-area-photo-card p {
    margin: 0;
    color: #6f6872;
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.03em;
}

.pore2-area-car-card {
    width: min(540px, 94%);
    grid-template-columns: minmax(168px, 0.76fr) minmax(0, 1fr);
    align-items: stretch;
}

.pore2-area-car-card img {
    aspect-ratio: 1.12;
    height: 100%;
    object-position: 38% 54%;
}

.pore2-area-car-card p {
    display: grid;
    align-content: center;
    gap: 8px;
}

.pore2-area-photo-label {
    display: block;
    color: #6b4c9a;
    font-family: "Shippori Mincho", serif;
    font-size: 12px;
    letter-spacing: 0.12em;
}

.pore2-nursery-band {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
    gap: clamp(28px, 5vw, 58px);
    align-items: center;
    padding: clamp(34px, 5vw, 58px);
    border: 1px solid rgba(107, 76, 154, 0.1);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 239, 241, 0.74));
    box-shadow: 0 20px 48px rgba(107, 76, 154, 0.06);
    overflow: hidden;
}

.pore2-nursery-band::before {
    content: "";
    position: absolute;
    right: -46px;
    top: -18px;
    width: min(230px, 30vw);
    aspect-ratio: 1;
    background: url("../img/sumire-decor-flower-leaf.webp") center / contain no-repeat;
    opacity: 0.18;
    filter: saturate(0.72) blur(0.3px);
    pointer-events: none;
}

.pore2-nursery-band > * {
    position: relative;
    z-index: 1;
}

.pore2-nursery-visual {
    position: relative;
    min-height: 226px;
    display: grid;
    align-items: end;
}

.pore2-nursery-character {
    width: min(430px, 100%);
    display: block;
    justify-self: center;
    border-radius: 22px;
    mix-blend-mode: multiply;
    opacity: 0.94;
    filter: drop-shadow(0 18px 34px rgba(107, 76, 154, 0.12));
}

.pore2-nursery-action {
    position: absolute;
    right: 0;
    bottom: 6px;
    text-align: center;
    padding: 26px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 16px 36px rgba(107, 76, 154, 0.09);
    backdrop-filter: blur(8px);
}

.pore2-voices-section {
    overflow: hidden;
    background: linear-gradient(180deg, #fff, rgba(252, 251, 251, 0.74));
}

.pore2-voices-section::before {
    content: "";
    position: absolute;
    right: -160px;
    top: -120px;
    width: min(420px, 45vw);
    aspect-ratio: 1;
    background: url("../img/sumire-decor-bouquet.webp") center / contain no-repeat;
    opacity: 0.13;
    filter: saturate(0.68) blur(0.6px);
    pointer-events: none;
}

.pore2-voice-marquee {
    overflow: hidden;
    padding-block: 8px 22px;
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.pore2-voice-track {
    display: flex;
    width: max-content;
    gap: 18px;
    animation: pore2-voice-flow 44s linear infinite;
}

.pore2-voice-marquee:hover .pore2-voice-track {
    animation-play-state: paused;
}

.pore2-voice-card {
    width: clamp(260px, 24vw, 330px);
    min-height: 194px;
    padding: 26px 24px;
    border: 1px solid rgba(107, 76, 154, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 42px rgba(74, 68, 77, 0.08);
}

.pore2-voice-card span {
    display: block;
    margin-bottom: 16px;
    color: #6b4c9a;
    font-size: 12px;
    letter-spacing: 0.08em;
}

.pore2-voice-card p {
    margin: 0;
    color: #655e68;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.03em;
}

@keyframes pore2-voice-flow {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 9px));
    }
}

.pore2-about-section {
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 251, 251, 0.94)),
        #fff;
}

.pore2-about-section::before,
.pore2-about-section::after {
    position: absolute;
    z-index: 0;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    mix-blend-mode: multiply;
    pointer-events: none;
}

.pore2-about-section::before {
    top: 18px;
    right: max(-58px, calc((100vw - 1280px) / 2 - 28px));
    width: clamp(190px, 22vw, 318px);
    aspect-ratio: 1;
    background-image: url("../img/sumire-reasons-bouquet.webp");
    opacity: 0.13;
    filter: saturate(0.68) blur(0.2px);
    transform: rotate(5deg);
}

.pore2-about-section::after {
    bottom: -112px;
    left: max(-98px, calc((100vw - 1180px) / 2 - 44px));
    width: clamp(230px, 28vw, 430px);
    aspect-ratio: 637 / 650;
    background-image: url("../img/sumire-reasons-flower.webp");
    opacity: 0.085;
    filter: saturate(0.62) blur(0.4px);
    transform: rotate(-12deg);
}

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

.pore2-about-heading {
    margin-bottom: clamp(38px, 5vw, 62px);
}

.pore2-about-heading > span,
.pore2-use-flow-intro > span {
    display: block;
    margin-bottom: 14px;
    color: #6b4c9a;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.17em;
}

.pore2-about-heading h2 {
    margin: 0;
    color: #342d3a;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.45;
}

.pore2-about-story {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(18px, 3vw, 32px);
    align-items: stretch;
}

.pore2-about-origin,
.pore2-about-support {
    position: relative;
    padding: clamp(28px, 4vw, 52px);
    border: 1px solid rgba(107, 76, 154, 0.12);
    border-radius: 24px;
    box-shadow: 0 20px 48px rgba(74, 68, 77, 0.06);
    overflow: hidden;
}

.pore2-about-origin {
    background: linear-gradient(150deg, rgba(246, 239, 241, 0.82), rgba(255, 255, 255, 0.96));
}

.pore2-about-origin::after {
    position: absolute;
    right: -42px;
    bottom: -60px;
    width: min(220px, 48%);
    aspect-ratio: 1;
    background: url("../img/sumire-decor-bouquet.webp") center / contain no-repeat;
    content: "";
    opacity: 0.13;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.pore2-about-origin > *,
.pore2-about-support > * {
    position: relative;
    z-index: 1;
}

.pore2-about-origin-label,
.pore2-about-support-label {
    margin: 0 0 18px;
    color: #6b4c9a;
    font-family: "Shippori Mincho", serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.13em;
}

.pore2-about-proverb {
    margin: 0;
    color: #342d3a;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(23px, 2.5vw, 31px);
    font-style: italic;
    letter-spacing: 0.03em;
    line-height: 1.3;
}

.pore2-about-reading {
    margin: 8px 0 26px;
    color: #82798a;
    font-size: 11px;
    letter-spacing: 0.13em;
}

.pore2-about-quote {
    margin: 0 0 18px;
    color: #6b4c9a;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(18px, 2vw, 23px);
    letter-spacing: 0.06em;
    line-height: 1.65;
}

.pore2-about-origin > p:last-child,
.pore2-about-support > p:not(.pore2-about-support-label) {
    margin: 0;
    color: #6f6872;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 2;
}

.pore2-about-support {
    display: grid;
    align-content: center;
    gap: 18px;
    background: rgba(255, 255, 255, 0.88);
}

.pore2-about-support h3 {
    margin: 0;
    color: #342d3a;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(24px, 2.8vw, 34px);
    font-weight: 500;
    letter-spacing: 0.055em;
    line-height: 1.55;
}

.pore2-about-support > p:not(.pore2-about-support-label) + p {
    margin-top: -4px;
}

.pore2-about-history {
    display: grid;
    grid-template-columns: minmax(138px, 0.45fr) minmax(280px, 1.25fr) minmax(230px, 0.95fr);
    gap: clamp(18px, 3vw, 36px);
    align-items: center;
    margin-top: clamp(18px, 3vw, 32px);
    padding: clamp(24px, 3.6vw, 42px);
    border: 1px solid rgba(200, 181, 134, 0.32);
    border-radius: 24px;
    background: linear-gradient(110deg, rgba(255, 253, 247, 0.96), rgba(255, 255, 255, 0.84));
    box-shadow: 0 18px 42px rgba(107, 76, 154, 0.05);
}

.pore2-about-history-number {
    margin: 0;
    color: #c8b586;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(62px, 8vw, 100px);
    font-style: italic;
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 0.86;
    text-align: center;
    white-space: nowrap;
}

.pore2-about-history-number span {
    margin-left: 5px;
    font-size: 0.32em;
    font-style: normal;
    letter-spacing: 0.08em;
}

.pore2-about-history > div > p {
    margin: 0 0 8px;
    color: #9b8757;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.15em;
}

.pore2-about-history h3 {
    margin: 0;
    color: #342d3a;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(20px, 2.2vw, 27px);
    font-weight: 500;
    letter-spacing: 0.055em;
    line-height: 1.6;
}

.pore2-about-history-title-line {
    white-space: nowrap;
}

.pore2-about-history-copy {
    margin: 0;
    padding-left: clamp(18px, 3vw, 36px);
    border-left: 1px solid rgba(200, 181, 134, 0.4);
    color: #6f6872;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 2;
}

.pore2-about-values {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: clamp(28px, 4vw, 44px);
}

.pore2-about-values article {
    min-height: 224px;
    padding: 26px 22px;
    border: 1px solid rgba(107, 76, 154, 0.09);
    border-radius: 18px;
    background: rgba(252, 251, 251, 0.84);
}

.pore2-about-values span {
    display: block;
    margin-bottom: 18px;
    color: #c8b586;
    font-family: "Shippori Mincho", serif;
    font-size: 25px;
    font-style: italic;
    line-height: 1;
}

.pore2-about-values h3 {
    margin: 0 0 13px;
    color: #342d3a;
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.6;
}

.pore2-about-values p,
.pore2-info-card span {
    color: #8c8490;
    font-size: 12px;
    line-height: 1.8;
}

.pore2-about-values p {
    margin: 0;
}

.pore2-system-section {
    background: linear-gradient(180deg, rgba(247, 246, 248, 0.78), rgba(255, 255, 255, 0.9));
}

.pore2-use-flow-intro {
    max-width: 700px;
    margin: clamp(52px, 7vw, 78px) auto clamp(28px, 4vw, 42px);
    text-align: center;
}

.pore2-use-flow-intro h3 {
    margin: 0 0 16px;
    color: #342d3a;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.45;
}

.pore2-use-flow-intro p {
    margin: 0;
    color: #6f6872;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 2;
}

.pore2-use-flow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(8px, 1.5vw, 18px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.pore2-use-flow-step {
    position: relative;
    min-height: 244px;
    padding: 25px 18px 22px;
    border: 1px solid rgba(107, 76, 154, 0.11);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 30px rgba(74, 68, 77, 0.05);
}

.pore2-use-flow-step:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -20px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #6b4c9a;
    color: #fff;
    content: "→";
    font-size: 14px;
    line-height: 1;
    transform: translateY(-50%);
}

.pore2-use-flow-number {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: rgba(107, 76, 154, 0.1);
    color: #6b4c9a;
    font-family: "Shippori Mincho", serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1;
}

.pore2-use-flow-step h4 {
    margin: 0 0 12px;
    color: #342d3a;
    font-family: "Shippori Mincho", serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.55;
}

.pore2-use-flow-step p,
.pore2-use-flow-note {
    margin: 0;
    color: #6f6872;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.9;
}

.pore2-use-flow-note {
    margin-top: 18px;
    padding: 13px 16px;
    border-left: 2px solid rgba(107, 76, 154, 0.34);
    background: rgba(255, 255, 255, 0.58);
    font-size: 11px;
}

/* 料金表のサービス見出し: サイト共通のサービスカラー */
.pore2-price-category {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 38px;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--price-category-line);
}

.pore2-price-category--care {
    --price-category-color: var(--service-care);
    --price-category-soft: var(--service-care-soft);
    --price-category-line: var(--service-care-line);
}

.pore2-price-category--housekeeping {
    --price-category-color: var(--service-housekeeping);
    --price-category-soft: var(--service-housekeeping-soft);
    --price-category-line: var(--service-housekeeping-line);
}

.pore2-price-category--childcare {
    --price-category-color: var(--service-childcare);
    --price-category-soft: var(--service-childcare-soft);
    --price-category-line: var(--service-childcare-line);
}

.pore2-price-category-marker {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--price-category-color);
    box-shadow: 0 0 0 4px var(--price-category-soft);
}

.pore2-price-category h3 {
    margin: 0;
    color: var(--price-category-color);
    font-family: "Shippori Mincho", serif;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.45;
}

.pore2-news-section {
    isolation: isolate;
    overflow: hidden;
}

.pore2-news-section::before {
    position: absolute;
    top: clamp(-88px, -6vw, -42px);
    left: clamp(-172px, -12vw, -72px);
    z-index: 0;
    width: clamp(540px, 62vw, 960px);
    aspect-ratio: 4 / 3;
    content: "";
    background: url("../img/sumire-information-illustration.webp") top left / contain no-repeat;
    opacity: 0.085;
    pointer-events: none;
}

.pore2-news-section > .max-w-5xl {
    position: relative;
    z-index: 1;
}

.pore2-info-card {
    min-height: 154px;
    padding: 24px 20px;
    border-radius: 18px;
    background: #fcfbfb;
    border: 1px solid rgba(107, 76, 154, 0.08);
    display: grid;
    align-content: end;
    gap: 12px;
    color: inherit;
    text-decoration: none;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.pore2-info-card strong {
    color: #342d3a;
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
}

.pore2-info-card p {
    margin: 0;
    color: #6f6872;
    font-size: 12px;
    line-height: 1.75;
}

.pore2-info-card:hover,
.pore2-info-card:focus-visible {
    box-shadow: 0 24px 48px rgba(74, 68, 77, 0.12);
    outline: none;
    transform: translateY(-4px);
}

.pore2-info-card--recruitment {
    border-color: rgba(177, 118, 131, 0.2);
    background: linear-gradient(145deg, #fff, #fdf0f2);
}

.pore2-news-all-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    color: #6b4c9a;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
}

.pore2-news-all-link span,
.pore2-news-home-item b {
    transition: transform 0.2s ease;
}

.pore2-news-all-link:hover span,
.pore2-news-all-link:focus-visible span,
.pore2-news-home-item:hover b,
.pore2-news-home-item:focus-visible b {
    transform: translateX(4px);
}

.pore2-news-home-list {
    display: grid;
    gap: 12px;
}

.pore2-news-home-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 18px;
    align-items: center;
    padding: 22px 24px;
    border: 1px solid rgba(107, 76, 154, 0.15);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 26px rgba(91, 70, 120, 0.06);
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pore2-news-home-item > span {
    grid-column: 1;
    color: #8c8490;
    font-size: 0.76rem;
    letter-spacing: 0.07em;
}

.pore2-news-home-item time {
    margin-left: 10px;
    color: #6b4c9a;
}

.pore2-news-home-item h3 {
    grid-column: 1;
    margin: 0;
    color: #342d3a;
    font-family: "Shippori Mincho", serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7;
}

.pore2-news-home-item b {
    grid-column: 2;
    grid-row: 1 / span 2;
    color: #6b4c9a;
}

.pore2-news-home-item:hover,
.pore2-news-home-item:focus-visible {
    border-color: rgba(107, 76, 154, 0.34);
    box-shadow: 0 18px 38px rgba(91, 70, 120, 0.12);
    outline: none;
    transform: translateY(-2px);
}

.pore2-news-home-empty {
    margin: 0;
    padding: 28px;
    border: 1px solid rgba(107, 76, 154, 0.13);
    border-radius: 16px;
    color: #8c8490;
    text-align: center;
}

@media (max-width: 767px) {
    .pore2-news-section::before {
        top: -48px;
        left: -160px;
        width: 620px;
        opacity: 0.065;
    }
}

.pore2-hero p {
    text-shadow: 0 1px 14px rgba(252, 251, 251, 0.88);
}

@media (max-width: 767px) {
    .pore2-hero {
        min-height: 92svh;
    }

    .pore2-hero .pore2-hero-mark {
        width: min(240px, 68vw);
        max-height: 74px;
    }

    .pore2-hero-title {
        gap: 0.18em;
        line-height: 1.48;
        letter-spacing: 0.04em;
    }

    .pore2-hero .hero-visual::before {
        background:
            linear-gradient(180deg, rgba(252, 251, 251, 0.58) 0%, rgba(252, 251, 251, 0.28) 42%, rgba(252, 251, 251, 0.82) 100%),
            linear-gradient(90deg, rgba(252, 251, 251, 0.62) 0%, rgba(238, 231, 247, 0.28) 100%);
    }

    .hero-sumire-heart {
        right: clamp(-8px, 1vw, 8px);
        top: clamp(132px, 18svh, 154px);
        width: clamp(116px, 35vw, 154px);
        opacity: 0.74;
    }

    .hero-support-menu {
        width: min(460px, 100%);
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hero-support-button {
        min-height: 54px;
        padding: 11px 16px;
        border-radius: 999px;
    }

    .pore2-hero-consult-link {
        margin-top: 18px;
        font-size: 12px;
    }

    .pore2-service-guide {
        padding: 72px 0;
    }

    .pore2-service-guide-head {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pore2-service-guide-head h2 {
        font-size: clamp(26px, 7.2vw, 34px);
    }

    .service-guide-grid {
        grid-template-columns: 1fr;
    }

    .service-guide-card-photo {
        width: min(74%, 330px);
        height: 78%;
    }

    .pore2-service-guide-contact {
        justify-content: center;
        font-size: 13px;
        line-height: 1.75;
        text-align: center;
    }

    .pore2-area-section {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(246, 239, 241, 0.42));
    }

    .pore2-area-section::before {
        right: -70px;
        bottom: 18px;
        width: 178px;
        opacity: 0.1;
    }

    .pore2-area-visual {
        min-height: auto;
        gap: 14px;
    }

    .pore2-area-map-frame {
        width: min(360px, 100%);
    }

    .pore2-area-map {
        width: 100%;
    }

    .pore2-map-label {
        padding: 2px 5px;
        font-size: clamp(8px, 2.55vw, 10px);
        letter-spacing: 0;
    }

    .pore2-map-label-takarazuka { left: 54.6%; top: 45%; }
    .pore2-map-label-nishinomiya { left: 50.6%; top: 69.6%; }
    .pore2-map-label-ashiya { left: 36.8%; top: 69.6%; }
    .pore2-map-label-itami { left: 67%; top: 59.8%; }
    .pore2-map-label-kawanishi { left: 69.4%; top: 29%; }
    .pore2-map-label-ikeda { left: 80.2%; top: 41%; }
    .pore2-map-label-toyonaka { left: 88%; top: 65%; }
    .pore2-map-label-amagasaki { left: 69.8%; top: 77%; }
    .pore2-map-label-nada { left: 17.6%; top: 77.6%; }
    .pore2-map-label-higashinada { left: 29.8%; top: 76%; }

    .pore2-area-photo-card {
        width: min(340px, 100%);
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
        border-radius: 18px;
    }

    .pore2-area-photo-card img {
        border-radius: 14px;
    }

    .pore2-area-photo-card p {
        font-size: 12px;
        line-height: 1.65;
    }

    .pore2-area-car-card {
        width: min(340px, 100%);
        grid-template-columns: 118px minmax(0, 1fr);
    }

    .pore2-area-car-card img {
        aspect-ratio: 1;
    }

    .pore2-area-photo-label {
        font-size: 11px;
    }

    .pore2-about-section::before {
        right: -74px;
        top: 18px;
        width: 176px;
        opacity: 0.11;
    }

    .pore2-about-section::after {
        left: -118px;
        bottom: -76px;
        width: 242px;
        opacity: 0.07;
    }

    .pore2-about-story {
        grid-template-columns: 1fr;
    }

    .pore2-about-origin,
    .pore2-about-support {
        padding: 30px 24px;
        border-radius: 20px;
    }

    .pore2-about-history {
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 16px;
        padding: 26px 20px;
        border-radius: 20px;
    }

    .pore2-about-history-number {
        font-size: 64px;
        white-space: normal;
    }

    .pore2-about-history-title-line {
        white-space: normal;
    }

    .pore2-about-history-copy {
        grid-column: 1 / -1;
        padding: 18px 0 0;
        border-top: 1px solid rgba(200, 181, 134, 0.4);
        border-left: 0;
    }

    .pore2-about-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .pore2-about-values article {
        min-height: 0;
        padding: 22px 18px;
        border-radius: 16px;
    }

    .pore2-nursery-band {
        grid-template-columns: 1fr;
        padding: 30px 22px;
        border-radius: 18px;
        background:
            url("../img/sumire-decor-flower-leaf.webp") right -58px top -14px / 170px auto no-repeat,
            linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(246, 239, 241, 0.78));
    }

    .pore2-nursery-visual {
        min-height: 188px;
    }

    .pore2-nursery-action {
        right: auto;
        left: 0;
        bottom: 0;
        padding: 18px 16px;
        text-align: center;
    }

    .pore2-nursery-character {
        width: min(310px, 100%);
        justify-self: end;
        opacity: 0.88;
    }

    .pore2-voice-marquee {
        overflow-x: auto;
        padding: 6px 4px 20px;
        margin-inline: -4px;
        mask-image: none;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .pore2-voice-track {
        animation: none;
        gap: 14px;
        padding-inline: 2px 20px;
    }

    .pore2-voice-dup {
        display: none;
    }

    .pore2-voice-card {
        width: min(78vw, 302px);
        min-height: 210px;
        scroll-snap-align: start;
    }

}

@media (max-width: 960px) {
    .pore2-use-flow {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pore2-use-flow-step {
        min-height: 0;
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 16px;
        align-items: start;
        padding: 22px;
    }

    .pore2-use-flow-number {
        margin: 0;
    }

    .pore2-use-flow-step:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -26px;
        left: 50%;
        content: "↓";
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-sumire-heart {
        transform: none;
    }
}
