.company #content .ly_boxCont {
    margin-top: 100px;
    margin-bottom: 150px
}

@media screen and (max-width: 768px) {
    .company #content .ly_boxCont {
        margin-top:50px;
        margin-bottom: 50px
    }
}

@media screen and (max-width: 768px) {
    .company #content .ly_boxCont__4_218 .bl_boxWrapper:first-child img {
        width:65%;
        -webkit-transform: translateX(-55%) translateY(-56%);
        transform: translateX(-55%) translateY(-56%)
    }
}

.company #content .bl_boxWrapper a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none !important
}

.company #content .bl_boxWrapper a:before {
    position: absolute;
    top: 226px;
    right: 20px;
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: #f06400;
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media screen and (min-width: 769px)and (max-width:1022px) {
    .company #content .bl_boxWrapper a:before {
        top:177px;
        right: 10px
    }
}

@media screen and (max-width: 768px) {
    .company #content .bl_boxWrapper a:before {
        top:125px;
        right: 10px
    }
}

.company #content .bl_boxWrapper a:after {
    position: absolute;
    top: 234px;
    right: 29px;
    content: " ";
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media screen and (min-width: 769px)and (max-width:1022px) {
    .company #content .bl_boxWrapper a:after {
        top:185px;
        right: 19px
    }
}

@media screen and (max-width: 768px) {
    .company #content .bl_boxWrapper a:after {
        top:132px;
        right: 19px
    }
}

.company #content .bl_boxWrapper a:hover:before {
    right: 10px
}

.company #content .bl_boxWrapper a:hover:after {
    right: 19px
}

.company #content .bl_boxWrapper .tx1 {
    margin-top: auto;
    margin-bottom: 5px;
    font-size: 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .company #content .bl_boxWrapper .tx1 {
        font-size:16px;
        text-align: left;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.company #content .bl_boxWrapper .tx2 {
    font-size: 16px;
    text-align: justify
}

@media screen and (max-width: 768px) {
    .company #content .bl_boxWrapper .tx2 {
        font-size:14px
    }
}

.company #content .bl_boxWrapper .tx1,.company #content .bl_boxWrapper .tx2 {
    color: #42210b !important;
    line-height: 1.6875 !important;
    text-decoration: none !important
}

.company #content .bl_box {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 5px 0 rgba(0,0,0,.2)
}

.company #content .bl_box img {
    top: 50%;
    left: 50%;
    width: 56%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media screen and (max-width: 768px) {
    .company #content .bl_box {
        background-size:120px
    }
}

.company #content .bl_box:hover {
    background-color: #d8d8d8
}

.company #content .companyBox2 .titleBox {
    background: url(../images/common/bg3.webp) center center repeat;
    background-repeat: repeat-x;
    background-position: center top;
    padding: 45px 20px 60px
}

.no-webp .company #content .companyBox2 .titleBox {
    background: url(../images/common/bg3.png) center center repeat
}

@media screen and (max-width: 768px) {
    .company #content .companyBox2 .titleBox {
        background:url(../images/common/bg3_sp.webp) center center repeat;
        background-repeat: repeat-x;
        background-position: center top;
        padding: 30px 20px 50px
    }

    .no-webp .company #content .companyBox2 .titleBox {
        background: url(../images/common/bg3_sp.png) center center repeat
    }

    .company #content .companyBox2 .titleBox img {
        width: 222px;
        height: auto;
        max-width: none
    }
}

.company #content .companyBox2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .company #content .companyBox2 .inner {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 70px
    }
}

.company #content .companyBox2 .inner .type1 {
    width: 40%
}

@media screen and (max-width: 768px) {
    .company #content .companyBox2 .inner .type1 {
        width:100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0
    }
}

.company #content .companyBox2 .inner .type1 p {
    padding: 30px 0 50px
}

@media screen and (max-width: 768px) {
    .company #content .companyBox2 .inner .type1 p {
        padding:30px 0
    }
}

.company #content .companyBox2 .inner .type1 .btn a {
    background-color: #5bb331;
    text-decoration: none;
    color: #fff
}

