﻿.p-slider {
    height: auto;
    margin-bottom: 0
}

@media(max-width: 768px) {
    .p-slider__container {
        padding: 0 !important
    }
}

.p-slider__main {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    overflow: hidden
}

@media(max-width: 768px) {
    .p-slider__main {
        padding: 0
    }
}

.p-slider__slider {
    max-width: 100%;
    margin: 0 auto;
    opacity: 1;
    transition: opacity .3s linear
}

.p-slider__slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

@media(max-width: 768px) {
    .p-slider__slide {
        display: block
    }
}

.p-slider__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(16px);
    transform: scale(1.2);
    z-index: 0
}

.p-slider__custom {
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 24px;
    background-color: #deebe5;
    background-image: url(../../img/site_new/school/p-slide__bg.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat
}

@media(min-width: 769px) {
    .p-slider__custom {
        width: 400px !important
    }
}

@media(max-width: 768px) {
    .p-slider__custom {
        aspect-ratio: 1/1;
        border-radius: 0
    }
}

.p-slider__customInner {
    position: relative;
    display: grid;
    place-content: center;
    height: 100%;
    padding-top: 12px
}

.p-slider__bubble {
    text-align: center
}

.p-slider__cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 1.4em
}

.p-slider__button {
    position: relative
}

.p-slider__link {
    position: relative;
    width: 100%;
    height: 44px;
    border: 1px solid #000;
    border-radius: 32px;
    box-shadow: 0px 3px 0px #000;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    transition: all .24s
}

@media(hover: hover) {
    .p-slider__link:where(:any-link, :enabled, summary):hover {
        transform: translateY(4px);
        box-shadow: unset;
        text-decoration: unset
    }
}

.p-slider__link .icon {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    line-height: 1
}

.p-slider__link .icon svg {
    display: block
}

.p-slider__link .free {
    border-radius: 4px;
    padding-inline: 10px;
    color: #ff7a0e;
    background-color: #fff;
    font-size: 12px
}

.p-slider__link .text {
    position: relative;
    font-size: 13px
}

.p-slider__link--pamph:hover {
    color: #000;
    opacity: .8;
    text-decoration: none
}

.p-slider__link--oc:hover {
    color: #000;
    opacity: .8;
    text-decoration: none
}

.p-slider__linkInner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 100%;
    padding: 4px;
    overflow-x: hidden
}

.p-slider .slick-slide {
    margin-right: 32px
}

@media(max-width: 768px) {
    .p-slider .slick-slide {
        margin-inline: 6px
    }
}

.p-slider .slick-slide img:not(.p-slider__bg) {
    position: relative;
    z-index: 1;
    display: block;
    width: 400px !important;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
    background-color: unset
}

@media(max-width: 768px) {
    .p-slider .slick-slide img:not(.p-slider__bg) {
        width: 100% !important;
        height: 100%;
        aspect-ratio: 1/1
    }
}

.p-slider .slick-list {
    max-width: 100%;
    overflow: visible
}

.p-slider .slick-arrow {
    position: absolute;
    top: -8%;
    bottom: 0;
    display: grid;
    place-content: center;
    width: 32px;
    height: 32px;
    margin: auto 0;
    border-radius: 50%;
    background-color: #eaeaea;
    background-position: center center;
    background-repeat: no-repeat;
    color: #383838;
    font-size: 24px;
    font-weight: 700;
    opacity: .8;
    cursor: pointer;
    z-index: 10
}

.p-slider .slick-arrow.prev {
    left: 1em
}

.p-slider .slick-arrow.prev::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 2px;
    border-top: 2px solid #383838;
    border-right: 2px solid #383838;
    transform: rotate(-135deg)
}

@media(max-width: 768px) {
    .p-slider .slick-arrow.prev {
        left: 2%
    }
}

.p-slider .slick-arrow.next {
    right: 1em
}

.p-slider .slick-arrow.next::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 2px;
    border-top: 2px solid #383838;
    border-right: 2px solid #383838;
    transform: rotate(45deg)
}

@media(max-width: 768px) {
    .p-slider .slick-arrow.next {
        right: 2%
    }
}

.p-slider .slick-arrow.slick-disabled {
    opacity: .3;
    pointer-events: none
}

.p-slider .slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.p-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px !important;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.p-slider .slick-dots li button::before {
    color: #cbcbcb;
    opacity: 1
}

.p-slider .slick-dots li.slick-active button::before {
    color: #28c27f
}

.p-catch__inner {
    padding-block: 48px
}

