.ocf-page {
    --ocf-blue: #00a0e9;
    --ocf-blue-deep: #0095dd;
    --ocf-blue-soft: #e5f5fd;
    --ocf-white: #ffffff;
    --ocf-text: #474b4e;
    --ocf-text-dark: #131313;
    --ocf-text-gray: #dfe1e0;
    --ocf-text-soft: #70777c;
    --ocf-border: #cbcbcb;
    --ocf-border-strong: #70777c;
    --ocf-pink: #e8528e;
    --ocf-pink-light: #f06aa3;
    --ocf-gray: #6B7175;
    position: relative;
    background: #ffffff;
    color: var(--ocf-text);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-feature-settings: "palt" 1;
    line-height: 1.7;
}

.ocf-page,
.ocf-page * {
    box-sizing: border-box;
}

:where(.ocf-page) :where(h1, h2, h3, h4, p, ul, ol, dl, dt, dd, figure) {
    margin: 0;
}

:where(.ocf-page) :where(ul, ol) {
    padding: 0;
    list-style: none;
}

:where(.ocf-page) img {
    display: block;
    max-width: 100%;
    height: auto;
}

:where(.ocf-page) a {
    color: inherit;
    border: 0;
    text-decoration: none;
}

:where(.ocf-page) a:hover {
    opacity: 1;
    /* border: 0; */
}

:where(.ocf-page) a:focus-visible {
    outline: 2px solid var(--ocf-text-dark);
    outline-offset: 2px;
}

br.ocf-sp-break {
    display: none;
}

.ocf-shell {
    width: min(calc(100% - 40px), 1200px);
    margin-inline: auto;
}

.ocf-section-heading {
    padding-left: 8px;
}

.ocf-section-heading h2 {
    font-size: 32px;
    font-weight: 650;
    line-height: 1;
    letter-spacing: 0.05em;
    color: var(--ocf-text);
}

.ocf-section-heading--light h2 {
    color: var(--ocf-white);
}

.ocf-section-copy {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: var(--ocf-text);
}

.ocf-soft-card {
    background: var(--ocf-blue-soft);
    border-radius: 16px;
    padding: 40px 48px;
}

.ocf-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.ocf-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 56px;
    padding: 12px 24px;
    border: 1px solid var(--ocf-blue);
    border-radius: 28px;
    background: var(--ocf-blue);
    color: var(--ocf-white);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    transition: opacity 0.2s ease;
}

.ocf-button:hover {
    opacity: 0.9;
}

.ocf-button__icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.ocf-button__icon img {
    width: 24px;
    height: 24px;
}

.ocf-button span {
    color: var(--ocf-white);
}

.ocf-button--line {
    padding: 0 24px;
    border-color: #06c755;
    border-radius: 38px;
    background: #06c755;
}

.ocf-button--line .ocf-button__icon {
    width: 56px;
    height: 56px;
}

.ocf-button--line .ocf-button__icon img {
    width: 56px;
    height: 56px;
}

.ocf-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 4px 8px;
    border: 1px solid var(--ocf-text);
    border-radius: 4px;
    color: var(--ocf-text);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
}

.ocf-hero {
    --ocf-kv-unit: calc(100vw / 1440);
    position: relative;
    background: var(--ocf-white);
    z-index: 501;
}

.ocf-hero__media {
    position: relative;
    width: 100vw;
    aspect-ratio: 1440 / 810;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: url("../img/open-campus/kv_pc.webp") center center / cover no-repeat;
}

.ocf-hero__brand {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: calc(20 * var(--ocf-kv-unit));
    width: calc(144 * var(--ocf-kv-unit));
    padding: calc(32 * var(--ocf-kv-unit)) 0 calc(40 * var(--ocf-kv-unit));
    background: var(--ocf-white);
}

.ocf-hero__brand-word {
    font-family: "Outfit", sans-serif;
    font-size: calc(58 * var(--ocf-kv-unit));
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #000000;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.ocf-hero__brand-year {
    font-family: "Outfit", sans-serif;
    font-size: calc(12 * var(--ocf-kv-unit));
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #000000;
    transform: rotate(-90deg);
}

.ocf-hero__inner {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: calc(34.5 * var(--ocf-kv-unit)) 0 0 calc(330.5 * var(--ocf-kv-unit));
}

.ocf-hero__content {
}

.ocf-hero__title-box {
    display: inline-flex;
    align-items: center;
    gap: calc(28 * var(--ocf-kv-unit));
    background: var(--ocf-white);
    padding: calc(6.5 * var(--ocf-kv-unit));
    width: calc(1074 * var(--ocf-kv-unit));
}

.ocf-hero__title-main,
.ocf-hero__title-year {
    font-family: "Outfit", sans-serif;
    font-size: calc(91.6 * var(--ocf-kv-unit));
    font-weight: 600;
    line-height: 0.75;
    color: #000000;
    white-space: nowrap;
}

.ocf-hero__schedule {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(36 * var(--ocf-kv-unit));
    margin-top: calc(12 * var(--ocf-kv-unit));
}

