* {
    box-sizing: border-box;
}

body {
    --top-navbar-height: 0px;
    --next-event-actions-height: 0px;
    --next-event-sticky-gap: 12px;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
}

.top-navbar {
    display: flex;
    align-items: center;
    gap: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 24px 40px;
    background: transparent;
}

.top-navbar::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.65) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
}

.top-navbar__logo {
    display: inline-flex;
    width: 231.819px;
    height: 32px;
    flex: 0 0 auto;
}

.top-navbar__logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.top-navbar__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}

.top-navbar__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 260px;
    height: 61px;
    padding: 25px 20px;
    border-radius: 100px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1;
    transition: background 0.35s ease, color 0.35s ease;
}

.top-navbar__button--apply {
    background: #E94709;
}

.top-navbar__button--contact {
    background: #59B6A1;
}

.top-navbar__button img {
    display: block;
    width: 24px;
    filter: brightness(0) invert(1);
    transition: filter 0.35s ease;
}

.top-navbar__button span {
    color: #ffffff;
    transition: color 0.35s ease;
}

@media (hover: hover) {
    .top-navbar__button--apply:hover {
        background: #FDEAE2;
    }
    .top-navbar__button--apply:hover,
    .top-navbar__button--apply:hover span {
        color: #E94709;
    }
    .top-navbar__button--apply:hover img {
        filter: brightness(0) saturate(100%) invert(35%) sepia(98%) saturate(2078%) hue-rotate(358deg) brightness(97%) contrast(101%);
    }

    .top-navbar__button--contact:hover {
        background: #E5F5F2;
    }
    .top-navbar__button--contact:hover,
    .top-navbar__button--contact:hover span {
        color: #59B6A1;
    }
    .top-navbar__button--contact:hover img {
        filter: brightness(0) saturate(100%) invert(71%) sepia(14%) saturate(1398%) hue-rotate(120deg) brightness(90%) contrast(86%);
    }

    /* Instagram / CSR list buttons - hazy effect */
    .school-canvas150-report__button:hover,
    .csr-topics__button:hover {
        filter: brightness(1.3) saturate(0.45);
    }

    /* Bottom お申し込み button - invert colors on hover */
    .school-canvas150-apply-contact__button--apply:hover {
        background: #ff7a45;
        color: #ffffff;
    }
    .school-canvas150-apply-contact__button--apply:hover img {
        filter: brightness(0) invert(1);
    }

    /* Bottom お問い合わせ button - same effect as top contact button */
    .school-canvas150-apply-contact__button--contact:hover {
        background: #E5F5F2;
        color: #59B6A1;
        border-color: #59B6A1;
    }
    .school-canvas150-apply-contact__button--contact:hover img {
        filter: brightness(0) saturate(100%) invert(71%) sepia(14%) saturate(1398%) hue-rotate(120deg) brightness(90%) contrast(86%);
    }
}

.hero-placeholder {
    width: 100%;
    line-height: 0;
}

.hero-placeholder__picture {
    display: block;
    width: 100%;
}

.hero-placeholder__image {
    display: block;
    width: 100%;
    height: auto;
}

.next-event {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0;
}

.next-event__actions {
    display: none;
    width: 1200px;
    max-width: calc(100% - 40px);
}

.about-school-canvas150 {
    padding: 0 0 120px;
}

.about-school-canvas150__frame {
    width: 100%;
}

.about-school-canvas150__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.about-school-canvas150__sr-copy {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.about-school-canvas150__svg {
    --about-school-canvas150-rect-width: min(100%, 1780px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 567px;
    padding: 72px 96px;
    box-sizing: border-box;
    overflow: hidden;
}

.about-school-canvas150__svg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: var(--about-school-canvas150-rect-width);
    height: 100%;
    background-color: #EFF9F8;
    border-radius: 0 20px 20px 0;
    z-index: 0;
}

.about-school-canvas150__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 1780px;
    margin: 0 auto;
}

.about-school-canvas150__vector {
    position: absolute;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    pointer-events: none;
}

.about-school-canvas150__vector--left {
    left: 0;
    bottom: 0;
}

