/* -------------------------------------------------- */
/* 2025年プチリニューアル */
/* 改修部分にのみ影響するCSSです */
/* style2025.css */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* フロントページ */
/* frontpage2025 */
/* -------------------------------------------------- */

@media (min-width: 768px) {
    .frontpage2025 {
        padding-top: 90px;
    }
    .frontpage2025 .sp-title {
        display: none !important;
    }
}
@media (min-width: 1024px) {
}
@media (max-width: 767px) {
    .frontpage2025 .pc-title {
        display: none !important;
    }
    .frontpage2025 img.sp-title {
        display: block;
        width: 400px;
        margin: 0 auto;
    }

}


/* #top-fv-sec */
.frontpage2025 #top-fv-sec {
    margin-bottom: 150px;
}
.frontpage2025 #top-fv-sec .sec-title h2 {
    display: block;
    width: fit-content;
    font-size: max(18px, 1.5vw);
    padding: 4px 5px;
    margin: 0 0 40px;
    background-color: #000000;
    color: #FFFFFF;
}
.frontpage2025 #top-fv-sec .sec-title h3 {
    font-size: max(18px, 1.5vw);
    margin-bottom: 30px;
    line-height: 1.7;
    letter-spacing: 2px;
}
.frontpage2025 #top-fv-sec .sec-body p {
    font-weight: 500;
}
@media (max-width: 1023px) {
}
@media (max-width: 767px) {
    .frontpage2025 #top-fv-sec {
        margin-bottom: 35px;
    }
    .frontpage2025 #top-fv-sec figure.img {
        margin-bottom: 30px;
    }
    .frontpage2025 #top-fv-sec .sec-title h2 {
        font-size: max(18px, 4vw);
    }
    .frontpage2025 #top-fv-sec .sec-title h3 {
        font-size: max(18px, 4vw);
    }
}
@media (min-width: 768px) {
    .frontpage2025 #top-fv-sec .row > .left-col {
        max-width: 53%;
    }
    .frontpage2025 #top-fv-sec .row > .right-col {
        max-width: 47%;
        display: flex;
        align-items: center;
    }
}
@media (min-width: 1024px) {
    .frontpage2025 #top-fv-sec .container {
        min-width: 90%;
        width: 1180px;
        max-width: 100%;
    }
    .frontpage2025 #top-fv-sec .row {
        margin: 0 -35px;
    }
    .frontpage2025 #top-fv-sec .row > * {
        padding: 0 35px;
    }
}

/* #top-youtube-sec */
.frontpage2025 #top-youtube-sec {
    padding: 0 0 120px;
}
.frontpage2025 #top-youtube-sec .youtube-wrap {
    width: 100%;
    max-width: 720px;
}
.frontpage2025 #top-youtube-sec iframe {
    width: 100%;
}
@media (max-width: 767px) {
    .frontpage2025 #top-youtube-sec {
        padding-bottom: 35px;
    }
    .frontpage2025 #top-youtube-sec .youtube-wrap {
        max-width: 720px;
    }
}

/* #what-miica */
.frontpage2025 #what-miica {
    background-color: #efefef;
}
.frontpage2025 #what-miica .container {
    max-width: 1020px;
}
.frontpage2025 #what-miica .img {
    overflow: visible;
}
.frontpage2025 #what-miica .sec-title h2 {
    margin-bottom: 50px;
}
.frontpage2025 #what-miica .sec-body p {
    line-height: 1.75;
    letter-spacing: 0.075em;
}
.frontpage2025 #what-miica .sec-body .btn-wrap {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .frontpage2025 #what-miica {
        padding: 40px 0 50px;
    }
    .frontpage2025 #what-miica .row > .left-col {
        display: none;
    }
    .frontpage2025 #what-miica .row > .right-col figure.img {
        margin-bottom: 60px;
    }
    .frontpage2025 #what-miica .row > .right-col figure.img img {
        width: 50%;
        min-width: 170px;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .frontpage2025 #what-miica {
        position: relative;
    }
    .frontpage2025 #what-miica::before {
        content: "";
        position: absolute;
        top: 0;
        right: 50%;
        bottom: 0;
        left: 0;
        background-color: #FFFFFF;
    }
    .frontpage2025 #what-miica .container {
        position: relative;
        padding-top: 90px;
        padding-bottom: 50px;
        background-color: #efefef;
    }
    .frontpage2025 #what-miica .row > .left-col {
        max-width: 47%;
    }
    .frontpage2025 #what-miica .row > .right-col {
        max-width: 53%;
    }
    .frontpage2025 #what-miica .row > .right-col figure.img {
        display: none;
    }
}
@media (min-width: 1024px) {
}

/* #news-sec */
.frontpage2025 #news-sec {
    padding-bottom: 75px;
    background-color: #57d7ff;
    background-image: url(../images/top/news-top.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.frontpage2025 #news-sec .sec-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 30vw;
    padding-bottom: 1vw;
    margin-bottom: 60px;
}
.frontpage2025 #news-sec .sec-title h2 {
    margin-bottom: 0;
}
.frontpage2025 #news-sec .sec-title h2 img {
    margin: 0 auto;
}
.frontpage2025 #news-sec .sec-body .important-news {
    text-align: center;
    margin-bottom: 70px;
}
.frontpage2025 #news-sec .sec-body .important-news .btn-important {
    padding: 6px 10px;
    width: 188px;
    border: solid 1px #000000;
    border-radius: 100px;
    background-color: #57d7ff;
}
.frontpage2025 #news-sec .sec-body .important-news .btn-important::before {
    content: none;
}
.frontpage2025 #news-sec .sec-body > .row {
    margin-left: -24px;
    margin-right: -24px;
}
.frontpage2025 #news-sec .sec-body > .row .col {
    display: flex;
    padding: 0 24px;
    height: auto;
}
.frontpage2025 #news-sec .sec-body .article {
    height: 100%;
    color: #222222;
    text-decoration: none;
    padding-bottom: 30px;
    border-bottom: solid 1px #0c0c0c;
}
.frontpage2025 #news-sec .sec-body .article dl dd {
    padding: 10px 0 0;
}
.frontpage2025 #news-sec .sec-body .article .news-date {
    font-weight: 700;
    margin: 0 0 5px;
}
.frontpage2025 #news-sec .sec-body .article .top-news-title {
    line-height: 1.6;
    margin: 0;
}
.frontpage2025 #news-sec .sec-body .btn-wrap {
    text-align: center;
    margin-top: 75px;
}
@media (max-width: 1023px) {
    .frontpage2025 #news-sec .sec-body > .row .col {
        padding-bottom: 50px;
    }
    .frontpage2025 #news-sec .sec-body .btn-wrap {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .frontpage2025 #news-sec {
        overflow: hidden;
        padding-bottom: 45px;
        background-image: url(../images/top/news-top-sp.png);
        background-size: 100%;
    }
    .frontpage2025 #news-sec .sec-title {
        min-height: 72vw;
        padding: 3vw 0 0;
    }
    .frontpage2025 #news-sec .sec-title h2 {
        margin-bottom: 0;
    }
    .frontpage2025 #news-sec .sec-body {
        max-width: 537px;
        margin: 0 auto;
        overflow: visible;
    }
    .frontpage2025 #news-sec .sec-body > .row > .slick-list {
        overflow: visible;
    }
    .frontpage2025 #news-sec .sec-body > .row .slick-track {
        display: flex;
    }
    .frontpage2025 #news-sec .sec-body > .row .col {
        padding-bottom: 20px;
    }
    .frontpage2025 #news-sec .sec-body .article .thumbnail {
        border: solid 1px #000000;
    }
    .frontpage2025 #news-sec #news-sp-slider {
        position: relative;
    }
    .frontpage2025 #news-sec #news-sp-slider::after {
        content: "";
        position: absolute;
        top: 100% !important;
        transform: translateY(40px);
        left: 50%;
        content: "";
        height: 42px;
        width: 1px;
        background-color: #000000;
        z-index: 1;
    }
    .frontpage2025 #news-sec #news-sp-slider .slick-arrow {
        transition: opacity 0.3s, visibility 0.3s;
        top: 100% !important;
        transform: translateY(40px);
        width: 47px;
        height: 47px;
        padding: 0;
        z-index: 1;
    }
    .frontpage2025 #news-sec #news-sp-slider .slick-arrow.slick-disabled {
        opacity: 0;
        visibility: hidden;
    }
    .frontpage2025 #news-sec #news-sp-slider .slick-arrow::before {
        content: "";
        display: block;
        border: none;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #FFFFFF;
        border-radius: 47px;
    }
    .frontpage2025 #news-sec #news-sp-slider .slick-prev {
        left: 20px;
    }
    .frontpage2025 #news-sec #news-sp-slider .slick-prev::before {
        background-image: url(../images/top/works-prev.svg);
    }
    .frontpage2025 #news-sec #news-sp-slider .slick-next {
        right: 20px;
    }
    .frontpage2025 #news-sec #news-sp-slider .slick-next::before {
        background-image: url(../images/top/works-next.svg);
    }
    .frontpage2025 #news-sec .sec-body .btn-wrap {
        margin-top: 130px;
    }
}
@media (max-width: 575px) {
    .frontpage2025 #news-sec .sec-body {
        max-width: 335px;
    }
    .frontpage2025 #news-sec .sec-body > .row {
        max-width: 95%;
        margin: 0 auto;
    }
    .frontpage2025 #news-sec .sec-body > .row .col {
        padding: 0 13px 20px;
    }
}
@media (min-width: 768px) {
    .frontpage2025 #news-sec {
        background-color: #57d7ff;
        background-image: url(../images/top/news-top.png);
        background-position: top;
    }
    .frontpage2025 #news-sec .container {
        max-width: 1280px;
        padding: 0 60px;
    }
    /*
    .frontpage2025 #news-sec::before,
    .frontpage2025 #news-sec::after {
        content: "";
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        aspect-ratio: 10;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .frontpage2025 #news-sec::before {
        background-image: url(../images/top/news-top.png);
        background-position: top;
        transform: translateY(-1px);
    }
    .frontpage2025 #news-sec::after {
        background-image: url(../images/top/news-bottom.png);
        background-position: bottom;
        transform: translateY(1px);
    }
    */
    .frontpage2025 #news-sec .sec-body > .row .col {
        max-width: 50%;
    }
    .frontpage2025 #news-sec .sec-body .article {
        transition: opacity 0.3s;
    }
    .frontpage2025 #news-sec .sec-body .article:hover {
        opacity: 0.6;
    }
    .frontpage2025 #news-sec .sec-body .important-news .btn-important:hover {
        background-color: #000000;
        color: #57d7ff;
    }
}
@media (min-width: 1024px) {
    .frontpage2025 #news-sec .sec-body > .row .col {
        max-width: 25%;
    }
}

