@charset "UTF-8";

.header__navi {
    white-space: nowrap;
}
.hero__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.8rem
}
.hero__text img {
    width: auto;
}
.hero__text > img {
    width: 22.578125vw;
}
.hero__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/hero_menu_bg@2x.png) no-repeat;
    width: 21.4rem;
    height: 19.8rem;
    background-size: 21.4rem;
    padding-top: 4.2rem;
    padding-left: 2.8rem;
    padding-right: 2.7rem;
}
.hero__menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    padding-top: .5rem;
}
.hero__menu a:nth-child(2) {
    height: 4.6rem;
    margin-block: .3rem;
}
.hero__menu a + a {
    border-top: 2px solid #002958;
}

@media (max-width: 48.0525em) {
    .hero__text  {
        width: 52vw;
        gap: 1rem;
        margin-top: 1rem;
    }
    .hero__text > img {
        width: 100%;
    }
    .hero__menu {
        transform: scale(.9);
    }
}


@media (max-width: 48.0525em) {
    .concept .c-title {
        z-index: 5;
    }
    .concept__image {
        right: -5rem;
        top: -23vw;
    }
}

.flow__summary-text {
    text-align: center;
}

@media (min-width: 48.0526em) {
    .flow__column-image {
        min-height: 30.5rem;
    }
}

.course__intro {
    margin-top: -12.5rem;
    margin-right: -12.5rem;
    text-align: right;
}

.contents__item-name {
    line-height: 1.7142857143;
    padding-block: 1.3rem
}
.contents__item-text {
    font-feature-settings: 'palt';
}
.contents__item.--02 .contents__item-name:after {
    background-image: url(../images/contents_item_title_illust_02@2x.png);
    height: 7.3rem;
    width: 6.8rem;
}
.contents__item.--03 .contents__item-name:after {
    background-image: url(../images/contents_item_title_illust_03@2x.png);
    width: 7.1rem;
    height: 6.9rem;
    bottom: 1rem;
}

.contents__image-01 {
    position: relative;
    margin-top: -2.5rem;
    margin-left: -1rem;
}
.contents__image-02 {
    position: relative;
    margin-right: -1rem;
}
.contents__image-03 {
    position: relative;
    margin-left: -3rem;
}

.contents__grid hr {
    grid-column: 1 / -1;
    border: none;
    background: url(../images/course_line@2x.png) no-repeat;
    background-size: 100%;
    height: 4px;
    margin-top: 3rem;
}

@media (max-width: 48.0525em) {
    .course__intro  {
        margin-top: -5rem;
        margin-right: 5vw;
        padding-left: 15vw;
    }
    .contents__title {
        margin-right: 0;
        padding-left: 10vw;
        margin-bottom: -2rem;
    }
    .contents__title img {
        margin-right: 0;
        object-fit: contain;
        height: 18vw;
    }
    .contents__item-name {
        font-size: 2.4rem;
    }
    .contents__image-01 {
        grid-row: 6
    }
    .contents__image-02 {
        grid-row: auto
    }
    .contents__image-03 {
        order: 1
    }
    .contents__item.--03 .contents__item-name:after {
        right: -5rem;
    }
}
@media (max-width: 48.0525em) {
    .c-map__address {
        text-align: center;
        line-height: 1.5;
    }
}

@media (min-width: 48.0526em) {
    .submission__body {
        background-image: url(../images/submission_bg@2x.png);
        min-height: 34.7rem;
    }
}
@media (max-width: 48.0525em) {
    .submission__body {
        min-height: 30.9rem;
    }
    [type='date'] {
        min-height: 1.5em;
        width: 10em;
    }
}


