@charset "UTF-8";
.senkakuTop {
    /* タブコンテンツ */
    /* 最近見た学校 */
    /* オープンキャンパスを探す */
    /* OCストーリーズ（CSS上書き） */
    /* 興喚コンテンツ */
    /* すべて見るリンク */
    /* キャンパスPhoto */
    /* 新規校とグループ校を探す */
    /* 学校関連ニュース */
    /* ランキング */
    /* 大学・短大一覧 */
    /* 特集 */
    /* リンク */
}

.senkakuTop__heading2 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

.senkakuTop__heading2 + .senkakuTop__heading3 {
    margin-top: 36px;
}

.senkakuTop__heading3 {
    margin-top: 72px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.senkakuTop__heading4 {
    margin-top: 72px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.senkakuTop__contents {
    position: relative;
    left: -10px;
    padding-left: 20px;
    line-height: 1.6;
}

.senkakuTop__main {
    box-sizing: border-box;
    height: 356px;
    padding: 22px;
    background: #f8f9f9;
}

.senkakuTop__tabNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #c7c7c7;
    margin-top: 28px;
}

.senkakuTop__tabNavItem > a {
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 18px 42px 10px;
    color: #333;
    font-size: 14px;
    line-height: 1;
    border-bottom: 4px solid #fff;
}

.senkakuTop__tabNavItem > a.is-active {
    border-color: #0b41a0;
}

.senkakuTop__tabNavItem > a:hover {
    opacity: 0.6;
    text-decoration: none;
}

.senkakuTop__tabNavItem > a:before {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    content: "";
    width: 24px;
    height: 21px;
}

.senkakuTop__tabNavItem--area > a {
    padding: 14px 28px 10px 56px;
}

.senkakuTop__tabNavItem--area > a:before {
    left: 22px;
    background: url(/images/assets/icon_tab_area.svg) no-repeat center center/contain;
}

.senkakuTop__tabNavItem--shigoto > a {
    padding: 14px 28px 10px 56px;
}

.senkakuTop__tabNavItem--shigoto > a:before {
    left: 16px;
    background: url(/images/assets/icon_tab_shigoto.svg) no-repeat center center/contain;
}

.senkakuTop__tabNavItemStrong {
    font-size: 18px;
    font-weight: bold;
    pointer-events: none;
}

.senkakuTop__tabContents {
    display: none;
}

.senkakuTop__tabContents.is-active {
    display: block;
}

.senkakuTop__tabContentsInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.senkakuTop__tabContentsInner--flexStart {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.senkakuTop__tabContentsInner--flexStart .senkakuTop__tabContentsCol3 {
    margin-right: 10px;
}

.senkakuTop__tabContentsInner--flexStart .senkakuTop__tabContentsCol3:nth-child(3n) {
    margin-right: 0;
}

.senkakuTop__tabContentsCard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    box-sizing: border-box;
    width: calc(100% / 3 - 10px);
    margin-bottom: 10px;
    padding: 12px;
    font-size: 14px;
    border-radius: 6px;
    background-color: #fff;
}

.senkakuTop__tabContentsCardArea {
    min-width: 2em;
    margin-right: 12px;
    font-weight: bold;
}

.senkakuTop__tabContentsCardArea--wide {
    width: 14.5em;
    margin-right: 10px;
}

.senkakuTop__tabContentsCol3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% / 3 - 10px);
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

.senkakuTop__tabContentsCol3--noFlex {
    display: block;
    line-height: 17px;
}

.senkakuTop__tabContentsCol3--normal {
    font-weight: normal;
}

.senkakuTop__tabContentsCol3:hover .senkakuTop__subMenuList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.senkakuTop__tabContentsCol4 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% / 4 - 10px);
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
}

.senkakuTop__tabContentsCol4:hover .senkakuTop__subMenuList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.senkakuTop__tabContentsCol4 .senkakuTop__tabContentsLinkText {
    width: 114px;
}

.senkakuTop__tabContentsLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.senkakuTop__tabContentsItemList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.senkakuTop__tabContentsItem {
    margin-right: 12px;
}