@media(max-width: 768px) {
    .p-catch__inner {
        padding-block: 24px
    }
}

.p-catch__text {
    color: #151515;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: left
}

@media(max-width: 768px) {
    .p-catch__text {
        font-size: 1.6rem
    }
}

.p-quick__inner {
    padding-block: 48px;
    background-color: #f6f6f6
}

@media(max-width: 768px) {
    .p-quick__inner {
        padding-block: 24px
    }
}

.p-quick__main {
    max-width: 480px;
    margin-inline: auto
}

.p-quick__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px
}

.p-quick__item {
    border: 1px solid #3c3d3e;
    box-shadow: 0 2px 0 #3c3d3e;
    border-radius: 40px;
    background-color: #fff;
    text-align: center
}

.p-quick__item a {
    display: block;
    width: 100%;
    padding: 6px;
    font-size: 12px;
    font-weight: 700
}

.p-quick__item:hover a {
    color: inherit;
    text-decoration: none
}

.p-quick__anchor {
    display: flex;
    justify-content: center;
    gap: 4px;
    width: fit-content;
    margin-top: 1em;
    margin-inline: auto;
    color: #212529;
    font-weight: 700;
    font-size: 12px
}

.p-topOc__main {
    padding-block: 12px
}

.p-topOc__container {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0 14px
}

@media(max-width: 768px) {
    .p-topOc__container {
        width: 84%
    }
}

@media(max-width: 768px) {
    .p-topOc__container {
        width: 100%;
        padding: 0 4%
    }
}

.p-topOc__title {
    font-weight: 700
}

.p-topOc__carousel {
    margin-top: 1em
}

.p-topOc__list {
    --horizontal--item-width: 330px;
    display: grid;
    grid-auto-columns: var(--horizontal--item-width);
    grid-auto-flow: column;
    column-gap: clamp(8px, 1em, 16px);
    overflow: auto;
    padding-bottom: 1em
}

@media(max-width: 768px) {
    .p-topOc__list {
        padding-right: 8%
    }
}

.p-topOc__article {
    padding: 16px;
    border: 1px solid #212529;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, .08);
    overflow: hidden
}

.p-topOc__article:hover {
    text-decoration: none;
    color: inherit
}

.p-topOc__articleInner {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 8px
}

.p-topOc__figure {
    position: relative;
    aspect-ratio: 1/1;
    background-color: #ddd
}

.p-topOc__figure img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.p-topOc__text {
    width: 100%
}

.p-topOc__title h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.3
}

.p-topOc__more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 4px
}

.p-topOc__moreText {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 16px;
    border: none;
    border-radius: 100px;
    background-color: #d9efe3;
    color: #000;
    font-size: 1.2rem;
    font-weight: 700
}

.p-topOc__moreText::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent currentColor
}

.p-topOc__dayArea {
    width: 100%;
    padding: 6px 0;
    overflow-x: scroll;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.p-topOc__dayArea::-webkit-scrollbar {
    display: none
}

.p-topOc__externalLink {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 60px;
    padding: 10px 44px 10px 10px;
    box-sizing: border-box;
    border: 1px solid #c9002d;
    border-radius: 8px;
    box-shadow: 0 4px 0 #c9002d;
    background: linear-gradient(#ffa5b9 0, #ff60a0 40.39%, #ff0057 100%);
    color: #fff;
    font-weight: 700;
    text-align: center
}

.p-topOc__externalLink::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 18px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    background-image: url(/img/site_new/icon--btn--opncmp--white.svg);
    bottom: unset;
    left: unset;
    transform: unset;
    padding: 0;
    border-radius: unset
}

.p-topOc__externalLink::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(/img/site_new/school/c-requestButton__arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center
}

.p-topOc__externalLink>.text {
    position: relative;
    font-size: 13px;
    text-align: left
}

.p-topOc__calendars {
    display: flex
}

@media(max-width: 768px) {
    .p-topOc__calendars {
        justify-content: flex-start;
        align-items: center
    }
}

.p-topOc__calendars li:not(:last-of-type) {
    margin-right: 4px
}

.p-topOc__button {
    position: relative;
    width: fit-content;
    padding: 6px 10px;
    background-color: #f5f5f5;
    border-radius: 6px;
    text-align: center
}

.p-topOc__buttonInner {
    color: #3c3d3e;
    text-align: center;
    overflow: unset
}

.p-topOc__buttonContent {
    font-size: 12px !important
}

.p-topOc__date {
    font-size: 1.4rem;
    font-weight: 900
}

.p-topOc__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 1em
}

