﻿@charset "UTF-8";

.main_content {
    position: relative;
    z-index: 20;
    background-color: #f8f6f7;
    width: 100%
}

.main_full_screen {
    width: 100%;
    height: 100%
}

    .main_full_screen.classic {
        height: auto;
        min-height: 0;
        padding-bottom: 70px;
        background-position: 50%;
        background-size: cover
    }

@media only screen and (max-width:1000px) {
    .main_full_screen.classic {
        padding-bottom: 50px
    }
}

.main_full_screen.classic.bg_3 {
    background-image: url(/asset/img/CH/desktop/classic/bg_3.jpg)
}

.main_full_screen.classic.bg_5 {
    background-image: url(/asset/img/CH/desktop/classic/bg_5.jpg)
}

.main_full_screen.classic.bg_6 {
    background-image: url(/asset/img/CH/desktop/classic/bg_6.jpg)
}

.main_full_screen.about {
    height: 570px
}

.EN .main_full_screen.about {
    height: 610px
}

@media only screen and (max-width:1000px) {
    .main_full_screen.about {
        height: 740px
    }

    .EN .main_full_screen.about {
        height: 1100px
    }
}

.special_introduction {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-size: cover;
    position: relative;
    background-color: #f3f2f2
}

    .special_introduction.customization {
        background-image: url(/asset/img/CH/desktop/customization/sp_ph_1.jpg)
    }

    .special_introduction.about {
        background-image: url(/asset/img/CH/desktop/about/sp_ph_1.jpg)
    }

    .special_introduction .introduction_container {
        width: 1000px;
        color: #f8f6f7
    }

@media only screen and (max-width:1000px) {
    .special_introduction .introduction_container {
        /*width: 600px;*/
        width: 375px
    }
}

.special_introduction .introduction_container.about {
    color: #717372
}

.special_introduction .introduction_container .introduction_title_container {
    overflow: hidden;
    text-align: center;
    margin-bottom: -43px
}

    .special_introduction .introduction_container .introduction_title_container .introduction_title {
        font-size: 38px;
        letter-spacing: 1px;
        display: inline-block;
        position: relative
    }

        .special_introduction .introduction_container .introduction_title_container .introduction_title:after {
            content: "";
            height: 1px;
            width: 500px;
            background-color: #fff;
            display: inline-block;
            position: absolute;
            top: 50%;
            letter-spacing: 2px;
            left: calc(100% + 20px)
        }

        .special_introduction .introduction_container .introduction_title_container .introduction_title:before {
            content: "";
            height: 1px;
            width: 500px;
            background-color: #fff;
            display: inline-block;
            position: absolute;
            top: 50%;
            letter-spacing: 2px;
            right: calc(100% + 20px)
        }

        .special_introduction .introduction_container .introduction_title_container .introduction_title.about:after, .special_introduction .introduction_container .introduction_title_container .introduction_title.about:before {
            background-color: #b7aca6
        }

    .special_introduction .introduction_container .introduction_title_container .color {
        height: 4px;
        font-size: 0;
        padding-top: 20px;
        text-align: center
    }

        .special_introduction .introduction_container .introduction_title_container .color div {
            margin-right: -4px;
            display: inline-block;
            height: 4px;
            width: 18px
        }

.special_introduction .introduction_container .introduction_content {
    border: 1px solid #fff;
    border-top: 1px solid transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    padding: 70px 110px
}

.EN .special_introduction .introduction_container .introduction_content {
    padding: 70px 120px
}

@media only screen and (max-width:1000px) {
    .special_introduction .introduction_container .introduction_content {
        padding: 90px 50px;
        font-size: 28px;
        line-height: 50px;
        text-align: left
    }
}

.special_introduction .introduction_container .introduction_content .desktop {
    line-height: 45px
}

@media only screen and (max-width:1000px) {
    .special_introduction .introduction_container .introduction_content .desktop {
        display: none
    }
}

.special_introduction .introduction_container .introduction_content .mobile {
    display: none
}