.company #content .companyBox2 .inner .type1 .btn:before {
    content: " ";
    background: url(../images/common/link_icon.webp) center center repeat;
    background-repeat: no-repeat;
    width: 40px;
    height: 23px
}

.no-webp .company #content .companyBox2 .inner .type1 .btn:before {
    background: url(../images/common/link_icon.png) center center repeat
}

.company #content .companyBox2 .inner .type1 .btn:after {
    display: none
}

.company #content .companyBox2 .inner .type2 {
    width: 50%
}

@media screen and (max-width: 768px) {
    .company #content .companyBox2 .inner .type2 {
        width:100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        padding: 0
    }
}

.smilegarden #content .t_h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 160%;
    width: 60%;
    padding: 0 0 20px
}

@media screen and (max-width: 768px) {
    .smilegarden #content .t_h3 {
        font-size:16px;
        width: 100%;
        padding: 0
    }
}

.smilegarden #content .ptx {
    padding: 0 400px 0 0
}

@media screen and (max-width: 768px) {
    .smilegarden #content .ptx {
        padding:0
    }
}

.smilegarden #content .smilegardenBox {
    position: relative
}

.smilegarden #content .smilegardenBox .imgBox {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .smilegarden #content .smilegardenBox .imgBox {
        position:relative;
        top: auto;
        right: auto;
    }
}

.smilegarden #content .smilegardenBox .img2 {
    top: 0
}

.smilegarden #content .smilegardenBox .img2 img {
    width: 270px;
    height: auto
}

@media screen and (max-width: 768px) {
    .smilegarden #content .smilegardenBox .img2 img {
        width:auto
    }
}

.smilegarden #content .smilegardenBox .img3 {
    top: 0
}

@media screen and (max-width: 768px) {
    .smilegarden #content .smilegardenBox .img3 {
        top:0
    }
}

.smilegarden #content .smilegardenBox .img3 img {
    width: 320px;
    height: auto
}

@media screen and (max-width: 768px) {
    .smilegarden #content .smilegardenBox .img3 img {
        width:auto
    }
}

.smilegarden #content .smilegardenBox .img4 img {
    width: 320px;
    height: auto
}

@media screen and (max-width: 768px) {
    .smilegarden #content .smilegardenBox .img4 img {
        width:auto
    }
}

.smilegarden #content .center img {
    margin-top: 50px;
    margin-bottom: 50px
}

@media screen and (max-width: 768px) {
    .smilegarden #content .center img {
        margin-top:20px;
        margin-bottom: 20px;
        max-width: 251px !important
    }
}

.smilegarden #content .inBox {
    padding: 30px;
    margin: 50px 0
}

.smilegarden #content .inBox .smilegardenBox2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .smilegarden #content .inBox .smilegardenBox2 {
        display:block
    }
}

.smilegarden #content .inBox .smilegardenBox2 .imgBox {
    width: 40%
}

@media screen and (max-width: 768px) {
    .smilegarden #content .inBox .smilegardenBox2 .imgBox {
        width:100%
    }
}

.smilegarden #content .inBox .smilegardenBox2 .txBox {
    width: 60%
}

@media screen and (max-width: 768px) {
    .smilegarden #content .inBox .smilegardenBox2 .txBox {
        width:100%
    }
}

.smilegarden #content .inBox .in {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    border-top: 1px solid #c3c3c3;
    padding: 50px 0
}

.smilegarden #content .inBox .in .sdgs_ttl {
    grid-column: 2;
    grid-row: 1;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .smilegarden #content .inBox .in .sdgs_ttl {
        grid-column:1/-1;
        font-size: 26px
    }
}

.smilegarden #content .inBox .in .sdgs_img {
    grid-column: 1;
    grid-row: 1/-1;
    width: 100%
}

@media screen and (max-width: 768px) {
    .smilegarden #content .inBox .in .sdgs_img {
        grid-row:2;
        width: 94px
    }
}

