@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------
    スライダー
--------------------------------------------------------*/
.bx-wrapper{
    margin-bottom: 0!important;
    padding: 0;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 0!important;
    background: none!important;
}
.bx-wrapper .bx-controls-direction a{
    z-index: 800!important;
}
.bxslider li img{
    margin: 0;
    width: 100%;
}
.bxslider li .pc{
    display: none;
}
.bxslider li.bl_videoCont{
    aspect-ratio: 1 / 1;
}
.bxslider li video{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
@media (min-width:1024px){
    .bxslider-wrap{
        position: relative;
    }
    .bxslider-wrap::before,
    .bxslider-wrap::after{
        background-color: #ffffff80;
        content: '';
        display: block;
        width: calc((100% - 1200px) / 2);
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 50;
    }
    .bxslider-wrap::before{
        left: 0;
    }
    .bxslider-wrap::after{
        right: 0;
    }
    .bxslider-wrap {
        overflow: hidden;
    }
    .bx-wrapper{
        max-width: 1200px!important; /*スライドの幅に合わせて変更*/
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .bx-viewport {
        overflow: visible!important;
    }

    .bxslider li .sp{
        display: none;
    }
    .bxslider li .pc{
        display: block;
    }
    .bxslider li.bl_videoCont{
        aspect-ratio: 16 / 8.32;
    }
}

/*--------------------------------------------------------
    新着情報・研修予定
--------------------------------------------------------*/
.news_study .bl_flexCol+.bl_flexCol{
    margin-top: 40px;
}
.news_study ul{
    list-style: none;
}
.news_study li+li{
    margin-top: 15px;
}
.news_study li a{
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
.news_study li a:hover{
    opacity: 0.5;
}
.news_study .el_date{
    font-size: 14px;
    font-weight: bold;
}
.news_study .el_title{
    margin-top: 5px;
}
.news_study .el_btnCont{
    margin: 20px auto 0;
    text-align: center;
}
.study .bl_cat_date{
    display: flex;
    align-items: center;
}
.study .el_date{
    margin-left: 20px;
}
.study .icn_word,
.study .icn_excel,
.study .icn_accsess,
.study .icn_it,
.study .icn_system,
.study .icn_network,
.study .icn_skill,
.study .icn_powerpoint,
.study .icn_online{
    width: 80px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.study .icn_word{
	background-image: url("../img/icon_word.png");
}
.study .icn_excel{
	background-image: url("../img/icon_excel.png");
}
.study .icn_accsess{
	background-image: url("../img/icon_access.png");
}
.study .icn_it{
	background-image: url("../img/icon_it.png");
}
.study .icn_system{
	background-image: url("../img/icon_system.png");
}
.study .icn_network{
	background-image: url("../img/icon_network.png");
}
.study .icn_skill{
	background-image: url("../img/icon_skill.png");
}
.study .icn_powerpoint{
	background-image: url("../img/icon_powerpoint.png");
}
.study .icn_online{
	background-image: url("../img/icon_online.png");
}

.news_study .el_btnCont,
.news_study .el_btnCont .el_btn{
    margin-bottom: 0;
}
@media (min-width:1024px){
    .news_study{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        position: relative;
    }
    .news_study::before{
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background-color: #e6e6e6;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .news_study .bl_flexCol{
        width: 45%;
    }
    .news_study .bl_flexCol+.bl_flexCol{
        margin-top: 0;
    }
    .news_study .bl_flexCol .el_lv2Heading{
        width: 100%;
    }
    .news_study .el_btnCont{
        margin: 30px auto 0;
        text-align: right;
    }
}

/*--------------------------------------------------------
    目的から探す
--------------------------------------------------------*/
.businessContent{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.businessContent .bl_flexCol{
    width: 48%;
    position: relative;
    transition: 0.3s;
}
.businessContent .bl_flexCol::before{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000088;
    border-radius: 5px;
    transition: 0.3s;
}
.businessContent .bl_flexCol:hover::before{
    background-color: #0000004D;
}
.businessContent .bl_flexCol+.bl_flexCol{
    margin-top: 20px;
}
.businessContent .bl_flexCol:nth-child(2){
    margin-top: 0;
}
.businessContent img{
    width: 100%;
    margin: 0;
    border-radius: 5px;
}
.businessContent p{
    color: #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}
.businessContent p::before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto 5px;
}
.businessContent .el_icon01::before{
    background-image: url("../img/icon_top_businessContent01.png");
}
.businessContent .el_icon02::before{
    background-image: url("../img/icon_top_businessContent02.png");
}
.businessContent .el_icon03::before{
    background-image: url("../img/icon_top_businessContent03.png");
}
.businessContent .el_icon04::before{
    background-image: url("../img/icon_top_businessContent04.png");
}
.businessContent .el_icon05::before{
    background-image: url("../img/icon_top_businessContent05.png");
}
.businessContent .el_icon06::before{
    background-image: url("../img/icon_top_businessContent06.png");
}
@media (max-width:409px){
    .businessContent p{
        font-size: 13px;
        line-height: 1.2;
    }
    .businessContent .el_icon05::before{
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }
}
@media (min-width:768px){
    .businessContent .bl_flexCol{
        width: 32%;
    }
    .businessContent .bl_flexCol+.bl_flexCol{
        margin-top: 15px;
    }
    .businessContent .bl_flexCol:nth-child(2),
    .businessContent .bl_flexCol:nth-child(3){
        margin-top: 0;
    }
    .businessContent p{
        font-size: 16px;
    }
    .businessContent p::before{
        width: 60px;
        height: 60px;
    }
}
@media (min-width:1024px){
    .businessContent .bl_flexCol+.bl_flexCol{
        margin-top: 20px;
    }
    .businessContent .bl_flexCol:nth-child(2),
    .businessContent .bl_flexCol:nth-child(3){
        margin-top: 0;
    }
    .businessContent p{
        font-size: 20px;
    }
    .businessContent p::before{
        width: 80px;
        height: 80px;
    }
}
@media (min-width:1250px){
    .businessContent p{
        font-size: 24px;
    }
    .businessContent p::before{
        width: 100px;
        height: 100px;
    }
}

/*--------------------------------------------------------
    情報ビルのメリット
--------------------------------------------------------*/
.about{
    margin: 0 auto 30px;
}
.about .bl_flexCol+.bl_flexCol{
    margin-top: 40px;
}
.about .bl_catch{
    background-color: #ebf9fd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
}
.about .bl_catch figure{
    width: 65px;
    margin: 0;
}
.about .bl_catch img{
    margin: 0;
}
.about .bl_catch .el_titleCont{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.about .bl_catch .el_numberCont{
    background-color: #fff;
    border: 3px solid #0047a3;;
    border-radius: 50%;
    color: #0047a3;
    display: flex;
    width: 70px;
    height: 70px;
    position: relative;
    text-align: center;
}
.about .bl_catch .el_numberCont .el_fz{
    display: block;
    font-size: 10px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}
.about .bl_catch .el_numberCont .el_number{
    display: block;
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    bottom: 4px;
    left: 0;
}
.about .bl_catch .el_titleCont .el_lv3Heading{
    font-size: 20px;
    margin: 0 0 0 10px;
    width: 220px;
}
@media (max-width:409px){
    .about .bl_catch figure{
        width: 15%;
        margin: 0;
    }
    .about .bl_catch .el_titleCont{
        width: 80%;
    }
    .about .bl_catch .el_numberCont{
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .about .bl_catch .el_numberCont .el_fz{
        font-size: 10px;
        top: 8px;
        left: 0;
    }
    .about .bl_catch .el_numberCont .el_number{
        font-size: 20px;
        bottom: 3px;
    }
    .about .bl_catch .el_titleCont .el_lv3Heading{
        font-size: 18px;
        margin: 0;
        width: 180px;
    }
}
@media (max-width:320px){
    .about .bl_catch .el_titleCont .el_lv3Heading{
        width: 140px;
    }
}
@media (max-width:280px){
    .about .bl_catch .el_titleCont .el_lv3Heading{
        width: 100px;
    }
}
@media (min-width:768px){
    .about{
        display: flex;
        justify-content: space-between;
    }
    .about .bl_flexCol{
        width: 32%;
    }
    .about .bl_flexCol+.bl_flexCol{
        margin-top: 0;
    }
    .about .bl_catch{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 0;
        margin-bottom: 90px;
        position: relative;
    }
    .about .bl_catch img{
        width: 80px;
    }
    .about .bl_catch .el_numberCont{
        margin: 0 auto 10px;
    }
    .about .bl_catch .el_titleCont{
        display: block;
        margin-left: 0;
        text-align: center;
        position: absolute;
        bottom: -80px;
    }
    .about .bl_catch .el_titleCont .el_lv3Heading{
        font-size: 22px;
        margin: 0;
        width: 100%;
    }
}
@media (min-width:1024px){
    .about .bl_catch{
        padding: 60px 0;
        margin-bottom: 110px;
    }
    .about .bl_catch img{
        width: 100px;
    }
    .about .bl_catch .el_numberCont{
        width: 90px;
        height: 90px;
    }
    .about .bl_catch .el_numberCont .el_fz{
        font-size: 14px;
        top: 16px;
    }
    .about .bl_catch .el_numberCont .el_number{
        font-size: 32px;
        bottom: 5px;
    }
    .about .bl_catch .el_titleCont{
        bottom: -100px;
    }
    .about .bl_catch .el_titleCont .el_lv3Heading{
        font-size: 26px;
    }
}
@media (min-width:1200px){
    .about .bl_catch .el_titleCont{
        bottom: -95px;
    }
}

/*--------------------------------------------------------
    ページトップボタン・ボトムメニューの調整
--------------------------------------------------------*/
.bl_bottomMenu.sub,
.bl_pageTopCont.sub{
    display: none;
}