.p-topOc__note {
    font-size: 1.1rem
}

.p-topOc__updated {
    font-size: 1.2rem;
    white-space: nowrap
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 160px
}

html:has(.l-schoolNav.is-active) {
    scroll-padding-top: 88px
}

.p-index__inner {
    padding-top: 24px
}

.p-index__main {
    max-width: 480px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff
}

@media(max-width: 768px) {
    .p-index__main {
        width: 84%
    }
}

@media(max-width: 768px) {
    .p-index__main {
        width: 92%
    }
}

.p-index__head {
    padding: 16px 24px
}

.p-index__title {
    color: #212529;
    font-size: 1.8rem;
    font-weight: 900
}

.p-index__title .sub,
.p-index__title .bracket {
    font-size: 1.6rem
}

.p-index__title .sub {
    color: #7c7979;
    text-decoration: underline;
    cursor: pointer
}

.p-index__title .bracket {
    color: #212529
}

.p-index__body {
    padding: 16px 24px;
    border-top: 1px solid #ddd
}

.p-index__list {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.p-index__item {
    display: flex;
    align-items: center;
    gap: 8px
}

@media(max-width: 768px) {
    .p-index__item {
        font-size: 1.3rem
    }
}

.p-index__item::before {
    content: "";
    display: block;
    min-width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2ac27e
}

.p-index__link {
    display: block;
    width: 100%;
    padding: 6px 0;
    transition: color .24s cubic-bezier(0.16, 1, 0.3, 1)
}

.p-index__button {
    display: block;
    width: 120px;
    padding: 6px;
    margin-top: 2px;
    margin-inline: auto;
    border: 1px solid #ccc;
    border-radius: calc(infinity*1px);
    background-color: #fff;
    text-align: center
}

.p-index__button::after {
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 8px;
    aspect-ratio: 1/1;
    margin-left: 4px;
    border-right: 2px solid #7c7979;
    border-bottom: 2px solid #7c7979;
    transform: rotate(45deg)
}

.p-index__button[data-expanded=true]::after {
    transform: rotate(225deg)
}

.p-section__inner {
    padding: 0 0 48px
}

.p-section__inner--paddingTop {
    padding-bottom: 0
}

.p-section__head {
    max-width: 800px;
    margin: 0 auto
}

@media(max-width: 768px) {
    .p-section__head {
        width: 84%
    }
}

.p-section__title {
    position: relative;
    padding-inline: 16px;
    font-size: 1.8rem;
    font-weight: 800
}

.p-section__title::before {
    content: "";
    position: absolute;
    top: 16%;
    left: 0;
    width: 4px;
    height: 72%;
    background-color: #28c27f;
    border-radius: 100px
}

.p-section__body {
    padding-top: 14px
}

.p-section__bottom {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 0
}

@media(max-width: 768px) {
    .p-section__bottom {
        width: 84%
    }
}

.p-accordion__container {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 16px
}

@media(max-width: 768px) {
    .p-accordion__container {
        width: 84%
    }
}

@media(max-width: 768px) {
    .p-accordion__container {
        padding-bottom: 0
    }
}

.p-accordion__title {
    position: relative;
    padding: 4px 0;
    font-size: 1.48rem;
    font-weight: 900
}

.p-accordion__title::before {
    content: "";
    position: relative;
    bottom: 1px;
    display: inline-block;
    width: 8px;
    aspect-ratio: 1/1;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #28c27f;
    vertical-align: middle
}

.p-accordion__body {
    position: relative;
    padding: 16px 24px 24px;
    border-radius: 0 0 4px 4px;
    background-color: #f9f9f9
}

.p-accordion__content {
    position: relative;
    max-height: 136px;
    transition: max-height .56s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden
}

.p-accordion__content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4.8em;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(249, 249, 249) 80%);
    transition: all .4s
}

.p-accordion__content.is-opened,
.p-accordion__content.is-showed {
    max-height: unset
}

.p-accordion__content.is-opened::after,
.p-accordion__content.is-showed::after {
    z-index: -1;
    opacity: 0
}

.p-accordion__readMore {
    width: 100%
}

.p-accordion__readMore button {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 900;
    color: #7c7979
}

.p-accordion__readMore button::after {
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 8px;
    aspect-ratio: 1/1;
    margin-left: 4px;
    border-right: 2px solid #7c7979;
    border-bottom: 2px solid #7c7979;
    transform: rotate(45deg)
}