.ocf-hero__schedule .date-group {
    display: flex;
    flex-direction: column;
    gap: calc(12 * var(--ocf-kv-unit));
    align-items: flex-start;
}

.ocf-hero__date-row {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(10 * var(--ocf-kv-unit));
    max-width: 100%;
    background: var(--ocf-white);
    padding:
        calc(5 * var(--ocf-kv-unit))
        calc(5 * var(--ocf-kv-unit))
        calc(5 * var(--ocf-kv-unit))
        calc(10 * var(--ocf-kv-unit));
}

.ocf-hero__date-row--mobile {
    display: none;
}

.ocf-hero__year {
    font-family: "Outfit", sans-serif;
    font-size: calc(38.57 * var(--ocf-kv-unit));
    font-weight: 550;
    line-height: 0.75;
    color: #000000;
}

.ocf-hero__date-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(8 * var(--ocf-kv-unit));
}

.ocf-hero__date-item-group {
    display: inline-flex;
    align-items: baseline;
    gap: calc(4 * var(--ocf-kv-unit));
}

.ocf-hero__date-number {
    font-family: "Outfit", sans-serif;
    font-size: calc(38.57 * var(--ocf-kv-unit));
    font-weight: 550;
    line-height: 0.75;
    color: #000000;
}

.ocf-hero__date-weekday {
    font-family: "Outfit", sans-serif;
    font-size: calc(36.16 * var(--ocf-kv-unit));
    font-weight: 550;
    line-height: 0.75;
    color: #000000;
}

.ocf-hero__date-separator {
    font-family: "Outfit", sans-serif;
    font-size: calc(38.57 * var(--ocf-kv-unit));
    font-weight: 200;
    line-height: 0.75;
    color: #000000;
    opacity: 0.45;
}

.ocf-hero__date-item-group.is-past .ocf-hero__date-number,
.ocf-hero__date-item-group.is-past .ocf-hero__date-weekday,
.ocf-hero__date-item-group.is-past + .ocf-hero__date-separator {
    color: var(--ocf-text-gray);
}

.ocf-hero__time-row {
    display: inline-flex;
    align-items: flex-start;
}

.ocf-hero__time-all {
    display: inline-flex;
    padding:
        calc(17.5 * var(--ocf-kv-unit))
        calc(4 * var(--ocf-kv-unit))
        calc(5 * var(--ocf-kv-unit))
        calc(12 * var(--ocf-kv-unit));
    background: var(--ocf-white);
    font-family: "Outfit", sans-serif;
    font-size: calc(38.57 * var(--ocf-kv-unit));
    font-weight: 550;
    line-height: 1;
    color: #000000;
}

.ocf-hero__time-block {
    display: flex;
    flex-direction: column;
    gap: calc(16 * var(--ocf-kv-unit));
    min-width: calc(355 * var(--ocf-kv-unit));
    padding:
        calc(8 * var(--ocf-kv-unit))
        calc(8 * var(--ocf-kv-unit))
        calc(8 * var(--ocf-kv-unit))
        calc(4 * var(--ocf-kv-unit));
    background: var(--ocf-white);
}

.ocf-hero__time {
    font-family: "Outfit", sans-serif;
    font-size: calc(57.85 * var(--ocf-kv-unit));
    font-weight: 550;
    line-height: 0.75;
    color: #000000;
    white-space: nowrap;
}

.ocf-hero__time-note {
    font-size: calc(21.7 * var(--ocf-kv-unit));
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    white-space: nowrap;
}

.ocf-hero__content:is(.is-kv-pending, .is-kv-animated) [data-ocf-kv-block] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: transparent !important;
    --ocf-kv-reveal-scale: 0;
}

.ocf-hero__content:is(.is-kv-pending, .is-kv-animated) [data-ocf-kv-block]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--ocf-white);
    transform: scaleX(var(--ocf-kv-reveal-scale));
    transform-origin: left center;
}

.ocf-hero__content:is(.is-kv-pending, .is-kv-animated) [data-ocf-kv-block] > * {
    position: relative;
    z-index: 1;
}

.ocf-hero__content:is(.is-kv-pending, .is-kv-animated) [data-ocf-kv-text] {
    display: inline-block;
    opacity: 0;
    transform: translate3d(calc(-10 * var(--ocf-kv-unit)), 0, 0);
    will-change: transform, opacity;
}

.ocf-hero__aside {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 313px;
}

.ocf-hero__status {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 313px;
    min-width: 313px;
    min-height: 120px;
    padding: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.95);
    border-left: 1px solid rgba(255, 255, 255, 0.95);
    background: var(--ocf-blue);
    color: var(--ocf-white);
    transition: background 0.2s ease;
}

.ocf-hero__status:hover {
    border-top: 1px solid rgba(255, 255, 255, 0.95);
    border-left: 1px solid rgba(255, 255, 255, 0.95);
    border-bottom: none;
    background: #1AAAEB;
}