.about-school-canvas150__vector--right {
    top: 20px;
    left: calc(var(--about-school-canvas150-rect-width) - 20px);
    transform: translateX(-100%);
}

.about-school-canvas150__svg-title {
    margin: 0;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: #222222;
    text-align: center;
}

.about-school-canvas150__separator {
    display: block;
    width: 30px;
    height: auto;
    margin: 0 auto;
}

.about-school-canvas150__svg-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: min(100%, 1180px);
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #222222;
    text-align: left;
}

.about-school-canvas150__svg-body p,
.about-school-canvas150__sr-copy p {
    margin: 0;
}

br.sp-only {
    display: none;
}

@media (max-width: 1024px) {
    .top-navbar {
        gap: 32px;
        padding: 20px 24px;
    }

    .top-navbar__actions {
        display: none;
    }

    .next-event {
        position: relative;
        height: auto;
        padding: 40px 20px ;
    }

    .next-event__actions {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 12px;
        width: 100%;
        max-width: 536px;
        margin: 0 auto;
        transition: opacity 0.25s ease, box-shadow 0.25s ease;
    }

    .next-event__actions--stuck {
        position: fixed;
        top: calc(var(--top-navbar-height) + var(--next-event-sticky-gap));
        left: 50%;
        right: auto;
        z-index: 950;
        width: min(calc(100% - 40px), 536px);
        transform: translateX(-50%);
        opacity: 0;
        pointer-events: none;
    }

    .next-event__actions--visible {
        opacity: 1;
        pointer-events: auto;
    }

    .next-event__sticky-spacer {
        height: 0;
        transition: height 0.25s ease;
    }

    .next-event__actions--stuck .top-navbar__button {
        box-shadow: 0 14px 30px rgba(34, 34, 34, 0.18);
    }

    .about-school-canvas150 {
        padding: 0 0 96px;
    }

    .about-school-canvas150__svg::before {
        border-radius: 20px;
    }

    .about-school-canvas150__svg {
        padding: 56px 40px;
    }

    br.sp-only {
        display: inline;
    }

    .about-school-canvas150__svg-title {
        font-size: clamp(24px, 2.083vw, 40px);
    }

    .about-school-canvas150__svg-body {
        font-size: clamp(14px, 1.042vw, 16px);
        line-height: clamp(22px, 1.458vw, 24px);
    }
}

@media (max-width: 767px) {
    .next-event {
        padding: 24px 16px;
    }

    .next-event__actions--stuck {
        width: min(calc(100% - 32px), 536px);
    }

    .next-event__actions .top-navbar__button img {
        width: 20px;
    }

    .next-event__actions .top-navbar__button span {
        font-size: 14px;
    }

    .about-school-canvas150 {
        padding: 0 0 72px;
    }

    .about-school-canvas150__svg {
        min-height: 567px;
        padding: 48px 20px;
    }

    .about-school-canvas150__vector--left {
        transform: scale(0.5);
        transform-origin: left bottom;
    }

    .about-school-canvas150__vector--right {
        transform: translateX(-100%) scale(0.5);
        transform-origin: right top;
    }
}

@media (min-width: 1921px) {
    .about-school-canvas150__svg {
        --about-school-canvas150-rect-width: calc(1780px + (100vw - 1920px));
    }
}

.school-canvas150-details {
    position: relative;
    overflow: hidden;
    padding: 0 0 140px;
    z-index: 0;
}

.school-canvas150-details::after {
    content: "";
    position: absolute;
    right: clamp(20px, 4vw, 60px);
    bottom: -30px;
    width: 700px;
    aspect-ratio: 372 / 290;
    background: url("/images/school_canvas150/yellow_object_detail_bottom.svg") right bottom / contain no-repeat;
    pointer-events: none;
    z-index: 0;
}

.school-canvas150-details__inner {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.school-canvas150-details__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.school-canvas150-details__item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px 0;
}

.school-canvas150-details__item:first-of-type {
    padding-top: 0;
}

.school-canvas150-details__item--with-image {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.school-canvas150-details__content {
    flex: 1 1 auto;
    min-width: 0;
}

.school-canvas150-details__content--full {
    max-width: 100%;
}

.school-canvas150-details__heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 16px;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: left;
    color: #222222;
}

