@charset "utf-8";
/* =========================================================================================
PAGE HEADER
=========================================================================================*/
.page-header {
    background: transparent;
}
.page-header::before,
.page-header::after {
    display: none;
}
.page-header .page-title {
    color: var(--base-font-color);
    text-align: center;
    font-weight: var(--bold-font-weight);
    letter-spacing: 0.025em;
    background: #fffbd1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75em;
    margin: 0;
}
.page-header .page-title .jp {
    font-size: clamp(1.5rem, calc(1.079rem + 1.798vw), 2rem); /* min: 24px, max: 32px */
    line-height: 1.4;
    margin: 0;
    position: relative;
    z-index: 1;
}
.page-header .page-title .jp::before,
.page-header .page-title .jp::after {
    content: "";
    aspect-ratio: 1 / 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
}
.page-header .page-title .jp::before {
    width: 80px;
    background-image: url(../images/page/student-products/object_seihuku_boy.svg);
    top: 50%;
    left: -100px;
    translate: 0 -30%;
}
.page-header .page-title .jp::after {
    width: 88px;
    background-image: url(../images/page/student-products/object_seihuku_girl.svg);
    top: 50%;
    right: -110px;
    translate: 0 -60%;
}
.page-header .page-title .en {
    font-size: 1rem;
    line-height: 1;
}

@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
    .page-header .page-title .jp::before {
        width: 60px;
        left: -60px;
        translate: 0 -10%;
    }
    .page-header .page-title .jp::after {
        width: 68px;
        right: -58px;
        translate: 0 -100%;
    }
}

/* =========================================================================================
LAYOUT
=========================================================================================*/
/*common*/
.entry-content section:nth-of-type(1) /*ページの一番最初のsection*/ {
    padding-top: 0 !important;
}
section .inner {
    padding-block: 50px;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
SECTION
=========================================================================================*/
/*intro*/
section .inner.intro p {
    font-size: clamp(1rem, calc(0.895rem + 0.449vw), 1.125rem); /* min: 16px, max: 18px */
}
section .inner.intro ul {
    width: 100%;
    border: 2px solid #ff9c29;
    border-radius: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0.5em 1em;
    padding: 1.5em 5%;
    margin: 2em 0 0 0;
}
section .inner.intro ul li {
    font-size: clamp(1.125rem, calc(1.02rem + 0.449vw), 1.25rem); /* min: 18px, max: 20px */
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 7px;
}
section .inner.intro ul li::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    aspect-ratio: 1 / 1;
    background: #69d5ff;
    transform: rotate(45deg);
    translate: 0 0.5em;
}
section .inner.intro ul li.pink::before {
    background: #ff95c3;
}
section .inner.intro ul li.orange::before {
    background: #fcb056;
}
section .inner.intro ul li.green::before {
    background: #9cd966;
}
section .inner.intro ul li a {
    font-weight: var(--bold-font-weight);
    text-decoration: none !important;
}
@media only screen and (max-width: 820px) {
    section .inner.intro ul {
        padding-inline: 30px;
    }
}
@media only screen and (max-width: 468px) {
    section .inner.intro ul {
        gap: 0.5em;
        padding-inline: 20px;
    }
}

/*school - title-area*/
section .inner.school .title-area {
    color: #fff;
    background: #69d5ff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    gap: 5px 1em;
    padding: 10px 20px 15px;
    margin-bottom: 1em;
}
section .inner.school .title-area h2 {
    font-size: clamp(1.125rem, calc(1.072rem + 0.225vw), 1.188rem); /* min: 18px, max: 19px */
    line-height: 1.5;
    margin: 0.1em 0 0 0;
}
section .inner.school .title-area p.hp-link a {
    color: #69d5ff;
    font-size: clamp(0.875rem, calc(0.822rem + 0.225vw), 0.938rem); /* min: 14px, max: 15px */
    font-weight: var(--bold-font-weight);
    line-height: 1;
    text-decoration: none;
    background: #fff;
    border-radius: 5px;
    padding: 0.1em 0.75em;
}
section .inner.school .title-area p.hp-link a:hover {
    opacity: 0.7;
}
section .inner.school .title-area p.address {
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    gap: 0 1em;
}
section .inner.school.pink .title-area {
    background: #ff95c3;
}
section .inner.school.pink .title-area p.hp-link a {
    color: #ff95c3;
}
section .inner.school.orange .title-area {
    background: #fcb056;
}
section .inner.school.orange .title-area p.hp-link a {
    color: #fcb056;
}
section .inner.school.green .title-area {
    background: #9cd966;
}
section .inner.school.green .title-area p.hp-link a {
    color: #9cd966;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/*school - box*/
section .inner.school .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    gap: 40px 5%;
}
section .inner.school .box + .box {
    margin-top: 40px;
}
section .inner.school .box .item {
    width: calc((100% - 5% - 5%) / 3);
    padding-top: 3.25em;
    position: relative;
    z-index: 1;
}
section .inner.school .box .item dl {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: left;
    gap: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
section .inner.school .box .item dt,
section .inner.school .box .item dd {
    font-size: clamp(1rem, calc(0.895rem + 0.449vw), 1.125rem); /* min: 16px, max: 18px */
    line-height: 1.5;
    background: #fff;
    border: 1px solid;
    padding: 0.25em 0.5em;
}
@media only screen and (max-width: 820px) {
    section .inner.school .box {
        gap: 30px 5%;
    }
    section .inner.school .box + .box {
        margin-top: 30px;
    }
    section .inner.school .box .item {
        width: calc((100% - 5%) / 2);
    }
}
@media only screen and (max-width: 468px) {
    section .inner.school .box .item {
        width: 100%;
    }
}