@keyframes ocfHeroStatusFloatIn {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.ocf-hero__status.is-floating {
    width: 313px;
    height: 120px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 40;
    animation: ocfHeroStatusFloatIn 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.ocf-hero__status.is-preparing {
    opacity: 0.7;
    white-space: nowrap;
    pointer-events: none;
}

.ocf-hero__status.is-ended {
    align-items: flex-start;
    min-height: auto;
    border-color: var(--ocf-blue);
    background: var(--ocf-blue-soft);
    color: var(--ocf-text);
}

.ocf-hero__status-link {
    width: 100%;
}

.ocf-hero__status-icon {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.ocf-hero__status-icon img {
    width: 100%;
    height: 100%;
}

.ocf-hero__status-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.ocf-hero__status-label {
    color: var(--ocf-white);
    font-size: 18px;
    font-weight: 650;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.ocf-hero__status-note,
.ocf-hero__status-text {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.ocf-hero__status-arrow {
    display: none;
    flex: 0 0 auto;
    width: calc(24.68 * var(--ocf-kv-unit));
    height: calc(10 * var(--ocf-kv-unit));
    background: url("../img/open-campus/icon_arrow.svg") center center / contain no-repeat;
}

.ocf-hero__benefit {
    width: 313px;
    min-height: 136px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.95);
    border-left: 1px solid rgba(255, 255, 255, 0.95);
    background: linear-gradient(81.11deg, var(--ocf-pink-light) 0%, var(--ocf-pink) 39.389%);
    color: var(--ocf-white);
}

.ocf-hero__benefit-head {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.ocf-hero__benefit-icon {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.ocf-hero__benefit-icon img {
    width: 48px;
    height: 48px;
    transform: translateY(-4px);
}

.ocf-hero__benefit-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    font-feature-settings: normal;
}

.ocf-hero__benefit-label-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.ocf-hero__benefit-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    padding: 4px;
    background: var(--ocf-white);
    color: var(--ocf-pink);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
}

.ocf-hero__benefit-title {
    flex: 1 1 auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.03em;
}

.ocf-hero__benefit-texts {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.ocf-hero__benefit-text {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.ocf-about {
    position: relative;
    overflow: clip;
    background: url("../img/open-campus/about_bg_pc.webp") center center / cover no-repeat;
}

.ocf-about::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 28%),
        radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 25%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0) 38%);
    pointer-events: none;
}

.ocf-about__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: min(calc(100% - 40px), 1200px);
    margin-inline: auto;
    padding: 72px 0 40px;
}

.ocf-about__top {
    display: flex;
    flex-direction: column;
}

.ocf-about__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    margin-top: 32px;
}

.ocf-about__card {
    --ocf-frame-color: var(--ocf-white);
    --ocf-notch: 12px;
    position: relative;
    padding: 48px 48px 36px;
    color: var(--ocf-white);
    background-image:
        linear-gradient(var(--ocf-frame-color), var(--ocf-frame-color)),
        linear-gradient(var(--ocf-frame-color), var(--ocf-frame-color)),
        linear-gradient(var(--ocf-frame-color), var(--ocf-frame-color)),
        linear-gradient(var(--ocf-frame-color), var(--ocf-frame-color));
    background-size:
        calc(100% - (var(--ocf-notch) * 2)) 1px,
        calc(100% - (var(--ocf-notch) * 2)) 1px,
        1px calc(100% - (var(--ocf-notch) * 2)),
        1px calc(100% - (var(--ocf-notch) * 2));
    background-position:
        var(--ocf-notch) 0,
        var(--ocf-notch) 100%,
        0 var(--ocf-notch),
        100% var(--ocf-notch);
    background-repeat: no-repeat;
}

.ocf-about__card-title {
    min-height: 54px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.ocf-about__card-text {
    margin: 8px 0 0 0;
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.05em;
}

.ocf-about__note {
    font-size: 12px;
    line-height: 1.65;
    letter-spacing: 0.05em;
    color: var(--ocf-white);
    margin: 10px 0 0 0;
    padding-left: 1em;
    text-indent: -1em;
}

.ocf-about__links {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ocf-about__subheading {
    padding-left: 8px;
    font-size: 22px;
    font-weight: 650;
    line-height: 1;
    letter-spacing: 0.05em;
    color: var(--ocf-white);
}

.ocf-pdf-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 48px;
}

.ocf-pdf-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding: 8px 24px;
    border: 1px solid var(--ocf-blue);
    border-radius: 8px;
    background: var(--ocf-white);
    color: var(--ocf-text);
    transition: opacity 0.2s ease;
}

.ocf-pdf-link:hover {
    border: 1px solid var(--ocf-blue);
    opacity: 0.9;
}