/* #works-sec */
.frontpage2025 #works-sec {
    padding: 150px 0 120px;
    overflow: hidden;
    background-image: url(../images/top/works-bottom.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}
.frontpage2025 #works-sec .container {
    max-width: 1280px;
}
.frontpage2025 #works-sec .sec-title {
    margin-bottom: 65px;
}
.frontpage2025 #works-sec .sec-title h2 img {
    margin: 0 auto;
}
.frontpage2025 #works-sec .sec-body .intro {
    margin-bottom: 100px;
}
.frontpage2025 #works-sec .sec-body .intro p {
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0.075em;
    padding: 0 30px;
}
.frontpage2025 #works-sec .sec-body .intro p + p {
    margin-top: 1em;
}
.frontpage2025 #works-sec .sec-body .top-works-slider-wrap {
    position: relative;
}
.frontpage2025 #works-sec ul#works-slider {
    position: initial;
    max-width: 980px;
    margin: 0 -15px;
}
.frontpage2025 #works-sec ul#works-slider .slick-list {
    overflow: visible;
}
.frontpage2025 #works-sec ul#works-slider li {
    padding: 0 15px;
}
.frontpage2025 #works-sec ul#works-slider .img-wrap {
    text-decoration: none;
    font-size: 20px;
}
.frontpage2025 #works-sec ul#works-slider .img-wrap .img {
    background-color: #FFFFFF;
    border: solid 1px #000000;
    overflow: hidden;
}
.frontpage2025 #works-sec ul#works-slider .img-wrap img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}
.frontpage2025 #works-sec ul#works-slider .img-wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    color: #000000;
    background-color: #FFFFFF;
    margin-top: 10px;
    padding: 3px;
}
.frontpage2025 #works-sec ul#works-slider .slick-arrow {
    width: 70px;
    height: 70px;
    z-index: 1;
    transition: opacity 0.3s, visibility 0.3s;
}
.frontpage2025 #works-sec ul#works-slider .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}
.frontpage2025 #works-sec ul#works-slider .slick-arrow::before {
    content: "";
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
    border-radius: 47px;
    border: solid 1px #000000;
}
.frontpage2025 #works-sec ul#works-slider .slick-prev::before {
    background-image: url(../images/top/works-prev.svg);
}
.frontpage2025 #works-sec ul#works-slider .slick-next::before {
    background-image: url(../images/top/works-next.svg);
}
.frontpage2025 #works-sec .sec-body .btn-wrap {
    margin-top: 70px;
    text-align: center;
}
.frontpage2025 #works-sec .sec-body .btn {
    padding: 15px 30px;
}
@media (max-width: 991px) {
    .frontpage2025 #works-sec ul#works-slider {
        max-width: 520px;
        padding-right: 60px;
    }
}
@media (max-width: 767px) {
    .frontpage2025 #works-sec {
        padding: 50px 0 43px;
        background-image: url(../images/top/works-bottom-sp.svg);
        background-size: 767px;
    }
    .frontpage2025 #works-sec .sec-title {
        margin-bottom: 45px;
    }
    .frontpage2025 #works-sec .sec-body .intro {
        margin-top: 0;
        margin-bottom: 80px;
    }
    .frontpage2025 #works-sec .sec-body .intro p {
        margin-top: 50px;
        padding: 0;
        text-align: left;
        line-height: 2;
    }
    .frontpage2025 #works-sec .top-works-slider-wrap::after {
        content: "";
        position: absolute;
        top: 100% !important;
        transform: translateY(40px);
        left: 50%;
        content: "";
        height: 42px;
        width: 1px;
        background-color: #000000;
        z-index: 1;
    }
    .frontpage2025 #works-sec .sec-body .top-works-slider-wrap {
        max-width: 490px;
        padding: 0 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .frontpage2025 #works-sec ul#works-slider {
        margin: 0 -10px;
        padding: 0;
    }
    .frontpage2025 #works-sec ul#works-slider .slick-arrow {
        top: 100% !important;
        transform: translateY(40px);
        width: 47px;
        height: 47px;
    }
    .frontpage2025 #works-sec ul#works-slider .slick-arrow::before {
        border: none;
    }
    .frontpage2025 #works-sec ul#works-slider .slick-prev {
        left: 20px;
    }
    .frontpage2025 #works-sec ul#works-slider .slick-next {
        right: 20px;
    }
    .frontpage2025 #works-sec ul#works-slider li {
        padding: 0 10px;
    }
    .frontpage2025 #works-sec ul#works-slider .img-wrap p {
        font-size: 15px;
        margin-top: 5px;
    }
    .frontpage2025 #works-sec .sec-body .btn-wrap {
        margin-top: 130px;
    }
    .frontpage2025 #works-sec .sec-body .btn {
        padding: 10px 20px;
    }
}
@media (min-width: 768px) {
    .frontpage2025 #works-sec ul#works-slider .img-wrap {
        transition: opacity 0.3s;
    }
    .frontpage2025 #works-sec ul#works-slider .img-wrap:hover {
        opacity: 0.6;
    }
    .frontpage2025 #works-sec ul#works-slider .slick-arrow:hover::before {
        opacity: 0.6;
    }
}
@media (min-width: 1024px) {
}