.school-canvas150-details__heading::before {
    content: "";
    width: 5px;
    height: 36px;
    flex: 0 0 auto;
    border-radius: 1px;
    background: #59B6A1;
}

.school-canvas150-details__description {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0;
    color: #333333;
    overflow-wrap: anywhere;
}

.school-canvas150-details__description--section-title {
    font-weight: 700;
}

.school-canvas150-details__label {
    font-weight: 700;
}

.school-canvas150-details__description--conditions {
    display: flex;
    flex-direction: column;
}

.school-canvas150-details__condition-intro {
    display: block;
}

.school-canvas150-details__condition-line {
    display: block;
    padding-left: 1.5em;
}

.school-canvas150-details__condition-line--indent-1 {
    padding-left: 3em;
}

.school-canvas150-details__condition-line--indent-2 {
    padding-left: 4.5em;
}

.school-canvas150-details__inline-link {
    color: #000;
}

.school-canvas150-details__steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.school-canvas150-details__steps--application {
    gap: 20px;
}

.school-canvas150-details__step {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #333333;
}

.school-canvas150-details__step--grouped {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.school-canvas150-details__step-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0;
    color: #E83820;
    text-decoration: none;
}

.school-canvas150-details__step-link--with-top-gap {
    margin-top: 10px;
}

.school-canvas150-details__step-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.school-canvas150-details__step-link-icon img {
    display: block;
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
}

.school-canvas150-details__step-link:hover,
.school-canvas150-details__step-link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.school-canvas150-details__apply-button {
    margin-top: 8px;
    margin-left: 50px;
}

.school-canvas150-details__image {
    --details-image-decor-size: 370px;
    width: 580px;
    height: 363px;
    flex: 0 0 580px;
    position: relative;
}

.school-canvas150-details__image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.school-canvas150-details__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: var(--details-image-decor-size);
    aspect-ratio: 168 / 101;
    background: url("/images/school_canvas150/detail_picture_green_obj.svg") center / contain no-repeat;
    pointer-events: none;
}

.school-canvas150-details__image--decor-right::after {
    right: 0;
    transform: translate(41%, 34%);
}

.school-canvas150-details__image--decor-left::after {
    width: 429px;
    background-image: url("/images/school_canvas150/detail_picture_pink_obj.svg");
    left: 0;
    transform: translate(-47%, 58%);
}

.school-canvas150-details__image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 580px;
    height: 363px;
    flex: 0 0 580px;
    border: 1px dashed #59B6A1;
    border-radius: 20px;
    background: linear-gradient(135deg, #f7fbfa 0%, #eef7f4 100%);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #7d9d95;
    text-transform: uppercase;
}

.csr-topics {
    height: 525px;
    padding: 90px 0;
    text-align: center;
}

.csr-topics__inner {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.csr-topics__title {
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #222222;
    margin-bottom: 20px;
}

.csr-topics__separator {
    display: block;
    margin-bottom: 60px;
}

.csr-topics__description {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #222222;
    margin-bottom: 30px;
}

.csr-topics__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 288px;
    height: 60px;
    border-radius: 41.5px;
    background: #59B6A1;
    color: #ffffff;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-align: center;
    transition: filter 0.35s ease;
}

.csr-topics__button-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

.school-canvas150-apply-contact {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 518px;
    background: url("/images/school_canvas150/bottom_background_obj.svg") center bottom / 100% auto no-repeat;
}

.school-canvas150-apply-contact__frame {
    position: relative;
    width: min(1400px, 100%);
    margin: 0px 30px
}

.school-canvas150-apply-contact__content {
    position: absolute;
    top: 70px;
    left: 70px;
    right: 70px;
}

.school-canvas150-apply-contact__image {
    display: block;
    width: 100%;
    height: auto;
}

.school-canvas150-apply-contact__image img {
    display: block;
    width: 100%;
    height: auto;
}

.school-canvas150-apply-contact__title {
    margin: 0;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-align: left;
    color: #ffffff;
}

.school-canvas150-apply-contact__body {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 32px;
    margin-top: 58px;
}

.school-canvas150-apply-contact__description {
    margin: 0;
    max-width: 550px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0;
    text-align: left;
    color: #ffffff;
}