.senkakuTop__tabContentsItem:last-child {
    margin-right: 0;
}

.senkakuTop__tabContentsItemCol3 {
    margin-right: 12px;
}

.senkakuTop__tabContentsItemCol3:nth-child(3n) {
    margin-right: 0;
}

.senkakuTop__tabContentsItemCol4 {
    margin-right: 12px;
}

.senkakuTop__tabContentsItemCol4:nth-child(4n) {
    margin-right: 0;
}

.senkakuTop__tabContentsThumb {
    width: 36px;
    margin-right: 10px;
    border-radius: 50%;
}

.senkakuTop__tabContentsThumb > img {
    width: 36px;
    height: 36px;
    border-radius: 18px;
}

.senkakuTop__tabContentsLinkText {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
}

.senkakuTop__countNum {
    font-size: 12px;
    font-weight: normal;
}

.senkakuTop__subMenuList {
    display: none;
    position: absolute;
    box-sizing: border-box;
    top: 34px;
    left: 45px;
    width: 240px;
    padding: 5px 12px;
    font-size: 12px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
    line-height: 24px;
    z-index: 10;
}

.senkakuTop__subMenuList:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom: 16px solid #ffffff;
    top: -22px;
    left: 8px;
}

.senkakuTop__subMenuListItem {
    margin-right: 12px;
}

.senkakuTop__subMenuListItem:last-child {
    margin-right: 0;
}

.senkakuTop__subMenuListItem--normal {
    font-weight: normal;
}

.senkakuTop__history {
    box-sizing: border-box;
    margin-top: 30px;
    padding: 20px;
    font-size: 14px;
    border: 1px solid #d3d4d4;
}

.senkakuTop__history--first {
    margin-top: 72px;
}

.senkakuTop__historyTitle {
    font-size: 18px;
    font-weight: bold;
}

.senkakuTop__historyList {
    margin-top: 15px;
}

.senkakuTop__historyItem {
    display: inline-block;
    margin-right: 24px;
}

.senkakuTop__historyMore {
    margin-top: 15px;
    text-align: right;
}

.senkakuTop__historyMoreLink {
    font-size: 14px;
    line-height: 1;
}

.senkakuTop__title {
    margin-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.senkakuTop__title:first-child {
    margin-top: 0;
}

.senkakuTop__searchForm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.senkakuTop__inputText {
    box-sizing: border-box;
    width: 305px;
    margin-right: 10px;
    height: 32px;
    padding: 9px 12px;
    font-size: 16px;
    border: 1px solid #d3d4d4;
    border-radius: 4px;
}

.senkakuTop__inputText::-webkit-input-placeholder {
    color: #808d96;
    font-size: 14px;
}

.senkakuTop__inputText:-ms-input-placeholder {
    color: #808d96;
    font-size: 14px;
}

.senkakuTop__inputText::placeholder {
    color: #808d96;
    font-size: 14px;
}

.senkakuTop__submit {
    box-sizing: border-box;
    width: 80px;
    height: 32px;
    color: #fff;
    font-size: 16px;
    background-color: #0ca5e6;
    border: 0;
    border-radius: 6px;
    text-align: center;
}

.senkakuTop__divideTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 120px;
}

.senkakuTop__divideTitleText {
    display: block;
    width: 25%;
    margin-right: 12px;
    color: #808d96;
    font-size: 20px;
    line-height: 1;
}

.senkakuTop__divideTitleBorder {
    display: block;
    width: 73%;
    height: 2px;
    background-color: #e1e8ea;
}

.senkakuTop__ocStories {
    margin-top: 20px;
}

.senkakuTop__ocStories .c-oc-cameraMovie {
    padding: 0;
    background: #fff;
}

.senkakuTop__ocStories .c-oc-cameraMovie--narrow {
    padding: 0;
}

.senkakuTop__ocStories .m-title.m-title--medium.m-title--noborder {
    display: none;
}

.senkakuTop__ocStories .c-oc-cameraMovieList__item {
    width: 165px !important;
    margin-right: 21px !important;
}