.p-accordion__readMore button.is-opened::after {
    transform: rotate(225deg)
}

.p-point__wrapper {
    padding: 48px 0 16px
}

.p-point__container {
    max-width: 800px;
    margin: 0 auto
}

@media(max-width: 768px) {
    .p-point__container {
        width: 84%
    }
}

.p-point__head {
    position: relative
}

.p-point__korekuma {
    position: absolute;
    left: 2em;
    bottom: 0
}

.p-point__korekuma svg {
    height: auto
}

@media(max-width: 768px) {
    .p-point__korekuma {
        left: 4%
    }

    .p-point__korekuma svg {
        width: 70%
    }
}

.p-point__title {
    padding: 10px;
    border-radius: 16px 16px 0px 0px;
    background: linear-gradient(to right, #2ac27e, #b3f233);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 0 6px rgba(0, 0, 0, .24);
    text-align: center
}

@media(max-width: 768px) {
    .p-point__title {
        padding: 8px;
        padding-left: 2em;
        font-size: 16px
    }
}

.p-point__main {
    padding: 24px 40px;
    border: 1px solid #ccc;
    border-top: unset;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

@media(max-width: 768px) {
    .p-point__main {
        padding: 24px
    }
}

.p-lead__container {
    max-width: 800px;
    margin: 0 auto
}

@media(max-width: 768px) {
    .p-lead__container {
        width: 84%
    }
}

.p-lead__paragraph {
    --font-size: 1.4rem;
    --line-height: 1.6;
    --line-clamp: 15;
    position: relative;
    max-height: calc(var(--font-size)*var(--line-clamp)*var(--line-height));
    font-size: var(--font-size);
    line-height: var(--line-height);
    overflow: hidden;
    transition: max-height .3s
}

.p-lead__paragraph.is-hidden::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8em;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%)
}

.p-lead__readMore {
    display: none;
    margin-top: 1em;
    margin-inline: auto;
    text-align: center
}

.p-lead__readMore .icon {
    display: inline-block
}

.p-lead__readMore .text {
    font-size: 12px
}

.p-lead__readMore.is-open .icon {
    transform: rotate(180deg)
}

.p-movie__inner {
    padding-top: 20px
}

.p-movie__main {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 24px 30px;
    background-color: #f5f5f5
}

@media(max-width: 768px) {
    .p-movie__main {
        width: 84%
    }
}

@media(max-width: 768px) {
    .p-movie__main {
        width: 100% !important
    }
}

.p-movie__container {
    position: relative;
    overflow-y: auto;
    overflow-x: scroll;
    padding-bottom: 16px
}

.p-movie__list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px
}

.p-movie__item {
    flex-shrink: 0;
    width: 320px;
    border-radius: 4px;
    overflow: hidden
}

.p-movie__embed {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.p-movie__embed::before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.p-movie__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

@media(max-width: 768px) {
    .p-movie__img {
        background-color: #eff6f3
    }
}

.p-movie__play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5019607843);
    text-align: center;
    cursor: pointer
}

.p-movie__playText {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.p-movie__iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.p-movie__note {
    padding-top: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: left
}

.p-tiktok__wrapper {
    padding-top: 20px
}

.p-tiktok__main {
    position: relative
}

@media(max-width: 768px) {
    .p-tiktok__main {
        width: 100%;
        padding: 0;
        padding-bottom: 24px
    }
}

.p-tiktok__track {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: scroll;
    padding-bottom: 8px
}

@media(max-width: 768px) {
    .p-tiktok__track {
        width: 84%
    }
}

@media(max-width: 768px) {
    .p-tiktok__track {
        max-width: 324px
    }
}

.p-tiktok__list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px
}

.p-tiktok__item {
    flex-shrink: 0;
    flex-basis: 324px
}

.p-tiktok__embed {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.p-tiktok__embed::before {
    content: "";
    display: block
}

.p-tiktok__img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

@media(max-width: 768px) {
    .p-tiktok__img {
        background-color: #eff6f3
    }
}

.p-tiktok__play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5019607843);
    text-align: center;
    cursor: pointer
}

.p-tiktok__playText {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.p-tiktok__iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.p-tiktok__note {
    padding-top: 12px;
    color: #8b8b8b;
    font-size: 1.1rem;
    text-align: center
}

.p-depart__body {
    position: relative
}

.p-depart__main {
    max-width: 800px;
    margin: 0 auto
}

@media(max-width: 768px) {
    .p-depart__main {
        width: 84%
    }
}

.p-depart__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px
}

