@charset "utf-8";
/*style_feature_common.css*/
* {
    box-sizing: border-box;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
html {
    height: 100%;
    margin-bottom: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
body {
    overflow-x: hidden;
}
/*ヘッダー*/
header {
    background-color: #e61478;
    width: 100%;
    position: relative
}
header > div {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
section.title {
    max-width: 1040px;
    margin: 20px auto;
}
section.title a {
    font-size: 14px;
    text-decoration: none;
    padding-left: 20px;
}
/**/
body.page section.title .page_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto;
    max-width: 1040px;
    padding: 0 20px;
}
body.page section.title .page_title div {
    display: flex;
    align-items: center;
    position: relative;
}
body.page section.title .page_title div img {
    display: block;
    margin-right: 10px;
}
body.page section.title .page_title div span {
    display: block;
}
body.page section.title .page_title div span.f_title {
    font-size: 16px;
    font-weight: 500;
    color: #1f2a66;
}
body.page section.title .page_title div span.univ_name {
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
    margin: 12px 0 0;
    position: static;
}
body.page section.title .page_title div span.univ_name small.univ_note {
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: right;
    margin-top: 5px;
    position: absolute;
    right: 0;
    bottom: 4px;
}
body.page section.title .page_title div span.univ_name::before {
    content: '';
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    width: 4em;
    height: 4em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5em;
    vertical-align: 1em;
}
body.page section.title .page_title div span.univ_name.kbn1::before {
    content: '国 立';
}
body.page section.title .page_title div span.univ_name.kbn2::before {
    content: '公 立';
}
body.page section.title .page_title div span.univ_name.kbn3::before {
    content: '私 立';
}
body.page section.title .page_title div span.state {
    font-size: 16px;
    text-indent: 3em;
    font-weight: 700;
}
/*フッター*/
footer {
    width: 100%;
    padding: 20px 0;
    background-color: #e61478;
}
footer img {
    margin: 0 auto;
}
a.another {
    display: block;
    max-width: 574px;
    width: 90%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #8C8C8C;
    border-radius: 10px;
    margin: 66px auto;
    text-decoration: none;
}
a.another:hover {
    opacity: 0.5;
}
/*トップへ戻る*/
.pagetop {
    bottom: 1.1%;
    position: fixed;
    right: 4%;
    z-index: 99999;
}
.pagetop a {
    background: #343c48 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 8px;
    display: block;
    line-height: 1;
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: relative;
}
.pagetop a::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-top: solid 4px #fff;
    border-left: solid 4px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 12px);
}
aside {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
aside a {
    display: block;
    width: 40%;
    max-width: 440px;
    overflow: hidden;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
aside a img {
    width: 100%;
    position: relative;
    bottom: -20px;
    transition: 0.3s all ease 0s;
}
aside a.univ_hp {
    background-color: #4CBCED;
}
section.page_navi h6 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #1F2A66;
}
@media screen and (max-width:1000px) {
    header > div {
        padding-left: 1vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
    }
    section.index_main div a {
        width: 45%;
        max-width: 330px;
    }
    section.page_main > div div.text p {
        margin-bottom: 6vw;
        font-size: 3.2vw;
    }
    body.page section.title .page_title {
        margin: 5vw auto;
        padding: 0 2vw;
    }
    body.page section.title .page_title div img {
        margin-right: 1vw;
        height: 11vw
    }
    body.page section.title .page_title div span.univ_name::before {
        font-size: 1.2vw;
    }
    body.page section.title .page_title div span.f_title {
        font-size: 1.6vw;
    }
    body.page section.title .page_title div span.univ_name {
        font-size: 4.6vw;
        margin: 1.2vw 0 0;
    }
    body.page section.title .page_title div span.state {
        font-size: 1.6vw;
    }
}
@media screen and (min-width:640px) {
    aside a:hover img {
        bottom: 0;
    }
}
@media screen and (max-width:640px) {
    .pc {
        display: block;
        display: none;
    }
    .sp {
        display: block;
    }
    header div {
        padding-left: 3vw;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    header div a {
        display: block;
        text-align: center;
    }
    header div img {
        width: 80%;
        margin: 0;
    }
    section.title {
        margin: 4vw auto;
    }
    section.title a {
        font-size: 3vw;
        text-decoration: none;
        padding-left: 1em;
    }
    section.title {
        margin: 4vw auto;
    }
    section.title a {
        font-size: 3vw;
        text-decoration: none;
        padding-left: 1em;
    }
    /**/
    body.page section.title .page_title {
        margin: 6vw auto;
        padding: 0px 2vw 0 1vw;
    }
    body.page section.title .page_title div img {
        width: 12vw;
        margin-right: 0;
    }
    body.page section.title .page_title div p {
        width: calc(100% - 12vw);
    }
    body.page section.title .page_title div span.f_title {
        font-size: 3.2vw;
    }
    body.page section.title .page_title div span.univ_name {
        font-size: 7.6vw;
        margin: 1vw 0 1vw;
        padding-left: 9vw;
        position: relative;
        line-height: 1.3;
    }
    body.page section.title .page_title div span.univ_name::first-line {
        line-height: 1;
    }
    body.page section.title .page_title div span.univ_name::before {
        font-size: 2.4vw;
        width: 3.2em;
        height: 3.2em;
        vertical-align: 0.8em;
        position: absolute;
        left: 0;
    }
    body.page section.title .page_title div span.state {
        font-size: 3vw;
        text-indent: 2.5em;
    }
    body.page section.title .page_title a {
        padding: 3vw 4vw;
        border-radius: 5px;
        font-size: 3.4vw;
        line-height: 1.4;
    }
    footer {
        width: 100%;
        height: unset;
        padding: 4vw;
    }
    footer img {
        margin: 0 auto;
        padding-top: 0;
        width: 40vw;
    }
    aside {
        padding: 2vw 2vw;
        justify-content: flex-start;
    }
    aside::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        background: rgb(0 0 0 / 50%);
        mix-blend-mode: multiply;
    }
    aside a.sp {
        max-width: unset;
        width: 80%;
        height: 12vw;
        margin-left: 3%;
        background: #fff000;
        border-radius: 2vw;
        padding: 1vw;
        display: flex;
        justify-content: center;
        align-items: center;
        filter: none;
    }
    aside a.sp figure {
        margin: 0;
        width: 100%;
        height: 100%;
        border: solid 2px #1f2a66;
        border-radius: 1.5vw;
        padding: 0 5.5vw;
        height: 10vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    aside a img {
        width: 100%;
        bottom: 0;
    }
    .pagetop {
        right: 2vw;
        bottom: 2vw;
    }
    .pagetop a {
        width: 12vw;
        height: 12vw;
        bottom: 0vw;
    }
} /*@media screen and (max-width:640px)*/