.school-canvas150-apply-contact__actions {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex: 0 0 auto;
}

.school-canvas150-apply-contact__action-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.school-canvas150-apply-contact__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 328px;
    height: 85px;
    border-radius: 156.25px;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.school-canvas150-apply-contact__button img {
    display: block;
    flex: 0 0 auto;
    width: 32px;
    transition: filter 0.35s ease;
}

.school-canvas150-apply-contact__overview-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 170%;
    letter-spacing: 0;
    white-space: nowrap;
}

.school-canvas150-apply-contact__overview-text {
    display: inline-flex;
    align-items: center;
    gap: 0.25em;
}

.school-canvas150-apply-contact__overview-link img {
    display: block;
    width: 17px;
    flex: 0 0 17px;
    filter: brightness(0) invert(1);
    rotate: -90deg;
}

.school-canvas150-apply-contact__button--apply {
    background: #ffffff;
    color: #E94709;
}

.school-canvas150-apply-contact__button--contact {
    border: 1px solid #ffffff;
    background: #59B6A1;
    color: #ffffff;
}

.school-canvas150-report__heading {
    display: block;
    margin: 0;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #222222;
    letter-spacing: 2%;
}

.school-canvas150-report__heading::before {
    content: none;
}

.school-canvas150-report__heading::after {
    content: "";
    display: block;
    width: 34px;
    height: 8px;
    margin: 25px auto 0;
    background: url("/images/school_canvas150/separator.svg") center / contain no-repeat;
}

.school-canvas150-report__description {
    margin: 50px 0 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #222222;
}

.school-canvas150-report__feed {
    width: min(1200px, 100%);
    margin: 56px auto 0;
    padding: 48px 40px 60px;
    border: 1px solid #d7e9e3;
    border-radius: 30px;
    background: #ffffff;
}

.school-canvas150-report__profile {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.school-canvas150-report__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    background: linear-gradient(135deg, #59b6a1 0%, #8cd5c5 100%);
    flex: 0 0 100px;
}

.school-canvas150-report__avatar-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.school-canvas150-report__avatar-fallback {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.08em;
    color: #ffffff;
}

.school-canvas150-report__handle {
    margin: 0;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #222222;
}

.school-canvas150-report__grid {
    display: grid;
    grid-template-columns: repeat(3, 280px);
    justify-content: center;
    gap: 32px 40px;
    margin: 48px 0 56px;
}

.school-canvas150-report__card {
    width: 280px;
    height: 380px;
    overflow: hidden;
    border: 1px solid #deece7;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 18px 30px rgba(50, 86, 76, 0.08);
}

.school-canvas150-report__card-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.school-canvas150-report__card-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    transition: background 0.2s ease;
    pointer-events: none;
}

.school-canvas150-report__card-link:hover::after {
    background: rgba(255, 255, 255, 0.3);
}

.school-canvas150-report__card-media {
    width: 100%;
    height: 100%;
    background: #edf7f4;
}

.school-canvas150-report__card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.school-canvas150-report__card-media--placeholder {
    background:
        linear-gradient(135deg, rgba(89, 182, 161, 0.18) 0%, rgba(89, 182, 161, 0.04) 100%),
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    background-size: cover, 200% 100%;
    animation: school-canvas150-report-shimmer 2.4s linear infinite;
}

.school-canvas150-report__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 288px;
    height: 60px;
    margin: 0 auto;
    border-radius: 41.5px;
    background: #59b6a1;
    color: #ffffff;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    transition: filter 0.35s ease;
}

.school-canvas150-report__button-arrow {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.school-canvas150-report__button-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translate(-60%, -50%) rotate(45deg);
}

.school-canvas150-report__panel {
    padding: 100px 64px 56px;
    height: 1666px;
    border-radius: 30px;
    background:
        url("/images/school_canvas150/ig_section_background_obj.svg") left bottom / auto no-repeat,
        #EFF9F8;
}

.school-canvas150-report {
    position: relative;
    z-index: 1;
}

.school-canvas150-footer {
    display: flex;
    align-items: center;
    width: 100%;
    height: 82px;
    background: #EFF2F3;
    padding: 0 30px;
}