@media only screen and (max-width:1000px) {
    .special_introduction .introduction_container .introduction_content .mobile {
        display: block
    }
}

.special_introduction .introduction_container .introduction_content.about {
    border: 1px solid #b7aca6;
    border-top: 1px solid transparent
}

.special_introduction .more {
    width: 60px;
    height: 32px;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 30px);
    background-image: url(/asset/img/CH/desktop/customization/more.png);
    cursor: pointer
}

.main_container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    .main_container {
        /*width: 600px*/
        width: 375px
    }
}

@media only screen and (max-width:1000px) {
    .main_container.classic {
        width: 640px
    }
}

.main_container.classic_hide {
    height: 0;
    overflow: hidden
}

@media only screen and (max-width:1000px) {
    .main_container.classic_hide {
        height: auto;
        overflow: visible
    }
}

.main_container.first_container {
    padding: 65px 0 0
}

@media only screen and (max-width:1000px) {
    .main_container.first_container {
        /*padding: 40px 0 0;*/
        padding: 0
    }
}

.main_container.history {
    padding-bottom: 60px
}

@media only screen and (max-width:1000px) {
    .main_container.history {
        width: 640px;
        padding-bottom: 0
    }
}

.main_container.hiring {
    padding-bottom: 60px
}

@media only screen and (max-width:1000px) {
    .main_container.hiring {
        /*width: 600px;*/
        width: 375px
    }
}

.main_container .main_title_out {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    text-align: center
}

    .main_container .main_title_out:before {
        position: absolute;
        top: 50%;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #dad4d1;
        z-index: 21;
        content: ""
    }

    .main_container .main_title_out .main_title {
        position: relative;
        display: inline-block;
        font-size: 22px;
        padding: 0 20px;
        color: #50504e;
        background-color: #f8f7f7;
        letter-spacing: 2px;
        z-index: 22
    }

@media only screen and (max-width:1000px) {
    .main_container .main_title_out .main_title {
        font-size: 38px
    }
}

.main_container span.main_text {
    color: #50504e;
    display: block;
    width: 750px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px
}

@media only screen and (max-width:1000px) {
    .main_container span.main_text {
        font-size: 28px;
        line-height: 42px;
        /*width: 600px;*/
        width: 375px;
        text-align: left
    }
}

.main_container .main_icon {
    position: relative;
    display: block;
    padding-left: 40px;
    font-size: 20px;
    color: #50504e;
    margin: 0 0 10px;
    box-sizing: border-box
}

@media only screen and (max-width:1000px) {
    .main_container .main_icon {
        /*font-size: 30px;*/
        font-size: 25px;
        padding-left: 45px;
        margin: 0 0 20px;
        line-height: 45px
    }
}

.main_container .main_icon.material:before {
    margin: 4px 10px 0 0
}

@media only screen and (max-width:1000px) {
    .main_container .main_icon.material {
        display: none
    }
}

.main_container .main_icon.classic {
    width: 100%;
    left: 15px
}

.main_container .main_icon:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(/asset/img/CH/desktop/main/icon.png);
    width: 14px;
    height: 13px;
    background-position: 50%;
    background-size: cover
}

@media only screen and (max-width:1000px) {
    .main_container .main_icon:before {
        width: 25px;
        height: 25px;
        top: 10px
    }
}

.main_container .main_pillar {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    line-height: 35px;
    color: #50504e;
    font-weight: 700
}

@media only screen and (max-width:1000px) {
    .main_container .main_pillar {
        /*font-size: 28px;*/
        font-size: 20px;
        line-height: 42px;
        display: block
    }
}

.main_container .main_pillar:before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 3px;
    margin: 0 10px 2px 0;
    background-color: #000;
    vertical-align: middle
}

@media only screen and (max-width:1000px) {
    .main_container .main_pillar:before {
        height: 25px
    }
}

.main_container .main_pillar.wrap {
    display: block
}

.main_container .main_pillar.red:before {
    background-color: #dd6356
}

