
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('font/NotoSansJP-Regular.woff') format('woff');
}

body {
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    user-select: none;
    margin: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.base_stage {
    width: 1920px;
    height: 1200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.header {
    width: 1920px;
    height: 399px;
    background-image: url('images/main_header.png');
    position: relative;
}

.header_logo {
    width: 442px;
    height: 62px;
    background-image: url('images/header_logo.png');
    position: absolute;
    top: 86px;
    left: 1064px;
}

.sub_header {
    width: 1920px;
    height: 160px;
    background-image: url('images/sub_header.png');
    position: relative;
}

.css_button {
    width: 140px;
    height: 30px;
    border-radius: 15px;
    background-color: #70b435;
    display: block;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: white;
    user-select: none;
    position: absolute;
}

    .css_button:hover {
        background-color: #8cc85a;
        cursor: pointer;
    }

    .css_button:active {
        background-color: #46a000;
    }

.signageware_button {
    width: 160px;
    height: 40px;
    border-radius: 20px;
    background-color: #a4be74;
    display: block;
    background-image: url('images/signageware_logo.png');
    background-size: 120px 20px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: white;
    user-select: none;
    position: absolute;
}

    .signageware_button:hover {
        background-color: #a6c963;
        cursor: pointer;
    }

    .signageware_button:active {
        background-color: #638e12;
    }



.products {
    width: 1200px;
    height: 840px;
    background: url('images/title_products.png') no-repeat;
    position: relative;
    margin: auto;
}

.panel {
    width: 314px;
    height: 437px;
    background-repeat: no-repeat;
    position: absolute;
    top: 120px;
    cursor: pointer;
}

.skill_panel {
    width: 1034px;
    height: 187px;
    background: url('images/skill_panel.png') no-repeat;
    position: absolute;
    top: 607px;
    left: 70px;
}

.skill_str {
    width: 306px;
    height: 26px;
    background: url('images/skill_str.png') no-repeat;
    position: absolute;
    top: 40px;
    left: 364px;
}

.skill_icon {
    width: 828px;
    height: 70px;
    background: url('images/skill_icon.png') no-repeat;
    opacity: 0.8;
    position: absolute;
    top: 88px;
    left: 108px;
}

.campany {
    width: 1200px;
    height: 470px;
    background: url('images/title_company.png') no-repeat;
    position: relative;
    margin: auto;
}

.qr_code {
    width: 140px;
    height: 170px;
    background: url('images/map_qrcode.png') no-repeat;
    position: absolute;
    top: 120px;
    left: 970px;
}

.campany_list {
    width: 900px;
    min-height: 24px;
    position: absolute;
    top: 120px;
    left: 150px;
}

.list_title {
    width: 110px;
    height: 24px;
    text-align: right;
    font-size: 18px;
    vertical-align: top;
    line-height: 24px;
    color: #64aa28;
}

.list_accent {
    width: 10px;
    background-color: #c3e956;
    height: 24px
}

.recruit {
    width: 1200px;
    height: 300px;
    background: url('images/title_recruit.png') no-repeat;
    position: relative;
    margin: auto;
}

.recruit_str {
    width: 1100px;
    height: 30px;
    text-align: center;
    font-size: 24px;
    color: #64aa28;
    font-style: oblique;
    position: absolute;
    top: 160px;
    left: 50px
}

.footer {
    width: 1920px;
    height: 417px;
    background: url('images/main_footer.png') no-repeat;
    position: relative;
}


.link_container {
    width: 600px;
    height: 138px;
    position: absolute;
    top: 60px;
    left: 380px;
    font-size: 16px;
    color: white;
}

.signage {
    width: 1200px;
    height: 1200px;
    position: relative;
    margin: auto;
}

.ds_title1 {
    width: 1200px;
    height: 60px;
    background: url(images/ds_title1.png) no-repeat;
    position: absolute;
    top: 0pc;
    left: 0px;
}

.ds_title2 {
    width: 285px;
    height: 367px;
    background: url(images/ds_title2.png) no-repeat;
    position: absolute;
    top: 27px;
    left: -54px;
}

.ds_message1 {
    width: 810px;
    height: 120px;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 120px;
    left: 320px;
}

.ds_panel1 {
    width: 306px;
    height: 306px;
    background: url(images/ds_panel1.png) no-repeat;
    position: absolute;
    top: 380px;
    left: 320px;
}

.ds_panel2 {
    width: 438px;
    height: 128px;
    background: url(images/ds_panel2.png) no-repeat;
    position: absolute;
    top: 414px;
    left: 460px;
}

.ds_panel3 {
    width: 401px;
    height: 500px;
    background: url(images/ds_panel3.png) no-repeat;
    position: absolute;
    top: 300px;
    left: 729px;
}

.ds_panel4 {
    width: 349px;
    height: 276px;
    background: url(images/ds_panel4.png) no-repeat;
    position: absolute;
    top: 820px;
    left: 320px;
}

.ds_message2 {
    width: 400px;
    height: 280px;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 820px;
    left: 729px;
}

.uidesign {
    width: 1200px;
    height: 1160px;
    position: relative;
    margin: auto;
}

.ui_title1 {
    width: 1200px;
    height: 60px;
    background: url(images/ui_title1.png) no-repeat;
    position: absolute;
    top: 0pc;
    left: 0px;
}

.ui_title2 {
    width: 285px;
    height: 367px;
    background: url(images/ui_title2.png) no-repeat;
    position: absolute;
    top: 27px;
    left: -54px;
}

.ui_message1 {
    width: 810px;
    height: 120px;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 120px;
    left: 320px;
}

.ui_panel1 {
    width: 316px;
    height: 316px;
    background: url(images/ui_panel1.png) no-repeat;
    position: absolute;
    top: 340px;
    left: 814px;
}

.ui_message2 {
    width: 430px;
    height: 320px;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 340px;
    left: 320px;
}

.ui_panel2 {
    width: 305px;
    height: 292px;
    background: url(images/ui_panel2.png) no-repeat;
    position: absolute;
    top: 760px;
    left: 360px;
}

.ui_message3 {
    width: 400px;
    height: 280px;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 760px;
    left: 729px;
}

.webcontents {
    width: 1200px;
    height: 780px;
    position: relative;
    margin: auto;
}

.web_title1 {

}

.under_link {
    color: white;
    position: absolute;
    top: 0px;
    font-weight: bolder;
    text-decoration: none;
}

.page_up {
    width: 80px;
    height: 80px;
    background-image: url('images/btn_page_top.png');
    position: fixed;
    bottom: 60px;
    right: 60px;
    cursor: pointer;
}