/* --------------------
 Front
-------------------- */
@media (min-width: 992px) {
    .header__logo a:before {
        background-image: url(../images/logos/logo-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity 0.35s var(--cubic) 0s;
        z-index: 1;
    }

    .header__logo a img {
        transition: opacity 0.35s var(--cubic) 0s;
    }

    .header__menu__item a .ja,
  .header__menu__item a .en {
        transition: color 0.35s var(--cubic) 0s;
    }

    .header--white .header__logo a:before {
        opacity: 1;
    }

    .header--white .header__logo a img {
        opacity: 1;
    }

    .header--white .header__menu__item a .ja {
        color: var(--color-white);
    }

    .header--white .header__menu__item a .en {
        color: var(--color-white);
    }

    .header--white .header__menu__item a:focus .ja {
        color: var(--color-teal);
    }

    .header--white .header__menu__item a:focus .en {
        color: var(--color-teal);
    }
}

@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
    .header--white .header__menu__item a:hover .ja {
        color: var(--color-teal);
    }

    .header--white .header__menu__item a:hover .en {
        color: var(--color-teal);
    }
}

.main {
    overflow-x: clip;
}

.hero {
    height: calc(100svh - 40px);
    margin: 0 0 40px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero {
        height: calc(100svh - 70px);
        margin: 0 0 70px;
    }
}

.hero__slider {
    height: 100%;
    position: relative;
}

.hero__slider .splide {
    height: 100%;
}

.hero__slider .splide__track {
    height: 100%;
}

.hero__slider .splide__slide {
    height: 100%;
}

.hero__slider .splide__pagination {
    align-items: center;
    bottom: -16px;
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    justify-content: center;
    left: var(--c-pad);
    margin: 0;
    padding: 0;
    right: var(--c-pad);
}

@media (min-width: 768px) {
    .hero__slider .splide__pagination {
        bottom: -10px;
        gap: 16px;
        justify-content: flex-end;
        left: auto;
    }
}

@media (min-width: 992px) {
    .hero__slider .splide__pagination {
        bottom: 0;
    }
}

@media (min-width: 1240px) {
    .hero__slider .splide__pagination {
        right: 100px;
    }
}

.hero__slider .splide__pagination > li {
    display: block;
    margin: 0;
    padding: 0;
}

.hero__slider .splide__pagination__page {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--color-white);
    display: block;
    height: 7px;
    margin: 0;
    opacity: 1;
    transform: none;
    transition: background-color 0.35s var(--cubic) 0s;
    width: 7px;
}

@media (min-width: 768px) {
    .hero__slider .splide__pagination__page {
        height: 10px;
        width: 10px;
    }
}

.hero__slider .splide__pagination__page.is-active {
    background-color: var(--color-light-teal);
    opacity: 1;
    transform: none;
}

.hero__slider-01 {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: calc(100% - 20px);
    justify-content: center;
    padding: 68px 0 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__slider-01 {
        height: 100%;
        padding: 20px 0 0;
    }
}

