@charset "utf-8";
/*

READ ME ============================================
*/

/*-------------------------------
   .topSlide
--------------------------------*/


.swiper-slide{
    height: 45vw;
    background-position: center;
}

.swiper-slide a{
    width: 100%;
    height: 100%;
    display: block;
}

.swiper-container{
    overflow: visible;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -30px;
    left: 2%;
    width: auto;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.overh{
    overflow: hidden;
}

div#l-container{
    overflow: hidden;
}


/*-------------------------------
    .topicks
--------------------------------*/

.topickT{
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1.4;
}

/*-------------------------------

        グローバルナビ コース部分

--------------------------------*/

.wrappers{
    width: 100%;
    height: 290px;
    display: flex;
    justify-content: space-around;
    background: #fff;
}

.wra_left{
    width: 50%;
    height: 100%;
    background: #f2f2f2;
}

.wra_right{
    width: 50%;
    height: 100%;
    background: #f2f2f2;
}

.wrap_title{
    width: 100%;
    height: 200px;
    display: flex;
}

.coitem {
    width: 33.333333333333333%;
    height: 100%;
    margin: 2%;
    background: #fff;
    box-sizing: border-box;
}
.coitem span {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #000;
    font-weight: bold;
    line-height: 1.6 !important;
    padding-top: 25px;
    padding-bottom: 15px;
    zoom:0.9;
    transition: .5s;
}
.coitem img {
    width: 70%;
    transition: .5s;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.coitem a:hover > span,
.coitem a:hover > img {
    opacity: 0.6;
}
.department{
    height: 70px;
    position: relative;
}
.wra_left .department {
    background: #ff2630;
}
.wra_right .department {
    background: #ffff7d;
}
.department img{
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 10px;
}
.wra_left .department img {
    padding: 21px;
}

.ct1{
    color: #ff4049 !important;
}

.ct2{
    color: #5bb15c !important;
}

.ct3{
    color: #bb9200 !important;
}

.ct4{
    color: #275d8f !important;
}

.ct5{
    color: #349b91 !important;
}

.ct6{
    color: #ff6728 !important;
}



@media screen and (min-width: 1400px) {

.main_vi img{
    top: 4vw;
}

}/* end */

@media screen and (min-width: 1800px) {

.swiper-slide {
    height: 34vw;
}

}/* end */



/* --------------------------------------------------------------

                スマホのためのCSS

-------------------------------------------------------------- */


@media screen and (max-width: 979px) {

    .swiper-slide{
        height: 387px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -30px;
        left: 0;
        width: auto;
        margin: auto;
        right: 0;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        cursor: pointer;
    }

    /*-------------------------------

        footer toggle

    --------------------------------*/

    .topboder{
        border-top:1px solid #7d8388;

    }
    #footer .spfNavi dt{
        border-bottom:1px solid #7d8388;
        line-height:34px;
        font-size:12px;
        text-align:left;
        background-size:20px auto;
    }

    #footer .spfNavi dt p{
        width: 100%;
        padding:0 15px;
        background: url(../images/svg/f_arrow3.svg) no-repeat;
        background-position: 98%;
        background-size: 15px 15px;
    }

    #footer .spfNavi dt p.active{
        background: url(../images/svg/f_arrow4.svg) no-repeat;
        background-position: 98%;
        background-size: 15px 15px;
    }

    #footer .spfNavi dt p.space{
        background: url(../images/svg/f_arrow2.svg) no-repeat right center;
        background-size: 15px 15px;
        background-position: 99%;
    }

    #footer .spfNavi dt p.space a{
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
    }

    .ftoggle{
        display: none;
    }

    .fitems{
        border-bottom: 1px solid #ccc;
        padding: 0 15px;
        text-indent: 20px;
        background: #FBFBFB url(../images/svg/f_arrow2.svg) no-repeat right center;
        background-size: 10px 10px;
    }

    .fitems a{
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
    }

    .bnone{
        border: none;
    }

    .smallertext{
        font-size: 8px  !important;
    }


}

@media screen and (max-width: 500px) {

    .swiper-slide{
        height: 200px;
    }
}