.smilegarden #content .inBox .in .sdgs_txt {
    grid-column: 2;
    grid-row: 2;
    padding: 0 !important
}

@media screen and (max-width: 768px) {
    .smilegarden #content .inBox .in {
        padding:30px 0
    }
}

.smilegarden #content .inBox .in .t_h3 {
    width: auto;
    font-size: 20px;
    padding: 0 0 10px
}

@media screen and (max-width: 768px) {
    .smilegarden #content .inBox .in .t_h3 {
        font-size:26px;
        padding: 0
    }
}

.smilegarden #content .inBox .in .imgBox {
    position: absolute;
    top: 30px;
    left: 0
}

.smilegarden #content .inBox .in .imgBox img {
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 30px
}

@media screen and (max-width: 768px) {
    .smilegarden #content .inBox .in .imgBox {
        position:relative;
        top: 15px;
        left: auto;
        float: left;
        width: 30%
    }
}

@media screen and (max-width: 768px) {
    .smilegarden #content .inBox .in .tx {
        float:right;
        width: 60%
    }
}

.smilegarden #content .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.smilegarden #content .flex_box img {
    padding: 10px 20px 0 0;
    height: auto;
    width: auto
}

@media screen and (max-width: 768px) {
    .smilegarden #content .flex_box img {
        width:40%
    }
}

.smilegarden #content .flex_box p {
    font-size: 18px
}

@media screen and (max-width: 768px) {
    .smilegarden #content .flex_box p {
        font-size:16px;
        width: 60%
    }
}

.smilegarden #content .sdg_title {
    font-size: 30px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .smilegarden #content .sdg_title {
        font-size:22px
    }
}

.message #content .messageBox {
    position: relative
}

@media screen and (max-width: 768px) {
    .message #content .messageBox {
        padding:0 0 70px
    }
}

.message #content .messageBox .mainImg {
    position: relative;
    z-index: 1;
    padding: 50px 0
}

@media screen and (max-width: 768px) {
    .message #content .messageBox .mainImg {
        padding:0 0 30px
    }
}

.message #content .messageBox .tx1 {
    position: absolute;
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
    top: 100px;
    left: 45%;
    line-height: 180%;
    font-size: clamp(14px,1.82vw,20px)
}

@media screen and (max-width: 768px) {
    .message #content .messageBox .tx1 {
        position:relative;
        left: 0;
        top: auto;
        font-size: 16px;
        padding: 0 0 20px
    }
}

.message #content .messageBox .tx2 {
    line-height: 180%
}

@media screen and (max-width: 768px) {
    .message #content .messageBox .tx2 {
        font-size:14px
    }
}

.message #content .messageBox .tx2 p {
    padding: .7em 0
}

.message #content .messageBox .tx2 p span {
    font-size: 20px;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
    .message #content .messageBox .tx2 p span {
        font-size:16px
    }
}

.message #content .messageBox .tx2 .center {
    padding: 50px 0 100px
}

@media screen and (max-width: 768px) {
    .message #content .messageBox .tx2 .center {
        padding:30px 0
    }
}

.message #content .messageBox .tx3 {
    position: absolute;
    top: clamp(230px,-18.06px + 32.26vw,310px);
    right: 50px;
    z-index: 2;
    text-align: right;
    font-size: clamp(12px,-.4px + 1.61vw,16px)
}

@media screen and (max-width: 768px) {
    .message #content .messageBox .tx3 {
        position:relative;
        top: auto;
        right: auto;
        font-size: 14px
    }
}

.message #content .messageBox .message_profile span {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-top: 30px
}

@media screen and (max-width: 768px) {
    .message #content .messageBox .message_profile span {
        font-size:20px !important
    }
}

.message #content .messageBox .message_profile a {
    text-decoration: underline !important
}

.message #content .nav_list {
    margin: 50px 0 0
}

.company.summary.page #content .bl_imgWrapper {
    margin-bottom: 50px
}

.company.summary.page #content table {
    max-width: 800px;
    border: 1px solid #42210b;
    margin: 0 auto 100px
}

