@charset "UTF-8";
.inner{ position: relative;}

/* ----------------------------------------
sec_goal
---------------------------------------- */
.sec_goal{
    width: 100%;
    height:400px;
    background: url(/school/img/sec_goal_bg.png);
    background-position: 0px 0px;
}
.sec_goal .inner{
    max-width:945px;
    padding:0px;
}
.sec_goal h2{
    position:absolute;
    top:0px;
    left:0px;
}
.sec_goal .text{
    position:absolute;
    top:135px;
    right:20px;
    text-align:left;
    font-size:22px;
    font-weight:bold;
    width: calc(100% - 310px);
    padding-left: 1em;
}
@media screen and (max-width: 767px) {
    .sec_goal{ height: auto;}
    .sec_goal h2 {
        margin-bottom: 30px;
        position: static;
    }
    .sec_goal .inner{
        padding-top: 20px;
        width: 100%;
    }
    .sec_goal h2 img{ width: 100%;}
    .sec_goal .text{
        position: static;
        width: 100%;
        text-align: center;
        padding-right: 1em;
        padding-bottom: 20px;
        font-size: 1.2em;
    }
}



/* ----------------------------------------
sec_features
---------------------------------------- */
.sec_features{
    height:570px;
    background: url(/school/img/sec_features_bg.jpg) no-repeat top center;
    background-size: cover;
    padding-top:130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
.sec_features h2{
    position:absolute;
    top:-40px;
    left:50%;
    margin-left:-108px;
}
.sec_features .circ_area{
    text-align: center;
    height:365px;
    position:relative;
}
.sec_features .circ1{
    background:url(/school/img/sec_features_circ_01_bg.png) no-repeat;
    width:283px;
    height:283px;
    position:absolute;
    top:0px;
    left:0px;
}
.sec_features .circ2{
    background:url(/school/img/sec_features_circ_02_bg.png) no-repeat;
    width:283px;
    height:283px;
    position:absolute;
    bottom:0px;
    left:50%;
    margin-left:-142px;
}
.sec_features .circ3{
    background:url(/school/img/sec_features_circ_03_bg.png) no-repeat;
    width:283px;
    height:283px;
    position:absolute;
    top:0px;
    right:0px;
}
.sec_features .circ1 span,
.sec_features .circ2 span,
.sec_features .circ3 span{
    position:relative;
    display:block;
    padding-top:110px;
    font-weight:bold;
}
@media screen and (max-width: 919px) {
    .sec_features{
        height: auto;
        padding-top: 0;
    }
    .sec_features .inner{
        padding-left: 0;
        padding-right: 0;
    }
    .sec_features h2{
        margin-left: 0;
        margin-bottom: 20px;
        position: static;
        text-align: center;
    }
    .sec_features .circ_area{
        height: auto;
        background: rgba(255, 255, 255, .75);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 2.3%;
    }
    .sec_features .circ_area br{ display: none;}
    .sec_features .circ_area > div + div{
        border-top: 1px solid #a2992c;
        padding-top: 1em;
    }
    .sec_features .circ1,
    .sec_features .circ2,
    .sec_features .circ3{
        background: none;
        width: 100%;
        height: auto;
        min-height: 100px;
        position: relative;
        left: 0;
        top: 0;
        padding-bottom: 1em;
    }
    .sec_features .circ2{ margin-left: 0;}
    .sec_features .circ_area > div::before{
        content: "";
        display: block;
        padding: 35px;
        position: absolute;
        left: 0;
        top: 1em;
    }
    .sec_features .circ1::before{ background: url(/specialist/img/features_01_sp.png)center top/contain no-repeat;}
    .sec_features .circ2::before{ background: url(/specialist/img/features_02_sp.png)center top/contain no-repeat;}
    .sec_features .circ3::before{ background: url(/specialist/img/features_03_sp.png)center top/contain no-repeat;}
    .sec_features .circ1 span,
    .sec_features .circ2 span,
    .sec_features .circ3 span{
        padding-top: 1em;
        margin-left: 80px;
        text-align: left;
    }
}



/* ----------------------------------------
sec_config
---------------------------------------- */
.sec_config{
    /*	height:763px;*/
    padding-top: 58.6%;
    background: url(/specialist/img/sec_config_bg3.png) no-repeat top center #000;
    background-size: contain;
}
.sec_config .inner{
    position:relative;
    padding:0;
    width:1300px;
    height:948px;

}
.sec_config h3{
    font-weight:bold;
    font-size:17px;
    text-align:center;
    margin-bottom:0px;
    padding:0px;
    line-height:1.3em;
    margin-bottom:10px;
}
.sec_config .inner .thumb{
    position:absolute;
}
.sec_config .inner .text{
    width:260px;
    height:316px;
    position:absolute;
    padding:95px 22px 0 22px;
    text-align:left;
    color:#FFF;
}
.sec_config .inner img.th1{
    top:0;
    left:0;
}
.sec_config .inner img.th2{
    bottom:0;
    left:0;
}
.sec_config .inner img.th3{
    bottom:0;
    right:0;
}

.sec_config .inner .text.t1{
    top:0;
    left:260px;
}
.sec_config .inner .text.t2{
    top:0;
    left:520px;
}
.sec_config .inner .text.t3{
    top:316px;
    left:520px;
}
.sec_config .inner .text.t4{
    top:632px;
    left:520px;
}
.sec_config .inner .text.t5{
    top:632px;
    left:780px;
}
@media screen and (min-width: 1300px){
    .sec_config{ padding-top: 763px;}
}
@media screen and (min-width: 768px) {
    .sec_config .conts{ display: none;}
}
@media screen and (max-width: 767px) {
    .sec_config{
        background: none;
        padding-top: 0;
    }
    .sec_config h2{
        margin-bottom: 0;
        background: #202224; /* Old browsers */
        background: -moz-linear-gradient(top,  #202224 0%, #141416 100%);
        background: -webkit-linear-gradient(top,  #202224 0%,#141416 100%);
        background: linear-gradient(to bottom,  #202224 0%,#141416 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202224', endColorstr='#141416',GradientType=0 );
    }
    .sec_config .conts > div[class^="config"]{
        padding: 20px;
        box-sizing: border-box;
        clear: both;
        overflow: hidden;
    }
    .sec_config .conts > div[class^="config"]:nth-child(even){ background:#3b3734;}
    .sec_config .conts > div[class^="config"]:nth-child(odd){ background:#4e4b48;}
    .config_pic {
        width: 40%;
        height: auto;
        float: left;
        /*        z-index: 80;
        position: relative;*/
    }
    .config_text {
        width: 60%;
        height: auto;
        float: right;
        font-weight: bold;
        font-size: 0.93em;
        line-height: 1.35em;
        padding-top: 3%;
        color: #fff;
        text-align: left;
    }
}