@charset "utf-8";
/****************************
全体
****************************/

.innerBox {
    width: 970px;
    margin: 0 auto;
}

/****************************
ヘッダー部分
****************************/
.mainHead {
    height: 800px;
    width: 100%;
    max-width: 2000px;
    text-align: center;
    background: #dee1e4 url(/images/bp/main.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.mainHead .innerWrap .innerBox {
    position: relative;
    height: 800px;
}
.mainHead .innerWrap:after {
    height: 320px;
    width: 100%;
    background: #fff;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
}
.mainTitle {
    position: absolute;
    top: 165px;
    left: 20px;
}
.catchBox {
    width: 404px;
    position: absolute;
    top: 280px;
    left: 20px;
    z-index: 100;
}
.catch {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.catchBox .innerInner {
    position: relative;
}
.catchBox .innerInner:after {
    content: "";
    width: 404px;
    height: 200px;
    position: absolute;
    top: 50px;
    left: 0;
    background: url(/images/bp/pc.png) no-repeat center center;
}

.headBottom {
    width: 100%;
    position: absolute;
    bottom: 45px;
}
.headBottom .innerBox {

}
.supportWrap {
    width: 970px;
    margin: 0 auto;
}
.supportList {
    width: 1000px;
    margin-right: -30px;
}
.supportList li {
    width: 303px;
    margin: 0 30px 0 0;
    float: left;
}
.sTitle {
    font-size: 15px;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}
.support {
    margin-bottom: 15px;
}
.support .en {
    display: block;
    color: #0099cc;
    font-size: 25px;
    font-weight: bold;
}
.support .jp {
    display: block;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: normal;
    margin-top: -7px;
}
.supportList .txt {
    color: #4d4d4d;
    text-align: left;
}
/****************************
ロボットセクション
****************************/
.robotsSection {
    padding: 60px 0;
}
.robotsSection .sectionlabel {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 45px;
    text-align: center;
}
.robotsBox {
    width: 970px;
    margin-bottom: 50px;
}
.robotsList {
    width: 1010px;
}
.robotsList li {
    width: 171px;
    margin-right: 31px;
}
.robotsList li .imgP {
    margin-bottom: 10px;
}
.robotsList li .title {
    text-align: center;
    font-size: 14px;
    margin-bottom: 7px;
}
.companyLogo {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    height: 45px;
}
.companyLogo.fujisoft img {
    margin-top: 7px;
}
.companyLogo.yukai img {
    margin-top: 10px;
}
.companyLogo.plen img {
    margin-top: 6px;
}
.companyLogo.robotYuenchi img {
    margin-top: 0;
}
.companyLogo.deagostini img {
    margin-top: 15px;
}
.btnBox .mTxt {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.btnBox .cmnBtn {
    margin: 0 auto;
}