.main_container .main_wrap {
    width: 100%;
    position: relative;
    font-size: 0
}

.page_theme_out {
    height: 400px;
    width: 100%;
    margin-top: -70px;
    background-color: #000
}

@media only screen and (max-width:1000px) {
    .page_theme_out {
        height: 250px
    }
}

.page_theme_out .page_theme {
    height: 400px;
    width: 100%;
    z-index: 10;
    position: relative;
    left: 0;
    top: 0;
    background-color: #eae6e5;
    background-position: 50%;
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    box-sizing: border-box;
    color: #fff
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme {
        height: 250px
    }
}

.page_theme_out .page_theme .title {
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 10px
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme .title {
        font-size: 40px
    }
}

.page_theme_out .page_theme .color {
    height: 4px;
    font-size: 0;
    padding: 25px 0 40px;
    text-align: center
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme .color {
        padding: 20px 0
    }
}

.page_theme_out .page_theme .color div {
    display: inline-block;
    height: 4px;
    width: 18px
}

.page_theme_out .page_theme .title_2 {
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 5px
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme .title_2 {
        font-size: 30px
    }
}

.page_select_out {
    position: relative;
    z-index: 20;
    background-color: #f4f2f1
}

@media only screen and (max-width:1000px) {
    .page_select_out {
        background-color: #fff;
        border-bottom: 1px solid #d3d3d3
    }

        .page_select_out.OFF {
            display: none
        }
}