/* #event-sec */
.frontpage2025 #event-sec {
    padding: 140px 0 150px;
    overflow: hidden;
}
.frontpage2025 #event-sec .container {
    max-width: 1280px;
}
.frontpage2025 #event-sec .sec-title {
    max-width: 1075px;
    margin: 0 auto 80px;
}
.frontpage2025 #event-sec .sec-title h2 {
    text-align: center;
    font-size: 48px;
    letter-spacing: 0.08em;
}
.frontpage2025 #event-sec .sec-title h2 img {
    margin-left: auto;
    margin-right: auto;
}
.frontpage2025 #event-sec .event-list > .row {
    margin-left: -15px;
    margin-right: -15px;
}
.frontpage2025 #event-sec .event-list > .row .col {
    padding-left: 15px;
    padding-right: 15px;
}
.frontpage2025 #event-sec .event-card {
    position: relative;
    display: block;
    padding: 25px 30px 40px;
    border-radius: 16px;
    color: #000000;
    text-decoration: none;
}
.frontpage2025 #event-sec .spot-event .event-card {
    border: solid 1px #191919;
    background-color: #FFFFFF;
}
.frontpage2025 #event-sec .always-event .event-card {
    border: solid 1px #191919;
    background-color: #efefef;
}
.frontpage2025 #event-sec .event-card > dl > dt {
    position: relative;
    margin-bottom: 20px;
}
.frontpage2025 #event-sec .event-card > dl > dt figure img {
    width: 100%;
    aspect-ratio: 1.43;
    object-fit: cover;
}
.frontpage2025 #event-sec .event-card > dl > dt span.event-status {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 12px;
    line-height: 1;
    font-size: 16px;
    background-color: #000000;
    color: #FFFFFF;
}
.frontpage2025 #event-sec .event-card p {
    font-weight: 500;
}
.frontpage2025 #event-sec .event-card .event-date {
    font-size: 18px;
    margin-bottom: 10px;
}
.frontpage2025 #event-sec .event-card .event-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 23px;
}
.frontpage2025 #event-sec .event-card .event-content {
    display: none;
    line-height: 1.61666667;
    letter-spacing: 0.08em;
    font-size: 15px;
    margin-bottom: 20px;
}
.frontpage2025 #event-sec .event-card .event-venue {
    display: none;
    margin-top: 24px;
    font-weight: 500;
}
.frontpage2025 #event-sec .event-card .event-app {
    display: none;
    margin-top: 24px;
    font-weight: 500;
}
.frontpage2025 #event-sec .event-card .event-app > dl > dd {}
.frontpage2025 #event-sec .event-card .btn-wrap {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    text-align: center;
}
.frontpage2025 #event-sec .event-card .btn-wrap .btn {
    background-color: #ffee00;
    width: 254px;
    padding-left: 10px;
    padding-right: 10px;
}
.frontpage2025 #event-sec .event-card .btn-wrap .btn::before {
    content: none;
}
.frontpage2025 #event-sec .bottom-btn-wrap {
    margin-top: 70px;
    text-align: center;
}
.frontpage2025 #event-sec .bottom-btn-wrap .btn {
    padding: 15px 30px;
}
@media (max-width: 767px) {
    .frontpage2025 #event-sec {
        background-image: none;
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 0;
        overflow: hidden;
    }
    .frontpage2025 #event-sec .sec-title {
        margin-bottom: 60px;
    }
    .frontpage2025 #event-sec .sec-title::before,
    .frontpage2025 #event-sec .sec-title::after {
        content: none;
    }
    .frontpage2025 #event-sec .event-list {
        position: relative;
        margin: 0 auto;
        max-width: 380px;
    }
    .frontpage2025 #event-sec .event-list > .row {
        position: initial;
        margin-left: -15px;
        margin-right: -15px;
        max-width: 400px;
    }
    .frontpage2025 #event-sec .event-list > .row .slick-list {
        overflow: visible;
        padding: 0;
    }
    .frontpage2025 #event-sec .event-list > .row .slick-track {
        display: flex;
    }
    .frontpage2025 #event-sec .event-list > .row .col {
        padding: 0 15px 30px;
        height: auto;
    }
    .frontpage2025 #event-sec .spot-event > .row .col:nth-child(n+5) {
        display: none;
    }
    .frontpage2025 #event-sec .always-event > .row .col:nth-child(n+3) {
        display: none;
    }
    .frontpage2025 #event-sec .event-list > .row .slick-prev {
        display: none;
    }
    .frontpage2025 #event-sec .event-list > .row .slick-next {
        right: -5px;
        display: block;
        width: 41px;
        height: 72px;
        border: solid 1px #000000;
        background-color: #FFFFFF;
        overflow: hidden;
    }
    .frontpage2025 #event-sec .event-list > .row .slick-next::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 2px;
        transform: translateY(-50%) rotate(45deg);
        border-style: solid;
        border-width: 1px 1px 0 0;
        border-color: #000000;
        width: 22px;
        height: 22px;
    }
    .frontpage2025 #event-sec .event-card {
        padding: 20px 25px 114px;
        height: 100%;
    }
    .frontpage2025 #event-sec .event-card > dl > dt {
        margin-bottom: 10px;
    }
    .frontpage2025 #event-sec .event-card > dl > dt span.event-status {
        font-size: 14px;
        padding: 9px 10px;
    }
    .frontpage2025 #event-sec .event-card .event-date {
        font-size: 21px;
        margin-bottom: 5px;
    }
    .frontpage2025 #event-sec .event-card .event-title {
        font-size: 18px;
        line-height: 1.7;
        margin: 0;
    }
    .frontpage2025 #event-sec .event-card .event-content {
        font-size: 13px;
    }
    .frontpage2025 #event-sec .event-card .event-venue {
        margin-top: 20px;
        font-size: 14px;
    }
    .frontpage2025 #event-sec .event-card .event-app {
        margin-top: 20px;
        font-size: 14px;
    }
    .frontpage2025 #event-sec .event-card .btn-wrap {
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
    .frontpage2025 #event-sec .event-card .btn-wrap .btn {
        border-radius: 100px;
        padding: 15px 10px;
        width: 270px;
    }
    .frontpage2025 #event-sec .bottom-btn-wrap {
        margin-top: 40px;
        margin-bottom: 95px;
    }
    .frontpage2025 #event-sec .bottom-btn-wrap .btn {
        padding: 10px 30px;
    }
}
@media (min-width: 768px) {
    .frontpage2025 #event-sec .container {
        padding: 0 65px;
    }
    .frontpage2025 #event-sec .event-list > .row .col {
        max-width: 50%;
        margin-bottom: 45px;
    }
    .frontpage2025 #event-sec .event-card {
        height: 100%;
        padding-bottom: 100px;
        transition: background-color 0.3s;
    }
    .frontpage2025 #event-sec .event-card:hover {
        background-color: #fcfc81;
    }
    .frontpage2025 #event-sec .event-card:hover .btn-wrap .btn {
        background-color: #FFFFFF;
        color: #231815;
    }
}
@media (min-width: 1024px) {
    .frontpage2025 #event-sec .event-list > .row .col {
        max-width: 33.3%;
    }
}

/* #top-materials */
.frontpage2025 #top-materials {
    padding: 80px 0;
    overflow: hidden;
    background-color: #ffa766;
}
.frontpage2025 #top-materials .container {
    max-width: 950px;
}
.frontpage2025 #top-materials .left-col .img {
    box-shadow: 20px 17px 0 #57d7ff;
}
.frontpage2025 #top-materials .btn-wrap .btn {
    padding: 15px 25px;
    background-color: #fcfc81;
    border: solid 1px #000000;
}
@media (max-width: 767px) {
    .frontpage2025 #top-materials {
        padding: 60px 0 100px;
    }
    .frontpage2025 #top-materials .row > .left-col {
    }
    .frontpage2025 #top-materials .left-col .img {
        margin: 0 auto 90px;
        transform: translateX(-15px);
    }
    .frontpage2025 #top-materials .left-col .img img {
        margin: 0 auto;
    }
    .frontpage2025 #top-materials .btn-wrap:not(:last-child) {
        margin-bottom: 50px;
    }
    .frontpage2025 #top-materials .btn-wrap .btn {
        padding: 10px 20px;
        width: 294px;
        max-width: 100%;
    }
    .frontpage2025 #top-materials .btn-wrap .btn::before {
        width: 10px;
        height: 10px;
    }
}
@media (min-width: 768px) {
    .frontpage2025 #top-materials .row > .col {
        max-width: 50%;
    }
    .frontpage2025 #top-materials .row > .right-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .frontpage2025 #top-materials .btn-wrap {
        margin: 35px 0;
    }
    .frontpage2025 #top-materials .btn-wrap .btn:hover {
        color: #fcfc81;
        background-color: #000000;
    }
    .frontpage2025 #top-materials .btn-wrap .btn:hover::before {
        border-color: #fcfc81;
    }
}
@media (min-width: 1024px) {
}

/* .frontpage2025 + footer .footer-line-container */
.frontpage2025 + footer .footer-line-container {
    margin-top: 0;
}


/* -------------------------------------------------- */
/* 共通#fv-sec */
/* renewal2025 */
/* -------------------------------------------------- */

/* .renewal2025 #fv-sec */
.renewal2025 #fv-sec {
    position: relative;
    min-height: 667px;
    padding: 170px 0 100px;
}
.renewal2025 #fv-sec .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.renewal2025 #fv-sec .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.renewal2025 #fv-sec .container {
    position: relative;
    max-width: 100%;
}
@media (max-width: 1023px) {
    .renewal2025 #fv-sec {
        min-height: 452px;
        padding: 100px 0 30px;
    }
}

/* #bottom-timetable */
.renewal2025 #bottom-timetable {
    display: flex;
    align-items: center;
    min-height: 450px;
    background-image: url(../images/school/timetable-bg.jpg);
    background-position: center;
    background-size: cover;
}
.renewal2025 #bottom-timetable .btn-wrap {}
.renewal2025 #bottom-timetable .timetable-btn {
    border: solid 1px #000000;
    background-color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    padding: 19px 30px;
    width: 400px;
}
.renewal2025 #bottom-timetable .timetable-btn::before {
    width: 20px;
    height: 20px;
}
@media (min-width: 768px) {
    .renewal2025 #bottom-timetable .timetable-btn:hover {
        color: #ffffff;
        background-color: #000000;
    }
    .renewal2025 #bottom-timetable .timetable-btn:hover::before {
        border-color: #FFFFFF;
    }
}
@media (max-width: 767px) {
    .renewal2025 #bottom-timetable {
        min-height: 230px;
    }
    .renewal2025 #bottom-timetable .container {
        max-width: 100%;
    }
    .renewal2025 #bottom-timetable .timetable-btn {
        font-size: 20px;
        font-weight: 400;
        width: 265px;
        padding: 10px 30px;
    }
    .renewal2025 #bottom-timetable .timetable-btn::before {
        width: 15px;
        height: 15px;
    }
}



/* -------------------------------------------------- */
/* リニューアル lowerページ */
/* lower2025 */
/* -------------------------------------------------- */

.lower2025 {}

/* .lower2025 .sec-title */
.lower2025 .sec-title {
    max-width: 1075px;
    margin: 0 auto 100px;
}
.lower2025 .sec-title h2 {
    text-align: center;
    font-size: min(32px, calc((100vw - 40px) * 0.063));
    font-weight: 800;
    letter-spacing: 0.115em;
    line-height: 1.45;
}
.lower2025 .sec-title h2 span {
    position: relative;
    display: inline-block;
    padding: 35px 35px;
    margin-left: auto;
    margin-right: auto;
    width: 518px;
    max-width: 100%;
}
.lower2025 .sec-title h2 span::before,
.lower2025 .sec-title h2 span::after {
    content: "";
    position: absolute;
    display: block;
    width: 21px;
    height: 27px;
    border: solid 0 #000000;
}
.lower2025 .sec-title h2 span::before {
    bottom: 0;
    left: 0;
    border-width: 0 0 9px 9px;
}
.lower2025 .sec-title h2 span::after {
    top: 0;
    right: 0;
    border-width: 9px 9px 0 0;
}
@media (max-width: 767px) {
    .lower2025 .sec-title {
        margin-bottom: 55px;
    }
    .lower2025 .sec-title h2 {
        text-align: left;
        line-height: 2.1;
    }
    .lower2025 .sec-title h2 span {
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        padding: 35px max(30px, calc((100vw - 40px) * 0.1));
    }
    .lower2025 .sec-title h2 span::before,
    .lower2025 .sec-title h2 span::after {
        width: 25px;
        height: 25px;
    }
}


/* -------------------------------------------------- */
/* メッセージページ */
/* message2025 */
/* -------------------------------------------------- */

/* .message2025 #fv-sec */
@media (max-width: 1023px) {
    .message2025 #fv-sec h1 img {
        margin-left: auto;
    }
}

/* .message2025 #sec01 */
.message2025 #sec01 {
    padding-top: 100px;
}
.message2025 #sec01 .container {
    max-width: 1130px;
}