.school-canvas150-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
}

.school-canvas150-footer__brand {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.school-canvas150-footer__logo {
    display: inline-flex;
    width: 231.819px;
    height: 32px;
    flex: 0 0 auto;
}

.school-canvas150-footer__logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.school-canvas150-footer__privacy {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #474240;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    white-space: nowrap;
}

.school-canvas150-footer__privacy img {
    display: block;
    width: 14px;
    height: auto;
    flex: 0 0 auto;
}

.school-canvas150-footer__copyright {
    margin: 0;
    color: #474240;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: right;
    text-transform: uppercase;
}

@media (max-width: 1280px) {
    .school-canvas150-details::after {
        right: 12px;
        bottom: -10px;
        width: min(320px, 60vw);
    }

    .school-canvas150-report__panel {
        height: auto;
        padding: 100px 20px 66px;
    }

    .school-canvas150-report__feed {
        padding: 32px 24px 36px;
    }

    .school-canvas150-report__grid {
        width: min(100%, 560px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 24px;
        margin-left: auto;
        margin-right: auto;
    }

    .school-canvas150-report__avatar {
        width: 72px;
        height: 72px;
        flex-basis: 72px;
    }

    .school-canvas150-report__handle {
        font-size: 15px;
    }

    .school-canvas150-details__item--with-image {
        flex-direction: column;
    }

    .school-canvas150-details__image {
        width: min(580px, 100%);
        height: auto;
        aspect-ratio: 580 / 363;
        flex: 0 0 auto;
    }

    .school-canvas150-details__image--decor-right {
        order: -1;
        align-self: flex-end;
    }

    .school-canvas150-details__image--decor-right::after {
        width: calc(var(--details-image-decor-size) * 2 / 3);
    }

    .school-canvas150-details__image--decor-left::after {
        width: min(240px, 42vw);
    }

    .school-canvas150-apply-contact {
        height: 670px;
    }

    .school-canvas150-apply-contact__frame {
        width: min(1400px, calc(100% - 20px));
        height: 90%;
        margin: 0 10px;
    }

    .school-canvas150-apply-contact__image {
        height: 100%;
        overflow: hidden;
        border-radius: 16px;
    }

    .school-canvas150-apply-contact__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 16px;
    }

    .school-canvas150-apply-contact__content {
        top: 48px;
        left: 34px;
        right: 34px;
    }

    .school-canvas150-apply-contact__title {
        font-size: 24px;
    }

    .school-canvas150-apply-contact__body {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 32px;
    }

    .school-canvas150-apply-contact__description {
        font-size: 16px;
    }

    .school-canvas150-apply-contact__actions {
        flex-direction: column;
        align-items: center;
        align-self: center;
        gap: 24px;
    }

    .school-canvas150-apply-contact__action-group {
        align-items: center;
    }

    .school-canvas150-apply-contact__button {
        width: 300px;
        height: 64px;
        gap: 10px;
        font-size: 18px;
    }

    .school-canvas150-apply-contact__button img {
        width: 24px;
    }

    .school-canvas150-apply-contact__overview-link {
        font-size: 11px;
        justify-content: flex-start;
        white-space: normal;
        gap: 6px;
    }

    .school-canvas150-apply-contact__overview-text {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        line-height: 1.5;
    }

    .csr-topics {
    height: 425px;
    }

    .csr-topics__separator {
        margin-bottom: 0px;
    }

    .csr-topics__description {
        margin: 30px 20px;
        font-size: 15px;
    }
    .school-canvas150-report__card {
        width: 100%;
        height: auto;
        aspect-ratio: 14 / 19;
    }

    .school-canvas150-footer {
        height: auto;
        padding: 24px 30px;
    }

    .school-canvas150-footer__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .school-canvas150-footer__brand {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .school-canvas150-footer__privacy,
    .school-canvas150-footer__copyright {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .school-canvas150-report__feed {
        padding: 24px 16px 30px;
    }

    .school-canvas150-report__profile {
        gap: 16px;
    }

    .school-canvas150-report__avatar {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .school-canvas150-report__handle {
        font-size: 13px;
    }

    .school-canvas150-report__grid {
        gap: 14px 12px;
    }
}