.page_select_out .page_select {
    padding: 35px 0;
    text-align: center
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select {
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.page_select_out .page_select > a, .page_select_out .page_select p {
    display: inline-block;
    font-size: 22px;
    color: #717372
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > a, .page_select_out .page_select p {
        font-size: 30px
    }
}

.page_select_out .page_select > p {
    width: 10px;
    height: 10px;
    margin: 0 15px;
    border-radius: 10px;
    background-color: #b7aca6;
    display: none
}

    .page_select_out .page_select > p:first-child {
        display: none
    }

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > p {
        display: none
    }
}

.page_select_out .page_select > a {
    margin: 0 60px;
    position: relative;
    line-height: 40px;
    letter-spacing: 2px
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > a {
        line-height: 72px;
        margin: 0
    }
}

.desktop .page_select_out .page_select > a:hover {
    color: #f06b5d
}

    .desktop .page_select_out .page_select > a:hover:after {
        width: 100%;
        transition: width 1s
    }

.page_select_out .page_select > a:before {
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 15px;
    position: absolute;
    top: calc(50% - 5px);
    left: -80px;
    border-radius: 10px;
    background-color: #b7aca6;
    display: block
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > a:before {
        display: none
    }
}

.page_select_out .page_select > a:first-child:before {
    display: none
}

.page_select_out .page_select > a:after {
    content: "";
    height: 1px;
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f06b5d;
    pointer-events: none
}

.page_select_out .page_select > a.ON {
    color: #f06b5d
}

    .page_select_out .page_select > a.ON:after {
        width: 100%;
        transition: width 1s
    }

.EN .page_select_out .page_select a.Hide {
    display: none
}

a.more_btn {
    display: block;
    text-align: center;
    position: relative;
    color: #000;
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    transition: background 2s,border 2s;
    border: 1px dashed #000
}

@media only screen and (max-width:1000px) {
    a.more_btn {
        max-width: 410px;
        width: 95%;
        height: 65px;
        line-height: 65px
    }
}

a.more_btn .more_hover {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .6;
    border: 1px solid #a2948d
}

a.more_btn.brown {
    border-color: #a2948d;
    color: #2f2f2f
}

    a.more_btn.brown:hover {
        border: 1px solid #630;
        background-color: #d4cdca
    }

    a.more_btn.brown .more_hover {
        border-color: #630
    }

a.more_btn.white {
    border-color: #fff;
    color: #fff
}

    a.more_btn.white:hover {
        border: 1px solid #fff;
        background-color: hsla(0,0%,100%,.3)
    }

    a.more_btn.white .more_hover {
        border-color: hsla(0,0%,100%,.3)
    }

a.more_btn.blue {
    border-color: #7ba4db;
    color: #2f2f2f
}

    a.more_btn.blue .more_hover {
        border-color: #c8d8eb
    }

a.more_btn.w_240_h_135 {
    width: 240px;
    height: 135px;
    line-height: 135px
}

a.more_btn.news_page_more {
    height: 45px;
    line-height: 45px;
    width: 260px;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    a.more_btn.news_page_more {
        margin: 0 auto;
        width: 100%;
        height: 70px;
        line-height: 70px;
        font-size: 20px
    }
}

a.more_btn.marketing {
    margin-top: 65px;
    letter-spacing: 4px
}

a.more_btn.send_Info {
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    color: #b8b7b7;
    letter-spacing: 5px;
    position: absolute;
    left: calc(50% - 130px);
    margin: 0;
    bottom: 0
}

@media only screen and (max-width:1000px) {
    a.more_btn.send_Info {
        position: relative;
        left: 0;
        color: #000;
        margin: 80px auto 0;
        height: 60px;
        width: 410px;
        font-size: 24px;
        line-height: 60px
    }
}

a.more_btn.send_Info:hover {
    color: #000
}

a.more_btn.catalog {
    display: none;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    a.more_btn.catalog {
        display: block
    }
}

.btn_mobile {
    padding: 70px 0
}

@media only screen and (min-width:1001px) {
    .btn_mobile {
        padding: 0
    }
}

.btn_all {
    padding: 70px 0
}

.service {
    padding: 70px 0 60px;
    background-color: #e9e6e4;
    position: relative;
    z-index: 20
}

    .service.not_index {
        display: none
    }

@media only screen and (max-width:1000px) {
    .service.not_index {
        display: block
    }
}

.service .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .service .wrap .container {
        width: 100%;
        text-align: center
    }

        .service .wrap .container .service_more {
            display: inline-block;
            width: 705px;
            height: 70px;
            line-height: 70px;
            font-size: 20px;
            color: #707372;
            vertical-align: middle
        }

@media only screen and (max-width:1920px) {
    .service .wrap .container .service_more {
        width: 485px
    }
}

@media only screen and (max-width:1000px) {
    .service .wrap .container .service_more {
        width: 290px;
        font-size: 24px
    }

        .service .wrap .container .service_more:first-child {
            margin-right: 15px
        }
}

.service .wrap .container .service_more:first-child {
    margin-right: 10px
}

.service .wrap .container .service_more:hover {
    border: 1px solid #7ba4db;
    background-color: rgba(123,164,218,.3)
}

    .service .wrap .container .service_more:hover.business:before {
        background-image: url(/asset/img/CH/desktop/index/service/business_btn_hover.png)
    }

    .service .wrap .container .service_more:hover.customized:before {
        background-image: url(/asset/img/CH/desktop/index/service/customized_btn_hover.png)
    }

.service .wrap .container .service_more.business:before {
    background-image: url(/asset/img/CH/desktop/index/service/business_btn.png)
}

.service .wrap .container .service_more.business:before, .service .wrap .container .service_more.customized:before {
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0 15px;
    margin-bottom: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 21px;
    height: 21px
}

.service .wrap .container .service_more.customized:before {
    background-image: url(/asset/img/CH/desktop/index/service/customized_btn.png)
}

.fixe_service {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 25;
    background-image: url(/asset/img/CH/desktop/common/fixed_btn/bg.jpg);
    height: 205px;
    width: 60px;
    box-shadow: 0 1px 20px rgba(72,74,77,.6);
    font-size: 12px;
    text-align: center;
    line-height: 18px
}

.EN .fixe_service {
    height: 106px;
    line-height: 0
}

@media only screen and (max-width:1000px) {
    .fixe_service {
        display: none
    }
}

.fixe_service .container {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box
}

    .fixe_service .container > a {
        color: #707372;
        display: inline-block;
        padding: 0 14px
    }

.EN .fixe_service .container > a {
    padding: 15px
}

    .EN .fixe_service .container > a:before {
        margin: 0 auto
    }

.fixe_service .container > a:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    margin: 15px auto 10px
}