@media(max-width: 768px) {
    .p-depart__list {
        flex-direction: column
    }
}

.p-depart__item {
    width: 48.8%
}

@media(max-width: 768px) {
    .p-depart__item {
        width: 100%
    }
}

.p-depart__item a {
    display: block;
    width: 100%;
    height: 100%
}

.p-depart__item:hover a {
    color: inherit;
    text-decoration: none
}

.p-depart__detail {
    position: relative;
    display: grid;
    grid-template-columns: 106px 1fr;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 3px 0 #ddd;
    background-color: #fff;
    overflow: hidden
}

.p-depart__thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #ddd
}

.p-depart__thumb::before {
    content: "NO IMAGE";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ccc;
    font-weight: 900;
    text-align: center
}

.p-depart__thumb img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.p-depart__text {
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 12px 16px
}

.p-depart__content {
    width: 100%
}

.p-depart__name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5
}

.p-depart__tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    font-size: 1.1rem
}

.p-depart__tagList {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: scroll;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.p-depart__tagList::-webkit-scrollbar {
    display: none
}

.p-depart__tagItem {
    flex-shrink: 0;
    padding: 4px 8px;
    border-radius: 100px;
    background-color: #f5f5f5
}

.p-depart__etc {
    min-width: 2em;
    font-size: 1rem
}

.p-access__inner {
    padding: 24px 0;
    background-color: rgba(244, 244, 244, .8)
}

.p-access__container {
    max-width: 800px;
    margin: 0 auto
}

@media(max-width: 768px) {
    .p-access__container {
        width: 84%
    }
}

.p-access__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.p-access__item {
    width: 48.8%;
    padding: 18px 24px 22px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .08)
}

@media(max-width: 768px) {
    .p-access__item {
        width: 100%
    }
}

.p-access__name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.6rem;
    font-weight: 900
}

.p-access__address {
    padding-top: 4px;
    padding-left: 22px;
    font-size: 1.3rem
}

.p-news__container {
    max-width: 800px;
    margin: 0 auto
}

@media(max-width: 768px) {
    .p-news__container {
        width: 84%
    }
}

.p-news__article {
    padding: 8px 0;
    border-bottom: 2px dashed #ccc
}

.p-news__title {
    display: grid;
    grid-template-columns: 1em 1fr;
    gap: 8px;
    font-size: 1.5rem;
    font-weight: 700
}

.p-news__title .text {
    min-width: 0
}

.p-news__title a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: underline
}

.p-oc__main {
    padding: 20px 0;
    background-color: #f6f6f6
}

.p-oc__container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0 14px;
    overflow-y: auto;
    overflow-x: scroll
}

@media(max-width: 768px) {
    .p-oc__container {
        width: 84%
    }
}

@media(max-width: 768px) {
    .p-oc__container {
        width: 100%;
        padding-left: 8%
    }
}

.p-oc__list {
    --horizontal--item-width: 240px;
    display: grid;
    grid-auto-columns: var(--horizontal--item-width);
    grid-auto-flow: column;
    column-gap: clamp(8px, 1em, 16px);
    overflow: auto;
    padding-bottom: 1em
}

@media(max-width: 768px) {
    .p-oc__list {
        padding-right: 8%
    }
}

.p-oc__article {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .08);
    overflow: hidden
}

.p-oc__image-link {
    display: block
}

.p-oc__figure {
    position: relative;
    aspect-ratio: 1/1;
    background-color: #ddd;
    display: block
}

.p-oc__figure::before {
    content: "NO IMAGE";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ccc;
    font-size: 1.6rem;
    font-weight: 900
}

.p-oc__figure img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.p-oc__text {
    width: 100%;
    padding: 16px
}

.p-oc__title h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    max-height: 36.4px
}

.p-oc__tag {
    margin-block: 5px
}

.p-oc__tagList {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    font-size: 1.1rem
}

