/* --------------------
 School
-------------------- */
.main {
    overflow-x: clip;
}

.overview {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 30px 0;
    margin: 0 auto;
    max-width: calc(930px + var(--c-pad)*2);
    padding: 40px var(--c-pad) 60px;
    width: 100%;
}

@media (min-width: 768px) {
    .overview {
        flex-wrap: nowrap;
        padding: 60px var(--c-pad) 100px;
    }
}

.overview__head {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .overview__head {
        border-right: 1px solid var(--color-teal);
        flex: 0 0 180px;
        padding: 12px 0;
    }
}

@media (min-width: 992px) {
    .overview__head {
        flex: 0 0 230px;
        padding: 16px 0 0;
    }
}

.overview__head:after {
    background-image: url(../images/pages/school/school-overview-icon-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 94px;
    margin: 0 auto;
    transform: translateX(-24px);
    width: 108px;
}

.overview__head__title {
    color: var(--color-teal);
    font-size: var(--fs32);
    font-weight: 900;
    letter-spacing: 0.3em;
    line-height: 1.12;
    margin: 0 0 24px;
    text-align: center;
}

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

.overview__main {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .overview__main {
        flex: 1 1 auto;
        padding: 12px 0 12px 30px;
    }
}

@media (min-width: 992px) {
    .overview__main {
        padding: 20px 0 12px 40px;
    }
}

.overview__main__title {
    color: var(--color-teal);
    font-size: var(--fs22);
    font-weight: 500;
    letter-spacing: 0.3em;
    line-height: 1.31;
    margin: 0 0 20px;
}

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

.overview__main__content {
    margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .menu-container {
        padding: 40px var(--c-pad) 100px;
    }
}

.menu__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 0 16px;
    padding: 28px 0 20px;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.menu__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 12px;
    justify-content: flex-start;
}

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

.menu__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) {
    .menu__head__title__en {
        font-size: 2.625rem;
    }
}

.menu__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) {
    .menu__head__title__ja {
        font-size: var(--fs18);
    }
}

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

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

.menu__list__item {
    color: inherit;
    display: block;
    text-decoration: none;
    transition: color 0.35s var(--cubic) 0s;
    width: calc(50% - var(--c-pad)*0.5);
}

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

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

.menu__list__item__fig img {
    aspect-ratio: 228/150;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s var(--cubic) 0s;
    width: 100%;
}

.menu__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) {
    .menu__list__item__title {
        font-size: var(--fs20);
        margin: 0 0 10px;
    }
}

.menu__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) {
    .menu__list__item__content p {
        font-size: var(--fs16);
    }
}

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

.menu__list__item:focus .menu__list__item__fig img {
    transform: scale(1.05);
}

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

    .menu__list__item:hover .menu__list__item__fig img {
        transform: scale(1.05);
    }
}

.ap {
    margin: 0 0 80px;
    overflow-x: clip;
}

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

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

.ap__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 50px;
    justify-content: stretch;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .ap__head {
        height: 60px;
        width: 62%;
    }
}

@media (min-width: 992px) {
    .ap__head {
        width: 50%;
    }
}

.ap__head:before {
    background-image: url(../images/pages/school/school-title-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 30px 30px 0;
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + var(--c-pad));
}

@media (min-width: 992px) {
    .ap__head:before {
        width: 50vw;
    }
}

.ap__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    justify-content: flex-start;
    position: relative;
}

@media (min-width: 768px) {
    .ap__head__title {
        gap: 20px;
    }
}