.message2025 #sec01 .sec-body .sec-inner {
    padding: 0 0 150px;
}
.message2025 #sec01 .sec-body h3 {
    font-weight: 400;
    font-size: min(24px, calc((100vw - 40px) * 0.055));
    line-height: 1.9;
    letter-spacing: 0.07em;
    margin-bottom: 30px;
}
.message2025 #sec01 .sec-body h3 span {
    display: inline-block;
    line-height: 1;
    padding: 2px 20px;
    background-color: #fcfc81;
    border: solid 1px;
}
.message2025 #sec01 .sec-body .p {
    letter-spacing: 0.115em;
    font-weight: 500;
}
.message2025 #sec01 .sec-body .img {
    width: fit-content;
}
.message2025 #sec01 .sec-body .has-border {
    border: solid 1px #000000;
}
@media (max-width: 1199px) {
    .message2025 #sec01 .sec-body h3 span {
        padding: 2px 10px;
    }
}
@media (max-width: 1023px) {
    .message2025 #sec01 .sec-body .img {
        margin-bottom: 20px;
    }
    .message2025 #sec01 .sec-body .img {
        margin-left: auto;
        margin-right: auto;
    }
    .message2025 #sec01 .sec-body .sec-inner {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .message2025 #sec01 {
        padding-top: 30px;
    }
    .message2025 #sec01 .sec-body .sec-inner {
        padding-bottom: 30px;
    }
    .message2025 #sec01 .sec-body h3 {
        line-height: 2.1;
    }
    .message2025 #sec01 .sec-body h3 span {
        padding: 5px 10px;
    }
}
@media (min-width: 1024px) {
}

/* .profile-box */
.message2025 #sec01 .sec-body .sec01-01 h3 {
    margin-bottom: 70px;
}
.message2025 #sec01 .sec-body .profile-box h3 {
    font-weight: 500;
    font-size: min(24px, calc((100vw - 40px) * 0.051));
}
.message2025 #sec01 .sec-body .profile-box h3 span {
}
.message2025 #sec01 .sec-body .profile-box .position-name {
    letter-spacing: 0.115em;
    margin-bottom: 20px;
}
.message2025 #sec01 .sec-body .profile-box .position-name .position {
    font-weight: 500;
    font-size: min(16px, calc((100vw - 40px) * 0.048));
}
.message2025 #sec01 .sec-body .profile-box .position-name .name {
    font-size: min(20px, calc((100vw - 40px) * 0.054));
    font-weight: 800;
}
@media (max-width: 1199px) {
    .message2025 #sec01 .sec-body .profile-box {
        position: relative;
        margin-bottom: 20px;
    }
}
@media (max-width: 1023px) {
    .message2025 #sec01 .sec-body .profile-box h3 {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 10px;
        z-index: 1;
    }
    .message2025 #sec01 .sec-body .profile-box .position-name {
        position: absolute;
        top: 18px;
        right: 0;
        transform: translateY(-100%);
        margin: 0;
    }
    .message2025 #sec01 .sec-body .profile-box .position-name .position span {
        display: inline-block;
        line-height: 1;
        padding: 2px 10px;
    }
    .message2025 #sec01 .sec-body .profile-box .position-name .name {
        letter-spacing: 0;
    }
    .message2025 #sec01 .sec-body .profile-box .position-name .name span {
        display: inline-block;
        line-height: 1;
        padding: 2px 10px;
        background-color: #fcfc81;
        border: solid 1px;
    }
}
@media (max-width: 767px) {
    .message2025 #sec01 .sec-body .profile-box .position-name .name span {
        padding: 6px 15px;
    }
    .message2025 #sec01 .sec-body .profile-box h3 {
        left: -5px;
    }
}
@media (min-width: 1024px) {
}

/* .message2025 #sec01 .sec01-01 */
.message2025 #sec01 .sec-body .sec01-01 {
    padding-bottom:  100px;
}
.message2025 #sec01 .sec-body .sec01-01 .img {
    width: fit-content;
}
@media (max-width: 1023px) {
    .message2025 #sec01 .sec-body .sec01-01 > .row > .left-col {
        display: none;
    }
    .message2025 #sec01 .sec-body .sec01-01 .img {
        margin-left: auto;
        margin-right: auto;
    }
    .message2025 #sec01 .sec-body .sec01-01 .img img {
        width: 640px;
    }
}
@media (min-width: 1024px) {
    .message2025 #sec01 .sec-body .sec01-01 > .row > .left-col {
        width: 45%;
    }
    .message2025 #sec01 .sec-body .sec01-01 > .row > .right-col {
        width: 55%;
    }
    .message2025 #sec01 .sec-body .sec01-01 .has-shadow {
        box-shadow: 56px 53px 0 #fcfc81;
    }
    .message2025 #sec01 .sec-body .sec01-01 > .row > .right-col figure.img {
        display: none;
    }
}

/* .message2025 #sec01 .sec01-02 */
.message2025 #sec01 .sec-body .sec01-02 .text-wrap {
    margin-bottom: 60px;
}
.message2025 #sec01 .sec-body .sec01-02 .text-wrap .img {
    margin-bottom: 20px;
}
@media (min-width: 1024px) {
    .message2025 #sec01 .sec-body .sec01-02 .text-wrap .p {
        width: 91%;
        padding-right: 7%;
        border-right: solid 1px #000000;
    }
}

/* .message2025 #sec01 .sec01-03 */
.message2025 #sec01 .sec-body .sec01-03 .text-wrap {
    margin-bottom: 60px;
}
@media (min-width: 1024px) {
    .message2025 #sec01 .sec-body .sec01-03 > .row {
        flex-wrap: nowrap;
        flex-direction: row-reverse;
    }
    .message2025 #sec01 .sec-body .sec01-03 > .row > .text-col {
        width: 65%;
    }
    .message2025 #sec01 .sec-body .sec01-03 > .row > .img-col {
        width: 62%;
        margin-top: 45px;
        margin-left: -27%;
        z-index: -1;
    }
    .message2025 #sec01 .sec-body .sec01-03 .text-wrap {
        background-color: #ffffff;
        padding-bottom: 35px;
        border-bottom: solid 1px #000000;
    }
    .message2025 #sec01 .sec-body .sec01-03 .img {
        transform: translateX(8%);
    }
}

/* .message2025 #sec01 .sec01-04 */
.message2025 #sec01 .sec-body .sec01-04 .text-wrap {
    margin-bottom: 60px;
}
@media (min-width: 1024px) {
    .message2025 #sec01 .sec-body .sec01-04 .text-wrap .p {
        width: 91%;
        padding-right: 7%;
        border-right: solid 1px #000000;
    }
}

/* .message2025 #sec01 .sec01-05 */
.message2025 #sec01 .sec-body .sec01-05 .text-wrap {
    margin-bottom: 60px;
}
@media (min-width: 1024px) {
    .message2025 #sec01 .sec-body .sec01-05 > .row {
        flex-wrap: nowrap;
        flex-direction: row-reverse;
    }
    .message2025 #sec01 .sec-body .sec01-05 > .row > .text-col {
        width: 65%;
    }
    .message2025 #sec01 .sec-body .sec01-05 > .row > .img-col {
        width: 62%;
        margin-top: 45px;
        margin-left: -27%;
        z-index: -1;
    }
    .message2025 #sec01 .sec-body .sec01-05 .text-wrap {
        background-color: #ffffff;
        padding-right: 0.5em;
        padding-bottom: 35px;
        border-bottom: solid 1px #000000;
    }
    .message2025 #sec01 .sec-body .sec01-05 .img {
        transform: translateX(8%);
    }
}

/* .message2025 #sec01 .sec01-06 */
@media (min-width: 1024px) {
    .message2025 #sec01 .sec-body .sec01-06 .text-wrap .p {
        width: 91%;
        padding-right: 7%;
        border-right: solid 1px #000000;
    }
}




/* -------------------------------------------------- */
/* 学校紹介ページ */
/* school2025 */
/* -------------------------------------------------- */

/* .school2025 #fv-sec */
@media (max-width: 1023px) {
    .school2025 #fv-sec h1 img {
        margin-left: auto;
    }
}
/* .sec-title */
@media (max-width: 767px) {
    .school2025 .sec-title {
        margin-bottom: 45px;
    }
}

/* .marker */
.school2025 .marker {
    display: inline-block;
    line-height: 1;
    padding: 2px 10px;
    background-color: #7efc9c;
    border: solid 1px #0a0a0a;
}
@media (max-width: 1023px) {
    .school2025 .marker {
        padding: 5px 10px;
    }
}

/* .has-border */
.school2025 .has-border {
    border: solid 1px #000000;
}

/* .school2025 .p */
.school2025 .p {
    letter-spacing: 0.115em;
    font-weight: 500;
}

/* .school2025 .row */
@media (min-width: 1024px) {
    .school2025 .row {}
    .school2025 .row > * {}
    .school2025 .row > .left-col {
        order: -1
    }
    .school2025 .row > .right-col {}
}

/* .school2025 #sec01 */
.school2025 #sec01 {
    padding-top: 100px;
}
.school2025 #sec01 .container {
    max-width: 1130px;
}
@media (max-width: 1023px) {
    .school2025 #sec01 .sec-inner {
        margin-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .school2025 #sec01 {
        padding-top: 30px;
    }
}
@media (min-width: 1024px) {
    .school2025 #sec01 .sec-inner {
        position: relative;
        padding: 40px 0;
        margin-bottom: 150px;
    }
    .school2025 #sec01 .sec-inner::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #7efc9c;
        border: solid 1px #111111;
        z-index: -1;
    }

    .school2025 #sec01 .row {}
    .school2025 #sec01 .row > * {}
    .school2025 #sec01 .row > .img-col {
        max-width: 37%;
    }
    .school2025 #sec01 .row > .text-col {
        max-width: 63%;
    }
    .school2025 #sec01 h4 {}
}