.p-oc__dayArea {
    width: 100%;
    padding: 0 0 6px;
    overflow-x: scroll;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.p-oc__dayArea::-webkit-scrollbar {
    display: none
}

.p-oc__externalLink {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 60px;
    padding: 10px 44px 10px 10px;
    box-sizing: border-box;
    border: 1px solid #c9002d;
    border-radius: 8px;
    box-shadow: 0 4px 0 #c9002d;
    background: linear-gradient(#ffa5b9 0, #ff60a0 40.39%, #ff0057 100%);
    color: #fff;
    font-weight: 700;
    text-align: center
}

.p-oc__externalLink::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 18px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    background-image: url(/img/site_new/icon--btn--opncmp--white.svg);
    bottom: unset;
    left: unset;
    transform: unset;
    padding: 0;
    border-radius: unset
}

.p-oc__externalLink::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(/img/site_new/school/c-requestButton__arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center
}

.p-oc__externalLink>.text {
    position: relative;
    font-size: 13px;
    text-align: left
}

.p-oc__calendars {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px
}

.p-oc__button {
    position: relative;
    width: 56px;
    height: 48px;
    border: solid .8px #3c3d3e;
    border-radius: 8px;
    box-shadow: 0px 2px 0px #3c3d3e;
    background-color: #fcf9e5;
    cursor: pointer
}

.p-oc__buttonInner {
    color: #3c3d3e;
    text-align: center;
    overflow: unset
}

.p-oc__year {
    font-size: 1.3rem;
    line-height: 1.1;
    font-weight: 700
}

.p-oc__date {
    font-size: 1.3rem;
    line-height: 1.1;
    font-weight: 700
}

.p-oc__note {
    margin-top: 4px;
    font-size: 1.1rem;
    font-weight: 700
}

.p-report__container {
    max-width: 640px;
    margin: 0 auto
}

@media(max-width: 768px) {
    .p-report__container {
        width: 84%
    }
}

.p-report__main .splide__pagination {
    display: block;
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    right: unset
}

.p-report__main .splide__arrow {
    top: 50%;
    width: 32px;
    height: 32px;
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .24)
}

.p-report__main .splide__arrow svg {
    fill: #2ac27e
}

.p-report__main .splide__arrow--prev {
    left: -1em
}

.p-report__main .splide__arrow--next {
    right: -1em
}

.p-report__main .splide__pagination__page.is-active {
    background-color: #2ac27e
}

.p-card__container {
    padding: 24px 40px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff
}

.p-card__thumbnail {
    aspect-ratio: 1.6/1;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px
}

.p-card__thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.p-card__paragraph.collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    max-height: 67.2px;
    overflow: hidden
}

@media(max-width: 768px) {
    .p-card__paragraph.collapse {
        -webkit-line-clamp: 4;
        height: auto;
        max-height: 93.6px
    }
}

.p-card__paragraph.collapsing {
    height: 67.2px;
    min-height: 67.2px
}

@media(max-width: 768px) {
    .p-card__paragraph.collapsing {
        height: 93.6px;
        min-height: 93.6px
    }
}

.p-card__paragraph.collapse.show {
    max-height: unset;
    -webkit-line-clamp: unset
}

.p-card__bottom {
    padding-top: 20px
}

.p-card__readMore {
    position: relative;
    display: block;
    width: 200px;
    padding: 10px;
    margin-inline: auto;
    border-radius: 100vmax;
    box-shadow: 0 0 2px rgba(0, 0, 0, .16);
    color: #7c7979;
    font-weight: 700;
    text-align: center
}

.p-card__readMore::after {
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 8px;
    aspect-ratio: 1/1;
    margin-left: 4px;
    border-right: 2px solid #7c7979;
    border-bottom: 2px solid #7c7979;
    transform: rotate(45deg)
}

.p-card__readMore.is-opened::after {
    transform: rotate(225deg)
}

.p-card__readMore:hover {
    color: #7c7979;
    text-decoration: none
}

.p-application__main {
    max-width: 800px;
    margin: 0 auto
}

@media(max-width: 768px) {
    .p-application__main {
        width: 84%
    }
}

.p-application__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media(max-width: 768px) {
    .p-application__list {
        flex-direction: column;
        gap: 12px
    }
}

.p-application__item {
    width: 48.8%;
    overflow: hidden;
    padding-bottom: 10px;
}

@media(max-width: 768px) {
    .p-application__item {
        width: 100%
    }
}

.p-application__title {
    padding: 4px 0;
    font-weight: 900
}

.p-application__title::before {
    content: "";
    position: relative;
    bottom: 1px;
    display: inline-block;
    width: 8px;
    aspect-ratio: 1/1;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #28c27f;
    vertical-align: middle
}

.p-application__body {
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden
}

.p-application__dl {
    display: grid;
    grid-template-columns: 120px 1fr
}

.p-application__dl:not(:last-of-type) {
    border-bottom: 1px dashed #ccc
}

.p-application__dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 16px;
    background-color: #f2f2f2
}

.p-application__dt p {
    font-size: 1.3rem
}

.p-application__dd {
    padding: 10px 16px;
    margin-bottom: 0
}

