:root {
    --ew-ink: #061a3d;
    --ew-muted: #566f9d;
    --ew-line: #dae7f2;
    --ew-paper: #ffffff;
    --ew-mist: #f7f9fc;
    --ew-green: #023a97;
    --ew-green-dark: #02285f;
    /* 差し色はスタディリンクのロゴ黄（矢印の実測色 #f8d060）に統一 */
    --ew-yellow: #f8d060;
    --ew-yellow-dark: #edb92e;
    --ew-gold: #a9741a;
    --ew-blue: #0c61e2;
    --ew-shell: 1160px;
}

.eduwave-custom-front-page .l-mainContent,
.eduwave-custom-front-page .l-content {
    max-width: none;
    margin: 0;
    padding: 0;
}

.eduwave-custom-front-page .l-content {
    width: 100%;
}

.eduwave-custom-front-page .c-pageTitle,
.eduwave-custom-front-page .p-breadcrumb,
.eduwave-custom-front-page #breadcrumb {
    display: none;
}

.eduwave-home,
.eduwave-home * {
    box-sizing: border-box;
}

.eduwave-home {
    overflow: hidden;
    color: var(--ew-ink);
    background: var(--ew-paper);
    font-family: inherit;
    letter-spacing: 0;
}

.eduwave-home a {
    color: inherit;
    text-decoration: none;
}

.eduwave-home img {
    display: block;
    max-width: 100%;
}

.eduwave-shell {
    width: min(calc(100% - 48px), var(--ew-shell));
    margin-inline: auto;
}

.eduwave-eyebrow {
    margin: 0 0 14px;
    color: var(--ew-green);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
}

.eduwave-hero {
    position: relative;
    display: grid;
    align-items: center;
    aspect-ratio: 1920 / 1080;
    background-color: #cfe3f8;
    background-image: url('../images/hero-main.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid var(--ew-line);
}

.eduwave-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    align-items: center;
    min-height: 0;
}

.eduwave-hero__copy {
    max-width: 620px;
    padding: 72px 0 72px 20px;
}

.eduwave-hero__mobile-visual {
    display: none;
}

.eduwave-hero__mobile-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.eduwave-hero h1 {
    max-width: 640px;
    margin: 0;
    color: var(--ew-ink);
    font-size: clamp(34px, 3.9vw, 50px);
    font-weight: 800;
    line-height: 1.32;
    letter-spacing: 0;
}