.company.summary.page #content table th,.company.summary.page #content table td {
    border: .5px solid #42210b;
    font-size: 16px
}

.company.summary.page #content table th ul,.company.summary.page #content table td ul {
    list-style-type: disc;
    padding-left: 1em
}

.company.summary.page #content table th ul li,.company.summary.page #content table td ul li {
    list-style: unset
}

.company.summary.page #content table th {
    background-color: #ffefc4;
    text-align: center;
    vertical-align: top
}

@media screen and (max-width: 768px) {
    .company.summary.page #content table th {
        text-align:left
    }
}

.company.summary.page #content table a {
    color: #5a5ac8;
    text-decoration: underline
}

.company.summary.page #content .nav_list {
    margin: 0
}

.company.summary.page #content .summaryImgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    max-width: 800px;
    margin: 50px auto
}

@media screen and (max-width: 768px) {
    .company.summary.page #content .summaryImgWrap {
        width:100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }
}

.company.summary.page #content .farmImgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3%;
    margin: 20px auto
}

.company.summary.page #content h3 {
    font-size: 28px;
    margin-bottom: .8em;
    font-weight: 700
}

.company.summary.page #content h4 {
    font-size: 20px;
    margin-bottom: .8em;
    font-weight: 700
}

.company.summary.page #content .summaryImg {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin: 30px auto 50px
}

@media screen and (max-width: 768px) {
    .company.summary.page #content .summaryImg {
        margin-bottom:30px
    }
}

.company.summary.page #content .companyWrap {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 768px) {
    .company.summary.page #content .companyWrap {
        display:block
    }
}

.company.summary.page #content .companyWrap li {
    list-style: disc;
    margin-left: 15px;
    width: 45%;
    padding: 8px 0
}

@media screen and (max-width: 768px) {
    .company.summary.page #content .companyWrap li {
        padding:6px 0;
        font-size: 16px;
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox1 {
        padding:0 20px
    }
}

.policy #content .policyBox1 .tx1 {
    text-align: center
}

.policy #content .policyBox1 .tx2 {
    text-align: center;
    padding: 30px 0 150px;
    line-height: 180%
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox1 .tx2 {
        text-align:left;
        padding: 30px 0 70px
    }
}

.policy #content .policyBox1 .inBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 150px
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox1 .inBox {
        padding:0 0 70px;
        display: block
    }
}

.policy #content .policyBox1 .inBox .tx3 {
    font-size: 26px;
    font-weight: 700;
    padding: 0
}

.policy #content .policyBox1 .inBox .tx3:nth-child(2) {
    margin-left: 56px
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox1 .inBox .tx3:nth-child(2) {
        margin-left:0
    }
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox1 .inBox .tx3 {
        text-align:center;
        font-size: 16px;
        padding: 10px
    }
}

.policy #content .policyBox1 .inBox .tx3 .type1 {
    color: #0071bc
}

.policy #content .policyBox1 .inBox .tx3 .type2 {
    color: #5bb331
}

.policy #content .policyBox1 .inBox .tx3 .type3 {
    color: #988541
}

.policy #content .policyBox1 .inBox .tx3 .type4 {
    color: #f15a24
}

.policy #content .policyBox1 .inBox .tx3 .type5 {
    color: #f06400
}

.policy #content .policyBox2 {
    padding: 100px 0
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox2 {
        padding:70px 20px 0;
        margin-bottom: 70px
    }
}

.policy #content .policyBox2 .inBox {
    padding: 30px 0 50px;
    border-bottom: 1px solid #c8c8c8
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox2 .inBox {
        padding:40px 0
    }
}

.policy #content .policyBox2 .inBox2 {
    padding: 26px 30px;
    background-color: #f1962c;
    border-radius: 20px;
    margin: 0 0 20px;
    color: #fff;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox2 .inBox2 {
        margin:0 calc(50% - 50vw);
        width: 100vw;
        border-radius: 0
    }
}

.policy #content .policyBox2 .last {
    border-bottom: none
}

