
.indexBannerArea {
    width: 100%;
    display: block;
    position: relative;
    margin-top: -3vw;
}

    .indexBannerArea .group1 {
        position: absolute;
        height: 26vw;
    }

    .indexBannerArea .group2 {
        position: absolute;
        width: 24vw;
    }

    .indexBannerArea .logo {
        position: absolute;
        width: 9vw;
        min-width: 90px;
        top: 9%;
        left: 5%;
    }

    .indexBannerArea .starlogo {
        position: absolute;
        width: 9vw;
        min-width: 90px;
        top: 11%;
        left: 15%;
    }

    .indexBannerArea .mstar {
        top: 13vw;
        left: 16%;
    }

    .indexBannerArea .menterprise {
        top: 7vw;
        left: 36%;
    }

    .indexBannerArea .mtraining {
        top: 13vw;
        right: 18%;
    }

    .indexBannerArea .star {
        bottom: -1vw;
        left: 17%;
    }

    .indexBannerArea .enterprise {
        bottom: 2vw;
        left: 39%;
    }

    .indexBannerArea .training {
        bottom: 1vw;
        right: 22%;
    }

    .indexBannerArea .city {
        position: absolute;
        bottom: -0.5vw;
        left: 0px;
    }

.indexSubMenu {
    margin-top: -5.5vw;
}

    .indexSubMenu img {
        max-height: 190px;
        height: 16vw;
        min-height: 105px;
    }

@media (max-width: 576px) {
    .indexBannerArea {
        margin-top: 0px;
    }

        .indexBannerArea .group2 {
            position: absolute;
            width: 160px;
        }

        .indexBannerArea .mstar {
            top: 8vw;
            left: 3%;
        }

        .indexBannerArea .menterprise {
            top: 1.5vw;
            left: 33%;
        }

        .indexBannerArea .mtraining {
            top: 12vw;
            right: 5%;
        }

    .indexSubMenu {
        margin-top: -20px;
    }
}

.messageBox {
    position: relative;
    padding: 10px;
    border: 1px solid #4d4d4d;
    cursor: pointer;
}

    .messageBox .more {
        position: absolute;
        bottom: 20px;
        right: 20px;
        display: none;
    }


    .messageBox .mask {
        position: relative;
        width: 100%;
        height: 270px;
        background-color: #f3b552;
        overflow: hidden;
    }

        .messageBox .mask img {
            position: absolute;
            top: 0;
            left: 0;
            max-height: 270px;
        }

    .messageBox .info {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 45%;
        height: calc(100% - 20px);
        background-color: #BA5A00;
        color: #000;
        overflow: hidden;
    }

        .messageBox .info.w11 {
            width: 55%;
        }

@media (min-width: 700px) and (max-width: 1200px) {
    .messageBox .info {
        width: 58%;
    }

        .messageBox .info.w11 {
            width: 66%;
        }
}

.messageBox .info .ct {
    font-weight: 500;
}

.messageBox .info .s {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
    width: 100%;
}

    .messageBox .info .s:first-letter {
        font-size: 1.8rem;
    }

.messageBox .info .b {
    overflow: hidden;
    height: 6.4rem;
    line-height: 1.6rem;
    width: 100%;
}

.ml4 {
    line-height: 1.6rem;
}

@media (max-width: 576px) {
    .indexSubMenu img {
        height: 95px;
        min-height: 95px;
    }

    .messageBox .info .s {
        margin-top: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .messageBox .info .b {
        height: 96px;
        font-size: 15px;
        line-height: 24px;
    }
}


.indexContents {
    padding-bottom: 140px;
}

@media (max-width: 576px) {
    .indexContents {
        padding-bottom: 100px;
    }
}

.indexContents .foot_bg {
    text-align: right;
    float: right;
    overflow: hidden;
}

.indexContents .b3 {
    border-bottom: 1px solid #797979;
}

.indexContents .c1 {
    background-image: url("../images/bg/iPAS_AreaC1_background.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 140px auto;
}

.indexContents .c2 {
    background-image: url("../images/bg/iPAS_AreaC2_background.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 180px auto;
}

.indexContents .c3 {
    background-image: url("../images/bg/iPAS_AreaC3_background.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 200px auto;
}

.indexContents .title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
}

.info-box {
    border-left: 6px solid #82a1fe;
}

    .info-box .name {
        font-size: 1.5rem;
        font-weight: 500;
        color: #808080;
    }

    .info-box .school {
        color: #a6a6a6;
    }

    .info-box .ml2, .info-sbox .ml2,
    .info-box .ml3, .info-sbox .ml3 {
        line-height: 1.5rem;
        max-height: 4.5rem;
    }

.info-sbox {
    border-left: 1px solid #999999;
}

@media (max-width: 768px) {
    .info-sbox {
        border-left: 0px solid #999999;
    }
}

@media (max-width: 576px) {
    .indexContents .title {
        font-size: 26px;
    }

        .indexContents .title img {
            width: 60px;
        }

    .indexContents .c1, .indexContents .c2, .indexContents .c3 {
        background-size: 140px auto;
    }
}

.info-sbox .name {
    font-size: 1.3rem;
    font-weight: 500;
    color: #808080;
}

a {
    color: #212529;
}
/*a:hover {
	color:#000000;  
}*/

.c1 .title {
    color: #ec9400;
}

.c2 .title {
    color: #33a492
}

.c3 .title {
    color: #82a1fc;
}

.c1 .info-box {
    border-left: 6px solid #ec9200;
}

.c2 .info-box {
    border-left: 6px solid #32a691;
}

.c3 .info-box {
    border-left: 6px solid #82a1fe;
}

.c1 .info-sbox .top {
    border-bottom: 2px solid #ec9200;
}

.c2 .info-sbox .top {
    border-bottom: 2px solid #32a691;
}

.c3 .info-sbox .top {
    border-bottom: 2px solid #82a1fc;
}

/*==============================================================================*/
@media (max-width: 576px) {
    .pageFoot {
        padding-bottom: 60px;
    }
}

@media (max-width: 1200px) {
    .indexFootArea .footMenu {
        background-color: #b2dde1;
    }
}

.pageFoot {
    background-color: #666666;
    color: #fff;
}

.workme_count {
    font-size: 1rem;
    line-height: 1rem;
}

.workme_ad {
    padding-left: 3px;
    padding-right: 3px;
    letter-spacing: 1px;
}

a:focus .messageBox {
    box-shadow: .25rem .25rem #ccc;
    border-color: orange;
}

    a:focus .messageBox .info, a:hover .messageBox .info {
        width: 55%;
    }

    a:focus .messageBox img {
        border: unset;
        box-shadow: unset;
        border-radius: unset;
    }

    a:focus .messageBox .more, a:hover .messageBox .more {
        display: inline;
    }

@media (min-width: 700px) and (max-width: 1200px) {
    a:focus .messageBox .info, a:hover .messageBox .info {
        width: 66%;
    }
}

a.fb-link:focus, a.yt-link:focus {
    border: .1rem solid orange;
    box-shadow: .1rem .1rem #ccc;
    border-radius: .3rem;
}