.eduwave-hero h1 span {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.eduwave-hero h1 span::after {
    position: absolute;
    right: 2px;
    bottom: 2px;
    left: 3px;
    height: 8px;
    background: linear-gradient(90deg, var(--ew-yellow-dark) 0%, var(--ew-yellow) 55%, rgb(248 208 96 / 15%) 100%);
    border-radius: 999px;
    content: '';
}

.eduwave-hero__lead {
    max-width: 610px;
    margin: 24px 0 32px;
    line-height: 1.75;
}

.eduwave-hero__lead span {
    display: inline-block;
}

.eduwave-hero__lead-copy,
.eduwave-hero__lead-role {
    color: var(--ew-ink);
    font-size: 19px;
    font-weight: 700;
}

.eduwave-hero__lead-role {
    margin-top: 6px;
}

.eduwave-search {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    align-items: center;
    width: min(100%, 580px);
    min-height: 62px;
    padding: 7px 7px 7px 20px;
    background: var(--ew-paper);
    border: 1px solid #cbd9e8;
    box-shadow: 0 12px 30px rgb(23 33 43 / 8%);
}

.eduwave-search__icon {
    position: relative;
    width: 17px;
    height: 17px;
    border: 2px solid var(--ew-muted);
    border-radius: 50%;
}

.eduwave-search__icon::after {
    position: absolute;
    right: -5px;
    bottom: -4px;
    width: 7px;
    height: 2px;
    background: var(--ew-muted);
    content: '';
    transform: rotate(45deg);
}

.eduwave-search input {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    color: var(--ew-ink);
    font: inherit;
    border: 0;
    outline: 0;
}

.eduwave-search input::placeholder {
    color: #8b959d;
}

.eduwave-search button,
.eduwave-button {
    min-height: 46px;
    padding: 0 28px;
    color: #fff;
    font: inherit;
    font-weight: 700;
    background: var(--ew-green);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.eduwave-search button:hover,
.eduwave-button:hover {
    color: #fff;
    background: var(--ew-green-dark);
}

.eduwave-hero__visual {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    padding: 50px 0 0 44px;
}

.eduwave-hero__image-wrap {
    position: relative;
    z-index: 1;
    width: min(100%, 510px);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #dae7f2;
    border: 10px solid rgb(255 255 255 / 18%);
    border-radius: 50% 50% 0 0;
}

.eduwave-hero__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eduwave-hero__note {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 24px 0 0;
    padding: 13px 20px;
    color: var(--ew-ink);
    background: var(--ew-paper);
    box-shadow: 0 12px 30px rgb(23 33 43 / 12%);
}

.eduwave-hero__note-icon {
    flex: none;
    width: 48px;
    height: 48px;
    margin-right: -2px;
}

.eduwave-hero__note strong {
    color: var(--ew-gold);
    font-size: 25px;
    white-space: nowrap;
}

.eduwave-hero__note span {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
}

.eduwave-quick {
    background: #fff;
    border-bottom: 1px solid var(--ew-line);
}

.eduwave-quick__inner {
    display: flex;
    align-items: center;
    gap: 26px;
    min-height: 76px;
}

.eduwave-quick__label {
    flex: none;
    color: var(--ew-green);
    font-size: 13px;
    font-weight: 700;
}

.eduwave-quick__links {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

.eduwave-quick__links::-webkit-scrollbar {
    display: none;
}

.eduwave-quick__links a {
    flex: none;
    padding: 8px 14px;
    color: #43505a;
    font-size: 13px;
    background: #f3f5f5;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: border-color .2s ease, color .2s ease;
}

.eduwave-quick__links a:hover {
    color: var(--ew-green);
    border-color: #649bdc;
}

.eduwave-section {
    padding: 90px 0;
}

.eduwave-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 42px;
}

.eduwave-section-heading h2,
.eduwave-guidance h2,
.eduwave-consult h2 {
    margin: 0;
    font-size: 34px;
    line-height: 1.45;
    letter-spacing: 0;
}

.eduwave-section-heading > p {
    margin: 0 0 5px;
    color: var(--ew-muted);
    font-size: 14px;
}

.eduwave-paths__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.eduwave-path-card {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 140px;
    padding: 28px 22px;
    overflow: hidden;
    border: 1px solid var(--ew-line);
    transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.eduwave-path-card > .eduwave-arrow {
    display: none;
}

.eduwave-path-card::after {
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: var(--ew-green);
    content: '';
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.eduwave-path-card--2::after {
    background: var(--ew-blue);
}

.eduwave-path-card--3::after {
    background: var(--ew-yellow-dark);
}

.eduwave-path-card--4::after {
    background: var(--ew-yellow);
}

.eduwave-path-card--5::after {
    background: var(--ew-gold);
}

.eduwave-path-card--6::after {
    background: var(--ew-green);
}

.eduwave-path-card:hover {
    color: var(--ew-ink);
    background: #f8fafc;
    transform: translateY(-3px);
}

.eduwave-path-card:hover::after {
    transform: scaleX(1);
}

.eduwave-path-card__number {
    position: absolute;
    top: 10px;
    right: 14px;
    color: #e7ebed;
    font-family: Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
}

.eduwave-path-card__icon {
    position: relative;
    width: 54px;
    height: 54px;
    background: #e8f1fb;
    border-radius: 50%;
}

.eduwave-path-card--2 .eduwave-path-card__icon {
    background: #e5f0fd;
}

.eduwave-path-card--3 .eduwave-path-card__icon {
    background: #fff4cc;
}

.eduwave-path-card--4 .eduwave-path-card__icon {
    background: #fff6cf;
}

.eduwave-path-card--5 .eduwave-path-card__icon {
    background: #ffecd2;
}

.eduwave-path-card--6 .eduwave-path-card__icon {
    background: #e8f1fb;
}

.eduwave-path-card__icon::before,
.eduwave-path-card__icon::after {
    position: absolute;
    content: '';
}

.eduwave-path-card__icon--book::before {
    inset: 16px 13px;
    border: 2px solid var(--ew-green);
    border-radius: 2px;
}

.eduwave-path-card__icon--book::after {
    top: 16px;
    bottom: 16px;
    left: 26px;
    border-left: 2px solid var(--ew-green);
}

.eduwave-path-card__icon--compass::before {
    inset: 14px;
    border: 2px solid var(--ew-blue);
    border-radius: 50%;
}

.eduwave-path-card__icon--compass::after {
    top: 20px;
    left: 22px;
    width: 10px;
    height: 14px;
    background: var(--ew-blue);
    clip-path: polygon(100% 0, 70% 70%, 0 100%, 30% 30%);
}

.eduwave-path-card__icon--people::before {
    top: 14px;
    left: 21px;
    width: 12px;
    height: 12px;
    border: 2px solid var(--ew-gold);
    border-radius: 50%;
}

.eduwave-path-card__icon--people::after {
    bottom: 13px;
    left: 14px;
    width: 26px;
    height: 14px;
    border: 2px solid var(--ew-gold);
    border-radius: 18px 18px 3px 3px;
}

.eduwave-path-card__icon--habit::before {
    inset: 14px;
    border: 2px solid var(--ew-gold);
    border-radius: 50%;
}

.eduwave-path-card__icon--habit::after {
    top: 19px;
    left: 26px;
    width: 8px;
    height: 13px;
    border-bottom: 2px solid var(--ew-gold);
    border-left: 2px solid var(--ew-gold);
}

.eduwave-path-card__icon--campus::before {
    right: 12px;
    bottom: 14px;
    left: 12px;
    height: 19px;
    border-right: 2px solid var(--ew-blue);
    border-bottom: 2px solid var(--ew-blue);
    border-left: 2px solid var(--ew-blue);
}

.eduwave-path-card__icon--campus::after {
    top: 13px;
    left: 12px;
    width: 30px;
    height: 12px;
    background: var(--ew-blue);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.eduwave-path-card__icon--online::before {
    top: 15px;
    right: 13px;
    left: 13px;
    height: 18px;
    border: 2px solid var(--ew-green);
    border-radius: 3px;
}

.eduwave-path-card__icon--online::after {
    right: 17px;
    bottom: 13px;
    left: 17px;
    border-bottom: 2px solid var(--ew-green);
}

.eduwave-path-card__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.eduwave-path-card__body strong {
    font-size: 18px;
}

.eduwave-path-card__body small {
    color: var(--ew-muted);
    font-size: 12px;
    line-height: 1.55;
}

.eduwave-path-card > .eduwave-arrow {
    position: absolute;
    right: 20px;
    bottom: 22px;
}

.eduwave-arrow {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 10px;
    border-bottom: 1px solid currentColor;
}

.eduwave-arrow::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    content: '';
    transform: rotate(-45deg);
    transform-origin: bottom right;
}

.eduwave-popular {
    background: var(--ew-mist);
}

.eduwave-latest {
    background: #fff;
}

.eduwave-text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    color: var(--ew-green) !important;
    font-size: 14px;
    font-weight: 700;
}

.eduwave-articles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 22px;
}

.eduwave-article-card {
    min-width: 0;
    margin: 0;
}

.eduwave-article-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 1200 / 630;
    overflow: hidden;
    background: #e2ebf5;
}

.eduwave-article-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.eduwave-article-card:hover .eduwave-article-card__image img {
    transform: scale(1.035);
}

.eduwave-article-card__placeholder {
    display: grid;
    place-items: center;
    height: 100%;
    color: var(--ew-green);
    font-weight: 700;
}

.eduwave-article-card__body {
    padding: 18px 2px 0;
}

.eduwave-article-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
    color: #758089;
    font-size: 11px;
}