/* .school2025 .sec01-01 */
.school2025 #sec01 .sec01-01 .position-name {}
.school2025 #sec01 .sec01-01 .position-name .name {
    font-size: min(20px, calc((100vw - 40px) * 0.054));
    font-weight: 700;
    margin-bottom: 20px;
}
@media (max-width: 1023px) {
    .school2025 #sec01 .sec01-01 {
        position: relative;
    }
    .school2025 #sec01 .sec01-01 .position-name {
        position: absolute;
        top: 18px;
        right: 0;
        transform: translateY(-100%);
        margin: 0;
    }
    .school2025 #sec01 .sec01-01 .position-name .name {
        margin: 0;
    }
    .school2025 #sec01 .sec01-01 .position-name .name span {
        display: inline-block;
        line-height: 1;
        padding: 2px 10px;
        background-color: #7efc9c;
        border: solid 1px;
    }
}
@media (max-width: 767px) {
    .school2025 #sec01 .sec01-01 .position-name .name span {
        padding: 6px 15px;
    }
}
@media (min-width: 1024px) {
    .school2025 #sec01 .sec01-01 {
        padding: 0;
    }
    .school2025 #sec01 .sec01-01::before {
        left: 45px;
    }
    .school2025 #sec01 .sec01-01 .row > .text-col {
    }
    .school2025 #sec01 .sec01-01 .text-wrap {
        padding: 50px 50px 50px 0;
    }
    .school2025 #sec01 .sec01-01 .q-title {
        right: 0;
    }
}

/* .q-title */
.school2025 #sec01 .sec-inner .q-title {
    font-size: min(24px, calc((100vw - 40px) * 0.06));
}
@media (max-width: 1023px) {
    .school2025 #sec01 .sec-inner .q-title {
        line-height: 1;
        margin-bottom:  12px;
    }
    .school2025 #sec01 .sec-inner .q-title .q-num {
        display: block;
        width: fit-content;
        border: solid 1px #111111;
        line-height: 1;
        padding: 2px 5px;
        border-radius: 0 8px 0 0;
        margin-bottom: -1px;
    }
    .school2025 #sec01 .sec-inner .q-title .title {}
    .school2025 #sec01 .sec-inner .q-title .title .marker {
        margin-bottom: 0.35em;
    }
}
@media (min-width: 1024px) {
    .school2025 #sec01 .sec-title {
        margin-bottom: 200px;
    }
    .school2025 #sec01 .sec-inner .q-title {
        position: absolute;
        top: 1px;
        transform: translateY(-100%);
        background-color: #FFFFFF;
        border: solid 1px #111111;
        border-radius: 20px 10px 0 0;
        font-size: 24px;
        line-height: 1.75;
    }
    .school2025 #sec01 .sec-inner .q-title .d-flex {
        align-items: center;
    }
    .school2025 #sec01 .sec-inner .q-title .q-num {
        display: block;
        font-weight: 800;
        padding: 0 10px;
        line-height: 1;
    }
    .school2025 #sec01 .sec-inner .q-title .title {
        display: block;
        font-weight: 700;
        padding: 2px 25px;
        border-left: solid 1px #111111;
        letter-spacing: 0.07em;
    }
}

/* .profile-box */
.school2025 .profile-box {}
.school2025 .profile-box h3 {
    font-weight: 700;
    white-space: nowrap;
}
.school2025 .profile-box .img {
    width: fit-content;
}
.school2025 .profile-box .img img {}
@media (max-width: 1023px) {
    .school2025 .profile-box {
        position: relative;
        margin-bottom:  25px;
    }
    .school2025 .profile-box .img {
        margin-left: auto;
        margin-right: auto;
    }
    .school2025 .profile-box .img img {
        width: 640px;
    }
    .school2025 .profile-box h3 {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: min(24px, calc((100vw - 40px) * 0.051));
        line-height: 1.9;
        margin-bottom: 10px;
        z-index: 1;
    }
}
@media (max-width: 767px) {
    .school2025 .profile-box h3 {
        left: -5px;
        line-height: 2.1;
    }
}
@media (min-width: 1024px) {
    .school2025 .profile-box {}
    .school2025 .profile-box h3 {
        position: absolute;
        top: 30px;
        left: 45px;
        transform: translateY(-100%);
        font-size: 25px;
        line-height: 2;
        z-index: 1;
    }
    .school2025 .profile-box .img {
        position: relative;
        top: -43px;
        left: 0;
    }
}

/* .school2025 .sec01-02 */
.school2025 #sec01 .sec01-02 .position-name {}
.school2025 #sec01 .sec01-02 .position-name .name {
    font-size: min(20px, calc((100vw - 40px) * 0.054));
    font-weight: 800;
    margin-bottom: 20px;
}
@media (max-width: 1023px) {
    .school2025 #sec01 .sec01-02 .img {
        margin-bottom: 23px;
    }
}
@media (min-width: 1024px) {
    .school2025 #sec01 .sec01-02 {}
    .school2025 #sec01 .sec01-02::before {
        right: 45px;
    }
    .school2025 #sec01 .sec01-02 .row > .text-col {}
    .school2025 #sec01 .sec01-02 .text-wrap {
        padding-left: 35px;
    }
    .school2025 #sec01 .sec01-02 .q-title {
        left: 0;
    }
    .school2025 #sec01 .sec01-02 .img {
        margin-left: auto;
    }
}

/* .school2025 .sec01-03 */
.school2025 #sec01 .sec01-03 h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 35px 0 10px;
}
@media (max-width: 1023px) {
    .school2025 #sec01 .sec01-03 h5 {
        margin: 30px 0 3px;
    }
    .school2025 #sec01 .sec01-03 .img {
        width: calc(100% + 40px);
        margin: 30px -20px 20px;
    }
    .school2025 #sec01 .sec01-03 .img img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1024px) {
    .school2025 #sec01 .sec01-03 {
        padding: 40px;
    }
    .school2025 #sec01 .sec01-03 .q-title {
        left: 0;
    }
    .school2025 #sec01 .sec01-03 .row > .text-col {
        max-width: 56%;
    }
    .school2025 #sec01 .sec01-03 .row > .img-col {
        max-width: 44%;
    }
    .school2025 #sec01 .sec01-03 .double-img {
        display: flex;
        margin: 0 -8px;
    }
    .school2025 #sec01 .sec01-03 .double-img > * {
        padding: 0 9px;
        flex-basis: 50%;
        max-width: 50%;
    }
}

/* .school2025 .sec01-04 */
@media (max-width: 1023px) {
    .school2025 #sec01 .sec01-04 {
        margin-bottom: 30px;
    }
    .school2025 #sec01 .sec01-04 .img {
        width: 100%;
        margin: 30px 0 20px;
    }
    .school2025 #sec01 .sec01-04 .img img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1024px) {
    .school2025 #sec01 .sec01-04 {
        padding: 0;
        margin-bottom: 300px;
    }
    .school2025 #sec01 .sec01-04 .q-title {
        right: 0;
    }
    .school2025 #sec01 .sec01-04 .row > .text-col {
        max-width: 62%;
        padding: 50px 40px 80px 0;
    }
    .school2025 #sec01 .sec01-04 .row > .img-col {
        max-width: 38%;
        margin-bottom: -200px;
    }
}

/* .school2025 .sec01-05 */
@media (min-width: 1024px) {
    .school2025 #sec01 .sec01-05 {
        padding: 40px;
    }
    .school2025 #sec01 .sec01-05 .q-title {
        left: 0;
    }
}

/* .school2025 .sec01-06 */
@media (min-width: 1024px) {
    .school2025 #sec01 .sec01-06 {
        padding: 40px;
    }
    .school2025 #sec01 .sec01-06 .q-title {
        left: 0;
    }
}

/* .school2025 #curriculum */
.school2025 #curriculum {
    margin-bottom: 250px;
}
.school2025 #curriculum .curriculum-card {
    border: solid 1px #000000;
}
.school2025 #curriculum .curriculum-title {
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 20px;
}
.school2025 #curriculum .curriculum-title .curriculum-num {}
.school2025 #curriculum .curriculum-title .curriculum-name {}
.school2025 #curriculum .p {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.03em;
}
.school2025 #curriculum .photo {}
.school2025 #curriculum .photo .zoomout-anime {
    border-radius: 100px;
}
.school2025 #curriculum .photo .zoomout-anime img {}
.school2025 #curriculum .photo figcaption {
    font-weight: 800;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.115em;
}
.school2025 #curriculum .curriculum-card01 {
    background-color: #fcfc81;
}
.school2025 #curriculum .curriculum-card02 {
    background-color: #57d7ff;
}
.school2025 #curriculum .curriculum-card03 {
    background-color: #7efc9c;
}
.school2025 #curriculum .curriculum-card04 {
    background-color: #ffa766;
}
@media (max-width: 767px) {
    .school2025 #curriculum {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 50px;
    }
    .school2025 #curriculum .curriculum-card {
        padding: 30px 30px 90px;
        margin-bottom: 50px;
        width: 98%;
    }
    .school2025 #curriculum .curriculum-title .curriculum-num {
        display: block;
        font-weight: 700;
        font-size: 44px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .school2025 #curriculum .curriculum-title .curriculum-name {
        font-weight: 800;
    }
    .school2025 #curriculum .p {
        font-weight: 500;
        font-size: 16px;
        line-height: 2;
    }
    .school2025 #curriculum .photo {
        margin: 50px auto 30px;
    }
    .school2025 #curriculum .photo .zoomout-anime {
        margin: 0 auto;
    }
    .school2025 #curriculum .photo .zoomout-anime img {
        width: 205px;
        border-radius: 200px;
    }
    .school2025 #curriculum .photo figcaption {
        margin-top: 10px;
    }

    .school2025 #curriculum .curriculum-card01 {
        border-top-right-radius: 213px;
        border-left: 0;
    }
    .school2025 #curriculum .curriculum-card02 {
        border-top-left-radius: 213px;
        margin-left: auto;
        border-right: 0;
    }
    .school2025 #curriculum .curriculum-card02 .curriculum-title {
        text-align: right;
    }
    .school2025 #curriculum .curriculum-card03 {
        border-top-right-radius: 213px;
        border-left: 0;
    }
    .school2025 #curriculum .curriculum-card04 {
        border-top-left-radius: 213px;
        margin-left: auto;
        border-right: 0;
    }
    .school2025 #curriculum .curriculum-card04 .curriculum-title {
        text-align: right;
    }
}
@media (max-width: 767px) {
    .school2025 #curriculum .curriculum-title {
        font-size: 18px;
    }
    .school2025 #curriculum .curriculum-title .curriculum-num {
        
    }
}
@media (min-width: 768px) {
    .school2025 #curriculum .curriculum-card {
        position: relative;
        padding: 55px 100px 80px 34%;
        border-radius: 0 200px 0 0;
        margin-bottom: 60px;
    }
    .school2025 #curriculum .curriculum-title .curriculum-num {
        display: none;
    }
    .school2025 #curriculum .photo {
        position: absolute;
        top: 50%;
        left: 17%;
        transform: translate(-50%, -50%);
    }
    .school2025 #curriculum .p br {
        display: none;
    }
    .school2025 #curriculum .photo + .p {
        margin-top: 25px;
        border-top: solid 1px #000000;
        padding-top: 35px;
    }
}

