/* --------------------
 Page
-------------------- */
.page {
    margin: 0 0 21.3333333333vw;
}

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

.page-container {
    margin: 0 auto;
    max-width: calc(1280px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.page__block01 {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 7.4666666667vw;
    margin: 21.3333333333vw auto;
    max-width: 1200px;
}

@media (min-width: 768px) {
    .page__block01 {
        flex-wrap: nowrap;
        gap: 50px;
        margin: 120px auto;
    }
}

.page__block01:first-child {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}

.page__block01:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.page__block01__fig {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .page__block01__fig {
        flex: 0 0 calc(50% - 25px);
    }
}

.page__block01__fig img {
    border-radius: 2.6666666667vw;
}

@media (max-width: 767px) {
    .page__block01__fig img {
        width: 100%;
    }
}

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

.page__block01__main {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .page__block01__main {
        align-self: center;
        flex: 0 0 calc(50% - 25px);
        padding: 35px 0;
    }
}

.page__block01__main__subtitle {
    color: var(--color-navy);
    font-size: var(--fs16);
    margin: 0 0 5.3333333333vw;
    padding: 1.0666666667vw 0 1.0666666667vw 5.3333333333vw;
    position: relative;
}

@media (min-width: 768px) {
    .page__block01__main__subtitle {
        font-size: var(--fs18);
        margin: 0 0 30px;
        padding: 8px 0 8px 23px;
    }
}

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

.page__block01__main__subtitle:before {
    background-color: var(--color-navy);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.6vw;
}

@media (min-width: 768px) {
    .page__block01__main__subtitle:before {
        width: 9px;
    }
}

.page__block01__main__title {
    color: var(--color-navy);
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 6.4vw;
}

@media (min-width: 768px) {
    .page__block01__main__title {
        font-size: var(--fs36);
        margin: 0 0 32px;
    }
}

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

.page__block01__main__content p {
    font-size: var(--fs14);
    line-height: 1.8;
    margin: 0 0 1.5em;
}

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

.page__block01__main__content p:last-child {
    margin-bottom: 0;
}

.page__block05 {
    margin: 21.3333333333vw auto;
    max-width: 1200px;
}

@media (min-width: 768px) {
    .page__block05 {
        margin: 120px auto;
    }
}

.page__block05:first-child {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}

.page__block05:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.page__block05__fig {
    margin: 0 0 6.4vw;
    text-align: center;
}

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

.page__block05__fig img {
    border-radius: 2.6666666667vw;
}

@media (max-width: 767px) {
    .page__block05__fig img {
        width: 100%;
    }
}

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

.page__block05__subtitle {
    color: var(--color-navy);
    font-size: var(--fs16);
    margin: 0 0 6.4vw;
    padding: 2.1333333333vw 0 2.1333333333vw 5.3333333333vw;
    position: relative;
}

@media (min-width: 768px) {
    .page__block05__subtitle {
        font-size: var(--fs18);
        margin: 0 0 30px;
        padding: 8px 0 8px 23px;
    }
}

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

.page__block05__subtitle:before {
    background-color: var(--color-navy);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.6vw;
}

@media (min-width: 768px) {
    .page__block05__subtitle:before {
        width: 9px;
    }
}

.page__block05__title {
    color: var(--color-navy);
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 6.4vw;
}

@media (min-width: 768px) {
    .page__block05__title {
        font-size: var(--fs36);
        margin: 0 0 32px;
    }
}

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

.page__block05__content {
    margin: 0 auto;
    max-width: 810px;
}

.page__block05__content p {
    font-size: var(--fs14);
    line-height: 1.8;
    margin: 0 0 1.5em;
    text-align: center;
}

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

.page__block05__content p:last-child {
    margin-bottom: 0;
}

.page__block08 {
    margin: 21.3333333333vw auto;
}

@media (min-width: 768px) {
    .page__block08 {
        margin: 120px auto;
    }
}

.page__block08:first-child {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}

.page__block08:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.page__block08__item {
    background-color: var(--color-ice);
    border-radius: 2.6666666667vw;
    margin: 8vw 0;
    padding: 10.6666666667vw 4vw;
    width: 100%;
}

@media (min-width: 768px) {
    .page__block08__item {
        border-radius: 10px;
        margin: 30px 0;
        padding: 50px var(--c-pad);
    }
}

.page__block08__item:first-child {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}

.page__block08__item:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.page__block08__item__subtitle {
    color: var(--color-navy);
    font-size: var(--fs16);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

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

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

.page__block08__item__title {
    color: var(--color-navy);
    font-size: var(--fs20);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 0 0 5.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .page__block08__item__title {
        font-size: var(--fs26);
        margin: 0 0 24px;
    }
}

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

.page__block08__item__title + .page__block08__item__subtitle {
    padding-top: 6.4vw;
    position: relative;
}

@media (min-width: 768px) {
    .page__block08__item__title + .page__block08__item__subtitle {
        padding-top: 30px;
    }
}

.page__block08__item__title + .page__block08__item__subtitle:before {
    background-color: var(--color-white);
    content: "";
    height: 0.8vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 26.6666666667vw;
}

@media (min-width: 768px) {
    .page__block08__item__title + .page__block08__item__subtitle:before {
        height: 5px;
        width: 140px;
    }
}

.page__block08__item__action__content {
    margin: 0 0 6.4vw;
}

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

.page__block08__item__action__content p {
    color: var(--color-navy);
    font-size: var(--fs14);
    line-height: 1.8;
    margin: 0 0 1.5em;
    text-align: center;
}

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

.page__block08__item__action__content p:last-child {
    margin-bottom: 0;
}

.page__block08__item__action__button-wrapper {
    display: grid;
    gap: 5.3333333333vw;
    grid-gap: 5.3333333333vw;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 804px;
    width: 100%;
}

@media (min-width: 768px) {
    .page__block08__item__action__button-wrapper {
        gap: 20px 50px;
        grid-template-columns: 1fr 1fr;
    }
}

.page__block08__item__action__button {
    align-items: center;
    background-color: var(--color-cyan);
    border: 1.3333333333vw solid var(--color-white);
    border-radius: 2.6666666667vw;
    display: flex;
    flex-flow: column nowrap;
    height: 26.6666666667vw;
    justify-content: center;
    text-decoration: none !important;
    transition: background-color var(--duration) var(--cubic) 0s !important;
}

@media (min-width: 768px) {
    .page__block08__item__action__button {
        border-radius: 10px;
        border-width: 5px;
        height: 140px;
    }
}

@media (min-width: 992px) {
    .page__block08__item__action__button {
        height: 155px;
    }
}

.page__block08__item__action__button__ja {
    color: var(--color-navy);
    display: block;
    font-size: var(--fs20);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0 0 1.0666666667vw;
    text-align: center;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .page__block08__item__action__button__ja {
        font-size: var(--fs26);
        margin: 0 0 4px;
    }
}

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

.page__block08__item__action__button__en {
    color: var(--color-navy);
    display: block;
    font-family: var(--ff-jost);
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 0;
    text-align: center;
    transition: color var(--duration) var(--cubic) 0s;
}

.page__block08__item__action__button__en em {
    color: var(--color-white);
    font-size: var(--fs16);
    font-style: normal;
    font-weight: 700;
}

@media (min-width: 768px) {
    .page__block08__item__action__button__en em {
        font-size: var(--fs18);
    }
}

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

.page__block08__item__action__button:focus {
    background-color: var(--color-navy);
}

.page__block08__item__action__button:focus .page__block08__item__action__button__ja,
.page__block08__item__action__button:focus .page__block08__item__action__button__en {
    color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .page__block08__item__action__button:hover {
        background-color: var(--color-navy);
    }

    .page__block08__item__action__button:hover .page__block08__item__action__button__ja,
  .page__block08__item__action__button:hover .page__block08__item__action__button__en {
        color: var(--color-white);
    }
}

.page__history {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 7.4666666667vw;
    margin: 21.3333333333vw 0;
}

@media (min-width: 768px) {
    .page__history {
        flex-wrap: nowrap;
        gap: 80px;
        margin: 120px 0;
    }
}

.page__history:first-child {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}

.page__history:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.page__history__head {
    flex: 0 0 100%;
}

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

.page__history__head__title {
    color: var(--color-navy);
    font-size: var(--fs30);
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

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

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

.page__history__main {
    flex: 0 0 100%;
}

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

.page__history__main__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.page__history__main__table > tbody > tr > th, .page__history__main__table > tbody > tr > td {
    border-bottom: 0.2666666667vw solid var(--color-sky);
    font-size: var(--fs14);
    line-height: 1.8;
    text-align: left;
    vertical-align: top;
    width: auto;
}

@media (min-width: 768px) {
    .page__history__main__table > tbody > tr > th, .page__history__main__table > tbody > tr > td {
        border-bottom-width: 1px;
        font-size: var(--fs15);
    }
}

.page__history__main__table > tbody > tr > th {
    font-weight: 400;
    min-width: 34.6666666667vw;
    padding: 4.2666666667vw 5.3333333333vw 4.2666666667vw 0;
    width: 34.6666666667vw;
}

@media (min-width: 768px) {
    .page__history__main__table > tbody > tr > th {
        min-width: 160px;
        padding: 22px 20px 22px 0;
        width: 160px;
    }
}

.page__history__main__table > tbody > tr > td {
    padding: 4.2666666667vw 0;
}

@media (min-width: 768px) {
    .page__history__main__table > tbody > tr > td {
        padding: 22px 0;
    }
}

.page__history__main__table > tbody > tr > td p {
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 1.5em;
}

.page__history__main__table > tbody > tr > td p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .page__history__main__table > tbody > tr:first-child > th, .page__history__main__table > tbody > tr:first-child > td {
        padding-top: 8px;
    }
}

.page__post {
    background-color: var(--color-ice);
    border-radius: 2.6666666667vw;
    margin: 21.3333333333vw 0;
    padding: 10.6666666667vw 4vw;
    width: 100%;
}

@media (min-width: 768px) {
    .page__post {
        border-radius: 10px;
        margin: 120px 0;
        padding: 90px var(--c-pad);
    }
}

.page__post__item-wrapper {
    display: grid;
    gap: 10.6666666667vw 5.3333333333vw;
    grid-gap: 10.6666666667vw 5.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 16vw;
    max-width: 1080px;
    width: 100%;
}

@media (min-width: 768px) {
    .page__post__item-wrapper {
        gap: 60px 30px;
        grid-template-columns: repeat(4, 1fr);
        margin: 0 auto 70px;
    }
}

.page__post__item {
    color: inherit;
    display: block;
    position: relative;
    text-decoration: none;
}

.page__post__item--new:before {
    background-image: url(../images/icons/icon-new.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    font-size: 10px;
    height: 10.6666666667vw;
    left: 4vw;
    position: absolute;
    top: -4vw;
    width: 10.6666666667vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .page__post__item--new:before {
        height: 40px;
        left: 15px;
        top: -15px;
        width: 40px;
    }
}

.page__post__item__video {
    align-items: center;
    aspect-ratio: 260/195;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    margin: 0 0 4.8vw;
    overflow: hidden;
}

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

.page__post__item__video .post-thumbnail {
    width: 100%;
}

.page__post__item__fig {
    border-radius: 2.6666666667vw;
    margin: 0 0 4.8vw;
    overflow: hidden;
}

@media (min-width: 768px) {
    .page__post__item__fig {
        border-radius: 10px;
        margin: 0 0 18px;
    }
}

.page__post__item__fig img {
    aspect-ratio: 260/195;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 100%;
    will-change: transform;
}

.page__post__item__meta {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 1.6vw 2.6666666667vw;
    justify-content: flex-start;
    margin: 0 0 1.0666666667vw;
}

@media (min-width: 768px) {
    .page__post__item__meta {
        gap: 6px 10px;
        margin: 0 0 4px;
    }
}

.page__post__item__meta__date {
    display: block;
    flex: 0 0 auto;
    font-family: var(--ff-jost);
    font-size: var(--fs12);
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin: 0;
    padding: 0.15em 0 0;
}

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

.page__post__item__meta__category {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-flow: row wrap;
    gap: 2.1333333333vw;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .page__post__item__meta__category {
        gap: 8px;
    }
}

.page__post__item__meta__category span {
    background-color: var(--color-cyan);
    color: var(--color-navy);
    display: block;
    font-size: var(--fs10);
    font-weight: 500;
    line-height: 1.2;
    padding: 0.3em 0.5em 0.3em;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .page__post__item__meta__category span {
        font-size: var(--fs12);
    }
}

.page__post__item__title {
    display: block;
    font-size: var(--fs13);
    line-height: 1.8;
    margin: 0;
}

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

.page__post__item:focus .page__post__item__fig img {
    transform: scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    .page__post__item:hover .page__post__item__fig img {
        transform: scale(1.05);
    }
}

@media (max-width: 767px) {
    .page-education-goals .page__block02__main__title {
        font-size: var(--fs28);
    }
}

@media (min-width: 992px) {
    .page-education-build-character .com-page-head__title__en {
        font-size: 4.25rem;
    }
}