.eduwave-article-card__meta span {
    color: var(--ew-green);
    font-weight: 700;
}

.eduwave-article-card h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0;
}

.eduwave-article-card h3 a:hover {
    color: var(--ew-green);
}

.eduwave-shelves {
    background: var(--ew-mist);
}

.eduwave-shelves__list {
    display: grid;
    gap: 64px;
}

.eduwave-shelf {
    min-width: 0;
}

.eduwave-shelf__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--ew-ink);
}

.eduwave-shelf__header h3 {
    margin: 0;
    font-size: 23px;
    letter-spacing: 0;
}

.eduwave-shelf__header p {
    margin: 5px 0 0;
    color: var(--ew-muted);
    font-size: 12px;
}

.eduwave-shelf__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: none;
}

.eduwave-shelf__actions > a {
    margin-right: 10px;
    color: var(--ew-green);
    font-size: 12px;
    font-weight: 700;
}

.eduwave-carousel-button {
    position: relative;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: var(--ew-ink);
    background: #fff;
    border: 1px solid #cdd5d9;
    border-radius: 0;
    cursor: pointer;
}

.eduwave-carousel-button:hover:not(:disabled) {
    color: #fff;
    background: var(--ew-green);
    border-color: var(--ew-green);
}

.eduwave-carousel-button:disabled {
    color: #aeb7bd;
    background: #f3f5f5;
    cursor: default;
}