.p-message__main {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px
}

@media(max-width: 768px) {
    .p-message__main {
        width: 84%
    }
}

@media(max-width: 768px) {
    .p-message__main {
        flex-direction: column;
        align-items: center;
        gap: 0
    }
}

.p-message__img {
    position: relative;
    width: 200px;
    aspect-ratio: 1/1;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden
}

@media(max-width: 768px) {
    .p-message__img {
        width: 48%
    }
}

.p-message__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.p-message__text {
    flex: 1;
    padding: 20px;
    padding-bottom: 32px;
    border-radius: 2px;
    background-color: #f9f9f9;
    font-size: 1.2rem
}

@media(max-width: 768px) {
    .p-message__text {
        margin-top: -16px;
        padding-top: 32px
    }
}

.p-message__header {
    padding-bottom: 12px;
    border-bottom: 1px dashed #ccc;
    color: #212529;
    font-weight: 900
}

@media(max-width: 768px) {
    .p-message__header {
        text-align: center
    }
}

.p-message__title {
    position: relative;
    font-size: 1.4rem
}

.p-message__title::before {
    content: "";
    display: inline-block;
    width: 6px;
    aspect-ratio: 1/1;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #28c27f
}

.p-message__author {
    font-weight: 900
}

.p-message__paragraph {
    padding-top: 12px
}

.p-message__paragraph p {
    font-size: 13px
}

.p-campusphoto__main {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #f5f5f5
}

@media(max-width: 768px) {
    .p-campusphoto__main {
        width: 84%
    }
}

@media(max-width: 768px) {
    .p-campusphoto__main {
        width: 100% !important
    }
}

.p-campusphoto__container {
    position: relative;
    overflow-y: auto;
    overflow-x: scroll;
    padding-bottom: 10px
}

.p-campusphoto__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 12px
}

@media(max-width: 768px) {
    .p-campusphoto__list {
        justify-content: flex-start
    }
}

.p-campusphoto__item {
    flex-shrink: 0;
    width: 200px;
    border-radius: 4px;
    overflow: hidden
}

.p-campusphoto__img {
    display: block;
    aspect-ratio: 1/1
}

.p-campusphoto__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.p-campusphoto__note {
    margin-top: 8px;
    color: #212529;
    font-size: 1.1rem
}

.p-faq__inner {
    padding: 20px 0;
    background-color: #f6f6f6
}

.p-faq__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 32px;
    border-radius: 4px;
    background-color: #fff
}

@media(max-width: 768px) {
    .p-faq__container {
        width: 84%
    }
}

@media(max-width: 768px) {
    .p-faq__container {
        padding: 24px 16px
    }
}

.p-faq__head {
    position: relative;
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    padding: 12px 24px 12px 10px;
    border-bottom: 2px solid #f9f9f9;
    cursor: pointer
}

.p-faq__head p {
    min-width: 0;
    font-weight: 900
}

.p-faq__head::before,
.p-faq__head::after {
    display: block
}

.p-faq__head::before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #28c27f;
    color: #fff;
    font-weight: 900;
    text-align: center
}

.p-faq__head::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 12px;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transition: transform .48s cubic-bezier(0.16, 1, 0.3, 1)
}

.p-faq__head.is-active::after {
    transform: rotate(180deg)
}

.p-faq__body {
    display: block;
    max-height: 0;
    background-color: #f9f9f9;
    overflow: hidden;
    transition: max-height .32s ease
}

.p-faq__answer {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    padding: 12px 24px 12px 10px
}

.p-faq__answer::before {
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1/1;
    border: 1px solid #28c27f;
    border-radius: 50%;
    background-color: #fff;
    color: #28c27f;
    font-weight: 900;
    text-align: center
}

.p-faq__paragraph {
    min-width: 0
}

.p-faq__paragraph p {
    min-width: 0;
    font-size: 1.2rem
}

.p-voice__main {
    max-width: 800px;
    margin: 0 auto
}

@media(max-width: 768px) {
    .p-voice__main {
        width: 84%
    }
}

.p-voice__body {
    padding: 20px 18px;
    border-radius: 8px;
    background-color: #f5f5f5
}

@media(max-width: 768px) {
    .p-voice__body {
        padding: 20px 18px
    }
}

.p-voice__title {
    position: relative;
    display: grid;
    align-items: flex-start;
    grid-template-columns: 8px 1fr;
    gap: .6em;
    font-size: 15px;
    font-weight: 900
}

