@charset "utf-8";
 .tb {display: none;}
/* =====key===== */
.key {
    position: relative;
    width: 940px;
    height: 253px;
    margin: 25px auto 0;
    border-radius: 100px 0 0 0;
    background: url(../img/staff/1x/firstview.png) top 60% left/968px no-repeat;
}

.key .inner {
    background: rgba(255, 255, 255, 0.5);
    height: 255px;
}

.key_text {
    position: absolute;
    top: 58px;
    left: 95px;
    padding: 0 0 80px;
    background: url(../img/staff/1x/top_logo.png) center bottom/40px no-repeat;
    letter-spacing: 0.1em;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

.key_title {
    position: absolute;
    top: 90px;
    left: 247px;
    width: 500px;
    padding: 0 0 25px;
    font-size: 33px;
    letter-spacing: 0.1em;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

.key_title:before {
    content: "staff introduction";
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

.key_title .small {
    display: block;
    font-size: 17px;
}

.sec01 {
    width: 688px;
    margin: 0 auto 90px;
}

.sec01 .title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 80px;
    line-height: 2;
    color: #231815;
}

.sec01 .ander_bar {
    text-align: center;
    margin: 25px 0 0px;
}

.sec01 .top_view {
    height: 317px;
    width: 100%;
    background: url(../img/staff/1x/top.png);
    background-position: center;
    background-size: 760px 530px;
}

.sec01 .logo {
    text-align: center;
    margin-top: 25px;
    
}

.sec01 .logo p img {
    position: relative;
    top: 15px;
}

.sec02 .profile_right .top {
    display: flex;
    margin: 30px auto 0;
    justify-content: center;
    align-items: flex-end;
}

.sec02 .profile_right .left {
    color: #231815;
    font-size: 22px;
    line-height: 2;
    position: relative;
    right: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #00b9ef;
    width: 500px;
    padding-left: 10px;
}

.sec02 .profile_right .left p:nth-child(3) {
    font-weight: 500;
}

.sec02 .profile_right .left p:nth-child(2) {
    font-size: 31px;
}

.sec02 .profile_right .bottom {
    width: 915px;
    margin: 30px auto;
    line-height: 1.7;
    padding-left: 60px;
}

.sec02 .profile_right .top .right {
    position: relative;
}

.sec02 .profile_right .top .right .circle{
    width: 145px;
    height: 145px;
    border: 1px dashed #00b9ef;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -80px;
}

.sec02 .vision {
    overflow: hidden;
    position: relative;
    width: 856px;
    margin: 50px auto;
}

.sec02 .vision:before,
.sec02 .vision:after {
    content: "";
    position: absolute;
    top: 44px;
    display: inline-block;
    height: 3px;
    width: 370px;
    background: rgba(0, 185, 239, 0.41);
}

.sec02 .vision:before {
    right: 50%;
    transform: translateX(-60px);
}

.sec02 .vision:after {
    left: 50%;
    transform: translateX(60px);
}

.sec02 .vision .icon {
    width: 93px;
    height: 93px;
    border:3px solid rgba(0, 185, 239, 0.41);
    border-radius: 50%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    text-align: center;
}

.sec02 .vision .icon img {
    padding: 15px 0 0;
}

.sec02 .vision_title {
    margin: 0 0 35px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.sec02 .vision_text {
    padding: 0 40px;
    box-sizing: border-box;
    line-height: 2;
}

.sec02 .career {
    overflow: hidden;
    position: relative;
}

.sec02 .career .top {
    text-align: center;
    margin-top: 70px;
}

.sec02 .career p:nth-child(2) {
    text-align: center;
    margin: 20px 0 50px;
    font-size: 22px;
    color: #231815;
    font-weight: 500;
}

.sec02 .career .icon {
    width: 93px;
    height: 93px;
    border:3px solid rgba(0, 185, 239, 0.41);
    border-radius: 50%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    text-align: center;
}

.sec02 .career .icon img {
    padding: 10px 0 0;
}

.sec02 .career:before,
.sec02 .career:after {
    content: "";
    position: absolute;
    top: 44px;
    display: inline-block;
    height: 3px;
    width: 370px;
    background: rgba(0, 185, 239, 0.41);
}

.sec02 .career:before {
    right: 50%;
    transform: translateX(-60px);
}

.sec02 .career:after {
    left: 50%;
    transform: translateX(60px);
}

.sec02 .career .box {
    display: flex;
    justify-content: center;
    width: 547px;
    margin: 20px auto;
}

.sec02 .career .box p:nth-child(1) {
    font-weight: 500;
    margin-right: 60px;
}

.sec02 .career .box p:nth-child(2) {
    text-align: unset;
    margin: 0 auto 0 0;
    font-size: unset;
    color: unset;
    font-weight: normal;
}

.sec02 .bottom {
    position: relative;
    display: flex;
    justify-content: center;
    width: 762px;
    margin: 65px auto;
}

.sec02 .bottom .icon {
    width: 93px;
    height: 93px;
    border:3px solid rgba(0, 185, 239, 0.41);
    border-radius: 50%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    text-align: center;
}

.sec02 .bottom .icon img {
    padding: 10px 0 0;
}

.sec02 .bottom .left .icon img {
    padding: 25px 0 0;
}

.sec02 .bottom .left,
.sec02 .bottom .right {
    overflow: hidden;
    position: relative;
}

.sec02 .bottom .left:before,
.sec02 .bottom .left:after,
.sec02 .bottom .right:before,
.sec02 .bottom .right:after {
    content: "";
    position: absolute;
    top: 44px;
    display: inline-block;
    height: 3px;
    width: 370px;
    background: rgba(0, 185, 239, 0.41);
}

.sec02 .bottom .left:before,
.sec02 .bottom .right:before {
    right: 50%;
    transform: translateX(-60px);
}

.sec02 .bottom .left:after,
.sec02 .bottom .right:after {
    left: 50%;
    transform: translateX(60px);
}

.sec02 .bottom .left ,.sec02 .bottom .right {
    width: 100%;
    margin: 0 25px;
}

.sec02 .bottom .left p:nth-child(2) ,.sec02 .bottom .right p:nth-child(2) {
    text-align: center;
    margin-top: 10px;
    color: #6b6b6b;
    font-size: 22px;
    font-weight: 500;
}

.sec02 .bottom .left p:nth-child(3) {
    line-height: 2.5;
    margin-top: 30px;
    padding-left: 20px;
}

.sec02 .bottom .right p:nth-child(3) {
    line-height: 2.5;
    margin-top: 30px;
    padding-left: 85px;
}

.sec02 .profile_left .top {
    display: flex;
    margin: 80px auto 0;
    justify-content: center;
    align-items: flex-end;
}

.sec02 .profile_left .left {
    color: #231815;
    font-size: 22px;
    line-height: 2;
    position: relative;
    left: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #00b9ef;
    width: 520px;
}

.sec02 .profile_left .left p:nth-child(3) {
    font-weight: 500;
}

.sec02 .profile_left .left p:nth-child(2) {
    font-size: 31px;
}

.sec02 .profile_left .bottom {
    width: 915px;
    margin: 60px auto 0;
    line-height: 1.7;
}

.sec02 .profile_left .top .right {
    position: relative;
    right: 55px
}

.sec02 .profile_left .top .right .circle{
    width: 145px;
    height: 145px;
    border: 1px dashed #00b9ef;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -80px;
}

.sec02 .ander {
    display: flex;
    justify-content: center;
}

.sec02 .ander .left p:nth-child(3),.sec02 .ander .right p:nth-child(3) {
    width: 340px;
    margin: 30px auto 0;
}

.sec02 .ander .left ,.sec02 .ander .right {
    margin: 50px 30px;
}

.sec02 .ander .left p:nth-child(2) , .sec02 .ander .right p:nth-child(2) {
    font-size: 22px;
    color: #231815;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}

.message {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.message:before,
.message:after {
    content: "";
    position: absolute;
    top: 44px;
    display: inline-block;
    height: 3px;
    width: 370px;
    background: rgba(0, 185, 239, 0.41);
}

.message:before {
    right: 50%;
    transform: translateX(-60px);
}

.message:after {
    left: 50%;
    transform: translateX(60px);
}

.message .icon {
    width: 93px;
    height: 93px;
    border:3px solid rgba(0, 185, 239, 0.41);
    border-radius: 50%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    text-align: center;
}

.message .icon img {
    padding: 24px 0 0;
}

.message p:nth-child(2) {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 500;
    color: #231815;
}

.message p:nth-child(3) {
    width: 930px;
    text-align: left;
    margin: 30px auto;
}

.sec03 {
    margin-top: 100px;
}

.sec03 .phote {
    background: url(../img/staff/1x/ander_staff.png);
    background-position: 0;
    background-size: cover;
    height: 514px;
    background-repeat: no-repeat;
}

.sec03 .contents p:nth-child(2) {
    text-align: center;
    margin: 50px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.8;
    color: #231815;
}

.tb {display: none;}

/* @media screen and (min-width:768px) and (max-width: 1020px) {

    .tb {display: block;}
    .sp {display: none;}
    .pc {display: none;}

    body {
        min-width: 1020px;
    }

    .header {
        position: fixed;
        z-index: 100;
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 5px;
        background: #fff;
        box-sizing: border-box;
        top: 0px;
    }

    .header .menu_btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 68px;
        height: 68px;
        margin: auto;
    }

    .sec02 .profile_right .bottom {
        width: 892px;
        margin: 30px auto;
        line-height: 1.7;
        padding-left: 30px;
    }

} */