.fixe_service .container > a:hover {
    color: #7ba4db
}

.fixe_service .container .business:before {
    background-image: url(/asset/img/CH/desktop/index/service/business_btn.png)
}

.fixe_service .container .business:hover:before {
    background-image: url(/asset/img/CH/desktop/index/service/business_btn_hover.png)
}

.fixe_service .container span.line {
    display: inline-block;
    height: 1px;
    width: 20px;
    background-color: #707372;
    margin: 0 20px
}

.fixe_service .container .customized:before {
    background-image: url(/asset/img/CH/desktop/index/service/customized_btn.png)
}

.fixe_service .container .customized:hover:before {
    background-image: url(/asset/img/CH/desktop/index/service/customized_btn_hover.png)
}

.select_out {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    color: #c8c0bc;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: #fff
}

@media only screen and (max-width:1000px) {
    .select_out {
        font-size: 24px
    }
}

.select_out .select {
    width: 100%;
    margin: 0 auto;
    position: relative
}

    .select_out .select.OPEN {
        z-index: 25
    }

        .select_out .select.OPEN .switchskin {
            background-color: #a79b94
        }

            .select_out .select.OPEN .switchskin:before {
                top: 20px;
                -webkit-transform: rotate(225deg);
                -ms-transform: rotate(225deg);
                transform: rotate(225deg)
            }

@media only screen and (max-width:1000px) {
    .select_out .select.OPEN .switchskin:before {
        top: 33px
    }
}

.select_out .select.OPEN .option_out {
    height: auto;
    border: 1px solid #c8c0bc;
    border-top: none
}

.select_out .select .default_option {
    width: calc(100% - 50px);
    box-sizing: border-box;
    border: 1px solid #d5cfcc;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #a9a9a9
}

@media only screen and (max-width:1000px) {
    .select_out .select .default_option {
        width: calc(100% - 80px);
        height: 80px;
        line-height: 80px
    }
}

.select_out .select .default_option .black {
    color: #000
}

.select_out .select .default_option.USED {
    color: #a79b94
}

.select_out .select .switchskin {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-color: #d5cfcc;
    width: 50px;
    height: 45px
}

@media only screen and (max-width:1000px) {
    .select_out .select .switchskin {
        width: 80px;
        height: 80px
    }
}