/* #sec03 */
.school2025 #sec03 {
    padding-bottom:  100px;
}
.school2025 #sec03 .sec-title {
    margin-bottom:  100px;
}
.school2025 #sec03 .sec-title h2 {
    font-size: min(39px, calc((100vw - 40px) * 0.084));
    margin-bottom: 50px;
}
.school2025 #sec03 .sec-title h2 span {
    width: 660px;
}
.school2025 #sec03 .sec-title .subtitle {
    font-size: min(24px, calc((100vw - 40px) * 0.049));
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}
.school2025 #sec03 .question img {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1023px) {
    .school2025 #sec03 .container {
        padding: 0 15px;
    }
    .school2025 #sec03 .sec-title {
        margin-bottom: 25px;
    }
    .school2025 #sec03 .sec-title h2 {
        line-height: 1.8;
    }
    .school2025 #sec03 .sec-title h2 span.sp-title {
        justify-content: center;
        width: fit-content;
        padding: 20px max(30px, calc((100vw - 40px) * 0.18));
    }
    .school2025 #sec03 .question {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .school2025 #sec03 {
        padding-bottom: 80px;
    }
    .school2025 #sec03 .row {
        margin: 0;
    }
    .school2025 #sec03 .row > * {
        padding: 0;
    }
    .school2025 #sec03 .sec-title .subtitle {
        font-weight: 500;
        text-align: left;
        width: 370px;
        max-width: 90%;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .school2025 #sec03 .container {
        max-width: 1140px;
    }
    .school2025 #sec03 .row > * {
        max-width: 50%;
    }
    .school2025 #sec03 .sec-title h2 span {
        padding: 10px 35px;
    }
    .school2025 #sec03 .sec-title h2 span::before,
    .school2025 #sec03 .sec-title h2 span::after {
        width: 32px;
        height: 40px;
    }
    .school2025 #sec03 .sec-title h2 span::before {
        border-width: 0 0 14px 14px;
    }
    .school2025 #sec03 .sec-title h2 span::after {
        border-width: 14px 14px 0 0;
    }
    .school2025 #sec03 .question {
        width: fit-content;
        margin: 0 auto 60px;
    }
    .school2025 #sec03 .q1 {}
    .school2025 #sec03 .q2 {
        margin-top: 110px;
        margin-bottom: -50px;
    }
    .school2025 #sec03 .q3 {}
    .school2025 #sec03 .q4 {
        margin-top: 110px;
        margin-bottom: 30px;
    }

}
@media (min-width: 1024px) {
}



/* -------------------------------------------------- */
/* MIICAで学ぶ ５つの力をみにつけよう */
/* learn2025 */
/* -------------------------------------------------- */

/* .sec-title */
.learn2025 .sec-title {
    font-size: min(32px, calc((100vw - 40px) * 0.066));
}
@media (max-width: 767px) {
    .learn2025 .sec-title {
        margin-bottom: 45px;
    }
}

/* .marker */
.learn2025 .underbar {
}
@media (max-width: 1023px) {
    .learn2025 .underbar {
    }
}

/* .learn2025 #sec01 */
.learn2025 #sec01 {
    padding: 100px 0 120px;
}
.learn2025 #sec01 .container {
    max-width: 1100px;
}
.learn2025 #sec01 .sec-title {
    margin-bottom: 95px;
}
.learn2025 #sec01 .curriculum {
    margin-left: auto;
    max-width: 900px;
}
.learn2025 #sec01 .curriculum-title {
    line-height: 2.5;
    letter-spacing: 0.05em;
    font-size: min(20px, calc((100vw - 40px) * 0.048));
    font-weight: 700;
    text-align: left;
}
.learn2025 #sec01 .img {
    margin: 0 auto;
}
.learn2025 #sec01 .img img {}
.learn2025 #sec01 .curriculum-list {
    margin-top: 135px;
}
.learn2025 #sec01 .curriculum-list ol {
    list-style: none;
    padding: 0;
}
.learn2025 #sec01 .curriculum-list ol li {
    position: relative;
    display: flex;
    color: #FFFFFF;
    border: solid 1px #0f0f0f;
    padding: 30px 20px 30px 30px;
    background-color: #dc2819;
    margin-bottom: 60px;
    min-height: 155px;
}
.learn2025 #sec01 .curriculum-list ol li:nth-child(1) {
    background-color: #dc2819;
}
.learn2025 #sec01 .curriculum-list ol li:nth-child(2) {
    background-color: #df678f;
}
.learn2025 #sec01 .curriculum-list ol li:nth-child(3) {
    background-color: #982a88;
}
.learn2025 #sec01 .curriculum-list ol li:nth-child(4) {
    background-color: #686868;
}
.learn2025 #sec01 .curriculum-list ol li:nth-child(5) {
    background-color: #20328d;
}
.learn2025 #sec01 .curriculum-list .num {
    font-size: 56px;
    line-height: 1;
    font-weight: 600;
    -webkit-text-stroke: #606060 1px;
}
.learn2025 #sec01 .curriculum-list dl {
    width: 100%;
}
.learn2025 #sec01 .curriculum-list dl dt {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.learn2025 #sec01 .curriculum-list dl dd {
    min-height: 53px;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
    margin: 0;
}
@media (max-width: 1023px) {
}
@media (max-width: 767px) {
    .learn2025 #sec01 {
        padding: 40px 0 45px;
    }
    .learn2025 #sec01 .sec-title {
        margin-bottom: 25px;
    }
    .learn2025 #sec01 .sec-title h2 span {
        padding: 35px max(30px, calc((100vw - 40px) * 0.2));
    }
    .learn2025 #sec01 .curriculum-title {
        line-height: 2;
        letter-spacing: 0.075em;
        margin-bottom: 50px;
    }
    .learn2025 #sec01 .curriculum-list {
        margin-top: 70px;
    }
    .learn2025 #sec01 .curriculum-list ol li {
        padding: 24px 17px 15px;
        margin-bottom: 15px;
    }
    .learn2025 #sec01 .curriculum-list .num {
        flex-shrink: 0;
        margin-right: 20px;
    }
    .learn2025 #sec01 .curriculum-list dl dt {
        margin: 5px 0 15px;
    }
}
@media (min-width: 768px) {
    .learn2025 #sec01 .sec-title h2 span {
        width: 462px;
    }
    .learn2025 #sec01 .curriculum > .row {
        align-items: center;
    }
    .learn2025 #sec01 .curriculum > .row > * {
        max-width: 50%;
    }
    .learn2025 #sec01 .curriculum-list ol li {
        align-items: center;
        border-top-left-radius: 50px;
    }
    .learn2025 #sec01 .curriculum-list .num {
        position: absolute;
        top: -10px;
        left: 0;
    }
    .learn2025 #sec01 .curriculum-list dl {
        display: flex;
        align-items: center;
    }
    .learn2025 #sec01 .curriculum-list dl dt {
        flex-basis: 220px;
        flex-shrink: 0;
        flex-grow: 0;
        padding: 9px 20px 9px 0;
        border-right: solid 1px #FFFFFF;
    }
    .learn2025 #sec01 .curriculum-list dl dd {
        display: flex;
        flex-grow: 1;
        align-items: center;
        padding-left: 30px;
    }
}
@media (min-width: 1024px) {
    .learn2025 #sec01 .curriculum-list ol li {
        padding-left: 85px;
    }
    .learn2025 #sec01 .curriculum-list .num {
        top: 0;
    }
    .learn2025 #sec01 .curriculum-list dl dt {
        flex-basis: 255px;
        padding: 9px 30px 9px 0;
    }
    .learn2025 #sec01 .curriculum-list dl dd {
        padding-left: 40px;
    }
}