.hero__slider-01__bg {
    background-image: url(../images/pages/front/front-hero-01-mb.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    -webkit-mask-image: url(../images/commons/com-page-head-mask.svg);
    mask-image: url(../images/commons/com-page-head-mask.svg);
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 2894px 2894px;
    mask-size: 2894px 2894px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero__slider-01__bg {
        background-image: url(../images/pages/front/front-hero-01.webp);
        -webkit-mask-size: 5146px 5146px;
        mask-size: 5146px 5146px;
    }
}

.hero__slider-01__main {
    padding: 20px 0 0;
    position: relative;
    width: 350px;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__slider-01__main {
        width: 400px;
    }
}

.hero__slider-01__main:before, .hero__slider-01__main:after {
    aspect-ratio: 1/1;
    border-radius: 50%;
    bottom: auto;
    content: "";
    display: block;
    left: 50%;
    margin: auto;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    z-index: -1;
}

@media (min-width: 768px) {
    .hero__slider-01__main:before, .hero__slider-01__main:after {
        width: 478px;
    }
}

.hero__slider-01__main:before {
    background-color: var(--color-turquoise);
    opacity: 0.7;
}

.hero__slider-01__main:after {
    background: linear-gradient(132.56deg, rgb(102, 45, 145) 0%, rgb(0, 113, 188) 20%, rgb(0, 169, 157) 40%, rgb(252, 238, 33) 60%, rgb(247, 147, 30) 80%, rgb(237, 28, 36) 100%);
    opacity: 0.3;
}

.hero__slider-01__main__frame {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.hero__slider-01__main__frame span {
    bottom: -30px;
    display: block;
    left: 20px;
    position: absolute;
    right: 20px;
    top: -30px;
}

@media (min-width: 768px) {
    .hero__slider-01__main__frame span {
        bottom: -40px;
        left: 0;
        right: 0;
        top: -40px;
    }
}

.hero__slider-01__main__frame span:before, .hero__slider-01__main__frame span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 36px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 54px;
}

@media (min-width: 768px) {
    .hero__slider-01__main__frame span:before, .hero__slider-01__main__frame span:after {
        height: 47px;
        width: 71px;
    }
}

.hero__slider-01__main__frame span:nth-child(1):before {
    background-image: url(../images/commons/com-frame-left-top.svg);
    left: 0;
    top: 0;
}

.hero__slider-01__main__frame span:nth-child(1):after {
    background-image: url(../images/commons/com-frame-right-top.svg);
    right: 0;
    top: 0;
}

.hero__slider-01__main__frame span:nth-child(2):before {
    background-image: url(../images/commons/com-frame-left-bottom.svg);
    bottom: 0;
    left: 0;
}

.hero__slider-01__main__frame span:nth-child(2):after {
    background-image: url(../images/commons/com-frame-right-bottom.svg);
    bottom: 0;
    right: 0;
}

.hero__slider-01__main__title {
    font-size: var(--fs10);
    line-height: 1;
    margin: 0 0 20px;
    text-align: center;
}

.hero__slider-01__main__title img {
    width: 255px;
}

@media (min-width: 768px) {
    .hero__slider-01__main__title img {
        width: 290px;
    }
}

.hero__slider-01__main__content {
    margin: 0 0 20px;
}

.hero__slider-01__main__content p {
    color: var(--color-white);
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__slider-01__main__content p {
        font-size: var(--fs16);
    }
}

.hero__slider-01__main__action a {
    align-items: center;
    border-radius: 25px;
    box-shadow: 2px 2px 2px rgba(var(--color-black-rgb), 0.3);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    height: 36px;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0.35s var(--cubic) 0s;
    width: 220px;
}

@media (min-width: 768px) {
    .hero__slider-01__main__action a {
        font-size: var(--fs16);
        height: 40px;
        width: 234px;
    }
}

.hero__slider-01__main__action a:before {
    background: linear-gradient(142.42deg, rgb(102, 45, 145) 0%, rgb(0, 113, 188) 20%, rgb(0, 169, 157) 40%, rgb(252, 238, 33) 60%, rgb(247, 147, 30) 80%, rgb(237, 28, 36) 100%);
    bottom: auto;
    content: "";
    display: block;
    height: 420px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translate(-42%, -42%);
    width: 320px;
    z-index: -1;
}

.hero__slider-01__main__action a:focus {
    box-shadow: 0px 0px 6px 4px rgba(var(--color-black-rgb), 0.35);
}

@media (hover: hover) and (pointer: fine) {
    .hero__slider-01__main__action a:hover {
        box-shadow: 0px 0px 6px 4px rgba(var(--color-black-rgb), 0.35);
    }
}

.hero__slider-02 {
    height: calc(100% - 20px);
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__slider-02 {
        height: 100%;
    }
}

.hero__slider-02__bg {
    background-image: url(../images/pages/front/front-hero-02-mb.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    -webkit-mask-image: url(../images/commons/com-page-head-mask.svg);
    mask-image: url(../images/commons/com-page-head-mask.svg);
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 2894px 2894px;
    mask-size: 2894px 2894px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero__slider-02__bg {
        background-image: url(../images/pages/front/front-hero-02.webp);
        -webkit-mask-size: 5146px 5146px;
        mask-size: 5146px 5146px;
    }
}

.hero__slider-02__main {
    margin: 0 auto;
    padding: 20vh var(--c-pad) 0;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__slider-02__main {
        padding: 26vh var(--c-pad) 0;
    }
}

.hero__slider-02__main__title {
    margin: 0;
    padding: 0 10px;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .hero__slider-02__main__title {
        padding: 0;
    }
}

.hero__slider-02__main__title:before {
    background-image: url(../images/pages/front/front-hero-02-title-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    filter: drop-shadow(2px 2px 2px #55cbff);
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateZ(0);
}

@media (min-width: 768px) {
    .hero__slider-02__main__title:before {
        background-image: url(../images/pages/front/front-hero-02-title.svg);
    }
}

.hero__slider-02__main__title img {
    position: relative;
    z-index: 1;
}

.hero__slider-02__action {
    bottom: -16px;
    left: var(--c-pad);
    position: absolute;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__slider-02__action {
        bottom: 4px;
    }
}

@media (min-width: 1240px) {
    .hero__slider-02__action {
        left: 56px;
    }
}

.hero__slider-02__action:before, .hero__slider-02__action:after {
    aspect-ratio: 1/1;
    border-radius: 50%;
    bottom: auto;
    content: "";
    display: block;
    left: 50%;
    margin: auto;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
}

@media (min-width: 768px) {
    .hero__slider-02__action:before, .hero__slider-02__action:after {
        width: 230px;
    }
}

.hero__slider-02__action:before {
    background-color: var(--color-turquoise);
    opacity: 0.7;
    transition: box-shadow 0.35s var(--cubic) 0s, opacity 0.35s var(--cubic) 0s;
    z-index: 0;
}

.hero__slider-02__action:after {
    background: linear-gradient(132.56deg, rgb(102, 45, 145) 0%, rgb(0, 113, 188) 20%, rgb(0, 169, 157) 40%, rgb(252, 238, 33) 60%, rgb(247, 147, 30) 80%, rgb(237, 28, 36) 100%);
    opacity: 0.3;
    z-index: 1;
}

.hero__slider-02__action__frame {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.hero__slider-02__action__frame span {
    bottom: 18px;
    display: block;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 18px;
}

@media (min-width: 768px) {
    .hero__slider-02__action__frame span {
        bottom: 28px;
        left: 20px;
        right: 20px;
        top: 28px;
    }
}

.hero__slider-02__action__frame span:before, .hero__slider-02__action__frame span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 15px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 22px;
}

@media (min-width: 768px) {
    .hero__slider-02__action__frame span:before, .hero__slider-02__action__frame span:after {
        height: 22px;
        width: 32px;
    }
}

.hero__slider-02__action__frame span:nth-child(1):before {
    background-image: url(../images/commons/com-frame-left-top.svg);
    left: 0;
    top: 0;
}

.hero__slider-02__action__frame span:nth-child(1):after {
    background-image: url(../images/commons/com-frame-right-top.svg);
    right: 0;
    top: 0;
}

.hero__slider-02__action__frame span:nth-child(2):before {
    background-image: url(../images/commons/com-frame-left-bottom.svg);
    bottom: 0;
    left: 0;
}

.hero__slider-02__action__frame span:nth-child(2):after {
    background-image: url(../images/commons/com-frame-right-bottom.svg);
    bottom: 0;
    right: 0;
}

.hero__slider-02__action a {
    aspect-ratio: 1/1;
    color: var(--color-white);
    display: block;
    height: auto;
    justify-content: center;
    padding: 40px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 130px;
    z-index: 2;
}

@media (min-width: 768px) {
    .hero__slider-02__action a {
        padding: 60px 0 0;
        width: 230px;
    }
}

.hero__slider-02__action a:after {
    background-image: url(../images/pages/front/front-hero-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 24px;
}

@media (min-width: 768px) {
    .hero__slider-02__action a:after {
        height: 24px;
        width: 40px;
    }
}

.hero__slider-02__action a .en {
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs10);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.22;
    margin: 0 0 4px;
}

@media (min-width: 768px) {
    .hero__slider-02__action a .en {
        font-size: var(--fs18);
        margin: 0 0 8px;
    }
}

.hero__slider-02__action a .ja {
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.33;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .hero__slider-02__action a .ja {
        font-size: var(--fs24);
        margin: 0 0 16px;
    }
}

.hero__slider-02__action:has(a:hover, a:focus):before {
    box-shadow: 0px 0px 6px 4px rgba(var(--color-black-rgb), 0.35);
    opacity: 0.9;
}

.hero__slider-03 {
    height: calc(100% - 20px);
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__slider-03 {
        height: 100%;
    }
}

.hero__slider-03__bg {
    background-image: url(../images/pages/front/front-hero-03-mb.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    -webkit-mask-image: url(../images/commons/com-page-head-mask.svg);
    mask-image: url(../images/commons/com-page-head-mask.svg);
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 2894px 2894px;
    mask-size: 2894px 2894px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero__slider-03__bg {
        background-image: url(../images/pages/front/front-hero-03.webp);
        -webkit-mask-size: 5146px 5146px;
        mask-size: 5146px 5146px;
    }
}

.hero__slider-03__bg:after {
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(35, 24, 21) 100%);
    content: "";
    display: block;
    height: 150px;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateZ(0);
}

.hero__slider-03__main {
    margin: 0 auto;
    padding: 55vh var(--c-pad) 0;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__slider-03__main {
        padding: 43vh var(--c-pad) 0;
    }
}

.hero__slider-03__main__title {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .hero__slider-03__main__title {
        margin: 0;
    }
}

.hero__slider-03__main__title:before {
    background-image: url(../images/pages/front/front-hero-03-title-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    filter: drop-shadow(2px 2px 2px #55cbff);
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateZ(0);
}

@media (min-width: 768px) {
    .hero__slider-03__main__title:before {
        display: none;
    }
}

.hero__slider-03__main__title img {
    position: relative;
    width: 158px;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__slider-03__main__title img {
        width: 422px;
    }
}

.hero__slider-03__action {
    bottom: -16px;
    left: var(--c-pad);
    position: absolute;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__slider-03__action {
        bottom: 4px;
    }
}

@media (min-width: 1240px) {
    .hero__slider-03__action {
        left: 56px;
    }
}

.hero__slider-03__action:before, .hero__slider-03__action:after {
    aspect-ratio: 1/1;
    border-radius: 50%;
    bottom: auto;
    content: "";
    display: block;
    left: 50%;
    margin: auto;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
}

@media (min-width: 768px) {
    .hero__slider-03__action:before, .hero__slider-03__action:after {
        width: 230px;
    }
}

.hero__slider-03__action:before {
    background-color: var(--color-turquoise);
    opacity: 0.7;
    transition: box-shadow 0.35s var(--cubic) 0s, opacity 0.35s var(--cubic) 0s;
    z-index: 0;
}

.hero__slider-03__action:after {
    background: linear-gradient(132.56deg, rgb(102, 45, 145) 0%, rgb(0, 113, 188) 20%, rgb(0, 169, 157) 40%, rgb(252, 238, 33) 60%, rgb(247, 147, 30) 80%, rgb(237, 28, 36) 100%);
    opacity: 0.3;
    z-index: 1;
}

.hero__slider-03__action__frame {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.hero__slider-03__action__frame span {
    bottom: 18px;
    display: block;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 18px;
}

@media (min-width: 768px) {
    .hero__slider-03__action__frame span {
        bottom: 28px;
        left: 20px;
        right: 20px;
        top: 28px;
    }
}

.hero__slider-03__action__frame span:before, .hero__slider-03__action__frame span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 15px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 22px;
}

@media (min-width: 768px) {
    .hero__slider-03__action__frame span:before, .hero__slider-03__action__frame span:after {
        height: 22px;
        width: 32px;
    }
}

.hero__slider-03__action__frame span:nth-child(1):before {
    background-image: url(../images/commons/com-frame-left-top.svg);
    left: 0;
    top: 0;
}

.hero__slider-03__action__frame span:nth-child(1):after {
    background-image: url(../images/commons/com-frame-right-top.svg);
    right: 0;
    top: 0;
}

.hero__slider-03__action__frame span:nth-child(2):before {
    background-image: url(../images/commons/com-frame-left-bottom.svg);
    bottom: 0;
    left: 0;
}

.hero__slider-03__action__frame span:nth-child(2):after {
    background-image: url(../images/commons/com-frame-right-bottom.svg);
    bottom: 0;
    right: 0;
}

.hero__slider-03__action a {
    aspect-ratio: 1/1;
    color: var(--color-white);
    display: block;
    height: auto;
    justify-content: center;
    padding: 30px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 130px;
    z-index: 2;
}

@media (min-width: 768px) {
    .hero__slider-03__action a {
        padding: 60px 0 0;
        width: 230px;
    }
}

.hero__slider-03__action a:after {
    background-image: url(../images/pages/front/front-hero-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 24px;
}

@media (min-width: 768px) {
    .hero__slider-03__action a:after {
        height: 24px;
        width: 40px;
    }
}

.hero__slider-03__action a .en {
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs10);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.22;
    margin: 0 0 4px;
}

@media (min-width: 768px) {
    .hero__slider-03__action a .en {
        font-size: var(--fs18);
        margin: 0 0 8px;
    }
}

.hero__slider-03__action a .ja {
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.33;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .hero__slider-03__action a .ja {
        font-size: var(--fs24);
        margin: 0 0 16px;
    }
}

.hero__slider-03__action:has(a:hover, a:focus):before {
    box-shadow: 0px 0px 6px 4px rgba(var(--color-black-rgb), 0.35);
    opacity: 0.9;
}

.hero__slider-04 {
    height: calc(100% - 20px);
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__slider-04 {
        height: 100%;
    }
}

.hero__slider-04__bg {
    background-image: url(../images/pages/front/front-hero-04-mb.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    -webkit-mask-image: url(../images/commons/com-page-head-mask.svg);
    mask-image: url(../images/commons/com-page-head-mask.svg);
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 2894px 2894px;
    mask-size: 2894px 2894px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero__slider-04__bg {
        background-image: url(../images/pages/front/front-hero-04.webp);
        -webkit-mask-size: 5146px 5146px;
        mask-size: 5146px 5146px;
    }
}

.hero__slider-04__main {
    margin: 0 auto;
    padding: 16vh var(--c-pad) 0;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__slider-04__main {
        padding: 43vh var(--c-pad) 0;
    }
}

.hero__slider-04__main__title {
    margin: 0;
    padding: 0;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

.hero__slider-04__main__title:before {
    background-image: url(../images/pages/front/front-hero-03-title-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    filter: drop-shadow(2px 2px 2px var(--color-white));
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateZ(0);
}

@media (min-width: 768px) {
    .hero__slider-04__main__title:before {
        display: none;
    }
}

.hero__slider-04__main__title img {
    position: relative;
    width: 158px;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__slider-04__main__title img {
        width: 422px;
    }
}

.hero__slider-04__action {
    bottom: -16px;
    left: var(--c-pad);
    position: absolute;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__slider-04__action {
        bottom: 4px;
    }
}

@media (min-width: 1240px) {
    .hero__slider-04__action {
        left: 56px;
    }
}

.hero__slider-04__action:before, .hero__slider-04__action:after {
    aspect-ratio: 1/1;
    border-radius: 50%;
    bottom: auto;
    content: "";
    display: block;
    left: 50%;
    margin: auto;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
}

@media (min-width: 768px) {
    .hero__slider-04__action:before, .hero__slider-04__action:after {
        width: 230px;
    }
}

.hero__slider-04__action:before {
    background-color: var(--color-turquoise);
    opacity: 0.7;
    transition: box-shadow 0.35s var(--cubic) 0s, opacity 0.35s var(--cubic) 0s;
    z-index: 0;
}

.hero__slider-04__action:after {
    background: linear-gradient(132.56deg, rgb(102, 45, 145) 0%, rgb(0, 113, 188) 20%, rgb(0, 169, 157) 40%, rgb(252, 238, 33) 60%, rgb(247, 147, 30) 80%, rgb(237, 28, 36) 100%);
    opacity: 0.3;
    z-index: 1;
}

.hero__slider-04__action__frame {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.hero__slider-04__action__frame span {
    bottom: 18px;
    display: block;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 18px;
}

@media (min-width: 768px) {
    .hero__slider-04__action__frame span {
        bottom: 28px;
        left: 20px;
        right: 20px;
        top: 28px;
    }
}

.hero__slider-04__action__frame span:before, .hero__slider-04__action__frame span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 15px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 22px;
}

@media (min-width: 768px) {
    .hero__slider-04__action__frame span:before, .hero__slider-04__action__frame span:after {
        height: 22px;
        width: 32px;
    }
}

.hero__slider-04__action__frame span:nth-child(1):before {
    background-image: url(../images/commons/com-frame-left-top.svg);
    left: 0;
    top: 0;
}

.hero__slider-04__action__frame span:nth-child(1):after {
    background-image: url(../images/commons/com-frame-right-top.svg);
    right: 0;
    top: 0;
}

.hero__slider-04__action__frame span:nth-child(2):before {
    background-image: url(../images/commons/com-frame-left-bottom.svg);
    bottom: 0;
    left: 0;
}

.hero__slider-04__action__frame span:nth-child(2):after {
    background-image: url(../images/commons/com-frame-right-bottom.svg);
    bottom: 0;
    right: 0;
}

.hero__slider-04__action a {
    aspect-ratio: 1/1;
    color: var(--color-white);
    display: block;
    height: auto;
    justify-content: center;
    padding: 30px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 130px;
    z-index: 2;
}

@media (min-width: 768px) {
    .hero__slider-04__action a {
        padding: 60px 0 0;
        width: 230px;
    }
}

.hero__slider-04__action a:after {
    background-image: url(../images/pages/front/front-hero-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 24px;
}

@media (min-width: 768px) {
    .hero__slider-04__action a:after {
        height: 24px;
        width: 40px;
    }
}

.hero__slider-04__action a .en {
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs10);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.22;
    margin: 0 0 4px;
}

@media (min-width: 768px) {
    .hero__slider-04__action a .en {
        font-size: var(--fs18);
        margin: 0 0 8px;
    }
}

.hero__slider-04__action a .ja {
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.33;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .hero__slider-04__action a .ja {
        font-size: var(--fs24);
        margin: 0 0 16px;
    }
}

.hero__slider-04__action:has(a:hover, a:focus):before {
    box-shadow: 0px 0px 6px 4px rgba(var(--color-black-rgb), 0.35);
    opacity: 0.9;
}

.menu {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 32px 20px;
    justify-content: center;
    margin: 0 auto 50px;
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.menu__item {
    color: inherit;
    display: block;
    flex: 0 0 100%;
    text-decoration: none;
    transform: translateZ(0);
}

@media (min-width: 768px) {
    .menu__item {
        flex: 0 0 calc(33.33333% - 13.33333px);
    }
}

.menu__item__main {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(var(--color-black-rgb), 0.3);
    height: 135px;
    margin: 0 0 8px;
    overflow: hidden;
    padding: 8px;
    position: relative;
    transition: opacity 0.35s var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 992px) {
    .menu__item__main {
        height: 170px;
        padding: 10px;
    }
}

.menu__item__main__fig {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.menu__item__main__fig img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s var(--cubic) 0s;
    width: 100%;
}

.menu__item__main:before {
    background-color: var(--color-white);
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 41.8604651163% 0, 30.2325581395% 100%, 0 100%);
    clip-path: polygon(0 0, 41.8604651163% 0, 30.2325581395% 100%, 0 100%);
    content: "";
    display: block;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.menu__item__main__label {
    background-color: #000;
    border-radius: 20px;
    color: var(--color-white);
    display: inline-block;
    font-size: var(--fs11);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0 0 6px;
    padding: 5px 10px;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
    z-index: 1;
}

@media (min-width: 992px) {
    .menu__item__main__label {
        font-size: var(--fs12);
        margin: 0 0 20px;
    }
}

.menu__item__main__title {
    color: var(--color-dark-gray);
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.62;
    margin: 0;
    padding: 0 0 0 4px;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .menu__item__main__title {
        font-size: var(--fs15);
        padding: 0 0 0 10px;
    }
}

.menu__item__main__title em {
    font-size: var(--fs18);
    font-style: normal;
    font-weight: inherit;
    line-height: 1.62;
}

@media (min-width: 992px) {
    .menu__item__main__title em {
        font-size: var(--fs20);
    }
}

.menu__item__main__title img {
    display: inline-block;
    margin-left: 4px;
    transform: translateY(-1px);
    vertical-align: middle;
    width: 11px;
}

.menu__item__note p {
    color: var(--color-gray);
    font-size: var(--fs12);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.33;
    margin: 0;
}

.menu__item:focus .menu__item__main {
    opacity: 0.75;
}

.menu__item:focus .menu__item__main__fig img {
    transform: scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    .menu__item:hover .menu__item__main {
        opacity: 0.75;
    }

    .menu__item:hover .menu__item__main__fig img {
        transform: scale(1.05);
    }
}

.menu__item--school .menu__item__main__label {
    background-color: var(--color-blue);
}

.menu__item--contact .menu__item__main__label {
    background-color: var(--color-orange);
}

.menu__item--sports .menu__item__main__label {
    background-color: var(--color-red);
}

.news {
    margin: 0 0 80px;
    position: relative;
}

@media (min-width: 768px) {
    .news {
        margin: 0 0 100px;
    }
}

.news-container {
    margin: 0 auto;
    padding: 30px var(--c-pad) 50px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .news-container {
        padding: 70px var(--c-pad) 50px;
    }
}

.news__head {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin: 0 0 36px;
}

.news__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 8px 20px;
    justify-content: flex-start;
}

.news__head__title__en {
    color: var(--color-teal);
    font-family: var(--ff-josefin-sans);
    font-size: 2.375rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

@media (min-width: 992px) {
    .news__head__title__en {
        font-size: 2.625rem;
    }
}

.news__head__title__ja {
    color: var(--color-teal);
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

@media (min-width: 992px) {
    .news__head__title__ja {
        font-size: var(--fs18);
    }
}

.news__head__action {
    display: none;
}

@media (min-width: 768px) {
    .news__head__action {
        display: block;
    }
}

.news__head__action a {
    border-radius: 20px;
    color: var(--color-teal);
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    letter-spacing: 0;
    line-height: 1.05;
    padding: 12px 20px 8px 20px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s var(--cubic) 0s, color 0.35s var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 992px) {
    .news__head__action a {
        font-size: var(--fs18);
    }
}

.news__head__action a:after {
    background-image: url(../images/commons/com-read-more-line.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    transition: opacity 0.35s var(--cubic) 0s;
    width: 110px;
}

@media (min-width: 992px) {
    .news__head__action a:after {
        width: 120px;
    }
}

.news__head__action a:focus {
    background-color: var(--color-teal);
    color: var(--color-white);
}

.news__head__action a:focus:after {
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .news__head__action a:hover {
        background-color: var(--color-teal);
        color: var(--color-white);
    }

    .news__head__action a:hover:after {
        opacity: 0;
    }
}

.news__category {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 12px 8px;
    justify-content: flex-start;
    margin: 0 0 12px;
}

@media (min-width: 768px) {
    .news__category {
        gap: 12px;
    }
}

.news__category a {
    align-items: center;
    background-color: var(--color-mint);
    border: none;
    border-radius: 20px;
    color: var(--color-dark-gray);
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.2;
    min-height: 32px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s var(--cubic) 0s, color 0.35s var(--cubic) 0s;
}

@media (min-width: 768px) {
    .news__category a {
        min-height: 40px;
        padding: 10px 12px;
    }
}

@media (min-width: 992px) {
    .news__category a {
        flex: 0 0 calc(16.66667% - 10px);
        font-size: var(--fs16);
    }
}

.news__category a.-active {
    background-color: var(--color-teal);
    color: var(--color-white);
}

.news__category a:focus {
    background-color: var(--color-teal);
    color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .news__category a:hover {
        background-color: var(--color-teal);
        color: var(--color-white);
    }
}

.news__list {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .news__list {
        margin: 0;
    }
}

.news__list__item {
    border-bottom: 1px solid var(--color-light-gray);
}

.news__list__item:last-child {
    border-bottom: none;
}

.news__list__item__link {
    align-items: flex-start;
    color: var(--color-black);
    display: flex;
    flex-flow: row wrap;
    gap: 12px 30px;
    padding: 20px 2px;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 0;
}

@media (min-width: 768px) {
    .news__list__item__link {
        padding: 15px 2px;
    }
}

.news__list__item__link:before {
    background-color: rgba(var(--color-mint-rgb), 0.35);
    bottom: 0;
    content: "";
    display: block;
    left: -6px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.35s var(--cubic) 0s;
    z-index: -1;
}

.news__list__item__link__fig {
    aspect-ratio: 142/80;
    background-color: var(--color-medium-gray);
    flex: 0 0 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .news__list__item__link__fig {
        flex: 0 0 142px;
    }
}

.news__list__item__link__fig img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s var(--cubic) 0s;
    width: 100%;
}

.news__list__item__link__main {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .news__list__item__link__main {
        flex: 0 0 calc(100% - 172px);
        padding: 12px 0 0;
    }
}

.news__list__item__link__main__date {
    color: var(--color-teal);
    display: block;
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .news__list__item__link__main__date {
        font-size: var(--fs16);
    }
}

.news__list__item__link__main__title {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 768px) {
    .news__list__item__link__main__title {
        font-size: var(--fs16);
    }
}

.news__list__item__link:focus:before {
    opacity: 1;
}

.news__list__item__link:focus .news__list__item__link__fig img {
    transform: scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    .news__list__item__link:hover:before {
        opacity: 1;
    }

    .news__list__item__link:hover .news__list__item__link__fig img {
        transform: scale(1.05);
    }
}

@media (min-width: 768px) {
    .news__action {
        display: none;
    }
}

.news__action a {
    border-radius: 20px;
    color: var(--color-teal);
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 auto;
    padding: 12px 20px 8px 20px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s var(--cubic) 0s, color 0.35s var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 992px) {
    .news__action a {
        font-size: var(--fs18);
    }
}

.news__action a:after {
    background-image: url(../images/commons/com-read-more-line.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    transition: opacity 0.35s var(--cubic) 0s;
    width: 110px;
}

@media (min-width: 992px) {
    .news__action a:after {
        width: 120px;
    }
}

.news__action a:focus {
    background-color: var(--color-teal);
    color: var(--color-white);
}

.news__action a:focus:after {
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .news__action a:hover {
        background-color: var(--color-teal);
        color: var(--color-white);
    }

    .news__action a:hover:after {
        opacity: 0;
    }
}

.school {
    margin: 0 0 80px;
}

.school-container {
    margin: 0 auto;
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.school__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
    padding: 36px 0 28px;
    position: relative;
}

@media (min-width: 768px) {
    .school__head {
        padding: 44px 0 32px;
    }
}

@media (min-width: 992px) {
    .school__head {
        padding: 52px 0 36px;
    }
}

.school__head__frame {
    bottom: 0;
    left: -8px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    width: 160px;
    z-index: 0;
}

@media (min-width: 768px) {
    .school__head__frame {
        left: -18px;
        width: 200px;
    }
}

@media (min-width: 1240px) {
    .school__head__frame {
        left: -36px;
    }
}

.school__head__frame span {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.school__head__frame span:before, .school__head__frame span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 19px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 29px;
}

@media (min-width: 768px) {
    .school__head__frame span:before, .school__head__frame span:after {
        height: 26px;
        width: 40px;
    }
}

.school__head__frame span:nth-child(1):before {
    background-image: url(../images/commons/com-frame-left-top.svg);
    left: 0;
    top: 0;
}

.school__head__frame span:nth-child(1):after {
    background-image: url(../images/commons/com-frame-right-top.svg);
    right: 0;
    top: 0;
}

.school__head__frame span:nth-child(2):before {
    background-image: url(../images/commons/com-frame-left-bottom.svg);
    bottom: 0;
    left: 0;
}

.school__head__frame span:nth-child(2):after {
    background-image: url(../images/commons/com-frame-right-bottom.svg);
    bottom: 0;
    right: 0;
}

.school__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: column nowrap;
    gap: 8px 20px;
    justify-content: flex-start;
}

@media (min-width: 992px) {
    .school__head__title {
        flex-direction: row;
    }
}

.school__head__title__en {
    color: var(--color-teal);
    font-family: var(--ff-josefin-sans);
    font-size: 1.6875rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .school__head__title__en {
        font-size: 2.375rem;
    }
}

@media (min-width: 992px) {
    .school__head__title__en {
        font-size: 2.625rem;
    }
}

.school__head__title__ja {
    color: var(--color-teal);
    font-size: var(--fs12);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .school__head__title__ja {
        font-size: var(--fs14);
    }
}

@media (min-width: 992px) {
    .school__head__title__ja {
        font-size: var(--fs18);
    }
}

.school__head__action {
    display: none;
}

@media (min-width: 768px) {
    .school__head__action {
        display: block;
    }
}

.school__head__action a {
    border-radius: 20px;
    color: var(--color-teal);
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    letter-spacing: 0;
    line-height: 1.05;
    padding: 12px 20px 8px 20px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s var(--cubic) 0s, color 0.35s var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 992px) {
    .school__head__action a {
        font-size: var(--fs18);
    }
}

.school__head__action a:after {
    background-image: url(../images/commons/com-read-more-line.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    transition: opacity 0.35s var(--cubic) 0s;
    width: 110px;
}

@media (min-width: 992px) {
    .school__head__action a:after {
        width: 120px;
    }
}

.school__head__action a:focus {
    background-color: var(--color-teal);
    color: var(--color-white);
}

.school__head__action a:focus:after {
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .school__head__action a:hover {
        background-color: var(--color-teal);
        color: var(--color-white);
    }

    .school__head__action a:hover:after {
        opacity: 0;
    }
}

.school__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 40px var(--c-pad);
    justify-content: flex-start;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .school__list {
        gap: 50px 28px;
        margin: 0;
    }
}

.school__list__item {
    width: calc(50% - var(--c-pad)*0.5);
}

@media (min-width: 768px) {
    .school__list__item {
        width: calc(25% - 21px);
    }
}

.school__list__item__fig {
    margin: 0 0 10px;
    overflow: hidden;
}

.school__list__item__fig img {
    aspect-ratio: 228/150;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.school__list__item__title {
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.46;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .school__list__item__title {
        font-size: var(--fs20);
        margin: 0 0 10px;
    }
}

.school__list__item__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.62;
    margin: 0;
}

@media (min-width: 768px) {
    .school__list__item__content p {
        font-size: var(--fs16);
    }
}

a.school__list__item {
    color: inherit;
    display: block;
    text-decoration: none;
    transition: color 0.35s var(--cubic) 0s;
}

a.school__list__item .school__list__item__fig img {
    transition: transform 0.35s var(--cubic) 0s;
}

a.school__list__item:focus {
    color: var(--color-teal);
}

a.school__list__item:focus .school__list__item__fig img {
    transform: scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    a.school__list__item:hover {
        color: var(--color-teal);
    }

    a.school__list__item:hover .school__list__item__fig img {
        transform: scale(1.05);
    }
}

@media (min-width: 768px) {
    .school__action {
        display: none;
    }
}

.school__action a {
    border-radius: 20px;
    color: var(--color-teal);
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 auto;
    padding: 12px 20px 8px 20px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s var(--cubic) 0s, color 0.35s var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 992px) {
    .school__action a {
        font-size: var(--fs18);
    }
}

.school__action a:after {
    background-image: url(../images/commons/com-read-more-line.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    transition: opacity 0.35s var(--cubic) 0s;
    width: 110px;
}

@media (min-width: 992px) {
    .school__action a:after {
        width: 120px;
    }
}

.school__action a:focus {
    background-color: var(--color-teal);
    color: var(--color-white);
}

.school__action a:focus:after {
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .school__action a:hover {
        background-color: var(--color-teal);
        color: var(--color-white);
    }

    .school__action a:hover:after {
        opacity: 0;
    }
}

.sports {
    margin: 0 0 80px;
}

.sports-container {
    margin: 0 auto;
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.sports__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
    padding: 36px 0 28px;
    position: relative;
}

@media (min-width: 768px) {
    .sports__head {
        padding: 44px 0 32px;
    }
}

@media (min-width: 992px) {
    .sports__head {
        padding: 52px 0 36px;
    }
}

.sports__head__frame {
    bottom: 0;
    left: -8px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    width: 160px;
    z-index: 0;
}

@media (min-width: 768px) {
    .sports__head__frame {
        left: -18px;
        width: 200px;
    }
}

@media (min-width: 1240px) {
    .sports__head__frame {
        left: -36px;
    }
}

.sports__head__frame span {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sports__head__frame span:before, .sports__head__frame span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 19px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 29px;
}

@media (min-width: 768px) {
    .sports__head__frame span:before, .sports__head__frame span:after {
        height: 26px;
        width: 40px;
    }
}

.sports__head__frame span:nth-child(1):before {
    background-image: url(../images/commons/com-frame-left-top.svg);
    left: 0;
    top: 0;
}

.sports__head__frame span:nth-child(1):after {
    background-image: url(../images/commons/com-frame-right-top.svg);
    right: 0;
    top: 0;
}

.sports__head__frame span:nth-child(2):before {
    background-image: url(../images/commons/com-frame-left-bottom.svg);
    bottom: 0;
    left: 0;
}

.sports__head__frame span:nth-child(2):after {
    background-image: url(../images/commons/com-frame-right-bottom.svg);
    bottom: 0;
    right: 0;
}

.sports__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: column nowrap;
    gap: 8px 20px;
    justify-content: flex-start;
}

@media (min-width: 992px) {
    .sports__head__title {
        flex-direction: row;
    }
}

.sports__head__title__en {
    color: var(--color-teal);
    font-family: var(--ff-josefin-sans);
    font-size: 2.125rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .sports__head__title__en {
        font-size: 2.375rem;
    }
}

@media (min-width: 992px) {
    .sports__head__title__en {
        font-size: 2.625rem;
    }
}

.sports__head__title__ja {
    color: var(--color-teal);
    font-size: var(--fs12);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .sports__head__title__ja {
        font-size: var(--fs14);
    }
}

@media (min-width: 992px) {
    .sports__head__title__ja {
        font-size: var(--fs18);
    }
}

.sports__head__action {
    display: none;
}

@media (min-width: 768px) {
    .sports__head__action {
        display: block;
    }
}

.sports__head__action a {
    border-radius: 20px;
    color: var(--color-teal);
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    letter-spacing: 0;
    line-height: 1.05;
    padding: 12px 20px 8px 20px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s var(--cubic) 0s, color 0.35s var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 992px) {
    .sports__head__action a {
        font-size: var(--fs18);
    }
}

.sports__head__action a:after {
    background-image: url(../images/commons/com-read-more-line.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    transition: opacity 0.35s var(--cubic) 0s;
    width: 110px;
}

@media (min-width: 992px) {
    .sports__head__action a:after {
        width: 120px;
    }
}

.sports__head__action a:focus {
    background-color: var(--color-teal);
    color: var(--color-white);
}

.sports__head__action a:focus:after {
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .sports__head__action a:hover {
        background-color: var(--color-teal);
        color: var(--color-white);
    }

    .sports__head__action a:hover:after {
        opacity: 0;
    }
}

.sports__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 40px var(--c-pad);
    justify-content: flex-start;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .sports__list {
        gap: 50px 40px;
        margin: 0;
    }
}

.sports__list__item {
    width: calc(50% - var(--c-pad)*0.5);
}

@media (min-width: 768px) {
    .sports__list__item {
        width: calc(33.33333% - 26.66667px);
    }
}

.sports__list__item__fig {
    margin: 0 0 10px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .sports__list__item__fig {
        margin: 0 0 20px;
    }
}

.sports__list__item__fig img {
    aspect-ratio: 306/202;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.sports__list__item__title {
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.46;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .sports__list__item__title {
        font-size: var(--fs20);
        margin: 0 0 10px;
    }
}

.sports__list__item__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.62;
    margin: 0;
}

@media (min-width: 768px) {
    .sports__list__item__content p {
        font-size: var(--fs16);
    }
}

a.sports__list__item {
    color: inherit;
    display: block;
    text-decoration: none;
    transition: color 0.35s var(--cubic) 0s;
}

a.sports__list__item .sports__list__item__fig img {
    transition: transform 0.35s var(--cubic) 0s;
}

a.sports__list__item:focus {
    color: var(--color-teal);
}

a.sports__list__item:focus .sports__list__item__fig img {
    transform: scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    a.sports__list__item:hover {
        color: var(--color-teal);
    }

    a.sports__list__item:hover .sports__list__item__fig img {
        transform: scale(1.05);
    }
}

@media (min-width: 768px) {
    .sports__action {
        display: none;
    }
}

.sports__action a {
    border-radius: 20px;
    color: var(--color-teal);
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 auto;
    padding: 12px 20px 8px 20px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s var(--cubic) 0s, color 0.35s var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 992px) {
    .sports__action a {
        font-size: var(--fs18);
    }
}

.sports__action a:after {
    background-image: url(../images/commons/com-read-more-line.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    transition: opacity 0.35s var(--cubic) 0s;
    width: 110px;
}

@media (min-width: 992px) {
    .sports__action a:after {
        width: 120px;
    }
}

.sports__action a:focus {
    background-color: var(--color-teal);
    color: var(--color-white);
}

.sports__action a:focus:after {
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .sports__action a:hover {
        background-color: var(--color-teal);
        color: var(--color-white);
    }

    .sports__action a:hover:after {
        opacity: 0;
    }
}

.onsite {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .onsite {
        margin: 0 0 95px;
    }
}

.onsite-container {
    margin: 0 auto;
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.onsite__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
    padding: 36px 0 28px;
    position: relative;
}

@media (min-width: 768px) {
    .onsite__head {
        padding: 44px 0 32px;
    }
}

@media (min-width: 992px) {
    .onsite__head {
        padding: 52px 0 36px;
    }
}

.onsite__head__frame {
    bottom: 0;
    left: -8px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    width: 160px;
    z-index: 0;
}

@media (min-width: 768px) {
    .onsite__head__frame {
        left: -18px;
        width: 200px;
    }
}

@media (min-width: 1240px) {
    .onsite__head__frame {
        left: -36px;
    }
}

.onsite__head__frame span {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.onsite__head__frame span:before, .onsite__head__frame span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 19px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 29px;
}

@media (min-width: 768px) {
    .onsite__head__frame span:before, .onsite__head__frame span:after {
        height: 26px;
        width: 40px;
    }
}

.onsite__head__frame span:nth-child(1):before {
    background-image: url(../images/commons/com-frame-left-top.svg);
    left: 0;
    top: 0;
}

.onsite__head__frame span:nth-child(1):after {
    background-image: url(../images/commons/com-frame-right-top.svg);
    right: 0;
    top: 0;
}

.onsite__head__frame span:nth-child(2):before {
    background-image: url(../images/commons/com-frame-left-bottom.svg);
    bottom: 0;
    left: 0;
}

.onsite__head__frame span:nth-child(2):after {
    background-image: url(../images/commons/com-frame-right-bottom.svg);
    bottom: 0;
    right: 0;
}

.onsite__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: column nowrap;
    gap: 8px 20px;
    justify-content: flex-start;
}

@media (min-width: 992px) {
    .onsite__head__title {
        flex-direction: row;
    }
}

.onsite__head__title__en {
    color: var(--color-teal);
    font-family: var(--ff-josefin-sans);
    font-size: 2.125rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .onsite__head__title__en {
        font-size: 2.375rem;
    }
}

@media (min-width: 992px) {
    .onsite__head__title__en {
        font-size: 2.625rem;
    }
}

.onsite__head__title__ja {
    color: var(--color-teal);
    font-size: var(--fs12);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .onsite__head__title__ja {
        font-size: var(--fs14);
    }
}

@media (min-width: 992px) {
    .onsite__head__title__ja {
        font-size: var(--fs18);
    }
}

.onsite__head__action {
    display: none;
}

@media (min-width: 768px) {
    .onsite__head__action {
        display: block;
    }
}

.onsite__head__action a {
    border-radius: 20px;
    color: var(--color-teal);
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    letter-spacing: 0;
    line-height: 1.05;
    padding: 12px 20px 8px 20px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s var(--cubic) 0s, color 0.35s var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 992px) {
    .onsite__head__action a {
        font-size: var(--fs18);
    }
}

.onsite__head__action a:after {
    background-image: url(../images/commons/com-read-more-line.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    transition: opacity 0.35s var(--cubic) 0s;
    width: 110px;
}

@media (min-width: 992px) {
    .onsite__head__action a:after {
        width: 120px;
    }
}

.onsite__head__action a:focus {
    background-color: var(--color-teal);
    color: var(--color-white);
}

.onsite__head__action a:focus:after {
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .onsite__head__action a:hover {
        background-color: var(--color-teal);
        color: var(--color-white);
    }

    .onsite__head__action a:hover:after {
        opacity: 0;
    }
}

.onsite__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 40px var(--c-pad);
    justify-content: flex-start;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .onsite__list {
        gap: 50px 40px;
        margin: 0;
    }
}

.onsite__list__item {
    width: calc(50% - var(--c-pad)*0.5);
}

@media (min-width: 768px) {
    .onsite__list__item {
        width: calc(33.33333% - 26.66667px);
    }
}

.onsite__list__item__fig {
    margin: 0 0 10px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .onsite__list__item__fig {
        margin: 0 0 20px;
    }
}

.onsite__list__item__fig img {
    aspect-ratio: 306/202;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.onsite__list__item__title {
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.46;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .onsite__list__item__title {
        font-size: var(--fs20);
        margin: 0 0 10px;
    }
}

.onsite__list__item__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.62;
    margin: 0;
}

@media (min-width: 768px) {
    .onsite__list__item__content p {
        font-size: var(--fs16);
    }
}

a.onsite__list__item {
    color: inherit;
    display: block;
    text-decoration: none;
    transition: color 0.35s var(--cubic) 0s;
}

a.onsite__list__item .onsite__list__item__fig img {
    transition: transform 0.35s var(--cubic) 0s;
}

a.onsite__list__item:focus {
    color: var(--color-teal);
}

a.onsite__list__item:focus .onsite__list__item__fig img {
    transform: scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    a.onsite__list__item:hover {
        color: var(--color-teal);
    }

    a.onsite__list__item:hover .onsite__list__item__fig img {
        transform: scale(1.05);
    }
}

@media (min-width: 768px) {
    .onsite__action {
        display: none;
    }
}

.onsite__action a {
    border-radius: 20px;
    color: var(--color-teal);
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 auto;
    padding: 12px 20px 8px 20px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s var(--cubic) 0s, color 0.35s var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 992px) {
    .onsite__action a {
        font-size: var(--fs18);
    }
}

.onsite__action a:after {
    background-image: url(../images/commons/com-read-more-line.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    transition: opacity 0.35s var(--cubic) 0s;
    width: 110px;
}

@media (min-width: 992px) {
    .onsite__action a:after {
        width: 120px;
    }
}

.onsite__action a:focus {
    background-color: var(--color-teal);
    color: var(--color-white);
}

.onsite__action a:focus:after {
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .onsite__action a:hover {
        background-color: var(--color-teal);
        color: var(--color-white);
    }

    .onsite__action a:hover:after {
        opacity: 0;
    }
}