.ocf-pdf-link__text {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ocf-pdf-link__label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.ocf-pdf-link__size {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: var(--ocf-text-soft);
}

.ocf-pdf-link__icon {
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.ocf-pdf-link__icon img {
    width: 40px;
    height: 40px;
}

.ocf-programs,
.ocf-teacher,
.ocf-counseling,
.ocf-contact {
    padding-top: 128px;
}

.ocf-contact {
    padding-bottom: 120px;
}

.ocf-program-group + .ocf-program-group {
    margin-top: 128px;
}

.ocf-program-group__note {
    margin-top: 8px;
    padding-left: 8px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    color: var(--ocf-text);
}

.ocf-program-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    margin-top: 24px;
}

.ocf-program-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    padding: 24px;
    border: 1px solid var(--ocf-border);
    border-radius: 12px;
    background: #fafafa;
    color: var(--ocf-text-soft);
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    text-align: center;
}

.ocf-program-card {
    min-width: 0;
}

.ocf-program-card__frame {
    --ocf-frame-color: var(--ocf-border);
    --ocf-notch: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 24px;
    background-color: var(--ocf-white);
    background-image:
        linear-gradient(var(--ocf-frame-color), var(--ocf-frame-color)),
        linear-gradient(var(--ocf-frame-color), var(--ocf-frame-color)),
        linear-gradient(var(--ocf-frame-color), var(--ocf-frame-color)),
        linear-gradient(var(--ocf-frame-color), var(--ocf-frame-color));
    background-size:
        calc(100% - (var(--ocf-notch) * 2)) 1px,
        calc(100% - (var(--ocf-notch) * 2)) 1px,
        1px calc(100% - (var(--ocf-notch) * 2)),
        1px calc(100% - (var(--ocf-notch) * 2));
    background-position:
        var(--ocf-notch) 0,
        var(--ocf-notch) 100%,
        0 var(--ocf-notch),
        100% var(--ocf-notch);
    background-repeat: no-repeat;
}

.ocf-program-card__media {
    padding: 24px 24px 0;
}

.ocf-program-card__image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f0f2f4;
    aspect-ratio: 3 / 2;
}

.ocf-program-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ocf-program-card__course-badge,
.ocf-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.ocf-program-card__course-badge--overlay {
    position: absolute;
    left: 12px;
    bottom: 12px;
}

.ocf-program-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 24px;
    padding: 24px 24px 0;
}

.ocf-program-card__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ocf-program-card__title {
    display: -webkit-box;
    overflow: hidden;
    min-height: 3em;
    color: var(--ocf-text-dark);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ocf-program-card__description {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ocf-text);
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.05em;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 0;
}

.ocf-program-card__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ocf-program-card__meta-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.ocf-program-card__meta-row--indented {
    padding-left: 28px;
}

.ocf-program-card__icon {
    display: flex;
    flex: 0 0 20px;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-top: 1px;
}

.ocf-program-card__icon img {
    width: 20px;
    height: 20px;
}

.ocf-program-card__meta-text {
    color: var(--ocf-text);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.ocf-program-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ocf-chip--reserve {
    background: var(--ocf-blue);
    color: var(--ocf-white);
}

.ocf-chip--free {
    background: var(--ocf-gray);
    color: var(--ocf-white);
}

.ocf-chip--course {
    color: var(--ocf-white);
}

.ocf-program-card__actions {
    margin-top: auto;
    padding: 28px 24px 0;
}

.ocf-program-card__button {
    width: 100%;
}

.ocf-course--kaiga {
    background: #d80c18;
}

.ocf-course--sculpture {
    background: #f08300;
}

.ocf-course--craft {
    background: #8fc31f;
}

.ocf-course--product {
    background: #32a238;
}

.ocf-course--textile {
    background: #009ba2;
}

.ocf-course--vcd {
    background: #468bd1;
}

.ocf-course--imd {
    background: #892188;
}

.ocf-course--anime {
    background: #fabe00;
}

.ocf-course--illust {
    background: #e8528e;
}

.ocf-course--conserve {
    background: #94252a;
}

.ocf-feature-head {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    padding: 0 48px 0 8px;
}

.ocf-feature-head--single {
    padding-right: 48px;
}

.ocf-feature-head__title {
    flex: 0 0 auto;
}

.ocf-feature-head__title h2 {
    color: var(--ocf-text);
    font-size: 32px;
    font-weight: 650;
    line-height: 1;
    letter-spacing: 0.05em;
}

.ocf-feature-head__copy {
    flex: 1 1 auto;
    margin: 0;
    padding-bottom: 2px;
    color: var(--ocf-text);
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
}

.ocf-teacher__card,
.ocf-counseling__card,
.ocf-contact__card {
    margin-top: 16px;
    padding: 48px 24px;
}

.ocf-panel-block {
    width: 100%;
    padding: 0 24px;
}

.ocf-panel-heading {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    color: var(--ocf-text);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
}

.ocf-panel-heading::before {
    content: "";
    flex: 0 0 auto;
    width: 4px;
    height: 25px;
    margin-top: 2px;
    background: var(--ocf-blue);
}

.ocf-teacher__card {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.ocf-teacher__program-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    gap: 16px 48px;
    width: min(100%, 822px);
    margin-top: 32px;
    padding-left: 2px;
}

.ocf-teacher__program-list li {
    position: relative;
    padding-left: 18px;
    color: var(--ocf-text);
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.ocf-teacher__program-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ocf-blue);
    transform: translateY(-50%);
}