.ap__head__title__en {
    color: var(--color-white);
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

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

.ap__head__title__ja {
    color: var(--color-white);
    font-size: var(--fs19);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

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

.ap__overview {
    margin: 0 0 26px;
}

.ap__overview__title {
    border-bottom: 1px solid var(--color-jade);
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 4px;
    padding: 4px 0 12px 40px;
    position: relative;
}

@media (min-width: 768px) {
    .ap__overview__title {
        font-size: var(--fs20);
        padding: 4px 0 12px 46px;
    }
}

.ap__overview__title:before {
    background-image: url(../images/icons/icon-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
}

@media (min-width: 768px) {
    .ap__overview__title:before {
        height: 34px;
        width: 30px;
    }
}

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

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

.ap__overview:has(.ap__overview__note) .ap__overview__content {
    margin: 0 0 16px;
}

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

@media (min-width: 768px) {
    .ap__overview__note {
        flex-wrap: nowrap;
    }
}

.ap__overview__note__tag {
    align-items: flex-start;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row wrap;
    gap: 8px 12px;
    justify-content: flex-start;
}

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

.ap__overview__note__tag span {
    background-color: var(--color-red);
    border-radius: 20px;
    color: var(--color-white);
    display: block;
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding: 4px 12px;
    text-align: center;
}

@media (min-width: 768px) {
    .ap__overview__note__tag span {
        font-size: var(--fs16);
        min-width: 200px;
        padding: 4px 12px;
    }
}

.ap__overview__note__tag span sub {
    bottom: 0.05em;
    font-size: 60%;
    font-weight: inherit;
    letter-spacing: 0.1em;
}

.ap__overview__note__content {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .ap__overview__note__content {
        flex: 0 0 auto;
        padding: 8px 0 0;
    }
}

.ap__overview__note__content p {
    color: var(--color-gray);
    font-size: var(--fs12);
    letter-spacing: 0.08em;
    line-height: 1.14;
    margin: 0;
}

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

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

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

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

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

.ap__list__item__fig, .ap__list__item__video {
    margin: 0 0 12px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .ap__list__item__fig, .ap__list__item__video {
        margin: 0 0 12px;
    }
}

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

.ap__list__item__video {
    position: relative;
}

.ap__list__item__video iframe {
    aspect-ratio: 306/202;
    border: none;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.ap__list__item__title {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.43;
    margin: 0;
}

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

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

a.ap__list__item .ap__list__item__fig img,
a.ap__list__item .ap__list__item__video img {
    transition: transform 0.35s var(--cubic) 0s;
}

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

a.ap__list__item:focus .ap__list__item__fig img,
a.ap__list__item:focus .ap__list__item__video img {
    transform: scale(1.05);
}

a.ap__list__item:focus .ap__list__item__video:before {
    background-color: rgba(var(--color-black-rgb), 0);
}

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

    a.ap__list__item:hover .ap__list__item__fig img,
  a.ap__list__item:hover .ap__list__item__video img {
        transform: scale(1.05);
    }

    a.ap__list__item:hover .ap__list__item__video:before {
        background-color: rgba(var(--color-black-rgb), 0);
    }
}

.am {
    margin: 0 0 80px;
    overflow-x: clip;
}

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

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

.am__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 50px;
    justify-content: stretch;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .am__head {
        height: 60px;
        width: 62%;
    }
}

@media (min-width: 992px) {
    .am__head {
        width: 50%;
    }
}

.am__head:before {
    background-image: url(../images/pages/school/school-title-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 30px 30px 0;
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + var(--c-pad));
}

@media (min-width: 992px) {
    .am__head:before {
        width: 50vw;
    }
}

.am__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    justify-content: flex-start;
    position: relative;
}

@media (min-width: 768px) {
    .am__head__title {
        gap: 20px;
    }
}

.am__head__title__en {
    color: var(--color-white);
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

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

.am__head__title__ja {
    color: var(--color-white);
    font-size: var(--fs19);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

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

.am__overview {
    margin: 0 0 26px;
}

.am__overview__title {
    border-bottom: 1px solid var(--color-jade);
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 4px;
    padding: 4px 0 12px 40px;
    position: relative;
}

@media (min-width: 768px) {
    .am__overview__title {
        font-size: var(--fs20);
        padding: 4px 0 12px 46px;
    }
}

.am__overview__title:before {
    background-image: url(../images/icons/icon-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
}

@media (min-width: 768px) {
    .am__overview__title:before {
        height: 34px;
        width: 30px;
    }
}

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

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

.am__overview:has(.am__overview__note) .am__overview__content {
    margin: 0 0 16px;
}

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

@media (min-width: 768px) {
    .am__overview__note {
        flex-wrap: nowrap;
    }
}

.am__overview__note__tag {
    align-items: flex-start;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row wrap;
    gap: 8px 12px;
    justify-content: flex-start;
}

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

.am__overview__note__tag span {
    background-color: var(--color-red);
    border-radius: 20px;
    color: var(--color-white);
    display: block;
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding: 4px 12px;
    text-align: center;
}

@media (min-width: 768px) {
    .am__overview__note__tag span {
        font-size: var(--fs16);
        min-width: 200px;
        padding: 4px 12px;
    }
}

.am__overview__note__tag span sub {
    bottom: 0.05em;
    font-size: 60%;
    font-weight: inherit;
    letter-spacing: 0.1em;
}

.am__overview__note__content {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .am__overview__note__content {
        flex: 0 0 auto;
        padding: 8px 0 0;
    }
}

.am__overview__note__content p {
    color: var(--color-gray);
    font-size: var(--fs12);
    letter-spacing: 0.08em;
    line-height: 1.14;
    margin: 0;
}

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

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

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

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

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

.am__list__item__fig, .am__list__item__video {
    margin: 0 0 12px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .am__list__item__fig, .am__list__item__video {
        margin: 0 0 12px;
    }
}

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

.am__list__item__video {
    position: relative;
}

.am__list__item__video iframe {
    aspect-ratio: 306/202;
    border: none;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.am__list__item__title {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.43;
    margin: 0;
}

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

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

a.am__list__item .am__list__item__fig img,
a.am__list__item .am__list__item__video img {
    transition: transform 0.35s var(--cubic) 0s;
}

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

a.am__list__item:focus .am__list__item__fig img,
a.am__list__item:focus .am__list__item__video img {
    transform: scale(1.05);
}

a.am__list__item:focus .am__list__item__video:before {
    background-color: rgba(var(--color-black-rgb), 0);
}

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

    a.am__list__item:hover .am__list__item__fig img,
  a.am__list__item:hover .am__list__item__video img {
        transform: scale(1.05);
    }

    a.am__list__item:hover .am__list__item__video:before {
        background-color: rgba(var(--color-black-rgb), 0);
    }
}

.novelty {
    margin: 0 0 80px;
    overflow-x: clip;
}

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

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

.novelty__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 50px;
    justify-content: stretch;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .novelty__head {
        height: 60px;
        width: 62%;
    }
}

@media (min-width: 992px) {
    .novelty__head {
        width: 50%;
    }
}

.novelty__head:before {
    background-image: url(../images/pages/school/school-title-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 30px 30px 0;
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + var(--c-pad));
}

@media (min-width: 992px) {
    .novelty__head:before {
        width: 50vw;
    }
}

.novelty__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    justify-content: flex-start;
    position: relative;
}

@media (min-width: 768px) {
    .novelty__head__title {
        gap: 20px;
    }
}

.novelty__head__title__en {
    color: var(--color-white);
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

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

.novelty__head__title__ja {
    color: var(--color-white);
    font-size: var(--fs19);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

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

.novelty__overview {
    margin: 0 0 26px;
}

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

.novelty__overview__title {
    border-bottom: 1px solid var(--color-jade);
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 4px;
    padding: 4px 0 12px 40px;
    position: relative;
}

@media (min-width: 768px) {
    .novelty__overview__title {
        font-size: var(--fs20);
        padding: 4px 0 12px 46px;
    }
}

.novelty__overview__title:before {
    background-image: url(../images/icons/icon-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
}

@media (min-width: 768px) {
    .novelty__overview__title:before {
        height: 34px;
        width: 30px;
    }
}

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

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

.novelty__overview:has(.novelty__overview__note) .novelty__overview__content {
    margin: 0 0 16px;
}

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

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

.novelty__overview__note__tag span {
    background-color: var(--color-red);
    border-radius: 20px;
    color: var(--color-white);
    display: block;
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    min-width: 200px;
    padding: 4px 45px;
    text-align: center;
}

.novelty__overview__note__tag span sub {
    bottom: 0.05em;
    font-size: 60%;
    font-weight: inherit;
    letter-spacing: 0.1em;
}

.novelty__overview__note__content {
    flex: 0 0 auto;
    padding: 8px 0 0;
}

.novelty__overview__note__content p {
    color: var(--color-gray);
    font-size: var(--fs14);
    letter-spacing: 0.08em;
    line-height: 1.14;
    margin: 0;
}

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

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

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

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

.novelty__list__item__fig, .novelty__list__item__video {
    margin: 0 0 12px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .novelty__list__item__fig, .novelty__list__item__video {
        margin: 0 0 12px;
    }
}

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

.novelty__list__item__video {
    position: relative;
}

.novelty__list__item__video iframe {
    aspect-ratio: 306/202;
    border: none;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.novelty__list__item__title {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.43;
    margin: 0;
}

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

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

a.novelty__list__item .novelty__list__item__fig img,
a.novelty__list__item .novelty__list__item__video img {
    transition: transform 0.35s var(--cubic) 0s;
}

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

a.novelty__list__item:focus .novelty__list__item__fig img,
a.novelty__list__item:focus .novelty__list__item__video img {
    transform: scale(1.05);
}

a.novelty__list__item:focus .novelty__list__item__video:before {
    background-color: rgba(var(--color-black-rgb), 0);
}

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

    a.novelty__list__item:hover .novelty__list__item__fig img,
  a.novelty__list__item:hover .novelty__list__item__video img {
        transform: scale(1.05);
    }

    a.novelty__list__item:hover .novelty__list__item__video:before {
        background-color: rgba(var(--color-black-rgb), 0);
    }
}

.novelty__other {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 10px 18px;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .novelty__other {
        flex-wrap: nowrap;
    }
}

.novelty__other__title {
    align-items: center;
    background-color: #fff;
    border-radius: 14px;
    color: var(--color-teal);
    display: flex;
    flex: 0 0 calc(50% - 5px);
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 500;
    height: 56px;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.43;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .novelty__other__title {
        flex: 0 0 186px;
        height: 70px;
    }
}

.novelty__other__list {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    flex-flow: row wrap;
    gap: 10px;
    justify-content: flex-start;
}

.novelty__other__list__item {
    align-items: stretch;
    background-color: var(--color-teal);
    border-radius: 14px;
    display: flex;
    flex: 0 0 calc(25% - 7.5px);
    flex-flow: column nowrap;
    gap: 0;
    height: 70px;
    justify-content: center;
    padding: 4px 0 2px;
}

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

.novelty__other__list__item__icon {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    height: auto;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.novelty__other__list__item__title {
    align-items: center;
    color: var(--color-white);
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    font-size: var(--fs10);
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 1.2;
    min-height: 2lh;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

.event {
    margin: 0 0 80px;
    overflow-x: clip;
}

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

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

.event__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 50px;
    justify-content: stretch;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .event__head {
        height: 60px;
        width: 62%;
    }
}

@media (min-width: 992px) {
    .event__head {
        width: 50%;
    }
}

.event__head:before {
    background-image: url(../images/pages/school/school-title-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 30px 30px 0;
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + var(--c-pad));
}

@media (min-width: 992px) {
    .event__head:before {
        width: 50vw;
    }
}

.event__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    justify-content: flex-start;
    position: relative;
}

@media (min-width: 768px) {
    .event__head__title {
        gap: 20px;
    }
}

.event__head__title__en {
    color: var(--color-white);
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

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

.event__head__title__ja {
    color: var(--color-white);
    font-size: var(--fs19);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

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

.event__overview {
    margin: 0 0 26px;
}

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

.event__overview__title {
    border-bottom: 1px solid var(--color-jade);
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 4px;
    padding: 4px 0 12px 40px;
    position: relative;
}

@media (min-width: 768px) {
    .event__overview__title {
        font-size: var(--fs20);
        padding: 4px 0 12px 46px;
    }
}

.event__overview__title:before {
    background-image: url(../images/icons/icon-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
}

@media (min-width: 768px) {
    .event__overview__title:before {
        height: 34px;
        width: 30px;
    }
}

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

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

.event__overview:has(.event__overview__note) .event__overview__content {
    margin: 0 0 16px;
}

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

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

.event__overview__note__tag span {
    background-color: var(--color-red);
    border-radius: 20px;
    color: var(--color-white);
    display: block;
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    min-width: 200px;
    padding: 4px 45px;
    text-align: center;
}

.event__overview__note__tag span sub {
    bottom: 0.05em;
    font-size: 60%;
    font-weight: inherit;
    letter-spacing: 0.1em;
}

.event__overview__note__content {
    flex: 0 0 auto;
    padding: 8px 0 0;
}

.event__overview__note__content p {
    color: var(--color-gray);
    font-size: var(--fs14);
    letter-spacing: 0.08em;
    line-height: 1.14;
    margin: 0;
}

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

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

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

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

.event__list__item__fig, .event__list__item__video {
    margin: 0 0 12px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .event__list__item__fig, .event__list__item__video {
        margin: 0 0 12px;
    }
}

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

.event__list__item__video {
    position: relative;
}

.event__list__item__video iframe {
    aspect-ratio: 306/202;
    border: none;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.event__list__item__title {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.43;
    margin: 0;
}

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

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

a.event__list__item .event__list__item__fig img,
a.event__list__item .event__list__item__video img {
    transition: transform 0.35s var(--cubic) 0s;
}

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

a.event__list__item:focus .event__list__item__fig img,
a.event__list__item:focus .event__list__item__video img {
    transform: scale(1.05);
}

a.event__list__item:focus .event__list__item__video:before {
    background-color: rgba(var(--color-black-rgb), 0);
}

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

    a.event__list__item:hover .event__list__item__fig img,
  a.event__list__item:hover .event__list__item__video img {
        transform: scale(1.05);
    }

    a.event__list__item:hover .event__list__item__video:before {
        background-color: rgba(var(--color-black-rgb), 0);
    }
}

.cm {
    margin: 0 0 80px;
    overflow-x: clip;
}

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

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

.cm__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 50px;
    justify-content: stretch;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .cm__head {
        height: 60px;
        width: 62%;
    }
}

@media (min-width: 992px) {
    .cm__head {
        width: 50%;
    }
}

.cm__head:before {
    background-image: url(../images/pages/school/school-title-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 30px 30px 0;
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + var(--c-pad));
}

@media (min-width: 992px) {
    .cm__head:before {
        width: 50vw;
    }
}

.cm__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    justify-content: flex-start;
    position: relative;
}

@media (min-width: 768px) {
    .cm__head__title {
        gap: 20px;
    }
}

.cm__head__title__en {
    color: var(--color-white);
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

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

.cm__head__title__ja {
    color: var(--color-white);
    font-size: var(--fs19);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

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

.cm__overview {
    margin: 0 0 26px;
}

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

.cm__overview__title {
    border-bottom: 1px solid var(--color-jade);
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 4px;
    padding: 4px 0 12px 40px;
    position: relative;
}

@media (min-width: 768px) {
    .cm__overview__title {
        font-size: var(--fs20);
        padding: 4px 0 12px 46px;
    }
}

.cm__overview__title:before {
    background-image: url(../images/icons/icon-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
}

@media (min-width: 768px) {
    .cm__overview__title:before {
        height: 34px;
        width: 30px;
    }
}

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

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

.cm__overview:has(.cm__overview__note) .cm__overview__content {
    margin: 0 0 16px;
}

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

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

.cm__overview__note__tag span {
    background-color: var(--color-red);
    border-radius: 20px;
    color: var(--color-white);
    display: block;
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    min-width: 200px;
    padding: 4px 45px;
    text-align: center;
}

.cm__overview__note__tag span sub {
    bottom: 0.05em;
    font-size: 60%;
    font-weight: inherit;
    letter-spacing: 0.1em;
}

.cm__overview__note__content {
    flex: 0 0 auto;
    padding: 8px 0 0;
}

.cm__overview__note__content p {
    color: var(--color-gray);
    font-size: var(--fs14);
    letter-spacing: 0.08em;
    line-height: 1.14;
    margin: 0;
}

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

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

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

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

.cm__list__item__fig, .cm__list__item__video {
    margin: 0 0 12px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .cm__list__item__fig, .cm__list__item__video {
        margin: 0 0 12px;
    }
}

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

.cm__list__item__video {
    position: relative;
}

.cm__list__item__video iframe {
    aspect-ratio: 306/202;
    border: none;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.cm__list__item__title {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.43;
    margin: 0;
}

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

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

a.cm__list__item .cm__list__item__fig img,
a.cm__list__item .cm__list__item__video img {
    transition: transform 0.35s var(--cubic) 0s;
}

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

a.cm__list__item:focus .cm__list__item__fig img,
a.cm__list__item:focus .cm__list__item__video img {
    transform: scale(1.05);
}

a.cm__list__item:focus .cm__list__item__video:before {
    background-color: rgba(var(--color-black-rgb), 0);
}

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

    a.cm__list__item:hover .cm__list__item__fig img,
  a.cm__list__item:hover .cm__list__item__video img {
        transform: scale(1.05);
    }

    a.cm__list__item:hover .cm__list__item__video:before {
        background-color: rgba(var(--color-black-rgb), 0);
    }
}

.site {
    margin: 0 0 80px;
    overflow-x: clip;
}

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

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

.site__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 50px;
    justify-content: stretch;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .site__head {
        height: 60px;
        width: 62%;
    }
}

@media (min-width: 992px) {
    .site__head {
        width: 50%;
    }
}

.site__head:before {
    background-image: url(../images/pages/school/school-title-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 30px 30px 0;
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + var(--c-pad));
}

@media (min-width: 992px) {
    .site__head:before {
        width: 50vw;
    }
}

.site__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    justify-content: flex-start;
    position: relative;
}

@media (min-width: 768px) {
    .site__head__title {
        gap: 20px;
    }
}

.site__head__title__en {
    color: var(--color-white);
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

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

.site__head__title__ja {
    color: var(--color-white);
    font-size: var(--fs19);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

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

.site__overview {
    margin: 0 0 26px;
}

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

.site__overview__title {
    border-bottom: 1px solid var(--color-jade);
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 4px;
    padding: 4px 0 12px 40px;
    position: relative;
}

@media (min-width: 768px) {
    .site__overview__title {
        font-size: var(--fs20);
        padding: 4px 0 12px 46px;
    }
}

.site__overview__title:before {
    background-image: url(../images/icons/icon-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
}

@media (min-width: 768px) {
    .site__overview__title:before {
        height: 34px;
        width: 30px;
    }
}

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

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

.site__overview:has(.site__overview__note) .site__overview__content {
    margin: 0 0 16px;
}

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

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

.site__overview__note__tag span {
    background-color: var(--color-red);
    border-radius: 20px;
    color: var(--color-white);
    display: block;
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    min-width: 200px;
    padding: 4px 45px;
    text-align: center;
}

.site__overview__note__tag span sub {
    bottom: 0.05em;
    font-size: 60%;
    font-weight: inherit;
    letter-spacing: 0.1em;
}

.site__overview__note__content {
    flex: 0 0 auto;
    padding: 8px 0 0;
}

.site__overview__note__content p {
    color: var(--color-gray);
    font-size: var(--fs14);
    letter-spacing: 0.08em;
    line-height: 1.14;
    margin: 0;
}

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

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

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

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

.site__list__item__fig, .site__list__item__video {
    margin: 0 0 12px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .site__list__item__fig, .site__list__item__video {
        margin: 0 0 12px;
    }
}

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

.site__list__item__video {
    position: relative;
}

.site__list__item__video iframe {
    aspect-ratio: 306/202;
    border: none;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.site__list__item__title {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.43;
    margin: 0;
}

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

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

a.site__list__item .site__list__item__fig img,
a.site__list__item .site__list__item__video img {
    transition: transform 0.35s var(--cubic) 0s;
}

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

a.site__list__item:focus .site__list__item__fig img,
a.site__list__item:focus .site__list__item__video img {
    transform: scale(1.05);
}

a.site__list__item:focus .site__list__item__video:before {
    background-color: rgba(var(--color-black-rgb), 0);
}

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

    a.site__list__item:hover .site__list__item__fig img,
  a.site__list__item:hover .site__list__item__video img {
        transform: scale(1.05);
    }

    a.site__list__item:hover .site__list__item__video:before {
        background-color: rgba(var(--color-black-rgb), 0);
    }
}

.photo360 {
    margin: 0 0 80px;
    overflow-x: clip;
}

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

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

.photo360__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 50px;
    justify-content: stretch;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .photo360__head {
        height: 60px;
        width: 62%;
    }
}

@media (min-width: 992px) {
    .photo360__head {
        width: 50%;
    }
}

.photo360__head:before {
    background-image: url(../images/pages/school/school-title-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 30px 30px 0;
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + var(--c-pad));
}

@media (min-width: 992px) {
    .photo360__head:before {
        width: 50vw;
    }
}

.photo360__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    justify-content: flex-start;
    position: relative;
}

@media (min-width: 768px) {
    .photo360__head__title {
        gap: 20px;
    }
}

.photo360__head__title__en {
    color: var(--color-white);
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

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

.photo360__head__title__ja {
    color: var(--color-white);
    font-size: var(--fs19);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

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

.photo360__overview {
    margin: 0 0 26px;
}

.photo360__overview__title {
    border-bottom: 1px solid var(--color-jade);
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 4px;
    padding: 4px 0 12px 40px;
    position: relative;
}

@media (min-width: 768px) {
    .photo360__overview__title {
        font-size: var(--fs20);
        padding: 4px 0 12px 46px;
    }
}

.photo360__overview__title:before {
    background-image: url(../images/icons/icon-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
}

@media (min-width: 768px) {
    .photo360__overview__title:before {
        height: 34px;
        width: 30px;
    }
}

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

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

.photo360__overview:has(.photo360__overview__note) .photo360__overview__content {
    margin: 0 0 16px;
}

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

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

.photo360__overview__note__tag span {
    background-color: var(--color-red);
    border-radius: 20px;
    color: var(--color-white);
    display: block;
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    min-width: 200px;
    padding: 4px 45px;
    text-align: center;
}

.photo360__overview__note__tag span sub {
    bottom: 0.05em;
    font-size: 60%;
    font-weight: inherit;
    letter-spacing: 0.1em;
}

.photo360__overview__note__content {
    flex: 0 0 auto;
    padding: 8px 0 0;
}

.photo360__overview__note__content p {
    color: var(--color-gray);
    font-size: var(--fs14);
    letter-spacing: 0.08em;
    line-height: 1.14;
    margin: 0;
}

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

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

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

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

.photo360__list__item__fig, .photo360__list__item__video {
    margin: 0 0 12px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .photo360__list__item__fig, .photo360__list__item__video {
        margin: 0 0 12px;
    }
}

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

.photo360__list__item__video {
    position: relative;
}

.photo360__list__item__video iframe {
    aspect-ratio: 306/202;
    border: none;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.photo360__list__item__title {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.43;
    margin: 0;
}

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

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

a.photo360__list__item .photo360__list__item__fig img,
a.photo360__list__item .photo360__list__item__video img {
    transition: transform 0.35s var(--cubic) 0s;
}

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

a.photo360__list__item:focus .photo360__list__item__fig img,
a.photo360__list__item:focus .photo360__list__item__video img {
    transform: scale(1.05);
}

a.photo360__list__item:focus .photo360__list__item__video:before {
    background-color: rgba(var(--color-black-rgb), 0);
}

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

    a.photo360__list__item:hover .photo360__list__item__fig img,
  a.photo360__list__item:hover .photo360__list__item__video img {
        transform: scale(1.05);
    }

    a.photo360__list__item:hover .photo360__list__item__video:before {
        background-color: rgba(var(--color-black-rgb), 0);
    }
}

.city {
    margin: 0 0 80px;
    overflow-x: clip;
}

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

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

.city__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 50px;
    justify-content: stretch;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .city__head {
        height: 60px;
        width: 62%;
    }
}

@media (min-width: 992px) {
    .city__head {
        width: 50%;
    }
}

.city__head:before {
    background-image: url(../images/pages/school/school-title-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 30px 30px 0;
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + var(--c-pad));
}

@media (min-width: 992px) {
    .city__head:before {
        width: 50vw;
    }
}

.city__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    justify-content: flex-start;
    position: relative;
}

@media (min-width: 768px) {
    .city__head__title {
        gap: 20px;
    }
}

.city__head__title__en {
    color: var(--color-white);
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs16);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

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

.city__head__title__ja {
    color: var(--color-white);
    font-size: var(--fs19);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

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

.city__overview {
    margin: 0 0 26px;
}

.city__overview__title {
    border-bottom: 1px solid var(--color-jade);
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 4px;
    padding: 4px 0 12px 40px;
    position: relative;
}

@media (min-width: 768px) {
    .city__overview__title {
        font-size: var(--fs20);
        padding: 4px 0 12px 46px;
    }
}

.city__overview__title:before {
    background-image: url(../images/icons/icon-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
}

@media (min-width: 768px) {
    .city__overview__title:before {
        height: 34px;
        width: 30px;
    }
}

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

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

.city__overview:has(.city__overview__note) .city__overview__content {
    margin: 0 0 16px;
}

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

@media (min-width: 768px) {
    .city__overview__note {
        flex-wrap: nowrap;
    }
}

.city__overview__note__tag {
    align-items: flex-start;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row wrap;
    gap: 8px 12px;
    justify-content: flex-start;
}

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

.city__overview__note__tag span {
    background-color: var(--color-red);
    border-radius: 20px;
    color: var(--color-white);
    display: block;
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding: 4px 12px;
    text-align: center;
}

@media (min-width: 768px) {
    .city__overview__note__tag span {
        font-size: var(--fs16);
        min-width: 200px;
        padding: 4px 45px;
    }
}

.city__overview__note__tag span sub {
    bottom: 0.05em;
    font-size: 60%;
    font-weight: inherit;
    letter-spacing: 0.1em;
}

.city__overview__note__content {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .city__overview__note__content {
        flex: 0 0 auto;
        padding: 8px 0 0;
    }
}

.city__overview__note__content p {
    color: var(--color-gray);
    font-size: var(--fs12);
    letter-spacing: 0.08em;
    line-height: 1.14;
    margin: 0;
}

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

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

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

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

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

.city__list__item__fig, .city__list__item__video {
    margin: 0 0 12px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .city__list__item__fig, .city__list__item__video {
        margin: 0 0 12px;
    }
}

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

.city__list__item__video {
    position: relative;
}

.city__list__item__video iframe {
    aspect-ratio: 306/202;
    border: none;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.city__list__item__title {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.43;
    margin: 0;
}

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

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

a.city__list__item .city__list__item__fig img,
a.city__list__item .city__list__item__video img {
    transition: transform 0.35s var(--cubic) 0s;
}

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

a.city__list__item:focus .city__list__item__fig img,
a.city__list__item:focus .city__list__item__video img {
    transform: scale(1.05);
}

a.city__list__item:focus .city__list__item__video:before {
    background-color: rgba(var(--color-black-rgb), 0);
}

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

    a.city__list__item:hover .city__list__item__fig img,
  a.city__list__item:hover .city__list__item__video img {
        transform: scale(1.05);
    }

    a.city__list__item:hover .city__list__item__video:before {
        background-color: rgba(var(--color-black-rgb), 0);
    }
}

.flow {
    margin: 0 0 80px;
}

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

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

.flow__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 0 16px;
    padding: 28px 0 20px;
    position: relative;
}

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

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

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

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

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

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

.flow__head__frame span:before, .flow__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) {
    .flow__head__frame span:before, .flow__head__frame span:after {
        height: 26px;
        width: 40px;
    }
}

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

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

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

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

.flow__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 12px;
    justify-content: flex-start;
}

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

.flow__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) {
    .flow__head__title__en {
        font-size: 2.625rem;
    }
}

.flow__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) {
    .flow__head__title__ja {
        font-size: var(--fs18);
    }
}

.flow__item-wrapper {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 30px 30px;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0 10px 0 0;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__item-wrapper {
        gap: 30px 60px;
        padding: 0 30px 0 0;
    }
}

@media (min-width: 992px) {
    .flow__item-wrapper {
        gap: 30px 80px;
    }
}

.flow__item {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}

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

@media (min-width: 992px) {
    .flow__item {
        flex: 0 0 calc(33.33333% - 53.33333px);
    }
}

.flow__item__angle {
    aspect-ratio: 255/140;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
}

.flow__item__angle:after {
    background-color: var(--color-teal);
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    height: 21px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: -20.25px;
    top: 0;
    width: 11px;
}

@media (min-width: 768px) {
    .flow__item__angle:after {
        height: 30px;
        right: -37.5px;
        width: 15px;
    }
}

@media (min-width: 992px) {
    .flow__item__angle:after {
        right: -47.5px;
    }
}

.flow__item__number {
    border-radius: 5px;
    margin: 0 0 12px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .flow__item__number {
        border-radius: 10px;
    }
}

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

.flow__item__number__fig {
    overflow: hidden;
    width: 100%;
}

.flow__item__number__fig img {
    aspect-ratio: 255/140;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.flow__item__number__text {
    align-items: stretch;
    bottom: 0;
    color: var(--color-teal);
    display: flex;
    flex-flow: column nowrap;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs10);
    justify-content: center;
    left: 0;
    padding: 8px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
}

@media (min-width: 768px) {
    .flow__item__number__text {
        width: 100px;
    }
}

@media (min-width: 992px) {
    .flow__item__number__text {
        width: 120px;
    }
}

.flow__item__number__text span {
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs12);
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 4px;
}

@media (min-width: 768px) {
    .flow__item__number__text span {
        font-size: var(--fs14);
        margin: 0 0 8px;
    }
}

.flow__item__number__text em {
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs40);
    font-style: normal;
    font-weight: inherit;
    letter-spacing: 0;
    line-height: 1;
}

@media (min-width: 768px) {
    .flow__item__number__text em {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .flow__item__number__text em {
        font-size: 3.1875rem;
    }
}

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

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

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

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