.select_out .select .switchskin:before {
    position: absolute;
    top: 10px;
    left: 15px;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (max-width:1000px) {
    .select_out .select .switchskin:before {
        width: 20px;
        height: 20px;
        top: 25px;
        left: 28px
    }
}

.select_out .select .option_out {
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    max-height: 135px;
    background-color: #fff;
    overflow: hidden;
    color: #a79b94;
    overflow-y: visible
}

@media only screen and (max-width:1000px) {
    .select_out .select .option_out {
        max-height: 240px
    }
}

.select_out .select .option_out .select_option {
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 45px;
    line-height: 45px
}

@media only screen and (max-width:1000px) {
    .select_out .select .option_out .select_option {
        height: 80px;
        line-height: 80px
    }
}

.select_out .select .option_out .select_option:hover {
    color: #c8c0bc;
    background-color: #f8f7f7
}

.makers_header {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #6d7170;
    text-align: center;
    transition: 1s
}

@media only screen and (max-width:1000px) {
    .makers_header {
        height: 70px
    }
}

.makers_header.ON {
    top: 70px;
    z-index: 29
}

.makers_header .wrap ul {
    vertical-align: middle;
    line-height: 50px
}

@media only screen and (max-width:1000px) {
    .makers_header .wrap ul {
        line-height: 70px
    }
}

.makers_header .wrap li {
    padding: 0 20px;
    display: inline-block;
    font-size: 15px
}

@media only screen and (max-width:1000px) {
    .makers_header .wrap li {
        font-size: 22px
    }
}

.makers_header .wrap li a {
    color: #fff;
    position: relative;
    padding-bottom: 5px
}

@media only screen and (max-width:1000px) {
    .makers_header .wrap li a {
        line-height: 40px;
        font-size: 28px
    }
}

.desktop .makers_header .wrap li a:hover {
    color: #fff
}

    .desktop .makers_header .wrap li a:hover:after {
        width: 100%;
        transition: width 1s
    }

.makers_header .wrap li a:after {
    content: "";
    height: 1px;
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    pointer-events: none
}

.makers_header .wrap li a.ON {
    color: #fff
}

    .makers_header .wrap li a.ON:after {
        width: 100%;
        transition: width 1s
    }

.EN .makers_header .wrap li a.Hide {
    display: none
}

.hiring_container {
    width: 100%;
    background-color: #efedeb;
    box-sizing: border-box;
    height: 120px;
    overflow: hidden
}

@media only screen and (max-width:1000px) {
    .hiring_container {
        display: none;
        border-bottom: none;
        background-color: #f8f6f7
    }
}

.hiring_container.blue {
    border-bottom: 4px solid #316db5
}

@media only screen and (max-width:1000px) {
    .hiring_container.blue {
        border-bottom: none
    }
}

.hiring_container.green {
    border-bottom: 4px solid #95d0bc
}

@media only screen and (max-width:1000px) {
    .hiring_container.green {
        border-bottom: none
    }
}

.hiring_container.yellow {
    border-bottom: 4px solid #f7ac1d
}

@media only screen and (max-width:1000px) {
    .hiring_container.yellow {
        border-bottom: none
    }
}

.OPEN {
    height: auto
}

    .OPEN .hiring_title .hiring_menu {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

@media only screen and (max-width:1000px) {
    .OPEN {
        display: block
    }
}

.hiring_title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    position: relative;
    cursor: pointer
}

    .hiring_title:before {
        content: "";
        height: 1px;
        width: 100%;
        background-color: #ded9d6;
        position: absolute;
        top: 65px;
        left: 0;
        display: none
    }

@media only screen and (max-width:1000px) {
    .hiring_title:before {
        display: block
    }
}

.hiring_title h1 {
    font-size: 28px;
    line-height: 42px;
    position: relative;
    padding: 0 30px
}

@media only screen and (max-width:1000px) {
    .hiring_title h1 {
        /*font-size: 38px;*/
        font-size: 25px;
        line-height: 57px
    }
}

.hiring_title .hiring_menu {
    position: absolute;
    right: 40px;
    top: calc(50% - 10px);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    width: 20px;
    height: 20px;
    border-top: 2px solid #de6c5f;
    border-left: 2px solid #de6c5f
}

@media only screen and (max-width:1000px) {
    .hiring_title .hiring_menu {
        display: none
    }
}

a.hiring_link {
    font-size: 16px;
    color: #797c7b;
    padding-left: 40px;
    box-sizing: border-box
}

@media only screen and (max-width:1000px) {
    a.hiring_link {
        /*font-size: 28px;*/
        font-size: 20px;
        line-height: 50px
    }
}

a.hiring_link:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    content: "";
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid #dd6356;
    border-bottom: 2px solid #dd6356
}

@media only screen and (max-width:1000px) {
    a.hiring_link:after {
        width: 10px;
        height: 10px;
        margin-bottom: 5px
    }
}

.hiring_content {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 30px;
    background-color: #fff
}

@media only screen and (max-width:1000px) {
    .hiring_content {
        box-shadow: none;
        background-color: #f8f6f7;
        /*padding: 0*/
        padding: 10px 10px;
    }

}

.hiring_space {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box
}

@media only screen and (max-width:1000px) {
    .hiring_space {
        padding: 0
    }
}

.hiring_record {
    padding: 10px 0 10px 170px;
    box-sizing: border-box;
    position: relative;
    min-height: 55px;
    border-bottom: 1px dashed #e0dbd8
}