.p-voice__title::before {
    content: "";
    position: relative;
    top: 6px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #28c27f
}

.p-voice__text h3 {
    margin-top: 1em;
    padding-bottom: 4px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    font-weight: 900
}

.p-voice__text h3::before {
    content: "“"
}

.p-voice__text h3::after {
    content: "”"
}

.p-voice__text p {
    padding-inline: 8px;
    margin-top: 8px
}

.p-voice__staff {
    margin-top: 32px
}

.p-voice__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: 28px;
    text-align: center
}

.p-voice__bubble {
    font-weight: 700
}

.p-staff__inner {
    max-width: 640px;
    max-height: 140px;
    margin: 0 auto;
    padding: 0 48px;
    border-radius: 10px;
    background-color: #fff
}

@media(max-width: 768px) {
    .p-staff__inner {
        padding: 10px
    }
}

.p-staff__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px
}

@media(max-width: 768px) {
    .p-staff__container {
        gap: 8px
    }
}

.p-staff__img {
    position: relative;
    width: 116px;
    height: 140px;
    background-size: 100% auto;
    background-position: bottom -20px center;
    background-repeat: no-repeat
}

@media(max-width: 768px) {
    .p-staff__img {
        width: 64px;
        min-width: 64px;
        height: 86px;
        background-position: center
    }
}

.p-staff__text {
    width: 360px;
    font-weight: 700
}

@media(max-width: 768px) {
    .p-staff__text {
        width: 100%
    }
}

.p-staff__tag {
    display: inline-block;
    padding: 4px 16px;
    margin-bottom: 8px;
    border-radius: 100px;
    background-color: #fdec83;
    font-size: 12px;
    text-align: center
}

@media(max-width: 768px) {
    .p-staff__tag {
        padding: 2px 8px;
        font-size: 10px
    }
}

.p-staff__name {
    font-size: 17px
}

@media(max-width: 768px) {
    .p-staff__name {
        font-size: 12px
    }
}

.p-staff__name .mini {
    font-size: 12px
}

@media(max-width: 768px) {
    .p-staff__name .mini {
        font-size: 10px
    }
}

.p-staff__dream {
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: flex-start;
    gap: 6px;
    margin-top: 8px;
    font-size: 12px
}

@media(max-width: 768px) {
    .p-staff__dream {
        font-size: 10px
    }
}

.p-staff__dream dt {
    display: inline-block;
    padding: 1px;
    border: 1px solid #212529;
    border-radius: 4px;
    color: #212529;
    text-align: center
}

.p-staff__dream dd {
    position: relative;
    top: 2px
}

.p-review__inner {
    padding: 32px 0 48px;
    background-color: #eff6f3
}

.p-review__container {
    max-width: 800px;
    margin: 0 auto
}

@media(max-width: 768px) {
    .p-review__container {
        width: 84%
    }
}

.p-review__list {
    display: flex;
    justify-content: space-between
}

@media(max-width: 768px) {
    .p-review__list {
        flex-direction: column;
        gap: 32px
    }
}

.p-review__item {
    position: relative;
    width: 48.8%;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.08))
}

.p-review__item::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    width: 24px;
    height: 20px;
    background-color: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 0)
}

@media(max-width: 768px) {
    .p-review__item {
        width: 100%
    }
}

.p-review__title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #30b27f;
    font-weight: 900
}

.p-review__paragraph {
    padding-left: 34px;
    font-size: 1.2rem
}

.p-review__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding-top: 40px
}

@media(max-width: 768px) {
    .p-review__links {
        flex-direction: column;
        gap: 12px
    }
}

.p-review__button {
    position: relative;
    width: 200px;
    border: 2px solid #28c27f;
    border-radius: 100px;
    text-align: center
}

@media(max-width: 768px) {
    .p-review__button {
        width: 56%
    }
}

.p-review__button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.p-review__button--view {
    background-color: #fff;
    color: #28c27f
}

.p-review__button--view::before {
    content: ">"
}

.p-review__button--post {
    background-color: #28c27f;
    color: #fff
}

.p-review__button--post::before {
    content: "+"
}

.p-review__button a {
    display: block;
    padding: 12px 8px;
    font-weight: 900
}

.p-review__button:hover a {
    color: inherit
}

.p-link__anchor {
    position: relative;
    display: block;
    width: fit-content;
    margin-top: 8px;
    margin-left: auto;
    color: #1ca3cc;
    font-weight: 700;
    font-size: 1.32rem;
    text-align: right
}

.p-link__anchor::after {
    content: ">"
}