.ocf-panel-block--copy {
    padding-top: 24px;
    padding-bottom: 24px;
}

.ocf-panel-block--copy p {
    margin: 0;
}

.ocf-teacher__watch-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
    color: var(--ocf-text);
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.05em;
}

.ocf-panel-block--steps .ocf-step-list {
    margin-top: 32px;
}

.ocf-step-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    counter-reset: ocf-step;
    padding-left: 2px;
}

.ocf-step-list li {
    position: relative;
    padding-left: 32px;
    color: var(--ocf-text);
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
}

.ocf-step-list li::before {
    counter-increment: ocf-step;
    content: counter(ocf-step);
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--ocf-blue);
    color: var(--ocf-white);
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transform: translateY(-50%);
}

.ocf-teacher__button-row {
    width: 100%;
    padding: 0 24px;
}

.ocf-teacher__button {
    width: 100%;
    min-height: 56px;
}

.ocf-counseling__card {
    display: flex;
    flex-direction: column;
}

.ocf-counseling__layout {
    display: flex;
    gap: 24px;
    align-items: start;
    justify-content: space-between;
}

.ocf-counseling__info {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0 24px;
    max-width: 564px;
}

.ocf-counseling__hours-row {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.ocf-counseling__hours-top {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ocf-counseling__hours-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid var(--ocf-text);
    border-radius: 4px;
    color: var(--ocf-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
}

.ocf-counseling__hours-copy {
    display: flex;
    align-items: baseline;
    color: var(--ocf-text);
    font-size: 0;
    line-height: 1;
    white-space: nowrap;
    margin: 0;
}

.ocf-counseling__hours-day {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
}

.ocf-counseling__hours-note {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
}

.ocf-counseling__hours-time {
    color: var(--ocf-text);
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0;
}

.ocf-counseling__contacts {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ocf-counseling__contact-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 2px 0 32px;
    border-bottom: 1px solid var(--ocf-border-strong);
}

.ocf-counseling__contact-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.ocf-counseling__contact-heading {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.ocf-counseling__contact-dot {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-top: 5px;
    border-radius: 50%;
    background: var(--ocf-blue);
}

.ocf-counseling__contact-dot--line {
    background: #06c755;
}

.ocf-counseling__contact-copy-wrap {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 8px;
}

.ocf-counseling__contact-title {
    color: var(--ocf-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
}

.ocf-counseling__contact-copy {
    color: var(--ocf-text);
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0;
}

.ocf-counseling__phone {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.ocf-counseling__phone-label {
    padding-bottom: 4px;
    color: var(--ocf-text);
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
}

.ocf-counseling__phone-number {
    color: var(--ocf-blue);
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
}

.ocf-counseling__line-button {
    width: 320px;
}

.ocf-counseling__image {
    padding-right: 24px;
}

.ocf-counseling__image-inner {
    height: 355px;
    overflow: hidden;
    border-radius: 8px;
}

.ocf-counseling__image img {
    width: 100%;
    height: 405px;
    object-fit: cover;
    transform: translateY(-50px);
}

.ocf-contact__card {
    display: flex;
    flex-direction: column;
}

.ocf-contact__layout {
    display: block;
    padding: 0 24px;
}

.ocf-contact__info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ocf-contact__title {
    color: var(--ocf-text);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
}

.ocf-contact__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ocf-contact__row {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    color: var(--ocf-text);
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
}

.ocf-contact__row dt {
    flex: 0 0 auto;
    font-weight: 400;
}

.ocf-contact__row dd {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    font-weight: 500;
}

.ocf-contact__number {
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.ocf-contact__actions {
    display: flex;
    gap: 16px;
    width: 100%;
}

.ocf-contact__button {
    width: 320px;
    min-height: 56px;
    border-radius: 38px;
}

.ocf-contact__button span {
    color: var(--ocf-white);
}

@media screen and (max-width: 767px) {
    br.only-pc {
        display: none;
    }

    br.ocf-sp-break {
        display: block;
    }

    .ocf-shell {
        width: min(calc(100% - 48px), 400px);
    }

    .ocf-section-heading {
        padding-left: 4px;
    }

    .ocf-section-heading h2 {
        font-size: 24px;
    }

    .ocf-about .ocf-section-heading {
        display: flex;
        justify-content: center;
        padding-left: 0;
    }

    .ocf-about .ocf-section-heading h2 {
        line-height: 1;
        text-align: center;
    }

    .ocf-program-group .ocf-section-heading h2 {
        line-height: 1.5;
    }

    .ocf-section-copy {
        margin-top: 8px;
        font-size: 13px;
    }

    .ocf-soft-card {
        border-radius: 8px;
        padding: 40px 16px;
    }

    .ocf-button {
        width: 100%;
        min-height: 56px;
        padding: 8px 16px;
        border-radius: 38px;
        font-size: 14px;
        gap: 4px;
    }

    .ocf-hero {
        --ocf-kv-unit: calc(100vw / 400);
    }

    .ocf-hero__media {
        aspect-ratio: 400 / 676;
        background-image: url("../img/open-campus/kv_sp.webp");
        background-position: center top;
    }

    .ocf-hero__brand {
        top: calc(20 * var(--ocf-kv-unit));
        bottom: auto;
        width: calc(72 * var(--ocf-kv-unit));
        height: calc(385 * var(--ocf-kv-unit));
        padding: 0;
        gap: calc(12 * var(--ocf-kv-unit));
        background: transparent;
    }

    .ocf-hero__brand-word {
        font-size: calc(34 * var(--ocf-kv-unit));
        color: #000000;
    }

    .ocf-hero__brand-year {
        font-size: calc(10 * var(--ocf-kv-unit));
        color: #000000;
    }

    .ocf-hero__inner {
        padding:
            calc(129 * var(--ocf-kv-unit))
            calc(20 * var(--ocf-kv-unit))
            calc(120 * var(--ocf-kv-unit))
            calc(20 * var(--ocf-kv-unit));
    }

    .ocf-hero__content {
        width: 100%;
        max-width: calc(360 * var(--ocf-kv-unit));
        margin-left: auto;
    }

    .ocf-hero__title-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: calc(4 * var(--ocf-kv-unit));
        width: calc(360 * var(--ocf-kv-unit));
        max-width: 100%;
        background: transparent;
        padding: 0;
    }

    .ocf-hero__content:is(.is-kv-pending, .is-kv-animated) [data-ocf-kv-block]::before {
        opacity: 0;
    }

    .ocf-hero__title-main,
    .ocf-hero__title-year {
        display: inline-flex;
        align-items: center;
        background: transparent;
        padding:
            calc(4 * var(--ocf-kv-unit))
            calc(8 * var(--ocf-kv-unit))
            calc(4 * var(--ocf-kv-unit))
            calc(6 * var(--ocf-kv-unit));
        font-size: calc(49 * var(--ocf-kv-unit));
    }

    .ocf-hero__schedule {
        gap: calc(24 * var(--ocf-kv-unit));
        margin-top: calc(24 * var(--ocf-kv-unit));
    }

    .ocf-hero__schedule .date-group {
        width: 100%;
        gap: calc(10 * var(--ocf-kv-unit));
    }

    .ocf-hero__date-row--desktop {
        display: none;
    }

    .ocf-hero__date-row--mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        background: transparent;
        padding: 0;
    }

    .ocf-hero__date-line {
        display: inline-flex;
        align-items: center;
        gap: calc(8 * var(--ocf-kv-unit));
        background: var(--ocf-white);
        padding:
            calc(4 * var(--ocf-kv-unit))
            calc(4 * var(--ocf-kv-unit))
            calc(4 * var(--ocf-kv-unit))
            calc(8 * var(--ocf-kv-unit));
    }

    .ocf-hero__date-line.is-secondary {
        margin-left: calc(68 * var(--ocf-kv-unit));
        padding:
            calc(8 * var(--ocf-kv-unit))
            calc(4 * var(--ocf-kv-unit))
            calc(4 * var(--ocf-kv-unit))
            0;
    }

    .ocf-hero__date-line .ocf-hero__date-items {
        gap: calc(8 * var(--ocf-kv-unit));
    }

    .ocf-hero__year,
    .ocf-hero__date-number {
        font-size: calc(22 * var(--ocf-kv-unit));
    }

    .ocf-hero__date-weekday {
        font-size: calc(18 * var(--ocf-kv-unit));
    }

    .ocf-hero__date-separator {
        font-size: calc(22 * var(--ocf-kv-unit));
    }

    .ocf-hero__time-row {
        gap: calc(8 * var(--ocf-kv-unit));
        padding-left: calc(16 * var(--ocf-kv-unit));
    }

    .ocf-hero__time-all {
        padding:
            calc(2 * var(--ocf-kv-unit))
            calc(2 * var(--ocf-kv-unit))
            calc(4 * var(--ocf-kv-unit))
            calc(4 * var(--ocf-kv-unit));
        font-size: calc(19.44 * var(--ocf-kv-unit));
    }

    .ocf-hero__time-block {
        flex-direction: row;
        align-items: flex-end;
        gap: calc(8 * var(--ocf-kv-unit));
        width: calc(268 * var(--ocf-kv-unit));
        min-width: 0;
        padding:
            calc(4 * var(--ocf-kv-unit))
            calc(6 * var(--ocf-kv-unit))
            calc(4 * var(--ocf-kv-unit))
            calc(2 * var(--ocf-kv-unit));
    }

    .ocf-hero__time-all[data-ocf-kv-block]::before,
    .ocf-hero__time-block[data-ocf-kv-block]::before {
        opacity: 1 !important;
    }

    .ocf-hero__time {
        font-size: calc(22 * var(--ocf-kv-unit));
    }

    .ocf-hero__time-note {
        font-size: calc(11 * var(--ocf-kv-unit));
        white-space: nowrap;
    }

    .ocf-hero__aside {
        top: auto;
        right: calc(10 * var(--ocf-kv-unit));
        bottom: calc(18 * var(--ocf-kv-unit));
        left: calc(10 * var(--ocf-kv-unit));
        width: auto;
        justify-content: initial;
        align-items: stretch;
        gap: calc(12 * var(--ocf-kv-unit));
    }

    .ocf-hero__status,
    .ocf-hero__benefit {
        width: 100%;
        max-width: calc(380 * var(--ocf-kv-unit));
        border: 1px solid rgba(255, 255, 255, 0.95);
        border-radius: 4px;
    }

    .ocf-hero__status {
        position: relative;
        top: auto;
        justify-content: space-between;
        width: 100%;
        min-height: calc(88 * var(--ocf-kv-unit));
        padding: calc(16 * var(--ocf-kv-unit)) calc(24 * var(--ocf-kv-unit));
        gap: calc(12 * var(--ocf-kv-unit));
    }

    .ocf-hero__status.is-floating {
        right: calc(10 * var(--ocf-kv-unit));
        bottom: calc(18 * var(--ocf-kv-unit));
        width: 100%;
        height: calc(88 * var(--ocf-kv-unit));
    }

    .ocf-hero__status.is-ended {
        border-color: var(--ocf-blue);
    }

    .ocf-hero__status-link {
        display: flex;
        align-items: center;
    }

    .ocf-hero__status-icon {
        flex: 0 0 calc(48 * var(--ocf-kv-unit));
        width: calc(48 * var(--ocf-kv-unit));
        height: calc(48 * var(--ocf-kv-unit));
    }

    .ocf-hero__status-label {
        font-size: calc(14 * var(--ocf-kv-unit));
        line-height: 1.5;
    }

    .ocf-hero__status-arrow {
        display: block;
    }

    .ocf-hero__status.is-ended .ocf-hero__status-arrow,
    .ocf-hero__status.is-preparing .ocf-hero__status-arrow {
        display: none;
    }

    .ocf-hero__benefit {
        order: 1;
        width: 100%;
        min-height: 0;
        padding: calc(16 * var(--ocf-kv-unit));
    }

    .ocf-hero__status {
        order: 2;
    }

    .ocf-hero__benefit-icon {
        display: none;
    }

    .ocf-hero__benefit-head {
        align-items: flex-start;
        gap: 0;
    }

    .ocf-hero__benefit-label-row {
        align-items: flex-start;
        gap: calc(10 * var(--ocf-kv-unit));
    }

    .ocf-hero__benefit-label {
        min-width: calc(58 * var(--ocf-kv-unit));
        min-height: 0;
        padding: calc(4 * var(--ocf-kv-unit));
        font-size: calc(11 * var(--ocf-kv-unit));
        line-height: 1.2;
    }

    .ocf-hero__benefit-title {
        padding-top: 0;
        font-size: calc(14 * var(--ocf-kv-unit));
        line-height: 1.3;
    }

    .ocf-hero__benefit-texts {
        gap: 0;
        margin-top: calc(8 * var(--ocf-kv-unit));
    }

    .ocf-hero__benefit-text {
        font-size: calc(12 * var(--ocf-kv-unit));
        line-height: 1.5;
    }

    .ocf-about {
        background-image: url("../img/open-campus/about_bg_sp.webp");
    }

    .ocf-about__inner {
        gap: 64px;
        width: min(calc(100% - 48px), 400px);
        padding: 72px 0;
    }

    .ocf-about__top {
        /* gap: 24px; */
    }

    .ocf-about__cards {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 24px;
    }

    .ocf-about__card {
        --ocf-notch: 8px;
        /* min-height: 154px; */
        padding: 24px;
    }

    .ocf-about__card-title {
        min-height: 0;
        font-size: 18px;
        line-height: 1.5;
    }

    .ocf-about__card-text {
        margin-top: 16px;
        font-size: 13px;
        line-height: 1.65;
    }

    .ocf-about__subheading {
        padding-left: 4px;
        font-size: 16px;
        text-align: center;
    }

    .ocf-about__links {
        gap: 16px;
    }

    .ocf-pdf-links {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ocf-pdf-link {
        min-height: 80px;
        padding: 16px;
    }

    .ocf-pdf-link__label {
        font-size: 16px;
        line-height: 1.5;
    }

    .ocf-programs,
    .ocf-teacher,
    .ocf-counseling,
    .ocf-contact {
        padding-top: 72px;
    }

    .ocf-contact {
        padding-bottom: 80px;
    }

    .ocf-program-group + .ocf-program-group {
        margin-top: 72px;
    }

    .ocf-program-group__note {
        padding-left: 4px;
        font-size: 13px;
    }

    .ocf-program-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ocf-program-card__frame {
        --ocf-notch: 16px;
        padding-bottom: 32px;
    }

    .ocf-program-card__media {
        padding: 16px 16px 0;
    }

    .ocf-program-card__body {
        gap: 16px;
        padding: 32px 24px 0;
    }

    .ocf-program-card__text {
        gap: 24px;
    }

    .ocf-program-card__title {
        min-height: 0;
        font-size: 18px;
    }

    .ocf-program-card__description {
        font-size: 14px;
        /* -webkit-line-clamp: 6; */
    }

    .ocf-program-card__meta-text {
        font-size: 14px;
    }

    .ocf-program-card__course-badge,
    .ocf-chip {
        font-size: 12px;
    }

    .ocf-program-card__actions {
        padding: 24px 24px 0;
    }

    .ocf-program-card__button {
        font-size: 18px;
    }

    .ocf-feature-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 0 0 0 4px;
    }

    .ocf-feature-head--single {
        gap: 16px;
    }

    .ocf-feature-head__title h2 {
        font-size: 24px;
        line-height: 1;
        white-space: normal;
    }

    .ocf-feature-head__copy {
        padding-bottom: 0;
        font-size: 13px;
        line-height: 1.5;
    }

    .ocf-teacher__card,
    .ocf-counseling__card,
    .ocf-contact__card {
        margin-top: 16px;
        padding: 40px 16px;
    }

    .ocf-panel-block,
    .ocf-teacher__button-row {
        padding: 0 16px;
    }

    .ocf-panel-heading {
        gap: 12px;
        font-size: 18px;
    }

    .ocf-panel-heading::before {
        height: 19px;
    }

    .ocf-panel-heading--stacked {
        align-items: flex-start;
        line-height: 1.5;
        white-space: normal;
    }

    .ocf-panel-heading--stacked::before {
        height: 52px;
    }

    .ocf-teacher__card {
        gap: 40px;
    }

    .ocf-teacher__program-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        margin-top: 16px;
    }

    .ocf-teacher__program-list li {
        font-size: 13px;
        line-height: 1;
        white-space: normal;
    }

    .ocf-teacher__watch-copy {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.65;
    }

    .ocf-panel-block--steps .ocf-step-list {
        margin-top: 24px;
    }

    .ocf-step-list {
        gap: 32px;
        padding-left: 0;
    }

    .ocf-step-list li {
        padding-top: 32px;
        padding-left: 0;
        font-size: 13px;
        line-height: 1.5;
    }

    .ocf-step-list li::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .ocf-teacher__button {
        gap: 4px;
    }

    .ocf-teacher__button > span:last-child {
        display: block;
        max-width: 204px;
        line-height: 1.5;
        text-align: left;
    }

    .ocf-counseling__layout {
        flex-direction: column;
        gap: 40px;
    }

    .ocf-counseling__info {
        gap: 40px;
        padding: 0 16px;
        width: 100%;
        max-width: none;
    }

    .ocf-counseling__hours-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .ocf-counseling__hours-top {
        gap: 8px;
        width: 100%;
    }

    .ocf-counseling__hours-pill {
        padding: 4px;
        font-size: 12px;
    }

    .ocf-counseling__hours-copy {
        flex: 1 1 auto;
        white-space: nowrap;
    }

    .ocf-counseling__hours-day {
        font-size: 16px;
    }

    .ocf-counseling__hours-note {
        font-size: 14px;
    }

    .ocf-counseling__hours-time {
        display: block;
        font-size: 24px;
    }

    .ocf-counseling__contacts {
        gap: 32px;
    }

    .ocf-counseling__contact-item {
        gap: 8px;
        padding: 2px 0 32px;
    }

    .ocf-counseling__contact-heading {
        gap: 8px;
    }

    .ocf-counseling__contact-title {
        font-size: 14px;
    }

    .ocf-counseling__contact-copy {
        font-size: 12px;
    }

    .ocf-counseling__phone-label {
        font-size: 13px;
    }

    .ocf-counseling__phone-number {
        font-size: 24px;
    }

    .ocf-counseling__line-button {
        width: 100%;
        padding: 0;
        max-width: none;
    }

    .ocf-counseling__image {
        padding-right: 0;
        width: 100%;
    }

    .ocf-counseling__image-inner {
        height: 190px;
    }

    .ocf-counseling__image img {
        height: 240px;
        object-fit: cover;
        transform: translateY(-48px);
    }

    .ocf-contact__layout {
        padding: 0 16px;
    }

    .ocf-contact__info {
        gap: 32px;
        padding: 0;
    }

    .ocf-contact__title {
        font-size: 18px;
        line-height: 1;
    }

    .ocf-contact__list {
        gap: 8px;
    }

    .ocf-contact__row {
        font-size: 13px;
        line-height: 1.5;
    }

    .ocf-contact__actions {
        flex-direction: column;
        gap: 32px;
    }

    .ocf-contact__button {
        width: 100%;
    }

    .ocf-contact__row dd {
        flex: 1 1 auto;
    }

    .ocf-contact__row:first-child dd span:last-child {
        display: block;
        width: 100%;
    }
}