.senkakuTop__ocStories .c-oc-cameraMovieList__item:nth-child(4n) {
    margin-right: 10px !important;
}

.senkakuTop__kyokanItemWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
}

.senkakuTop__kyokanItem {
    box-sizing: border-box;
    width: 230px;
    border: 1px solid #d3d4d4;
    border-radius: 6px;
    overflow: hidden;
}

.senkakuTop__kyokanItemLink:hover {
    opacity: 0.6;
    text-decoration: none;
}

.senkakuTop__kyokanItemImage {
    position: relative;
    width: 230px;
    height: 230px;
    overflow: hidden;
    opacity: inherit;
}

.senkakuTop__kyokanItemImage > img {
    position: absolute;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.senkakuTop__kyokanItemText {
    box-sizing: border-box;
    padding: 16px;
    font-size: 16px;
    opacity: inherit;
}

.senkakuTop__More {
    margin-top: 20px;
    text-align: right;
    line-height: 1;
}

.senkakuTop__More--left {
    text-align: left;
}

.senkakuTop__MoreLink {
    font-size: 16px;
}

.senkakuTop__MoreLinkLeft {
    font-size: 14px;
}

.senkakuTop__campusPhoto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
}

.senkakuTop__campusPhotoItem {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 17px;
    width: 230px;
    height: 230px;
    overflow: hidden;
}

.senkakuTop__campusPhotoItem:hover {
    opacity: 0.6;
}

.senkakuTop__campusPhotoItemOverlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 230px;
    background: -webkit-linear-gradient(top, transparent 50%, black 100%);
    background: linear-gradient(to bottom, transparent 50%, black 100%);
    z-index: 5;
}

.senkakuTop__campusPhotoItemImage > img {
    position: absolute;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.senkakuTop__campusPhotoItemText > a {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: #fff;
    font-size: 16px;
    z-index: 10;
}

.senkakuTop__newsHeading {
    margin-top: 28px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.senkakuTop__newsHeading:nth-of-type(n+2) {
    margin-top: 60px;
}

.senkakuTop__newsList {
    margin-top: 20px;
}

.senkakuTop__newsArticle {
    margin-top: 15px;
    font-size: 16px;
}

.senkakuTop__newsArticle:first-child {
    margin-top: 0;
}

.senkakuTop__ranking {
    margin-top: 30px;
}

.senkakuTop__titleRanking {
    margin-top: 52px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    line-height: 1;
}

.senkakuTop__titleRanking:first-child {
    margin-top: 0;
}

.senkakuTop__titleRanking:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
}

.senkakuTop__titleRanking.is-bunya:before {
    width: 27px;
    height: 20px;
    background: url(/images/assets/icon_bunnya.png) no-repeat center center/contain;
}

.senkakuTop__titleRanking.is-gyokai:before {
    width: 20px;
    height: 20px;
    background: url(/images/assets/icon_gyokai.png) no-repeat center center/contain;
}

.senkakuTop__titleRanking.is-gakumon:before {
    width: 28px;
    height: 20px;
    background: url(/images/assets/icon_gakumon.png) no-repeat center center/contain;
}

.senkakuTop__titleRankingSub {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1;
}

.senkakuTop__rankingTop3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.senkakuTop__rankingTop3Item {
    position: relative;
    width: calc(100% / 3);
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
}

.senkakuTop__rankingTop3Item:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 24px;
    height: 21px;
}

.senkakuTop__rankingTop3Item.is-rank01:before {
    background: url(/images/assets/icon_bunnya_rank1.svg) no-repeat center center/contain;
}

.senkakuTop__rankingTop3Item.is-rank02:before {
    background: url(/images/assets/icon_bunnya_rank2.svg) no-repeat center center/contain;
}

.senkakuTop__rankingTop3Item.is-rank03:before {
    background: url(/images/assets/icon_bunnya_rank3.svg) no-repeat center center/contain;
}

.senkakuTop__rankingOther {
    margin-top: 20px;
}

.senkakuTop__rankingOtherItem {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    padding: 0 0 20px 20px;
    font-size: 16px;
}