/* #sec03 */
.learn2025 #sec02 {
    padding-bottom: 170px;
}
.learn2025 #sec02 .container {
    max-width: 1130px;
}
.learn2025 #sec02 .sec-title {
    margin-bottom:  100px;
}
.learn2025 #sec02 .sec-title h2 {
    font-size: min(32px, calc((100vw - 40px) * 0.084));
    margin-bottom: 50px;
}
.learn2025 #sec02 .sec-title h2 span {
    width: 660px;
}
.learn2025 #sec02 .sec-title h2 .sp-small {
    font-size: 1em;
}
.learn2025 #sec02 .sec-body {}
.learn2025 #sec02 .thinking-list {
    position: relative;
    max-width: 424px;
    text-align: center;
    padding: 40px 20px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    height: 100%;
}
.learn2025 #sec02 .thinking-list::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 424px;
    background: linear-gradient(to top, rgba(41, 171, 226, 0.24), rgba(0, 146, 69, 0.37), rgba(140, 198, 63, 0.44), rgba(252, 238, 33, 0.49), rgba(241, 90, 36, 0.6));
    z-index: -1;
}
.learn2025 #sec02 .thinking-list ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0;
}
.learn2025 #sec02 .category-list {}
.learn2025 #sec02 .category-list ul {
    padding: 70px 0;
    margin: 0;
}
.learn2025 #sec02 .category-list ul li:not(:last-child) {
    margin-bottom: 65px;
}
.learn2025 #sec02 .category-list h3.category-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}
.learn2025 #sec02 .category-list h3.category-title .underbar {
    display: block;
    background-image: linear-gradient(90deg, #fcc23f, #fcc23f);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 0.2em;
    background-size: 100% 10px;
    transition: background-size .4s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.learn2025 #sec02 .category-list h3.category-title .orange-underbar {
    background-image: linear-gradient(90deg, #fcc23f, #fcc23f);
}
.learn2025 #sec02 .category-list h3.category-title .wakakusa-underbar {
    background-image: linear-gradient(90deg, #bee88e, #bee88e);
}
.learn2025 #sec02 .category-list h3.category-title .green-underbar {
    background-image: linear-gradient(90deg, #67c682, #67c682);
}
.learn2025 #sec02 .category-list h3.category-title .blue-underbar {
    background-image: linear-gradient(90deg, #79badb, #79badb);
}
.learn2025 #sec02 .category-list .class-list {
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}
.learn2025 #sec02 .category-list .class-list span {
    display: inline-block;
}
.learn2025 #sec02 .category-list .class-list small {
    font-size: 14px;
    font-weight: 500;
}
.learn2025 #sec02 .category-list .p {
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
    .learn2025 #sec02 .sec-title {
        margin-bottom: 25px;
    }
    .learn2025 #sec02 .sec-title h2 {
        line-height: 1.8;
    }
    .learn2025 #sec02 .sec-title h2 span.sp-title {
        justify-content: center;
        width: fit-content;
        padding: 20px max(30px, calc((100vw - 40px) * 0.18));
    }
    .learn2025 #sec02 .category-list .p {
        line-height: 1.9;
    }
}
@media (max-width: 767px) {
    .learn2025 #sec02 {
        padding-bottom: 80px;
    }
    .learn2025 #sec02 .sec-body > .row > .left-col {
        display: none;
    }
    .learn2025 #sec02 .sec-title {}
    .learn2025 #sec02 .sec-title h2 {
        margin-bottom: 70px;
    }
    .learn2025 #sec02 .sec-title h2 span {
        width: fit-content;
        padding: 35px max(30px, calc((100vw - 40px) * 0.1));
    }
    .learn2025 #sec02 .sec-title h2 .sp-small {
        display: block;
        font-size: 25px;
        margin-bottom: 10px;
    }
    .learn2025 #sec02 .category-list ul {
        padding: 0;
    }
    .learn2025 #sec02 .category-list ul li:not(:last-child) {
        margin-bottom: 50px;
    }
    .learn2025 #sec02 .category-list h3.category-title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .learn2025 #sec02 .category-list h3.category-title .wakakusa-underbar {
        letter-spacing: 0em;
    }
    .learn2025 #sec02 .category-list .class-list {
        font-size: 18.5px;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .learn2025 #sec02 .sec-title h2 span {
        padding: 10px 35px;
    }
    .learn2025 #sec02 .sec-title h2 span::before,
    .learn2025 #sec02 .sec-title h2 span::after {
        width: 32px;
        height: 40px;
    }
    .learn2025 #sec02 .sec-title h2 span::before {
        border-width: 0 0 14px 14px;
    }
    .learn2025 #sec02 .sec-title h2 span::after {
        border-width: 14px 14px 0 0;
    }
    .learn2025 #sec02 .sec-body > .row {}
    .learn2025 #sec02 .sec-body > .row > * {
        max-width: 50%;
    }
}



/* -------------------------------------------------- */
/* 学校生活 行事・施設紹介 */
/* school-life2025 */
/* -------------------------------------------------- */

/* フォトスワイプ
-------------------------------------------------- */
.pswp .pswp__zoom-wrap{
    opacity: 0;
    transition: 0.4s;
}
.pswp--animated-in .pswp__zoom-wrap{
    animation-name: anime-fadeIn;
    animation-duration: 0.2s;
    animation-timing-function: ease;
    animation-delay: 0.1s;
    animation-fill-mode:forwards;
    -webkit-transition: none;
    transition: none;
}
@keyframes anime-fadeIn {
    0% {opacity: 0;}
    100% {	opacity: 1;}
}

.school-life2025 .container {
    max-width: 1130px;
}
/* .sec-title */
.school-life2025 .sec-title {
    font-size: min(32px, calc((100vw - 40px) * 0.066));
}
@media (max-width: 767px) {
    .school-life2025 .sec-title {
        margin-bottom: 45px;
    }
}

/* .marker */
.school-life2025 .underbar {
}
@media (max-width: 1023px) {
    .school-life2025 .underbar {
    }
}

/* .school-life2025 .encourage-scroll */
.school-life2025 .encourage-scroll {
    margin-top: 20px;
}
.school-life2025 .encourage-scroll span {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 600;
    border: solid 1px #8e8e8e;
    border-radius: 60px;
    color: #6d6d6d;
    padding: 7px 14px;
}
.school-life2025 .encourage-scroll span::after {
    content: "";
    width: 56px;
    height: auto;
    aspect-ratio: 3.5;
    margin-left: 8px;
    background-image: url(../images/school-life/scroll-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 767px) {
    .school-life2025 .encourage-scroll span {
        font-size: 24px;
        margin: 0 auto;
        padding: 11px 26px;
    }
    .school-life2025 .encourage-scroll span::after {
        width: 92px;
    }
}

/* .school-life2025 .page-contents */
.school-life2025 .page-contents {
    padding: 145px 0 120px;
}
.school-life2025 .page-contents .p {
    font-weight: 500;
}
@media (max-width: 767px) {
    .school-life2025 .page-contents {
        padding: 40px 0 45px;
    }
}
@media (min-width: 768px) {
    .school-life2025 .page-contents {
        background-image: url(../images/school-life/content-bg.png);
        background-position: top -9.5vw right 0;
        background-size: 894px;
        background-repeat: no-repeat;
    }
}

/* .school-life2025 .page-contents .scroll-img */
.school-life2025 .page-contents .scroll-img {
    width: 100dvw;
    margin-left: 50%;
    transform: translateX(-50dvw);
    overflow: auto;
    -ms-overflow-style: none;
}
.school-life2025 .page-contents .scroll-img::-webkit-scrollbar{
  display: none;
}
.school-life2025 .page-contents .scroll-img figure {
    padding: 0 max(75px, calc((100dvw / 2) - (980px / 2)));
    max-width: none;
    width: fit-content;
}
.school-life2025 .page-contents .scroll-img img {
    max-width: none;
}
@media (max-width: 1023px) {
    .school-life2025 .page-contents .scroll-img figure {
        padding: 0 50px;
    }
}
@media (max-width: 767px) {
    .school-life2025 .page-contents .scroll-img figure {
        padding: 0 20px;
    }
}

/* .school-life2025 .page-contents .school-title */
.school-life2025 .page-contents .school-title {
    font-size: min(32px, calc((100vw - 40px) * 0.063));
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}
.school-life2025 .page-contents .school-title .underbar {
    display: block;
    max-width: 620px;
    padding: 0 0.5em;
    background-image: linear-gradient(90deg, #ffdb92, #ffdb92);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 10px;
    transition: background-size .4s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.school-life2025 .page-contents .school-title small {
    font-size: 0.7em;
}
@media (max-width: 767px) {
    .school-life2025 .page-contents .school-title {
        letter-spacing: 0;
    }
    .school-life2025 .page-contents .school-title .underbar {
        padding: 0;
    }
}

/* .learn2025 #sec01 */
.school-life2025 .sp-title-sec .curriculum-wrap {
    margin-top: 15px;
}
@media (max-width: 767px) {
    .school-life2025 .sp-title-sec {
        padding-bottom: 70px;
    }
    .school-life2025 .sp-title-sec .sec-title h2 span {
      padding: 35px max(30px, calc((100vw - 40px) * 0.25));
    }
}

/* .school-life2025 #curriculum-sec */
.school-life2025 #curriculum-sec {
    overflow: hidden;
    padding-bottom: 40px;
}
.school-life2025 #curriculum-sec .curriculum-wrap {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .school-life2025 #curriculum-sec {
        padding-bottom: 90px;
    }
}
@media (min-width: 768px) {
    .school-life2025 #curriculum-sec {}
}


/* .school-life2025 #events-sec */
.school-life2025 #events-sec {
    padding-bottom: 150px;
    overflow: hidden;
}
.school-life2025 #events-sec .events-wrap {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .school-life2025 #events-sec {
        padding-bottom: 90px;
    }
}
@media (min-width: 768px) {
    .school-life2025 #events-sec {}
}