.eduwave-carousel-button span {
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.eduwave-carousel-button--prev span {
    transform: rotate(-135deg);
}

.eduwave-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 66px) / 4);
    gap: 22px;
    overflow-x: auto;
    padding: 0 0 12px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: #a6b4cc #edf3f9;
    scrollbar-width: thin;
    overscroll-behavior-inline: contain;
}

.eduwave-carousel::-webkit-scrollbar {
    height: 5px;
}

.eduwave-carousel::-webkit-scrollbar-track {
    background: #edf3f9;
}

.eduwave-carousel::-webkit-scrollbar-thumb {
    background: #a6b4cc;
}

.eduwave-carousel-card {
    min-width: 0;
    margin: 0;
    scroll-snap-align: start;
}

.eduwave-carousel-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 1200 / 630;
    overflow: hidden;
    background: #e2ebf5;
}

.eduwave-carousel-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.eduwave-carousel-card:hover .eduwave-carousel-card__image img {
    transform: scale(1.035);
}

.eduwave-carousel-card__body {
    padding-top: 13px;
}

.eduwave-carousel-card time {
    display: block;
    margin-bottom: 7px;
    color: #7b858d;
    font-size: 10px;
}

.eduwave-carousel-card h4 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.eduwave-carousel-card h4 a:hover {
    color: var(--ew-green);
}

.eduwave-guidance {
    background: #fff;
}

.eduwave-guidance__inner {
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
    align-items: center;
    gap: clamp(50px, 8vw, 110px);
}

.eduwave-guidance__portrait {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #e2ebf5;
    border-radius: 50%;
}

.eduwave-guidance__portrait::after {
    position: absolute;
    inset: 14px;
    border: 1px solid rgb(255 255 255 / 70%);
    border-radius: inherit;
    content: '';
}

.eduwave-guidance__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eduwave-guidance h2 {
    max-width: 650px;
    margin-bottom: 24px;
}

.eduwave-guidance__copy > p:not(.eduwave-eyebrow, .eduwave-guidance__signature) {
    margin: 0;
    color: var(--ew-muted);
    line-height: 2;
}

.eduwave-guidance__signature {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 28px 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--ew-line);
}

.eduwave-guidance__avatar {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}

.eduwave-guidance__signature strong {
    color: var(--ew-green);
    font-size: 18px;
}

.eduwave-guidance__signature span {
    color: var(--ew-muted);
    font-size: 12px;
}

.eduwave-consult {
    padding-top: 0;
}

.eduwave-consult__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 48px;
    padding: 48px 56px;
    background: var(--ew-ink);
    border-left: 6px solid var(--ew-yellow);
}

.eduwave-consult .eduwave-eyebrow {
    color: var(--ew-yellow);
}

.eduwave-consult h2 {
    color: #fff;
    font-size: 25px;
}

.eduwave-consult .eduwave-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
}

.eduwave-consult__logo {
    display: block;
    width: 408px;
    max-width: 100%;
    padding: 30px 34px;
    background: #fff;
    border-radius: 14px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.eduwave-consult__logo:hover {
    box-shadow: 0 14px 34px rgb(0 0 0 / 30%);
    transform: translateY(-3px);
}

.eduwave-consult__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.eduwave-consult p:not(.eduwave-eyebrow) {
    max-width: 760px;
    margin: 14px 0 0;
    color: #c7cdd1;
    font-size: 14px;
    line-height: 1.8;
}

.eduwave-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 200px;
    min-height: 54px;
    /* ロゴ黄の上は白文字だと読めないのでネイビー文字にする */
    color: var(--ew-ink);
    background: var(--ew-yellow);
}

.eduwave-button:hover {
    color: var(--ew-ink);
    background: var(--ew-yellow-dark);
}

.eduwave-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .55s ease, transform .55s ease;
}