@media only screen and (max-width:1000px) {
    .hiring_record {
        padding: 10px 0;
        border-bottom: none
    }
}

.hiring_record:last-child {
    border-bottom: none
}

.hiring_record .note {
    font-size: 16px;
    background-color: #f8f7f7;
    width: 160px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #50504e;
    position: absolute;
    top: 10px;
    left: 0;
    box-sizing: border-box;
    font-weight: 700
}

@media only screen and (max-width:1000px) {
    .hiring_record .note {
        width: 100%;
        position: static;
        top: 0;
        height: 60px;
        font-size: 24px;
        line-height: 60px;
        text-align: left;
        background-color: #eae6e5;
        padding: 0 30px;
        margin-bottom: 10px
    }
}

.hiring_record span.text {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    color: #61615f;
    width: 100%
}

@media only screen and (max-width:1000px) {
    .hiring_record span.text {
        /*font-size: 28px;*/
        font-size: 18px;
        /*line-height: 42px;*/
        line-height: 37px;
        padding: 0 0 0 60px
    }
}

.hiring_record span.text:before {
    content: "\FF0E";
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (max-width:1000px) {
    .hiring_record span.text:before {
        left: 35px
    }
}

.hiring_record span.text.width_50 {
    width: 50%
}

@media only screen and (max-width:1000px) {
    .hiring_record span.text.width_50 {
        width: 100%
    }
}

.hiring_record span.text.last {
    padding-bottom: 20px
}

.hiring_record span.text.empty_point:before {
    content: ""
}

@media only screen and (max-width:1000px) {
    .hiring_record span.text.empty_point:before {
        content: "\FF0E"
    }
}

.hiring_select_out {
    position: relative;
    z-index: 25;
    padding: 40px 0 20px;
    color: #707372;
    background-color: #f8f7f7;
    display: none
}

@media only screen and (max-width:1000px) {
    .hiring_select_out {
        display: block
    }
}

.hiring_select_out .hiring_select {
    font-size: 24px;
    /*width: 600px;*/
    width: 375px;
    margin: 0 auto;
    position: relative;
    padding-left: 20px;
}

    .hiring_select_out .hiring_select.OPEN .switchskin {
        background-color: #a79b94
    }

        .hiring_select_out .hiring_select.OPEN .switchskin:before {
            top: 25px;
            -webkit-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
            transform: rotate(225deg)
        }

    .hiring_select_out .hiring_select.OPEN .hiring_option_out {
        min-height: 190px;
        overflow-y: scroll
    }

    .hiring_select_out .hiring_select .default_option {
        width: calc(100% - 60px);
        box-sizing: border-box;
        border: 1px solid #d5cfcc;
        /*padding: 20px;*/
        padding: 10px;
        /*height: 60px;*/
        height: 40px;
        display: inline-block
    }

    .hiring_select_out .hiring_select .switchskin {
        position: absolute;
        top: 0;
        /*right: 0;*/
        right: 20px;
        display: block;
        background-color: #d5cfcc;
        /*width: 60px;*/
        /*height: 60px;*/
        width: 40px;
        height: 40px
    }

        .hiring_select_out .hiring_select .switchskin:before {
            position: absolute;
            top: 10px;
            /*left: 15px;*/
            left: 12px;
            display: block;
            content: "";
            width: 15px;
            height: 15px;
            border-bottom: 2px solid #fff;
            border-right: 2px solid #fff;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

    .hiring_select_out .hiring_select .hiring_option_out {
        position: absolute;
        /*left: 0;*/
        left: 19px;
        top: 100%;
        /*width: 100%;*/
        width: 89%;
        height: 0;
        background-color: #eae6e5;
        overflow: hidden;
        transition: height 1s
    }

        .hiring_select_out .hiring_select .hiring_option_out .hiring_option {
            box-sizing: border-box;
            padding: 20px;
            width: 100%;
            height: 60px
        }

            .hiring_select_out .hiring_select .hiring_option_out .hiring_option:hover {
                color: #fff;
                background-color: #a79b94
            }