.senkakuTop__rankingOtherItem:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 16px;
    height: 14px;
    font-weight: bold;
    text-align: right;
}

.senkakuTop__rankingOtherItem.is-rank04:before {
    content: "4.";
}

.senkakuTop__rankingOtherItem.is-rank05:before {
    content: "5.";
}

.senkakuTop__rankingOtherItem.is-rank06:before {
    content: "6.";
}

.senkakuTop__rankingOtherItem.is-rank07:before {
    content: "7.";
}

.senkakuTop__rankingOtherItem.is-rank08:before {
    content: "8.";
}

.senkakuTop__rankingOtherItem.is-rank09:before {
    content: "9.";
}

.senkakuTop__rankingOtherItem.is-rank10 {
    padding-left: 35px;
}

.senkakuTop__rankingOtherItem.is-rank10:before {
    width: 30px;
    content: "10.";
}

.senkakuTop__MoreRankingLink {
    font-size: 14px;
}

.senkakuTop__swiper {
    position: relative;
}

.senkakuTop__schoolName {
    font-size: 16px;
    font-weight: bold;
}

.senkakuTop__schoolSubInfo {
    color: #808d96;
    font-size: 12px;
}

.senkakuTop__schoolInfo {
    color: #333;
    font-size: 14px;
}

.senkakuTop__bannerList {
    margin-top: 28px;
}

.senkakuTop__linkList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.senkakuTop__listItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.senkakuTop__btnWrap {
    margin-top: 30px;
}

.senkakuTop__btn {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 230px;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #d3d4d4;
    border-radius: 6px;
    line-height: 1;
}

.senkakuTop__btn:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 55%;
    right: 16px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    border-right: 1px solid #d3d4d4;
    border-bottom: 1px solid #d3d4d4;
    margin-top: -8px;
}

.senkakuTop__btn--oc {
    width: 260px;
    padding: 12px 40px 12px 20px;
    color: #0ca5e6 !important;
    border: 1px solid #0ca5e6;
}

.senkakuTop__btn--oc:before {
    border-right: 1px solid #0ca5e6;
    border-bottom: 1px solid #0ca5e6;
}

.senkakuTop__btn:hover {
    opacity: .6;
    text-decoration: none;
}

.senkakuTop__btnSubText {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
}

.senkakuTop__panel {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 350px;
    margin-bottom: 20px;
    padding: 16px 40px 16px 16px;
    font-size: 16px;
    border: 1px solid #d3d4d4;
    border-radius: 6px;
}

.senkakuTop__panel:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    border-right: 1px solid #d3d4d4;
    border-bottom: 1px solid #d3d4d4;
    margin-top: -8px;
}

.senkakuTop__panel:hover {
    opacity: .6;
    text-decoration: none;
}

.senkakuTop__panelHeading {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.senkakuTop__panelText {
    margin-top: 18px;
    line-height: 24px;
}

.senkakuTop__linkItems {
    margin-top: 20px;
}

.senkakuTop__linkItem {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-top: 12px;
    font-size: 14px;
    line-height: 1;
}

.senkakuTop__linkItem:after {
    position: absolute;
    content: '|';
    top: 11px;
    right: -15px;
    color: #4c5263;
}

.senkakuTop__linkItem:last-child:after {
    content: none;
}

.senkakuTop__linkList--item02 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.senkakuTop__linkList--item02 .senkakuTop__listItem {
    margin-right: 16px;
}

.senkakuTop__linkList--item02 .senkakuTop__listItem:last-child {
    margin-right: 0;
}

.swiper-container {
    position: static;
}

.swiper-button-next {
    background: url(/images/common/s_icon_frickarrow_r.png) 100% no-repeat;
    background-size: 100%;
    height: 36px;
    right: -18px;
    width: 36px;
}

.swiper-button-prev {
    background: url(/images/common/s_icon_frickarrow_l.png) 100% no-repeat;
    background-size: 100%;
    height: 36px;
    left: -18px;
    width: 36px;
}

.is-disabled {
    display: none;
}

.mt0 {
    margin-top: 0;
}

.mr10 {
    margin-right: 10px;
}