.eduwave-reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .eduwave-home *,
    .eduwave-home *::before,
    .eduwave-home *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }

    .eduwave-reveal {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1023px) {
    .eduwave-hero,
    .eduwave-hero__inner {
        min-height: 0;
    }

    .eduwave-hero {
        display: block;
        aspect-ratio: auto;
        background-image: none;
        background-color: var(--ew-mist);
    }

    .eduwave-hero__inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .eduwave-hero__spacer {
        display: none;
    }

    .eduwave-hero__copy {
        max-width: none;
        padding: 36px 0 44px;
    }

    .eduwave-hero h1 {
        font-size: 44px;
    }

    .eduwave-hero__mobile-visual {
        display: block;
    }

    .eduwave-paths__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .eduwave-path-card {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        align-items: center;
        justify-content: initial;
        gap: 14px;
        min-height: 140px;
        padding: 28px 20px;
    }

    .eduwave-path-card > .eduwave-arrow {
        display: none;
    }

    .eduwave-carousel {
        grid-auto-columns: calc((100% - 44px) / 3);
    }

    .eduwave-consult__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .eduwave-shell {
        width: min(calc(100% - 32px), var(--ew-shell));
    }

    .eduwave-hero {
        min-height: 0;
    }

    .eduwave-hero__inner {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .eduwave-hero__copy {
        width: 100%;
        max-width: none;
        padding: 28px 0 34px;
    }

    .eduwave-hero h1 {
        font-size: 34px;
        line-height: 1.35;
    }

    .eduwave-hero__lead {
        margin: 20px 0 24px;
        font-size: 15px;
        line-height: 1.8;
    }

    .eduwave-search {
        grid-template-columns: 20px minmax(0, 1fr) auto;
        min-height: 56px;
        padding-left: 16px;
    }

    .eduwave-search input {
        padding-inline: 10px;
        font-size: 14px;
    }

    .eduwave-search button {
        min-width: 64px;
        padding-inline: 14px;
    }

    .eduwave-hero__note {
        margin-top: 20px;
        padding: 11px 14px;
        gap: 10px;
    }

    .eduwave-hero__note-icon {
        width: 42px;
        height: 42px;
    }

    .eduwave-quick__inner {
        display: block;
        min-height: auto;
        padding-block: 16px;
    }

    .eduwave-quick__label {
        display: block;
        margin-bottom: 10px;
    }

    .eduwave-section {
        padding: 64px 0;
    }

    .eduwave-section-heading {
        display: block;
        margin-bottom: 28px;
    }

    .eduwave-section-heading h2,
    .eduwave-guidance h2 {
        font-size: 28px;
    }

    .eduwave-section-heading > p {
        margin-top: 12px;
    }

    .eduwave-section-heading .eduwave-text-link {
        margin-top: 10px;
    }

    .eduwave-paths__grid,
    .eduwave-articles {
        grid-template-columns: minmax(0, 1fr);
    }

    .eduwave-paths__grid {
        gap: 12px;
    }

    .eduwave-path-card {
        grid-template-columns: 52px minmax(0, 1fr) 18px;
        min-height: 116px;
        padding: 22px 20px;
    }

    .eduwave-path-card > .eduwave-arrow {
        display: inline-block;
    }

    .eduwave-articles {
        gap: 30px;
    }

    .eduwave-shelves__list {
        gap: 50px;
    }

    .eduwave-shelf__header {
        align-items: flex-start;
    }

    .eduwave-shelf__header h3 {
        font-size: 20px;
    }

    .eduwave-shelf__header p {
        max-width: 210px;
    }

    .eduwave-shelf__actions > a {
        display: none;
    }

    .eduwave-carousel-button {
        display: none;
    }

    .eduwave-carousel {
        width: calc(100% + 16px);
        grid-auto-columns: min(76vw, 280px);
        gap: 14px;
        padding-right: 16px;
    }

    .eduwave-guidance__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    .eduwave-guidance__portrait {
        width: min(84%, 360px);
        margin-inline: auto;
    }

    .eduwave-guidance__signature {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .eduwave-guidance__avatar {
        margin-bottom: 8px;
    }

    .eduwave-consult__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        padding: 36px 26px;
    }

    .eduwave-consult h2 {
        font-size: 22px;
    }

    .eduwave-consult__logo {
        /* width:408px のままだとグリッド列の最小幅を押し広げて画面外にはみ出す */
        width: 100%;
        padding: 22px 24px;
    }

    .eduwave-consult__logo img {
        margin-inline: auto;
    }

    .eduwave-button {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .eduwave-hero h1 {
        font-size: 30px;
    }

    .eduwave-search input {
        font-size: 13px;
    }
}