.policy #content .policyBox2 .tx1 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 180%
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox2 .tx1 {
        font-size:16px;
        text-align: left
    }
}

.policy #content .policyBox2 .tx2 {
    padding: 26px 30px;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 0 20px
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox2 .tx2 {
        font-size:14px
    }
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox2 .tx3 {
        font-size:14px
    }
}

.policy #content .policyBox2 .numTx span {
    top: 20px;
    left: -1px
}

.policy #content .policyBox3 {
    padding: 100px 0
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox3 {
        padding:0 20px 20px
    }
}

.policy #content .policyBox3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.policy #content .policyBox3 ul li {
    position: relative;
    padding: 0 0 50px 40px;
    width: 47%;
    line-height: 180%
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox3 ul li {
        width:100%
    }
}

.policy #content .policyBox3 ul li:before {
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    background: url(../images/policy/img3.webp) center center repeat;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px
}

.no-webp .policy #content .policyBox3 ul li:before {
    background: url(../images/policy/img3.png) center center repeat
}

.policy #content .policyBox4 {
    padding: 100px 0
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox4 {
        padding:70px 20px 20px
    }
}

.policy #content .policyBox4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.policy #content .policyBox4 ul li {
    position: relative;
    width: 48%;
    line-height: 180%;
    padding: 15px 0 15px 40px
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox4 ul li {
        width:100%
    }
}

.policy #content .policyBox4 ul li:after {
    top: 15px
}

.policy #content .policyBox4 .numTx span {
    top: 16px
}

@media screen and (max-width: 768px) {
    .policy #content .policyBox4 .numTx span {
        left:-1px
    }
}

.policy #content .policyBox5 ul li {
    padding: 15px 0 20px
}

.policy #content .policyBox5 .numTx span {
    top: 21px
}

.policy #content .numTx {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0 20px 40px
}

.policy #content .numTx:after {
    content: " ";
    position: absolute;
    top: 20px;
    left: 0;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    background-color: #42210b;
    z-index: 1;
    line-height: 0
}

.policy #content .numTx span {
    position: absolute;
    top: 18px;
    left: 0;
    text-align: center;
    border-radius: 30px;
    width: 32px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    line-height: 180%
}

.policy #content .nav_list {
    margin: 50px 0 0
}

.company.staff.page #content .staffBox1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0 150px
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 20px 70px
    }
}

.company.staff.page #content .staffBox1 .txBox {
    font-size: 26px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox1 .txBox {
        font-size:16px;
        padding: 0 0 20px
    }
}

.company.staff.page #content .staffBox1 .imgBox {
    width: 480px
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox1 .imgBox {
        width:100%
    }
}

.company.staff.page #content .staffBox2 {
    padding: 100px 0 150px
}

.company.staff.page #content .staffBox2 .t_h2_l rt {
    font-size: 10px
}

.company.staff.page #content .staffBox2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.company.staff.page #content .staffBox2 .txBox {
    font-size: 26px;
    font-weight: 700
}

.company.staff.page #content .staffBox2 .imgBox {
    padding: 20px 0 0
}

.company.staff.page #content .staffBox2 .staff_txBox2 .in2 .imgBox {
    padding-top: 50px
}

.company.staff.page #content .staffBox2 .select {
    width: 500px
}

.company.staff.page #content .staffBox2 .staffBox {
    background: url(../images/staff/bg.webp) center center repeat;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    position: relative
}