/* .school-life2025 #interior-sec */
.school-life2025 #interior-sec {
    padding-bottom: 100px;
    overflow: hidden;
}
.school-life2025 #interior-sec .interior-wrap {
    margin-top: 50px;
}
.school-life2025 #interior-sec .scroll-content {
    width: 100dvw;
    margin-left: 50%;
    transform: translateX(-50dvw);
    overflow: auto;
    -ms-overflow-style: none;
}
.school-life2025 #interior-sec .scroll-content::-webkit-scrollbar{
  display: none;
}
.school-life2025 #interior-sec .scroll-content .content-inner {
    padding: 0 max(75px, calc((100dvw / 2) - (980px / 2)));
    max-width: none;
    width: fit-content;
}
.school-life2025 #interior-sec .scroll-content .row {
    flex-wrap: nowrap;
    width: max-content;
    margin: 0 -7px;
}
.school-life2025 #interior-sec .scroll-content .row .col {
    width: fit-content;
    padding: 0 7px;
}
.school-life2025 #interior-sec .interior-card {
    color: #231815;
    text-decoration: none;
}
.school-life2025 #interior-sec .interior-card dl {}
.school-life2025 #interior-sec .interior-card dl dt {
    margin-bottom: 10px;
}
.school-life2025 #interior-sec .interior-card figure {
    border-radius: 16px;
    overflow: hidden;
}
.school-life2025 #interior-sec .interior-card dl dd {
    font-size: 14px;
    text-align: center;
}
@media (max-width: 1023px) {
    .school-life2025 #interior-sec .scroll-content .content-inner {
        padding: 0 50px;
    }
}
@media (max-width: 767px) {
    .school-life2025 #interior-sec .scroll-content .content-inner {
        padding: 0 20px;
    }
}

/* .school-life2025 #uniform-sec */
.school-life2025 #uniform-sec {}
.school-life2025 #uniform-sec .school-title {
    margin-bottom: 70px;
}
.school-life2025 #uniform-sec .uniform-list {
    gap: 20px 0;
    margin: 0;
}
.school-life2025 #uniform-sec .uniform-content {}
.school-life2025 #uniform-sec .uniform-content figure {}
.school-life2025 #uniform-sec .uniform-content figure .zoomout-anime {
    width: 100%;
}
.school-life2025 #uniform-sec .uniform-content figure .zoomout-anime img {
    width: 100%;    
}
.school-life2025 #uniform-sec .uniform-content figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
}
@media (max-width: 991px) {
    .school-life2025 #uniform-sec .school-title {
        margin-bottom: 70px;
    }
    .school-life2025 #uniform-sec .uniform-content {
        max-width: 600px;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .school-life2025 #uniform-sec .school-title {
        margin-bottom: 20px;
    }
    .school-life2025 #uniform-sec .uniform-content .left-img {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .school-life2025 #uniform-sec .uniform-content figcaption {
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .school-life2025 #uniform-sec .left-inner {
        display: flex;
        flex-direction: column-reverse;
    }
    .school-life2025 #uniform-sec .left-img figure {
        margin-bottom: 35px;
    }
    .school-life2025 #uniform-sec .left-text {
        margin-bottom: 100px;
    }
    .school-life2025 #uniform-sec .left-img figcaption {
        margin-top: 15px;
    }
}
@media (min-width: 992px) {
    .school-life2025 #uniform-sec .uniform-row {
        margin: 0 -30px;
    }
    .school-life2025 #uniform-sec .uniform-row > .col {
        padding: 0 30px;
    }
    .school-life2025 #uniform-sec .uniform-row > .left-col {
        max-width: 62%;
    }
    .school-life2025 #uniform-sec .uniform-row > .right-col {
        max-width: 38%;
    }
}



/* -------------------------------------------------- */
/* 学校説明会・体験授業 */
/* .eventform2025 */
/* -------------------------------------------------- */
.eventform2025 {
  padding-top: 150px;
}
.eventform2025 .container {
  max-width: 1050px;
}
.eventform2025 #eventform-fv-sec {
  padding-top: 70px;
}
@media (max-width: 1023px) {
  .eventform2025 {
      padding-top: 100px;
  }
}

/* .eventform2025 #eventform-fv-sec .page-title */
.eventform2025 #eventform-fv-sec .page-title {
    max-width: 1075px;
    margin: 0 auto 40px;
}
.eventform2025 #eventform-fv-sec .page-title h1 {
    text-align: center;
    font-size: min(36px, calc((100vw - 40px) * 0.063));
    font-weight: 800;
    letter-spacing: 0.115em;
    line-height: 1.45;
}
.eventform2025 #eventform-fv-sec .page-title h1 span {
    position: relative;
    display: inline-block;
    padding: 35px 35px;
    margin-left: auto;
    margin-right: auto;
    width: 518px;
    max-width: 100%;
}
.eventform2025 #eventform-fv-sec .page-title h1 span::before,
.eventform2025 #eventform-fv-sec .page-title h1 span::after {
    content: "";
    position: absolute;
    display: block;
    width: 21px;
    height: 27px;
    border: solid 0 #000000;
}
.eventform2025 #eventform-fv-sec .page-title h1 span::before {
    bottom: 0;
    left: 0;
    border-width: 0 0 9px 9px;
}
.eventform2025 #eventform-fv-sec .page-title h1 span::after {
    top: 0;
    right: 0;
    border-width: 9px 9px 0 0;
}
@media (max-width: 1023px) {
    .eventform2025 #eventform-fv-sec {
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .eventform2025 #eventform-fv-sec .page-title {
        margin-bottom: 50px;
    }
    .eventform2025 #eventform-fv-sec .page-title h1 {
        text-align: left;
        line-height: 2.1;
    }
    .eventform2025 #eventform-fv-sec .page-title h1 span {
        padding: 15px max(30px, calc((100vw - 40px) * 0.1));
    }
    .eventform2025 #eventform-fv-sec .page-title h1 span::before,
    .eventform2025 #eventform-fv-sec .page-title h1 span::after {
        width: 15px;
        height: 15px;
    }
    .eventform2025 #eventform-fv-sec .page-title h1 span::before {
        border-width: 0 0 6px 6px;
    }
    .eventform2025 #eventform-fv-sec .page-title h1 span::after {
        border-width: 6px 6px 0 0;
    }
}

/* .eventform2025 #event-detail */
.eventform2025 #event-detail {}
.eventform2025 #event-detail .event-mv {
  margin-bottom: 40px;
}
.eventform2025 #event-detail .event-mv img {
  width: 100%;
}
.eventform2025 #event-detail .event-title {
  margin-bottom: 40px;
}
.eventform2025 #event-detail .event-title h3 {
  font-size: min(27px, calc((100vw - 40px) * 0.063));
  font-weight: 500;
  line-height: 1.7;
}
.eventform2025 #event-detail .event-detail {
  margin-bottom: 40px;
}
.eventform2025 #event-detail .event-detail dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.eventform2025 #event-detail .event-detail dl dt {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 90px;
  max-width: 90px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 10px;
  margin: 0 27px 0 0;
  border-radius: 2px;
  background-color: #fcfc81;
}
.eventform2025 #event-detail .event-detail dl dd {
  font-size: 20px;
  font-weight: 500;
}
.eventform2025 #event-detail .the_content {
  margin-bottom: 40px;
}
.eventform2025 #event-detail .the_content p {
  font-weight: 500;
}
.eventform2025 #event-detail .event_content {
  margin-bottom: 40px;
}
.eventform2025 #event-detail .the_content + .event_content {
  padding-top: 40px;
  border-top: solid 1px #dddddd;
}
.eventform2025 #event-detail .event_content p {
  font-weight: 500;
}
.eventform2025 #event-detail .event_notes {
  margin-bottom: 40px;
  padding: 15px 20px;
  background-color: #eee;
  border-radius: 5px;
}
.eventform2025 #event-detail .event_notes p {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
}
@media (max-width: 767px) {
    .eventform2025 #event-detail .event-mv {
        margin-bottom: 25px;
    }
    .eventform2025 #event-detail .event-detail dl dd {
        font-size: 16px;
        padding: 2px 0;
    }
    .eventform2025 #event-detail .event-detail {
        margin-bottom: 30px;
    }
    .eventform2025 #event-detail .event_content {
        margin-bottom: 30px;
    }
    .eventform2025 #event-detail .event_notes {
        padding: 10px 15px;
        margin-bottom: 30px;
    }
}

/* .eventform2025 #contact-cec */
.eventform2025 #contact-cec {
  font-size: 18px;
}
.eventform2025 #contact-cec .contact-title {
  border-bottom: solid 1px #111111;
  padding: 60px 0 20px;
  margin-bottom: 60px;
}
.eventform2025 #contact-cec .contact-title h2 {
  font-size: min(26px, calc((100vw - 40px) * 0.06));
  font-weight: 500;
}
.eventform2025 #contact-cec .mwform-checkbox-field label,
.eventform2025 #contact-cec .mwform-radio-field label {
  display: flex;
  align-items: baseline;
}
.eventform2025 #contact-cec .p-postal-code-wrap {
    display: flex;
    flex-wrap: wrap;
}
.eventform2025 #contact-cec .p-postal-code-wrap .p-postal-code {
    flex-basis: 55%;
}
.eventform2025 #contact-cec .p-postal-code-wrap .postal-search {
    flex-basis: 30%;
    align-self: center;
    margin-left: 10px;
    width: 100%;
    border: solid 1px #e0e0e0;
    background-color: transparent;
    color: #494949;
    cursor: pointer;
}
@media (max-width: 768px) {
  .eventform2025 #contact-cec .p-postal-code-wrap .p-postal-code {
    flex-basis: calc(45% - 10px);
    align-self: auto;
  }
}
@media (min-width: 768px) {
  .eventform2025 #contact-cec .form-cont__ttl {
    width: 31.11%;
  }
  .eventform2025 #contact-cec .form-cont__txt {
    width: 68.88%;
  }
}