.no-webp .company.staff.page #content .staffBox2 .staffBox {
    background: url(../images/staff/bg.png) center center repeat
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox {
    position: relative;
    height: 100%
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item {
    position: absolute;
    width: 200px;
    height: 200px;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 {
        padding:70px 0
    }
    .company.staff.page #content .staffBox2 .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 20px
    }
    .company.staff.page #content .staffBox2 .txBox {
        font-size:16px;
        padding: 0 0 20px
    }
    .company.staff.page #content .staffBox2 .select {
        width:100%;
        margin-bottom: 30px;
    }
    .company.staff.page #content .staffBox2 .staffBox {
        margin:0 auto;
        background-size: 100%;
        width: 80vw;
        height: 80vw;
    }
    .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item {
        width:150px;
        height: 150px
    }
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item:hover {
    -webkit-animation-name: updown;
    animation-name: updown;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1 {
    background: url(../images/staff/icon1_b.webp) center center repeat;
    background-repeat: no-repeat;
    top: 0;
    left: 150px
}

.no-webp .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1 {
    background: url(../images/staff/icon1_b.png) center center repeat
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1 {
        background-size:95%;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%,0%);
        transform: translate(-50%,0%)
    }

    .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1:hover {
        -webkit-animation-name: updown_sp;
        animation-name: updown_sp;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-duration: .5s;
        animation-duration: .5s
    }
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .itemSub1,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3_sub1,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2_sub1,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1_sub1 {
    top: 0;
    left: 150px;
    width: 200px
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .itemSub1,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3_sub1,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2_sub1,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1_sub1 {
        background-size:95% !important;
        top: 0;
        left: 50%;
        width: 170px;
        height: 180px;
        -webkit-transform: translate(-50%,0%);
        transform: translate(-50%,0%)
    }

    .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .itemSub1:hover,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3_sub1:hover,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2_sub1:hover,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1_sub1:hover {
        -webkit-animation-name: updown_sp;
        animation-name: updown_sp;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-duration: .5s;
        animation-duration: .5s
    }
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .itemSub_l,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3_sub2,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2_sub3,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1_sub2 {
    bottom: 0;
    left: 40px
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .itemSub_l,
    .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3_sub2,
    .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3,
    .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2_sub3,
    .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1_sub2 {
        background-size:95% !important;
        bottom: -20px;
        left: -20px
    }
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .itemSub_r,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3_sub3,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2_sub2,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2,.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1_sub3 {
    bottom: 0;
    right: 40px
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .itemSub_r,
    .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3_sub3,
    .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2_sub2,
    .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2,
    .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1_sub3 {
        background-size:95% !important;
        bottom: -20px;
        right: -20px
    }
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1_sub1 {
    background: url(../images/staff/icon1_b.webp) center center repeat;
    background-repeat: no-repeat
}

.no-webp .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1_sub1 {
    background: url(../images/staff/icon1_b.png) center center repeat
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1_sub2 {
    background: url(../images/staff/icon1_s.webp) center center repeat;
    background-repeat: no-repeat
}

.no-webp .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1_sub2 {
    background: url(../images/staff/icon1_s.png) center center repeat
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1_sub3 {
    background: url(../images/staff/icon1_s.webp) center center repeat;
    background-repeat: no-repeat
}

.no-webp .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item1_sub3 {
    background: url(../images/staff/icon1_s.png) center center repeat
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2 {
    background: url(../images/staff/icon2_b.webp) center center repeat;
    background-repeat: no-repeat
}

.no-webp .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2 {
    background: url(../images/staff/icon2_b.png) center center repeat
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2_sub1 {
    background: url(../images/staff/icon2_b.webp) center center repeat;
    background-repeat: no-repeat
}

.no-webp .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2_sub1 {
    background: url(../images/staff/icon2_b.png) center center repeat
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2_sub2 {
    background: url(../images/staff/icon2_s.webp) center center repeat;
    background-repeat: no-repeat
}

.no-webp .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2_sub2 {
    background: url(../images/staff/icon2_s.png) center center repeat
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2_sub3 {
    background: url(../images/staff/icon2_s.webp) center center repeat;
    background-repeat: no-repeat
}

.no-webp .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item2_sub3 {
    background: url(../images/staff/icon2_s.png) center center repeat
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3 {
    background: url(../images/staff/icon3_b.webp) center center repeat;
    background-repeat: no-repeat
}

.no-webp .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3 {
    background: url(../images/staff/icon3_b.png) center center repeat
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3_sub1 {
    background: url(../images/staff/icon3_b.webp) center center repeat;
    background-repeat: no-repeat
}

.no-webp .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3_sub1 {
    background: url(../images/staff/icon3_b.png) center center repeat
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3_sub2 {
    background: url(../images/staff/icon3_s.webp) center center repeat;
    background-repeat: no-repeat
}

.no-webp .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3_sub2 {
    background: url(../images/staff/icon3_s.png) center center repeat
}

.company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3_sub3 {
    background: url(../images/staff/icon3_s.webp) center center repeat;
    background-repeat: no-repeat
}

.no-webp .company.staff.page #content .staffBox2 .staffBox .staff_rotbox .item3_sub3 {
    background: url(../images/staff/icon3_s.png) center center repeat
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translate(0,0px);
        transform: translate(0,0px)
    }

    100% {
        -webkit-transform: translate(0,-15px);
        transform: translate(0,-15px)
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translate(0,0px);
        transform: translate(0,0px)
    }

    100% {
        -webkit-transform: translate(0,-15px);
        transform: translate(0,-15px)
    }
}

@-webkit-keyframes updown_sp {
    0% {
        -webkit-transform: translate(-50%,0px);
        transform: translate(-50%,0px)
    }

    100% {
        -webkit-transform: translate(-50%,-15px);
        transform: translate(-50%,-15px)
    }
}

@keyframes updown_sp {
    0% {
        -webkit-transform: translate(-50%,0px);
        transform: translate(-50%,0px)
    }

    100% {
        -webkit-transform: translate(-50%,-15px);
        transform: translate(-50%,-15px)
    }
}

.company.staff.page #content .staffBox2 .staff_txBox {
    display: block;
    padding: 0
}

.company.staff.page #content .staffBox2 .staff_txBox .title span {
    display: none;
    background-color: #42210b;
    color: #fff;
    border-radius: 30px;
    padding: 3px 20px
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .title span {
        display:inline-block
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in .txBox {
    width: 55%
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in .txBox {
        width:100%
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in .txBox .tx1 {
    font-size: 26px;
    padding: 20px 0
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in .txBox .tx1 {
        font-size:20px;
        line-height: 160%
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in .txBox .tx2 {
    font-size: 16px;
    font-weight: 400
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in .txBox .tx2 {
        font-size:14px
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in .imgBox {
    text-align: center
}

.company.staff.page #content .staffBox2 .staff_txBox .in2 .txBox .tx1 {
    font-size: 26px;
    padding: 20px 0
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in2 .txBox .tx1 {
        font-size:20px;
        line-height: 160%
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in2 .txBox .tx2 {
    font-size: 16px;
    font-weight: 400
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in2 .txBox .tx2 {
        font-size:14px
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox div {
        padding: 0 0 20px;
        text-align: left
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 {
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 div {
        padding: 0 0 20px;
        text-align: left
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box1 {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 20px 20px;
    width: 26%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box1 {
        width:100%;
        margin: 0 0 50px;
        background-color: #ebebeb
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box1:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -45px;
    content: " ";
    border-top: 60px solid rgba(0,0,0,0);
    border-bottom: 60px solid rgba(0,0,0,0);
    border-left: 30px solid #f06400
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box1:after {
        bottom:-100px;
        top: auto;
        right: auto;
        left: 50%;
        border-top: 30px solid #f06400;
        border-right: 50px solid rgba(0,0,0,0);
        border-left: 50px solid rgba(0,0,0,0);
        -webkit-transform: translate(-50%,0%);
        transform: translate(-50%,0%)
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box2 {
    background-color: #fff0c8;
    border-radius: 20px;
    padding: 30px;
    width: 68%
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box2 {
        width:100%
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box2 .sp_box {
    display: none
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box2 .sp_box {
        display:block;
        text-align: center;
        font-size: 14px
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box2 .sp_box1 {
    text-align: left;
    display: none
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box2 .sp_box1 {
        display:block
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box2 .box2_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box2 .box2_in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box2 .box2_in div {
    width: 31%;
    text-align: center
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box2 .box2_in div {
        width:45%;
        padding: 0
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box2 .box2_in div .tx1 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: 700
}

.company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box2 .box2_in div .tx2 {
    width: 100%;
    font-size: 14px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box2 .box2_in div .tx2 {
        padding:0
    }
}

.company.staff.page #content .staffBox2 .staff_txBox .in2 .imgBox2 .box2 .box2_in div .tx3 {
    font-size: 14px;
    width: 100%;
    line-height: 1.7;
    text-align: left
}

.company.staff.page #content .staffBox2 .staff_txBox1 {
    display: none
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox1 {
        display:block;
        background-color: #fff;
        padding: 50px 20px
    }
}

.company.staff.page #content .staffBox2 .staff_txBox2 {
    display: none
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox2 {
        display:block;
        padding: 50px 20px
    }
}

.company.staff.page #content .staffBox2 .staff_txBox3 {
    display: none
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox2 .staff_txBox3 {
        display:block;
        background-color: #fff;
        padding: 50px 20px
    }
}

.company.staff.page #content .staffBox3 {
    padding: 100px 0 0
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox3 {
        background-color:#ebebeb;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0 100px;
        margin: 0 0 50px
    }
}

.company.staff.page #content .staffBox3 .inner {
    padding: 0 50px
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox3 .inner {
        padding:0
    }
}

.company.staff.page #content .staffBox3 .slide {
    position: relative;
    padding: 0;
    z-index: 2
}

.company.staff.page #content .staffBox3 .slide .caroufredsel_wrapper {
    margin: 0 !important;
    height: 330px !important
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox3 .slide .caroufredsel_wrapper {
        height:350px !important
    }
}

.company.staff.page #content .staffBox3 .slide #slide {
    display: none
}

.company.staff.page #content .staffBox3 .slide #slide li {
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    list-style: none;
    position: relative;
    float: left;
    margin: 0 15px;
    z-index: 6
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox3 .slide #slide li {
        width:220px;
        margin: 0 10px;
        top: 30px
    }
}

.company.staff.page #content .staffBox3 .slide #slide li a {
    display: block;
    color: #42210b;
    text-decoration: none
}

.company.staff.page #content .staffBox3 .slide #slide li a:hover img {
    height: 100%
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox3 .slide #slide li a:hover img {
        width:100%;
        height: auto
    }
}

.company.staff.page #content .staffBox3 .slide #slide li .imgBox {
    position: relative;
    height: 230px;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox3 .slide #slide li .imgBox {
        width:100%;
        float: none
    }
}

.company.staff.page #content .staffBox3 .slide #slide li .imgBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
    max-width: none;
    height: 95%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox3 .slide #slide li .imgBox img {
        height:auto;
        width: 95%
    }
}

.company.staff.page #content .staffBox3 .slide #slide li .txBox {
    line-height: 150%;
    padding: 10px 15px
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox3 .slide #slide li .txBox {
        float:none;
        width: 100%;
        padding: 15px 0
    }
}

.company.staff.page #content .staffBox3 .slide #slide li .txBox .tx {
    font-size: 16px
}

.company.staff.page #content .staffBox3 .slide #next,.company.staff.page #content .staffBox3 .slide #prev {
    position: absolute;
    top: 80px;
    z-index: 7;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox3 .slide #next,.company.staff.page #content .staffBox3 .slide #prev {
        top:125px
    }
}

.company.staff.page #content .staffBox3 .slide #next {
    right: -40px
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox3 .slide #next {
        right:10px
    }
}

.company.staff.page #content .staffBox3 .slide #prev {
    left: -40px
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .staffBox3 .slide #prev {
        left:10px
    }
}

.company.staff.page #content .staffBox3 .slide .left_btn {
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}


.company.staff.page #content .bottom .nav_list {
    margin: 0;
    padding: 0 0 50px
}

@media screen and (max-width: 768px) {
    .company.staff.page #content .bottom .nav_list {
        padding:0 20px
    }
}
