
.frame-scroll {
    top: 40px;
}


.c-default {
    color: #1baaeb;
}


.swiper-pagination .swiper-pagination-switch {
    background: #fff;
}

.swiper-pagination .swiper-active-switch {
    background: #008dd5;
}

.imgword {
    overflow: hidden;
    position: relative;
}

.imgword .img {
    float: left;
    width: 50%;
}

.imgword .img img {
    width: 100%;
}

.imgword .img p img {
    width: auto;
}

.imgword .word {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.imgword .word:before,
.imgword .word:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.imgword .word-inner {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    padding: 0 2%;
    white-space: normal;
}

.imgword .word h2 {
    margin: auto;
}

.imgword .word h2 b {
    font-weight: normal;
}

.imgword .word p {
    font-size: 1.1em;
    margin: auto;
    /*margin-top: 1em;*/
    color: #000;
    line-height: 2;
}

.imgword .word .readmore {
    margin-top: 3em;
    font-size: 1.4em;
}

.imgword .word .readmore .icon {
    margin-top: -0.2em;
    margin-left: 0.4em;
}

.imgword .word h2 + * {
    margin-top: 0.5em;
}

.imgword-left .img {
    float: left;
}

.imgword-left .word {
    left: 50%;
    right: 0;
}

.imgword-right .img {
    float: right;
}

.imgword-right .word {
    left: 0;
    right: 50%;
}

.imgword-top .word {
    position: relative;
    left: auto;
    right: auto;
}

.wordimg {
    overflow: hidden;
    position: relative;
}

.wordimg .word {
    float: left;
    width: 50%;
}

.wordimg .word-inner {
    padding: 6%;
}

.wordimg .img {
    overflow: hidden;
}

.wordimg .img img {
    width: 100%;
}

.wordimg-left .word {
    float: left;
}

.wordimg-left .word-inner {
    padding-left: 0;
}

.wordimg-right .word {
    float: right;
}

.frame-aboutus .frame-relative {
    position: relative;
}

.frame-aboutus .breadline {
    position: absolute;
    z-index: 80;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
}

.frame-aboutus .breadline * + *:before {
    color: #fff;
}

.frame-aboutus .breadline * {
    color: #fff;
}

.frame-aboutus .breadline-black * + *:before {
    color: #000;
}

.frame-aboutus .breadline-black * {
    color: #000;
}

.imgword-index {
    padding: 4em 0;
}

.imgword-index .img {
    width: 53%;
}

.imgword-index .imgword-left .word {
    left: 53%;
}

.imgword-index .imgword-right .word {
    right: 53%;
}

.imgword-index .h2 {
    font-size: 1.6em;
    display: inline-block;
    vertical-align: middle;
}

.imgword-index .more-list {
    white-space: nowrap;
    background: #eee;
    text-align: center;
    letter-spacing: -0.35em;
    margin-top: 1em;
    font-size: 1.2em;
}

.imgword-index .more-list li {
    display: inline-block;
    padding: 0.5em 0;
    letter-spacing: 0;
    line-height: 1;
}

.imgword-index .more-list li a {
    display: block;
    padding: 0.5em 0;
    color: #000;
}

.imgword-index .more-list li a:hover {
    color: #008dd5;
}

.imgword-index .more-list li + li a {
    border-left: 1px #aaa solid;
}

.imgword-index .more-list-2x li {
    width: 50%;
}

.imgword-index .more-list-3x li {
    width: 33%;
}

.imgword-index .more-list-4x li {
    width: 25%;
}

.imgword-index .more-list-5x li {
    width: 20%;
}

.project_global-summary {
    font-size: 1.4em;
    padding: 7em 0;
}

.project_global-summary-h2 {
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.project_global-summary-word {
    float: left;
    width: 72%;
    line-height: 2;
}

.project_global-summary-word h3 {
    font-size: 1.4em;
    /*margin-bottom: 1em;*/
    font-weight: bold;
}

.project_global-summary-img {
    overflow: hidden;
    width: 25%;
    padding-left: 3%;
}

.project_global-summary p img {
    vertical-align: middle;
}


.project_global-world .maps .wrap {
    position: relative;
}

.project_global-world .maps-title {
    position: absolute;
    left: 2.5%;
    top: 5%;
    font-size: 1.2em;
}

.project_global-world .maps-title h2 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.6em;
}

.project_global-world .maps-title p b {
    color: #008dd5;
}

.project_global-world .maps-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.project_global-world .maps-area li {
    position: absolute;
    width: 1%;
    height: 0;
    padding-bottom: 1%;
    background: url(../image/aboutus-project_global-maps-o.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.project_global-world .maps-area li .point {
    position: absolute;
    width: 1150%;
    height: 1150%;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -0.35em;
}

.project_global-world .maps-area li .point:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.project_global-world .maps-area li .point-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: flicker 1000ms infinite alternate linear;
    opacity: 1;
}

.project_global-world .maps-area li .point-bg img:last-child {
    display: none;
}

.project_global-world .maps-area li .point-inside {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    letter-spacing: 0;
}

.project_global-world .maps-area li.active .point-bg,
.project_global-world .maps-area li:hover .point-bg {
    animation: rotate 3000ms infinite alternate linear;
}

.project_global-world .maps-area li.active .point-bg img:first-child {
    display: none;
}

.project_global-world .maps-area li.active .point-bg img:last-child {
    display: block;
}

.project_global-world .maps-area li:before {
    content: "";
    display: block;
    position: absolute;
    background: #4c4c4c;
}

.project_global-world .maps-area li.left .point {
    right: 400%;
    top: -525%;
}

.project_global-world .maps-area li.left:before {
    width: 600%;
    height: 2px;
    right: 0;
    top: 50%;
    margin-top: 0;
}

.project_global-world .maps-area li.left-2x .point {
    right: 800%;
    top: -525%;
}

.project_global-world .maps-area li.left-2x:before {
    width: 700%;
    height: 2px;
    right: 30px;
    top: 50%;
    margin-top: 0;
}

.project_global-world .maps-area li.right .point {
    left: 400%;
    top: -525%;
}

.project_global-world .maps-area li.right:before {
    width: 600%;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: 0;
}

.project_global-world .maps-area li.top .point {
    left: -525%;
    bottom: 400%;
}

.project_global-world .maps-area li.top:before {
    width: 2px;
    height: 600%;
    left: 50%;
    bottom: 0;
    margin-left: 0;
}

.project_global-world .maps-area li.cis:before {
    width: 2px;
    height: 800%;
    left: -592%;
    bottom: 14px;
    margin-left: 0;
    transform: rotate(50deg);
}

.project_global-world .maps-area li.do:before {
    height: 691%;
    left: 460%;
    bottom: 5px;
    transform: rotate(-35deg);   
}

.project_global-world .maps-area li.top-3x .point {
    left: -525%;
    bottom: 1200%;
}

.project_global-world .maps-area li.top-3x:before {
    width: 2px;
    height: 1000%;
    left: -150%;
    bottom: 426%;
    margin-left: 0px;
    transform: rotate(16deg);
}

.project_global-world .maps-area li.bottom .point {
    left: -525%;
    top: 400%;
}

.project_global-world .maps-area li.bottom:before {
    width: 2px;
    height: 100px;
    top: -27px;
    margin-left: 0;
    transform: rotate(40deg);
    right: -38px;
}

.project_global-world .maps-area li.deg-left .point-bg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.project_global-world .maps-area li.deg-right .point-bg {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.project_global-world .maps-area li.deg-top .point-bg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.project_global-world .maps-area li.deg-bottom .point-bg {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.project_global-world .maps-area li:nth-child(1) .point-bg {
    animation-delay: 521ms;
}

.project_global-world .maps-area li:nth-child(2) .point-bg {
    animation-delay: 103ms;
}

.project_global-world .maps-area li:nth-child(3) .point-bg {
    animation-delay: 524ms;
}

.project_global-world .maps-area li:nth-child(4) .point-bg {
    animation-delay: 0ms;
}

.project_global-world .maps-area li:nth-child(5) .point-bg {
    animation-delay: 400ms;
}

.project_global-world .maps-area li:nth-child(6) .point-bg {
    animation-delay: 0ms;
}

.project_global-world .maps-area li:nth-child(7) .point-bg {
    animation-delay: 474ms;
}

.project_global-world .maps-area li:nth-child(8) .point-bg {
    animation-delay: 123ms;
}

.project_global-world .maps-area li:nth-child(9) .point-bg {
    animation-delay: 474ms;
}

@media(max-width:768px){
    .project_global-world .maps-area li.bottom:before{
        width: 2px;
        height: 43px;
        top: -11px;
        margin-left: 0;
        transform: rotate(40deg);
        right: -15px;
    }
    .project_global-world .maps-area li.left-2x:before{
        width: 25px;
        height: 2px;
        right: 16px;
        top: 50%;
        margin-top: 0;
    }
    .project_global-world .maps-area li.left-2x:before {
    width: 29px;
    height: 2px;
    right: 12px;
    top: 50%;
    margin-top: 0;
    }
}

@keyframes flicker {
    to {
        opacity: 0.3;
    }
}

@-webkit-keyframes flicker {
    to {
        opacity: 0.3;
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.project_global-world .list .tab-bd {
    display: none;
}

.project_global-world .list div.active {
    display: block;
}

.project_global-world .list dl {
    margin: 1em -3%;
    letter-spacing: -0.35em;
    font-size: 1.2em;
}

.project_global-world .list dl dt {
    border-bottom: 1px #ddd solid;
    letter-spacing: 0;
    width: 94.34%;
    margin: auto;
}

.project_global-world .list dl dt h2 {
    display: inline-block;
    padding: 0.1em 1em;
    border-radius: 0.5em 0.5em 0 0;
    background: #333;
    color: #fff;
    letter-spacing: 0.3em;
}

.project_global-world .list dl dd {
    display: inline-block;
    width: 44.3%;
    margin: 1.5% 2.8% 2% 2.8%;
    overflow: hidden;
    letter-spacing: 0;
    vertical-align: top;
}

.project_global-world .list dl dd .img {
    float: right;
    width: 47%;
    margin-left: 3%;
}

.project_global-world .list dl dd .img img {
    width: 100%;
}

.project_global-world .list dl dd .word {
    overflow: hidden;
}

.project_global-world .list dl dd h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.6em;
}

.project_global-world .list dl dd h3 img {
    margin-right: 1em;
    max-height: 2em;
}

.careerfield-summary {
    font-size: 1.4em;
    padding: 3em;
    text-align: center;
}

.careerfield-summary h2 {
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.5em;
}

.careerfield-summary h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.careerfield-list dl {
    padding: 4em 0;
}

.careerfield-list dl.odd {
    background: #f7f7f7;
}

.careerfield-list dl dt h2 {
    font-size: 2em;
    font-weight: bold;
    line-height: 2;
}

.careerfield-list dl dt h3 {
    font-size: 1.2em;
    font-weight: bold;
}

.careerfield-list dl dd ul {
    letter-spacing: -0.35em;
    margin: 0 -2.6%;
}

.careerfield-list dl dd li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width: 28.2%;
    margin: 2.5%;
    overflow: hidden;
}

.careerfield-list dl dd li .img img {
    width: 100%;
    max-width: none;
}

.careerfield-list dl dd li .word {
    margin-top: -18%;
    font-size: 1.15em;
}

.careerfield-list dl dd li .word h2 {
    display: inline-block;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    line-height: 1;
    width: 100%;
    padding: 0.6em 0;
    margin-bottom: 12%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 17px;
}

.businesstheory-summary {
    font-size: 1.4em;
    padding: 3em;
    text-align: center;
}

.businesstheory-summary h2 {
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
}

.businesstheory-program h3 {
    font-size: 1.96em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.businesstheory-pdf {
    padding: 4em 0;
}

.businesstheory-pdf h3 {
    font-size: 1.96em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.businesstheory-pdf .pdf-box {
    overflow: hidden;
    padding: 3em 0;
}

.businesstheory-pdf .img {
    float: left;
    width: 38%;
    text-align: center;
}

.businesstheory-pdf .word {
    overflow: hidden;
    font-size: 1.2em;
}

.businesstheory-pdf .word ul {
    padding-left: 3em;
}

.businesstheory-pdf .word li {
    padding: 0.5em 0;
    border-bottom: 1px #ddd solid;
}

.businesstheory-pdf .word li i {
    content: "";
    display: inline-block;
    position: relative;
    width: 2.5em;
    height: 2.5em;
    margin: 0 1em -0.6em -3em;
    background: url('../images/aboutus-businesstheory-icon.png') no-repeat;
    background-size: contain;
}

.businesstheory-pdf .word li + li i:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    background: #ddd;
    position: absolute;
    left: 50%;
    bottom: 100%;
}

.worldproject_summary {
    font-size: 1.4em;
    padding: 3em;
    text-align: center;
}

.worldproject_summary h2 {
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1em;
}

.worldproject_list {
    background: #f7f7f7;
    padding: 3em 0;
}

.worldproject_list-h2 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 2%;
}

.worldproject_list li {
    position: relative;
    margin-bottom: 10%;
}

.worldproject_list li .word {
    position: absolute;
    width: 45%;
    font-size: 1.35em;
}

.worldproject_list li .word h2 {
    font-weight: bold;
    margin: 1em 0;
}

.worldproject_list li .word h3 {
    font-weight: bold;
    margin-top: 1.5em;
}

.worldproject_list li .word p {
    line-height: 2;
}

.worldproject_list li .word .readmore {
    display: inline-block;
    margin-top: 1em;
    color: #54c3f1;
    cursor: pointer;
}

.worldproject_list li .word .readmore:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin-right: 0.3em;
    margin-top: -0.2em;
    background: url(../image/common/arrow-16px.png) no-repeat center;
    background-size: auto 90%;
}

.worldproject_list li.lb .word {
    left: 3%;
    bottom: 10%;
}

.worldproject_list li.lt .word {
    left: 0;
    top: 0;
}

.worldproject_list li.rb .word {
    right: 3%;
    bottom: 10%;
}

.worldproject_list li.rt .word {
    right: 0;
    top: 0;
}

.popup-worldproject_ .popup-close {
    background: #000;
    color: #008dd5;
}

.popup-worldproject_ h2 {
    font-size: 2em;
    text-align: left;
    margin-bottom: 0.5em;
}

.popup-worldproject_ .info-device div {
    display: inline-block;
    width: 49%;
    font-size: 1.4em;
    text-align: left;
    margin-top: 1em;
    vertical-align: top;
}

.popup-worldproject_ .info-device div h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.coperateculture-summary {
    font-size: 1.4em;
    padding: 3em;
    text-align: center;
}

.coperateculture-summary h2 {
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1em;
}

.coperateculture-list dd {
    padding: 4em 2em;
}

.coperateculture-list dd.odd {
    background: #f7f7f7;
}

.coperateculture-list dd.odd .word {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.coperateculture-list dd.even .word {
    float: right;
    width: 32%;
    margin-left: 2%;
}

.coperateculture-list dd .word {
    font-size: 1.2em;
}

.coperateculture-list dd .word h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.coperateculture-list dd .word h2 .player {
    margin-left: 0.5em;
    cursor: pointer;
}

.coperateculture-list dd .swiper {
    visibility: visible;
    overflow: hidden;
    width: 66%;
    background: none;
}

.coperateculture-list dd .swiper .swiper-slide {
    width: 48.4855%;
}

.coperateculture-list dd .swiper .swiper-slide + .swiper-slide {
    margin-left: 3%;
}

.aboutus-csr .btn-pdf {
    position: absolute;
    left: 45%;
    top: 60%;
    margin-left: -360px;
}

.aboutus-csr .btn-pdf1 {
    position: absolute;
    left: 55%;
    top: 60%;
    margin-left: -360px;
}

.csr-summary {
    font-size: 1.4em;
    padding: 3em;
    text-align: center;
}

.csr-summary h2 {
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1em;
}

.csr-list dd {
    padding: 2em;
}

.csr-list dd.even {
    background: #f7f7f7;
}

.csr-list dd.even .word {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.csr-list dd.odd .word {
    float: right;
    width: 32%;
    margin-left: 2%;
}

.csr-list dd .word {
    font-size: 1.2em;
}

.csr-list dd .word h2 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.csr-list dd .word h2 .player {
    margin-left: 0.5em;
    cursor: pointer;
}

.csr-list dd .word .readmore {
    display: inline-block;
    margin-top: 1em;
    color: #54c3f1;
    cursor: pointer;
}

.csr-list dd .word .readmore:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin-right: 0.3em;
    margin-top: -0.2em;
    background: url(../image/common/arrow-16px.png) no-repeat center;
    background-size: auto 90%;
}

.csr-list dd .swiper {
    visibility: visible;
    overflow: hidden;
    width: 66%;
    background: none;
}

.csr-list dd .swiper .swiper-slide {
    width: 48.4855%;
}

.csr-list dd .swiper .swiper-slide + .swiper-slide {
    margin-left: 3%;
}

.aboutus-contactproject_ .swiper-kv .swiper-title {
    position: absolute;
    left: 50%;
    top: 8%;
    width: 10em;
    margin-left: -5em;
    font-size: 2.6em;
    font-style: oblique;
    color: #fff;
    text-shadow: 1px 1px 5px #ccc;
}

.aboutus-contactproject_ .swiper-kv .swiper-title h3 {
    font-size: 0.5em;
}

.contactproject_list {
    padding: 4em 1em;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    margin-top: -20em;
    position: relative;
}

.contactproject_list-split {
    overflow: hidden;
    margin-bottom: 2em;
}

* + .contactproject_list-split {
    margin: 2em 0;
}

.contactproject_list-split h2 {
    width: 200%;
    margin-left: -50%;
    font-size: 2.4em;
    text-align: center;
}

.contactproject_list-split h2:before {
    content: "••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••";
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    font-size: 0.4em;
    letter-spacing: 0.8em;
    overflow: hidden;
    text-align: right;
}

.contactproject_list-split h2:after {
    content: "••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••";
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
    font-size: 0.4em;
    letter-spacing: 0.8em;
    overflow: hidden;
    text-align: left;
}

.contactproject_list dl {
    margin-top: 1em;
}

.contactproject_list dl dt {
    background: #ddd;
    font-size: 2.4em;
    height: 1.8em;
    color: #008dd5;
    line-height: 1;
    overflow: hidden;
    position: relative;
}

.contactproject_list dl dt:before {
    content: "" !important;
    width: 4px;
    height: 105%;
    margin-right: 1em;
    background: #008dd5;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
}

.contactproject_list dl dt:after {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    display: block;
    width: 20px;
    height: 6em;
    margin-top: -3em;
    background: url('../images/arrow-blue-toggle.png') no-repeat left center;
    transition: background 300ms;
    -webkit-transition: background 300ms;
}

.contactproject_list dl.open dt:after {
    background-position: right center;
}

.contactproject_list dl dt h2 {
    display: inline-block;
    margin-right: 1em;
}

.contactproject_list dl dt h3 {
    display: inline-block;
    font-size: 0.8em;
}

.contactproject_list dl dd {
    height: 0;
    overflow: hidden;
}

.contactproject_list dl.open dd {
    height: auto;
}

.contactproject_list dl dd ul {
    width: 110%;
}

.contactproject_list dl dd li {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4em;
    width: 40%;
    min-height: 7.8em;
    padding: 1.5em 0 0 0;
    padding-right: 5.3%;
    border-bottom: 1px #eee solid;
}

.contactproject_list dl dd li h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0.6em;
}

.contactproject_list dl dd li p span + span {
    margin-left: 2em;
}

.aboutus-worksintroduction .swiper-kv .swiper-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

.aboutus-worksintroduction .swiper-kv .swiper-content:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.aboutus-worksintroduction .swiper-kv .swiper-content-inside {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 2;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    color: #333;
    letter-spacing: 0.1em;
}

.aboutus-worksintroduction .swiper-kv .swiper-content-inside h2 {
    font-size: 2.2em;
    margin-bottom: 0.5em;
}

.aboutus-worksintroduction .swiper-kv .swiper-content-inside p span {
    color: #ffcc00;
}

.aboutus-worksintroduction .swiper-kv .swiper-content-inside .num-list {
    margin: 1em -10% 0;
}

.aboutus-worksintroduction .swiper-kv .swiper-content-inside .num-list img {
    margin: 1em;
    cursor: pointer;
    transition: transform 300ms, box-shadow 300ms;
    border: 10px transparent solid;
}

.aboutus-worksintroduction
.swiper-kv
.swiper-content-inside
.num-list
img:hover {
    transform: translate(0, -5%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.aboutus-worksintroduction
.swiper-kv
.swiper-content-inside
.num-list
img.active {
    background: rgba(255, 255, 255, 0.3);
    border: 10px rgba(255, 255, 255, 0) solid;
    border-radius: 5px;
}

.worksintroduction-mask {
    position: relative;
}

.worksintroduction-mask img {
}

.worksintroduction-mask-main {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5);
}

.worksintroduction-mask-main:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.worksintroduction-mask-inside {
    font-size: 16px;
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    white-space: normal;
    color: #fff;
    line-height: 2;
}

.worksintroduction-mask-inside h2 {
    font-size: 2.1em;
    line-height: 1;
    color: #1baaeb;
    font-weight: bold;
    text-shadow: -1px 0 rgba(255, 255, 255, 1), 0 1px rgba(255, 255, 255, 1), 1px 0 rgba(255, 255, 255, 1), 0 -1px rgba(255, 255, 255, 1);
    letter-spacing:10px;
    margin-bottom: 17px;
}

.worksintroduction-imgword:last-child {
    margin-bottom: 5%;
}

.worksintroduction-imgword .word h2 {
    font-size: 2em;
    color: #1baaeb;
}

.worksintroduction-imgword .word h3 {
    font-size: 1.3em;
    color: #1baaeb;
    margin-top: 0.5em;
    line-height: 2;
}

.worksintroduction-imgword .word p {
    font-size: 1em;
}

.worksintroduction-imgword .word-inner {
    padding: 0 2%;
    /*max-width: 54%;*/
}

.worksintroduction-imgword .icon-group {
    width: 100%;
    white-space: nowrap;
    text-align: center;
    letter-spacing: -0.35em;
    font-size: 1.2em;
    margin-top: 1.5em;
}

.worksintroduction-imgword .icon-group li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
}

.worksintroduction-imgword .icon-group-3x li {
    width: 33.3333%;
}

.worksintroduction-imgword .icon-group-3x li h5 {
    margin-top: 0.5em;
}

.worksintroduction-imgword-a .imgword-right .word * + h2 {
    margin-top: 1em;
}

.worksintroduction-number {
    text-align: center;
    padding: 5% 0;
}

.worksintroduction-number .number-icon li {
    display: inline-block;
    width: 30%;
    position: relative;
    vertical-align: top;
}

.worksintroduction-number .number-icon li + li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    display: inline-block;
    width: 2px;
    height: 40%;
    background: #008dd5;
}

.worksintroduction-number .number-icon li div {
    display: inline-block;
    width: 50%;
    padding-bottom: 50%;
    height: 0;
    border: 3px #1baaeb solid;
    border-radius: 100%;
}

.worksintroduction-number .number-icon li div b {
    font-size: 4em;
    color: #1baaeb;
    line-height: 2;
}

.worksintroduction-number .number-icon li div p {
    margin-top: -1.5em;
    font-size: 15px;
}

.worksintroduction-number .number-word {
    text-align: left;
    font-size: 16px;
    color: #346e53;
    margin: auto;
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.worksintroduction-number .number-word li {
    margin-top: 1em;
    vertical-align: top;
}

.worksintroduction-number .number-word li img {
    margin-right: 0.5em;
    vertical-align: middle;
}

.worksintroduction-imgword-c {
    background: #f1f1f1;
}

.worksintroduction-system {
    padding: 2% 0;
    text-align: center;
}

.worksintroduction-system img{
    width: 66%;
}

.worksintroduction-imgword-d .word-inner {
    padding: 0 2%;
}

.worksintroduction-imgword-d .h4 h3 {
    font-size: 1.4em;
    color: #000;
    font-weight: bold;
}

.worksintroduction-imgword-d .h4 * + h3 {
    margin-top: 1em;
}

.worksintroduction-imgword-d .h4 p {
    font-size: 1em;
}

.worksintroduction-imgword-d .h4 p span {
    display: block;
    font-size: 18px;
}

.popup-worksintroduction .popup-inside {
    padding: 40px;
}

@media (min-width: 768px) {
    .project_impression-video {
        padding: 3% 0;
    }

    .project_impression-video dl {
        position: relative;
        height: 0;
        padding-bottom: 24.6%;
    }

    .project_impression-video dl + dl {
        margin-top: 0.5%;
    }

    .project_impression-video dl dt {
        position: absolute;
        width: 7.5%;
        padding: 0 1%;
        height: 100%;
        background: #f0f0f0;
    }

    .project_impression-video dl dt h2 {
        font-size: 1.75em;
        font-weight: bold;
        line-height: 1;
        margin: 1em 0 1em 0;
        white-space: nowrap;
    }

    .project_impression-video dl dt h2:before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 1em;
        background: #008dd5;
        vertical-align: bottom;
        margin-right: 0.2em;
    }

    .project_impression-video dl dt a.btn-play-all {
        position: absolute;
        left: 7%;
        bottom: 5%;
        white-space: nowrap;
        cursor: pointer;
    }

    .project_impression-video dl dt a.btn-play-all img {
        width: 1.2em;
        vertical-align: middle;
        margin-right: 0.2em;
    }

    .project_impression-video dl dd {
        position: absolute;
        width: 80.5%;
        height: 100%;
        left: 10%;
    }

    .project_impression-video .item-left dt {
        left: 0;
    }

    .project_impression-video .item-right dt {
        right: 0;
    }

    .project_impression-video .swiper-video,
    .project_impression-video .swiper-video .swiper-mask,
    .project_impression-video .swiper-video .swiper-wrapper {
        height: 100%;
    }

    .project_impression-video .swiper-video .swiper-mask {
        position: relative;
    }

    .project_impression-video .swiper-video .swiper-wrapper {
        width: 100000px;
        white-space: nowrap;
        letter-spacing: -0.35em;
        position: absolute;
        top: 0;
        transition: transform 500ms !important;
    }

    .project_impression-video .swiper-video li {
        float: none;
        display: inline-block;
        white-space: normal;
        letter-spacing: 0;
        vertical-align: top;
    }

    .project_impression-video .swiper-video li.swiper-4x {
        width: 403px;
        height: 100%;
    }

    .project_impression-video .swiper-video li.swiper-2x {
        width: 201px;
        height: 100%;
    }

    .project_impression-video .swiper-video li.swiper-1x {
        width: 201px;
        height: 48.985%;
    }

    .project_impression-video .swiper-video li.swiper-1x + li.swiper-1x {
        margin: 126px -201px 0 -201px;
    }

    .project_impression-video .swiper-video li a {
        display: block;
        position: relative;
        width: 98.76%;
        height: 100%;
        cursor: pointer;
        color: #fff;
    }

    .project_impression-video .swiper-video li a .title {
        position: absolute;
        width: 80%;
        left: 0;
        bottom: 0;
        padding: 0.5em;
        font-size: 1em;
        line-height: 1.5;
    }

    .project_impression-video .swiper-video li a .time {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0.5em;
        font-size: 1.4em;
        line-height: 1;
    }

    .project_impression-video .swiper-video li a .player {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        filter: alpha(opacity=0);
        transition: opacity 300ms;
    }

    .project_impression-video .swiper-video li a .player:before {
        content: "";
        position: absolute;
        left: 40%;
        top: 50%;
        width: 20%;
        padding-bottom: 20%;
        margin-top: -10%;
        background-image: url(../image/aboutus-project_impression-player.png);
        background-size: contain;
    }

    .project_impression-video .swiper-video li a:hover .player {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .project_impression-video .swiper-video li.swiper-2x a,
    .project_impression-video .swiper-video li.swiper-1x a {
        width: 97.52%;
    }

    .project_impression-video .swiper-video li a img {
        width: 100%;
        height: 100%;
    }

    .project_impression-video .swiper-video .swiper-prev,
    .project_impression-video .swiper-video .swiper-next {
        width: 11.802%;
        height: 30%;
        top: 35%;
    }

    .project_impression-video .swiper-video .swiper-prev {
        left: -11.802%;
    }

    .project_impression-video .swiper-video .swiper-next {
        right: -11.802%;
    }

    .project_impression-video .swiper-video .swiper-prev-bg:before {
        background-image: url(../image/aboutus-project_impression-prev.png);
        background-color: transparent;
        background-size: auto;
    }

    .project_impression-video .swiper-video .swiper-next-bg:before {
        background-image: url(../image/aboutus-project_impression-next.png);
        background-color: transparent;
        background-size: auto;
    }

    .project_impression-video .item-left .swiper-video .swiper-wrapper {
        left: 0;
    }

    .project_impression-video .item-right .swiper-video .swiper-wrapper {
        right: 0;
    }

    .project_impression-video .item-left .swiper-video li {
        float: left;
    }

    .project_impression-video .item-right .swiper-video li {
        float: right;
    }

    .project_impression-video .item-right .swiper-video .swiper-prev {
        left: auto;
        right: -11.802%;
    }

    .project_impression-video .item-right .swiper-video .swiper-next {
        left: -11.802%;
        right: auto;
    }

    .project_impression-video .item-right .swiper-video .swiper-prev-bg:before {
        background-image: url(../image/aboutus-project_impression-next.png);
    }

    .project_impression-video .item-right .swiper-video .swiper-next-bg:before {
        background-image: url(../image/aboutus-project_impression-prev.png);
    }
}

.honor-banner {
    position: relative;
    min-height: 200px;
}

.honor-nav {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.honor-nav a {
    display: inline-block;
}

.honor-nav-prev,
.honor-nav-next {
    display: inline-block;
    font-size: 4em;
    vertical-align: middle;
    cursor: default;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.honor-nav-prev:before,
.honor-nav-next:before {
    content: "";
    display: none;
    width: 100%;
    height: 0;
}

.honor-nav-prev .ha-icon,
.honor-nav-next .ha-icon {
    margin: 0;
    vertical-align: top;
}

.honor-nav-prev .ha-icon-prev,
.honor-nav-next .ha-icon-next {
    transition: transform 300ms;
    -webkit-transition: transform 300ms;
    cursor: pointer;
}

.honor-nav-content {
    display: inline-block;
    overflow: hidden;
    font-size: 2.6em;
    line-height: 2.2;
    color: #666;
    padding: 0.4em 2em;
    vertical-align: middle;
}

.honor-nav-content span {
    display: inline-block;
    margin: 0 0.5em;
}

.honor-nav-content span img {
    vertical-align: middle;
}

.honor-nav-content span sub {
    font-size: 0.5em;
    padding-left: 0.5em;
}

.honor-list li.even {
    background: #f5f5f5;
}

.honor-list li .inside {
    position: relative;
    width: 69.4444%;
    margin: auto;
    padding: 3% 10%;
    white-space: nowrap;
}

.honor-list li .inside:before {
    content: "";
    display: block;
    position: absolute;
    left: 28px;
    bottom: 0;
    margin-bottom: 4.3%;
    width: 0;
    height: 100%;
    border-left: 1px #000 solid;
}

.honor-list li .inside:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 4.3%;
    width: 57px;
    height: 57px;
    background: url(../img1/aboutus-honor-icon.png) no-repeat center;
}

.honor-list li .inside .img {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    text-align: center;
}

.honor-list li .inside .img:before {
    content: "●";
    display: block;
    font-size: 3em;
    line-height: 0.6;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 4.3%;
    width: 57px;
    text-align: center;
}

.honor-list li .inside .word {
    display: inline-block;
    width: 75%;
    white-space: normal;
    vertical-align: middle;
}

.honor-list li .inside .img + .word {
    margin-left: 8%;
}

.honor-list li .inside .word h2 {
    font-size: 1.3em;
    padding-left: 7em;
    position: relative;
    margin: 0.5em 0;
}

.honor-list li .inside .word h2 .lab {
    display: inline-block;
    width: 7em;
    left: 0;
    top: 0;
    position: absolute;
}

.honor-list li .inside .word h2 .lab:before {
    content: "";
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: middle;
    border-width: 0.4em 0.4em 0.5em 0;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
}

.honor-list li .inside .word h2 p {
    padding: 0;
    margin: 0;
}

.honor-list li:first-child .inside:before {
    top: 0;
    margin-top: 4.3%;
}

.honor-list li:first-child:last-child .inside:before {
    height: auto;
    bottom: 0;
    margin-bottom: 4.3%;
}

.aboutus-joinus #cate-nav-pc {
    display: none !important;
}

.none {
    display: none;
}

.frame-aboutus .frame-relative {
    position: relative;
}

.frame-aboutus .frame-joinus-nav {
    background-color: #eceef1;
    /*max-width: 1440px;*/
    margin-left: auto;
    margin-right: auto;
}

.frame-aboutus .breadline-joinus {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.frame-aboutus .breadline-joinus * + *:before {
    color: #666;
}

.frame-aboutus .breadline-joinus * {
    color: #666;
    font-size: 1em;
    padding: 1.125em 0.875em;
    display: inline-block;
    margin-right: 2px;
}

.job-des {
    padding-top: 1.9em;
}

.title {
    font-size: 2.25em;
    color: #000;
    text-align: center;
}

.job-des .tabs {
    overflow: hidden;
    margin-top: 2em;
}

.job-des .tabs .tabs-btn {
    cursor: pointer;
    width: 25%;
    float: left;
    text-align: center;
    padding: 2.375em 0;
    position: relative;
    transition: all 300ms;
}

.job-des .tabs .tabs-btn p {
    font-size: 1.3em;
    color: #666;
    margin-top: 1.25em;
}

.job-des .tabs .tabs-btn .tabs-icon {
    display: inline-block;
}

.job-des .cont {
    padding: 2em 0 3em;
}

.job-des .cont .block {
    font-size: 1.15em;
    color: #666;
    text-align: left;
    line-height: 28px;
}

.swiper-prev-color:before {
    background-image: url('../images/prev-colo-1.png');
    box-shadow: 0 0 black;
}

.swiper-next-color:before {
    background-image: url('../images/next-colo-1.png');
}

.project_per .wrap-1440 {
    background-color: #f7f7f7;
    padding-top: 1.9em;
    padding-bottom: 1.9em;
    position: relative;
}

.project_per .swiper-button-prev {
    left: 100px;
    top: 55%;
}

.project_per .swiper-button-next {
    right: 100px;
    top: 55%;
}

.project_per .swiper-container {
    background: none;
    width: 75%;
    margin: 2% auto;
    overflow: hidden;
    text-align: center;
}

.project_per .swiper-container:before {
    padding-bottom: 23%;
}

.project_per .swiper-mask {
    overflow: hidden;
}

.project_per .swiper-prev {
    margin-left: -40px;
    cursor: pointer;
}

.project_per .swiper-next {
    margin-right: -40px;
    cursor: pointer;
}

.project_per .swiper-container .swiper-wrapper {
    white-space: nowrap;
    letter-spacing: -4px;
    height: auto !important;
}

.project_per .swiper-container .swiper-wrapper:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.project_per .swiper-container .swiper-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    height: auto !important;
}

.project_per .swiper-container .swiper-slide a .img {
    position: relative;
}

.project_per .swiper-container .swiper-slide a .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.project_per .swiper-container .swiper-slide a .img-pro {
    position: relative;
    z-index: 5;
    padding: 5px 0;
    display: block;
}

.project_per .swiper-container .swiper-slide a .img-pro-a {
    white-space: nowrap;
}

.project_per .swiper-container .swiper-slide a .img-pro-a:before {
    content: "";
    display: inline-block;
    height: 0;
    padding-bottom: 50%;
    vertical-align: middle;
}

.project_per .swiper-container .swiper-slide a .img-pro-b {
    max-width: 40%;
    max-height: 3em;
    display: inline-block;
    margin-top: -4px;
    margin-right: 0.5em;
}

.project_per .swiper-container .swiper-slide a .img-pro-c {
    margin-top: -3px;
}

.project_per .swiper-container .swiper-slide.swiper-slide-active a {
    margin: 0;
    opacity: 1;
}

.talent-edu {
    padding-top: 3em;
    overflow: hidden;
}

.talent-edu .wrap {
    padding-bottom: 3.125em;
    border-bottom: 4px solid #f7f7f7;
    overflow: hidden;
}

.talent-edu .info {
    margin-top: 2em;
    margin-bottom: 2.5em;
    text-align: center;
    color: #333;
    font-size: 1.15em;
    line-height: 28px;
}

.talent-edu .list {
    overflow: hidden;
    margin-bottom: 1.4em;
}

.talent-edu .list .item {
    position: relative;
    width: 49.2%;
}

.talent-edu .list .item.fl {
    float: left;
}

.talent-edu .list .item.fr {
    float: right;
}

.talent-edu .list .item .image {
    width: 69.7%;
    float: left;
}

.talent-edu .list-l .item .image {
    float: left;
}

.talent-edu .list-l .item .word {
    right: 0;
    left: none;
}

.talent-edu .list-r .item .image {
    float: right;
}

.talent-edu .list-r .item .word {
    left: 0;
    right: none;
    background-color: #89c997 !important;
}

.talent-edu .list-r .item2 .word {
    background-color: #00c4f2 !important;
}

.talent-edu .list .item .word {
    width: 27.3%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    display: block;
    background-color: #0789d6;
    white-space: nowrap;
}

.talent-edu .list .item .word span {
    display: inline-block;
}

.talent-edu .list .item .word .paddingL {
    padding-left: 3em;
}

.talent-edu .list .item2 .word {
    background-color: #f8b551;
}

.talent-edu .list .item .word-inner {
    text-align: left;
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.125em;
    color: #fff;
    width: 90%;
    padding-bottom: 0.4em;
    white-space: normal;
}

.talent-edu .list .item .word:before,
.talent-edu .list .item .word:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.talent-edu .list-other .item {
    width: 100%;
}

.talent-edu .list-other .item .image {
    width: auto;
    margin-right: 1.2em;
}

.talent-edu .list-other .item .word {
    width: 13.5%;
}

.project_family .block {
    position: relative;
}

.project_family .tabs .tabs-btn.last::after {
    content: none;
}

.project_family .tabs .tabs-btn {
    padding: 0.8em;
    background-color: #f7f7f7;
}

.project_family .tabs .tabs-btn p {
    margin-top: 0;
    color: #333;
}

.project_family .block .word {
    overflow: hidden;
    width: 28%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
}

.project_family .block .word:before,
.project_family .block .word:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.project_family .block .word-inner {
    display: inline-block;
    vertical-align: bottom;
    white-space: normal;
    padding: 0 7% 10%;
    font-size: 0.9em;
}

.project_family .block .word-inner h2 {
    font-size: 1.875em;
    color: #333;
    margin-bottom: 0.5em;
}

.awards .swiper li.swiper-slide a {
    opacity: 1;
}

.awards .swiper li .info {
    font-size: 1.3em;
    color: #333;
    margin-top: 1.5em;
    text-align: center;
}

.awards .swiper li:nth-child(3),
.awards .swiper li:nth-child(4) {
    margin-top: 2.4%;
}

.awards .swiper li a {
    padding: 0 14px;
}

.awards .swiper li.swiper-slide-active a {
    margin: 0 6%;
}

.awards .swiper {
    margin: 1% auto;
    width: 73%;
}

.questList {
    padding-top: 1.9em;
}

.questList .title {
    margin-bottom: 0.5em;
}

.fqa-hd {
    text-align: center;
    background: #f9f9f9;
    padding: 20px 10px;
    line-height: 1;
}

.fqa-hd-content {
    margin-top: 1em;
}

.fqa-list {
    padding-left: 10%;
    overflow: hidden;
    padding-top: 2%;
    border-bottom: 4px solid #f7f7f7;
}

.fqa-list li + li {
    border-top: 1px #ddd solid;
}

.fqa-list li {
    position: relative;
}

.fqa-list li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: -5.5555%;
    top: 3em;
    display: inline-block;
    border-left: 1px #ddd solid;
}

.fqa-list li:last-child:before {
    display: none;
}

.fqa-list .fqa-title {
    font-size: 1.3em;
    padding: 1.5em 0;
    position: relative;
    z-index: 100;
    cursor: pointer;
    transition: color 300ms;
    -webkit-transition: color 300ms;
}

.fqa-list .fqa-title i {
    position: absolute;
    width: 11.1111%;
    height: 6em;
    left: -11.1111%;
    top: 50%;
    margin-top: -3em;
    display: inline-block;
    background: url('../images/fqa-icon.png') no-repeat center;
    transition: background 300ms steps(8, end);
    -webkit-transition: background 300ms steps(8, end);
}

.fqa-list .fqa-title b {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 20px;
    height: 6em;
    margin-top: -3em;
    background: url('../images/arrow-blue.png') no-repeat left center;
    transition: background 300ms;
    -webkit-transition: background 300ms;
}

.fqa-list .fqa-title:hover {
    color: #0786d3;
}

.fqa-list .fqa-content {
    height: 0;
    overflow: hidden;
    transition: height 300ms;
    -webkit-transition: height 300ms;
}

.fqa-list .fqa-content-inner {
    padding-bottom: 2.6em;
}

.fqa-list .fqa-content-inner div {
    overflow: hidden;
}

.fqa-list .fqa-content-inner p {
    font-size: 1.1em;
    line-height: 26px;
}

.fqa-list .fqa-content-inner img.left {
    float: left;
    margin: 0 1em 1em 0;
}

.fqa-list .fqa-content-inner img.right {
    float: right;
    margin: 0 0 1em 1em;
}

.fqa-list .open .fqa-title i {
    background: url('../images/fqa-icon-open.png') no-repeat center;
}

.fqa-list .open .fqa-title b {
    background-position: right center;
}

.position {
    padding-top: 1.9em;
}

.position .title {
    margin-bottom: 1em;
}

.position .list {
    text-align: center;
}

.position .list .item {
    width: 12%;
    display: inline-block;
    cursor: pointer;
}

.position .list .item1 {
    margin-right: 15%;
}

.position .list .item p {
    font-size: 1.5em;
    color: #fff;
    line-height: 2;
    background: #0786d3;
    border-radius: 8px;
    margin-top: 1.375em;
    margin-bottom: 2em;
}

.personnel {
    padding-top: 3em;
    padding-bottom: 4em;
}

.personnel .title {
    padding-bottom: 1em;
    background: url(../image/joinus/line.png) no-repeat center bottom;
    background-size: 100%;
}

.personnel .personnel-intro {
    margin-top: 3em;
    position: relative;
}

.personnel .personnel-intro .image {
    width: 21.8%;
}

.personnel .personnel-intro .name {
    text-align: center;
    margin-top: 0.83em;
}

.personnel .personnel-intro .name p {
    font-size: 1.2em;
    color: #0096e0;
}

.personnel .personnel-intro .name p.p2 {
    color: #444;
}

.personnel .personnel-intro .word {
    position: absolute;
    left: 21.8%;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.personnel .personnel-intro .word-inner {
    display: inline-block;
    vertical-align: top;
    margin: auto;
    white-space: normal;
    padding-left: 5%;
}

.personnel .personnel-intro .word-inner .blue {
    color: #0096e0;
}

.personnel .personnel-intro .word-inner h2 {
    font-size: 1.5em;
    font-weight: bold;
}

.personnel .personnel-intro .word-inner .h2 {
    margin-top: 0.4em;
    margin-bottom: 0.3em;
}

.personnel .personnel-intro .word-inner .h3 {
    margin-top: 0.8em;
    margin-bottom: 0.4em;
}

.personnel .personnel-intro .word-inner p {
    font-size: 1.3em;
    color: #444;
    line-height: 2;
    letter-spacing: 1px;
}

.personnel .personnel-intro .word-inner .p1 {
    display: inline-block;
    margin-right: 1em;
}

.personnel-cas .wrap {
    text-align: right;
    width: 1155px;
}

.personnel-cas .wrap .back {
    width: 6em;
    font-size: 1.5em;
    color: #fff;
    padding: 0.4em 0;
    text-align: center;
    background-color: #54c3f1;
    display: inline-block;
}

@media (max-width: 1440px) {
    .alert-parameter .alert-inside {
        max-width: 100%;
    }

    .alert-parameter .alert-title {
        overflow: auto;
    }
}

@media (min-width: 769px) {
    .cate-nav li a {
        font-size: 1.4em;
    }

    .hrv-product-detail .select-result-bd {
        margin-top: 6.2em;
    }

    .project_global-summary .toggler-summary {
        display: none;
    }

    .project_global-summary .toggler-detail {
        display: block;
    }

    .project_global-summary .toggler-btn {
        display: none;
    }

    .popup-video .popup-inside {
        width: 600px;
    }

    .frame-aboutus .breadline-black-pc * + *:before {
        color: #000;
    }

    .frame-aboutus .breadline-black-pc * {
        color: #000;
    }

    .frame-aboutus .breadline-relative-pc {
        position: relative;
        left: 0;
        margin-left: 0;
        width: auto;
    }

    .awards .swiper li {
        height: 100% !important;
        width: auto !important;
    }

    .awards .swiper li.swiper-slide:nth-child(2) a {
        margin-top: 0;
    }

    .talent-edu .list .item .word-inner {
        padding-left: 1em;
    }

    .talent-edu .list .item .word .paddingL {
        padding-left: 0.8em;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1035px) {
    .wrap {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .talent-edu .list-other .item .image {
        width: 27%;
        margin-right: 1.2em;
    }

    .awards .swiper li {
        width: 25% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
    .awards .swiper {
        width: 98%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .frame-aboutus .breadline {
        left: 0;
        margin-left: 0;
        width: 100%;
    }

    .imgword .word {
        font-size: 0.8em;
    }

    .imgword .word h2 + * {
        margin-top: 0.5em;
    }

    .imgword-index .more-list {
        margin-top: 1em;
    }

    .project_global-summary,
    .careerfield-summary,
    .businesstheory-summary,
    .worldproject_summary,
    .coperateculture-summary,
    .csr-summary {
        padding: 3em 1em;
        font-size: 1em;
    }

    .project_global-summary .toggler-summary {
        display: none;
    }

    .project_global-summary .toggler-detail {
        display: block;
    }

    .project_global-summary .toggler-btn {
        display: none;
    }

    .project_global-summary-word {
        font-size: 1em;
    }

    .businesstheory-program h3,
    .businesstheory-pdf h3 {
        font-size: 1.4em;
    }

    .project_global-world .maps-title {
        font-size: 1em;
        left: 1em;
    }

    .project_global-world .list dl {
        margin: auto;
        padding: 1em 0;
        font-size: 1em;
    }

    .careerfield-list .wrap {
        width: 90%;
    }

    .worldproject_list li .word {
        font-size: 1.2em;
        width: 50%;
    }

    .contactproject_list {
        font-size: 0.8em;
        padding: 1em;
        box-sizing: border-box;
        margin-top: -12em;
    }

    .coperateculture-list dd .word,
    .csr-list dd .word {
        font-size: 0.8em;
    }

    .aboutus-worksintroduction .swiper-kv .swiper-content {
        width: 90%;
        left: 5%;
    }

    .aboutus-worksintroduction .swiper-kv .swiper-content-inside {
        font-size: 1em;
    }

    .aboutus-worksintroduction .swiper-kv .swiper-content-inside h2 {
        font-size: 1.8em;
        line-height: 1.5;
    }

    .aboutus-worksintroduction .swiper-kv .swiper-content-inside .num-list {
        margin: 1em 14% 0;
    }

    .aboutus-worksintroduction .swiper-kv .swiper-content-inside .num-list img {
        width: 26%;
    }

    .worksintroduction-mask img {
        width: 130%;
        max-width: none;
        margin-left: -15%;
    }

    .worksintroduction-mask-inside {
        font-size: 0.8em;
        line-height: 1.5;
    }

    .worksintroduction-mask-inside h2 {
        line-height: 2;
        margin-bottom: 0.5em;
    }

    .worksintroduction-imgword .word-inner {
        padding: 0 10%;
        max-width: 80%;
    }

    .worksintroduction-imgword .word h2 {
        font-size: 1.6em;
    }

    .worksintroduction-imgword .word h2 + * {
        margin-top: 0em;
    }

    .worksintroduction-imgword .word h3 {
        font-size: 1em;
    }

    .worksintroduction-imgword .word p {
        font-size: 1em;
        line-height: 1.5;
        margin-top: 0.5em;
    }

    .worksintroduction-number {
        font-size: 0.7em;
    }

    .worksintroduction-imgword .icon-group {
        font-size: 1em;
        margin-top: 0.5em;
    }

    .worksintroduction-imgword .icon-group-3x li img {
        max-width: 30%;
    }

    .worksintroduction-imgword-d .h4 p {
        font-size: 0.8em;
    }

    .project_impression-video > .wrap {
        width: 97.5%;
    }

    .project_impression-video dl dt {
        font-size: 0.8em;
    }
    .awards .swiper {
        width: 80%;
    }

    .awards .swiper li {
        width: 24% !important;
    }

    .awards .swiper li.swiper-slide:nth-child(2) a {
        margin-top: 31%;
    }

    .personnel .personnel-intro .word-inner p {
        font-size: 1em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
    .worldproject_list li .word {
        font-size: 1em;
        width: 50%;
    }

    .contactproject_list {
        padding: 1em;
        margin-top: -6em;
    }

    .talent-edu .list-other .item .image {
        width: 27%;
    }

    .awards .swiper li .info {
        white-space: normal;
    }

    .awards .swiper li .info br {
        display: none;
    }

    .personnel .personnel-intro .word-inner p {
        font-size: 0.9em;
    }

    .personnel .personnel-intro .word-inner h2 {
        font-size: 1.2em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .awards .swiper li .info {
        white-space: normal;
    }

    .awards .swiper li .info br {
        display: none;
    }
}

@media (max-width: 767px) {
    .frame-aboutus .breadline {
        left: 0;
        margin-left: 0;
        width: 100%;
    }

    .frame-aboutus .breadline * {
        font-size: 1em;
    }

    .frame-aboutus .breadline *:hover {
        font-size: 1em;
    }

    .frame-aboutus .breadline-black-mobile * + *:before {
        color: #000;
    }

    .frame-aboutus .breadline-black-mobile * {
        color: #000;
    }

    .frame-aboutus .breadline-relative-mobile {
        position: relative;
        left: 0;
        margin-left: 0;
        width: auto;
    }

    .imgword-index {
        padding: 1em;
    }

    .imgword-index .imgword + .imgword {
        margin-top: 1em;
    }

    .imgword-index .img {
        float: none;
        width: 100%;
    }

    .imgword-index .word {
        position: static;
        left: 0;
        right: auto;
    }

    .imgword-index .word:before,
    .imgword-index .word:after {
        display: none;
    }

    .imgword-index .word-inner {
        display: block;
        padding: 0;
    }

    .imgword-index .word-inner h2 {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        text-align: center;
        color: #fff;
        transform: translate(0, -80%);
    }

    .imgword-index .word-inner h2 .icon,
    .imgword-index .word-inner .h4 {
        display: none;
    }

    .imgword-index .more-list {
        margin-top: 0;
        font-size: 0.8em;
    }

    .imgword-index .more-list li a {
        padding: 0.8em 0;
    }

    .project_global-summary {
        font-size: 1em;
        padding: 1em;
    }

    .project_global-summary-h2 {
        position: absolute;
        left: 0;
        top: 4em;
        color: #fff;
        width: 100%;
        display: none;
    }

    .project_global-summary-word {
        float: none;
        width: auto;
        line-height: 1.5;
    }

    .project_global-summary-img {
        width: auto;
        padding-left: 0;
        margin-top: 1.5em;
    }

    .project_global-world {
        margin-top: 1em;
    }

    .project_global-world .maps .wrap {
        margin-top: 40%;
    }

    .project_global-world .maps-title {
        font-size: 1em;
        left: 0;
        width: 100%;
        text-align: center;
        margin-top: -45%;
    }

    .project_global-world .maps-area li .point-inside h2 {
        font-size: 0.8em;
    }

    .project_global-world .maps-area li .point-inside h3 {
        display: none;
    }

    .project_global-world .list dl {
        margin: auto;
        padding: 1em;
        font-size: 1em;
    }

    .project_global-world .list dl dt {
        width: auto;
    }

    .project_global-world .list dl dd {
        display: block;
        width: auto;
        margin: 1em 0 2em 0;
    }

    .project_global-world .list dl dd .img {
        width: 50%;
    }

    .project_global-world .list dl dd .word {
        font-size: 0.8em;
    }
    .careerfield-summary {
        font-size: 0.8em;
        padding: 2em;
    }

    .careerfield-summary h2 {
        font-size: 2em;
    }

    .careerfield-summary h3 {
        font-size: 1.5em;
    }

    .careerfield-list {
        text-align: center;
        background: #f7f7f7;
    }

    .careerfield-list dl {
        padding: 2em 0 0em 0;
    }

    .careerfield-list dl dt h2 {
        /*width: 200%;*/
        /*margin-left: -50%;*/
        font-size: 2em;
    }

    .careerfield-list dl dt h2:before {
        content: "";
        width: 10%;
        display: inline-block;
        height: 1px;
        background: #000;
        vertical-align: middle;
        margin-right: 1em;
    }

    .careerfield-list dl dt h2:after {
        content: "";
        width: 10%;
        display: inline-block;
        height: 1px;
        background: #000;
        vertical-align: middle;
        margin-left: 1em;
    }

    .careerfield-list dl dt h3 {
        font-size: 1.15em;
        font-weight: normal;
        padding: 0 0 10px 0;
    }

    .careerfield-list dl dd ul {
        margin: 0 1em;
    }

    .careerfield-list dl dd li {
        display: block;
        width: 100%;
        margin: auto;
        padding: 3% 0 10%; 
    }
    
    .careerfield-list dl dd li p{
        text-align: justify;
    }

    .careerfield-list dl dd li .img img {
        width: 106%;
        margin: -3%;
    }

    .careerfield-list dl dd li .word {
        font-size: 1em;
        margin-top: 0;
    }

    .careerfield-list dl dd li .word h2 {
        display: block;
        width: auto;
        margin-bottom: 0;
        background: none;
    }

    .businesstheory-summary {
        font-size: 1em;
        padding: 1em;
    }

    .businesstheory-summary h2 {
    }

    .businesstheory-program h3 {
        display: none;
    }

    .businesstheory-pdf {
        padding: 1em;
    }

    .businesstheory-pdf h3 {
        font-size: 1.2em;
    }

    .businesstheory-pdf .pdf-box {
        padding: 1em 0;
    }

    .businesstheory-pdf .img {
        float: none;
        width: auto;
    }

    .businesstheory-pdf .img img {
        display: block;
        margin: auto;
    }

    .businesstheory-pdf .word {
        font-size: 1em;
        margin-top: 2em;
    }

    .worldproject_summary {
        font-size: 1em;
        padding: 1em;
    }

    .worldproject_list {
        padding: 1em;
    }

    .worldproject_list li {
    }

    .worldproject_list li .word {
        font-size: 0.8em;
        width: 50%;
    }

    .worldproject_list li .word h2 {
        margin: 0.5em 0;
    }

    .worldproject_list li .word h3 {
        margin-top: 1em;
    }

    .worldproject_list li .word p {
        line-height: 1.4;
    }

    .worldproject_list li .word .readmore {
        margin-top: 1em;
    }

    .popup-worldproject_ .popup-close {
        width: 2em;
        height: 2em;
        font-size: 1em;
    }

    .popup-worldproject_ .info-device div {
        display: block;
        width: auto;
        font-size: 1em;
    }

    .coperateculture-summary {
        font-size: 1em;
        padding: 1em;
    }

    .coperateculture-list {
        padding: 0;
    }

    .coperateculture-list dl {
        background: #f7f7f7;
    }

    .coperateculture-list dd {
        padding: 1em 0;
    }

    .coperateculture-list dd .word {
        float: none !important;
        width: auto !important;
        margin: auto !important;
        font-size: 1em;
    }

    .coperateculture-list dd .word h2 {
        width: 200%;
        margin-left: -50%;
        font-size: 1.2em;
        text-align: center;
    }

    .coperateculture-list dd .word h2:before {
        content: "";
        width: 25%;
        display: inline-block;
        height: 1px;
        background: #000;
        vertical-align: middle;
        margin-right: 1em;
    }

    .coperateculture-list dd .word h2:after {
        content: "";
        width: 25%;
        display: inline-block;
        height: 1px;
        background: #000;
        vertical-align: middle;
        margin-left: 1em;
    }

    .coperateculture-list dd .word .player {
        display: none;
    }

    .coperateculture-list dd .word p {
        padding: 1em 10%;
    }

    .coperateculture-list dd .swiper {
        width: auto;
        margin: 1em;
    }

    .coperateculture-list dd .swiper img {
        width: 100%;
    }

    .coperateculture-list dd .swiper .swiper-slide + .swiper-slide {
        margin-left: auto;
    }

    .coperateculture-list dd .swiper .player-mobile {
        position: relative;
        display: block;
    }

    .coperateculture-list dd .swiper .player-mobile:before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        left: 0;
        top: 0;
    }

    .coperateculture-list dd .swiper .player-mobile:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 3em;
        height: 3em;
        background: url(../image/common/icon-player-white-border.png) no-repeat;
        background-size: contain;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .aboutus-csr .btn-pdf {
        left: 7%;
        top: 50%;
        margin: auto;
    }

    .aboutus-csr .btn-pdf1 {
        left: 7%;
        top: 65%;
        margin: auto;
    }

    .csr-summary {
        font-size: 1em;
        padding: 1em;
    }

    .csr-list {
        padding: 0;
    }

    .csr-list dl {
        background: #f7f7f7;
    }

    .csr-list dd {
        padding: 1em 0;
    }

    .csr-list dd .word {
        float: none !important;
        width: auto !important;
        margin: auto !important;
        font-size: 1em;
        text-align: center;
    }

    .csr-list dd .word h2 {
        width: 200%;
        margin-left: -50%;
        font-size: 1.2em;
        text-align: center;
    }

    .csr-list dd .word h2:before {
        content: "";
        width: 25%;
        display: inline-block;
        height: 1px;
        background: #000;
        vertical-align: middle;
        margin-right: 1em;
    }

    .csr-list dd .word h2:after {
        content: "";
        width: 25%;
        display: inline-block;
        height: 1px;
        background: #000;
        vertical-align: middle;
        margin-left: 1em;
    }

    .csr-list dd .word .player {
        display: none;
    }

    .csr-list dd .word p {
        padding: 1em 10%;
    }

    .csr-list dd .word .readmore {
    }

    .csr-list dd .swiper {
        width: auto;
        margin: 1em;
    }

    .csr-list dd .swiper img {
        width: 100%;
    }

    .csr-list dd .swiper .swiper-slide + .swiper-slide {
        margin-left: auto;
    }

    .csr-list dd .swiper .player-mobile {
        position: relative;
        display: block;
    }

    .csr-list dd .swiper .player-mobile:before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        left: 0;
        top: 0;
    }

    .csr-list dd .swiper .player-mobile:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 3em;
        height: 3em;
        background: url(../image/common/icon-player-white-border.png) no-repeat;
        background-size: contain;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .aboutus-contactproject_ .swiper-kv .swiper-title {
        top: 25%;
        font-size: 2em;
    }

    .aboutus-contactproject_ .swiper-kv .swiper-center {
        width: 510px;
    }

    .contactproject_title {
        text-align: center;
        font-size: 2em;
        color: #000;
        padding: 1em;
    }

    .contactproject_list-split h2 {
        font-size: 1.8em;
    }

    .contactproject_list {
        margin-top: auto;
        background: none;
        padding: 0;
        margin-bottom: 1em;
    }

    .contactproject_list dl {
        padding: 0 1em;
    }

    .contactproject_list dl dt {
        font-size: 1.6em;
        height: 2em;
        background: #eee;
    }

    .contactproject_list dl dd ul {
        width: auto;
    }

    .contactproject_list dl dd li {
        display: block;
        font-size: 1em;
        margin: auto;
        width: auto;
        padding: 1em;
    }

    .contactproject_list dl dd li:last-child {
        border: none;
    }

    .contactproject_list-split h2:before {
        content: "";
        width: 25%;
        height: 1px;
        background: #888;
        display: inline-block;
        vertical-align: middle;
        margin-right: 1em;
    }

    .contactproject_list-split h2:after {
        content: "";
        width: 25%;
        height: 1px;
        background: #888;
        display: inline-block;
        vertical-align: middle;
        margin-left: 1em;
    }

    .aboutus-worksintroduction .swiper-kv .swiper-content {
        width: 90%;
        left: 5%;
    }

    .aboutus-worksintroduction .swiper-kv .swiper-content-inside {
        font-size: 0.8em;
    }

    .aboutus-worksintroduction .swiper-kv .swiper-content-inside h2 {
        font-size: 1.8em;
        line-height: 1.5;
    }

    .aboutus-worksintroduction .swiper-kv .swiper-content-inside .num-list img {
        width: 36%;
        margin: 0;
    }

    .worksintroduction-mask img {
    }

    .worksintroduction-mask-inside {
        font-size: 1em;
    }

    .worksintroduction-mask-inside h2 {
        font-size: 1.6em;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .worksintroduction-imgword .img {
        float: none;
        width: auto;
    }

    .worksintroduction-imgword .word {
        position: relative;
        left: 0;
        /*height: 25em;*/
        text-align: center;
        padding: 20px 0;
    }

    .worksintroduction-imgword .word:before {
        display: none;
    }

    .worksintroduction-imgword .word-inner {
        max-width: none;
        padding: 0 2em;
    }

    .worksintroduction-imgword .word h2 {
        font-size: 1.4em;
        margin-bottom: 1em;
        text-align: center;
    }

    .worksintroduction-imgword .word h2 + * {
        margin-top: 0;
    }

    .worksintroduction-imgword .word p {
        font-size: 1em;
        margin-top: 0;
    }

    .worksintroduction-imgword-a .imgword-right .word h2 + * {
        margin-top: auto;
    }

    .worksintroduction-imgword-b .word {
        text-align: left;
    }

    .worksintroduction-imgword-c .word {
        text-align: left;
    }

    .worksintroduction-imgword-d .word {
        text-align: left;
    }

    .worksintroduction-imgword .word h3 {
        font-size: 1em;
        text-align: center;
    }

    .worksintroduction-imgword-b .word h3 {
        text-align: left;
    }

    .worksintroduction-number .number-icon li {
        width: 32%;
    }

    .worksintroduction-number .number-icon li div {
        font-size: 0.85em;
        width: 80%;
        padding-bottom: 80%;
        border: 2px #1baaeb solid;
    }

    .worksintroduction-number .number-icon li + li:before {
        width: 1px;
    }

    .worksintroduction-number .number-word {
        font-size: 1em;
        width: 100%;
        display: block;
    }
    
    .worksintroduction-number .number-icon li div b{
        font-size: 3em;
    }
    
    .worksintroduction-system img{
        width: 100%;
    }
    .worksintroduction-number .number-icon li div p{
        font-size: 14px;
    }

    .worksintroduction-number .number-word li {
        width: auto;
        margin-left: 3%;
    }

    .worksintroduction-number .number-word li img {
        width: 1.5em;
        float: left;
    }

    .worksintroduction-imgword-c {
        background: none;
    }

    .worksintroduction-imgword .icon-group {
        font-size: 1em;
        margin: 0;
    }

    .worksintroduction-imgword-d .h4 p span {
        text-align: center;
        font-size: 1.2em;
    }

    .worksintroduction-imgword-d ul li:nth-child(1) .word {
        /*height: 48em;*/
    }

    .project_impression-video {
        background: #f0f0f0;
        overflow: hidden;
    }

    .project_impression-video dl {
        position: relative;
        padding: 1em;
        background: #fff;
        margin-top: 2.5%;
    }

    .project_impression-video dl dt {
        margin-bottom: 1em;
    }

    .project_impression-video dl dt h2 {
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1;
        margin-right: 1em;
        white-space: nowrap;
        display: inline-block;
    }

    .project_impression-video dl dt h2:before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 1em;
        background: #008dd5;
        vertical-align: bottom;
        margin-right: 0.2em;
    }

    .project_impression-video dl dt div {
        display: inline-block;
    }

    .project_impression-video dl dt a.btn-play-all {
        float: right;
    }

    .project_impression-video dl dt a.btn-play-all img {
        width: 1.2em;
        vertical-align: middle;
        margin-right: 0.2em;
    }

    .project_impression-video dl dd {
        margin: 0 -2.5% -1% -2.5%;
    }

    .project_impression-video dl dd ul {
        width: 100% !important;
        white-space: nowrap;
        letter-spacing: -0.35em;
    }

    .project_impression-video dl dd li {
        width: 50%;
        height: 0;
        float: none !important;
        display: inline-block;
        position: relative;
        padding-bottom: 30%;
        vertical-align: top;
        letter-spacing: 0;
        white-space: normal;
    }

    .project_impression-video dl dd li:nth-child(2n) {
        margin: 30% 0 0 -50%;
    }

    .project_impression-video li a {
        display: block;
        position: absolute;
        width: 90%;
        height: 90%;
        left: 5%;
        top: 5%;
        cursor: pointer;
        color: #fff;
    }

    .project_impression-video li a img {
        width: 100%;
        height: 100%;
    }

    .project_impression-video li a .title {
        position: absolute;
        width: 80%;
        left: 0;
        bottom: 0;
        padding: 0.5em;
        font-size: 1em;
        line-height: 1;
        z-index: 10;
    }

    .project_impression-video li a .time {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0.5em;
        font-size: 1em;
        line-height: 1;
        z-index: 10;
    }

    .project_impression-video li a .player {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .project_impression-video li a .player:before {
        content: "";
        position: absolute;
        left: 40%;
        top: 50%;
        width: 20%;
        padding-bottom: 20%;
        margin-top: -10%;
        background-image: url(../image/aboutus-project_impression-player.png);
        background-size: contain;
    }

    .project_impression-video .swiper-prev,
    .project_impression-video .swiper-next {
        display: none;
    }

    .project_impression-video .swiper-pagination {
        position: relative;
        margin-bottom: -0.5em;
    }

    .project_impression-video .swiper-pagination-switch {
        background: #ddd;
        width: 0.5em;
        height: 0.5em;
    }

    .project_impression-video .swiper-active-switch {
        background: #008dd5;
        display: inline-block !important;
    }

    .project_impression-video .swiper-pagination-switch:nth-child(2n) {
        display: none;
    }

    .project_impression-video .swiper-active-switch + span + span {
        display: none;
    }

    .project_impression-video .swiper-active-switch + span + span + span {
        display: none;
    }

    .honor-nav-mobile {
        font-size: 2em;
        margin: 1em;
    }

    .honor-nav-mobile li {
        display: inline-block;
        position: relative;
    }

    .honor-nav-mobile li.active:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -4px;
        display: inline-block;
        border-width: 4px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
    }

    .honor-nav-mobile li a {
        display: block;
        padding: 0 1em;
        line-height: 1;
        color: #000;
    }

    .honor-nav-mobile li + li a {
        border-left: 1px #000 solid;
    }

    .honor-nav-mobile li.active {
        display: inline-block;
    }

    .honor-list li .inside {
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
    }

    .honor-list li .inside .img {
        width: 30%;
        vertical-align: middle;
    }

    .honor-list li .inside .img + .word {
        width: 62%;
    }

    .honor-list li .inside .word h2 {
        font-size: 1em;
    }

    .honor-list li .inside:before,
    .honor-list li .inside:after,
    .honor-list li .inside .img:before {
        display: none;
    }

    .honor-list li.odd,
    .honor-list li:nth-child(odd) {
        background: #f5f5f5;
    }

    .honor-list li.even,
    .honor-list li:nth-child(even) {
        background: #fff;
    }

    .title {
        font-size: 2.3em;
    }

    .job-des {
        padding: 1.9em 0.8em 0;
    }

    .job-des .tabs {
        margin-top: 0;
    }

    .job-des .tabs .tabs-btn p {
        font-size: 1.1em;
    }

    .job-des .cont .block {
        font-size: 1.3em;
    }

    .job-des .tabs .tabs-btn .tabs-icon > img {
        width: 70%;
    }

    .swiper-prev:before {
        width: 1.5em;
    }

    .swiper-next:before {
        width: 1.5em;
    }

    .project_per .swiper-container {
        width: 82%;
        height: 10em;
    }

    .project_per .swiper-mask {
        padding-bottom: 2em;
    }

    .project_per .swiper-container .swiper-wrapper {
        height: auto !important;
    }

    .talent-edu {
        padding: 1.9em 0.8em 0;
    }

    .talent-edu .list {
        margin-bottom: 0;
    }

    .talent-edu .list .item {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .talent-edu .list .item:first-child .image {
        float: left;
    }

    .talent-edu .list .item:first-child .word {
        right: 0;
        left: initial;
    }

    .talent-edu .list .item:last-child .image {
        float: right;
    }

    .talent-edu .list .item:last-child .word {
        left: 0;
    }

    .talent-edu .list .item .image {
        width: 80%;
    }

    .talent-edu .list .item .word {
        width: 18%;
    }

    .talent-edu .info {
        margin-bottom: 1em;
        margin-top: 1em;
        text-align: left;
        font-size:1.3em;
    }

    .talent-edu .list .item .word-inner {
        font-size: 0.8em;
        margin: 0 auto;
        text-align: left;
    }

    .talent-edu .list-other .item .image {
        width: 25.5% !important;
        float: left !important;
        margin-right: 0.5em;
    }

    .talent-edu .list-other .item:last-child .word {
        right: 0 !important;
        left: initial;
    }

    .talent-edu .list .item .word span {
        display: block;
    }

    .talent-edu .list .item .word .paddingL {
        padding-left: 0;
    }

    .project_family .tabs .tabs-btn {
        width: auto;
        padding: 0.3em;
    }

    .project_family .cont {
        padding: 0;
    }

    .project_family .tabs {
        margin-top: 1em;
    }

    .project_family .block .word {
        position: relative;
        width: auto;
    }

    .project_family .block .word-inner {
        padding: 0;
        display: block;
    }

    .project_family .block .word-inner h2 {
        font-size: 1.2em;
        font-weight: bold;
    }

    .awards .swiper li:nth-child(2) {
        margin-top: 3.5%;
    }

    .awards .swiper li:nth-child(3) {
        margin-top: 0;
    }

    .awards .swiper li:nth-child(4) {
        margin-top: 2.4%;
    }

    .awards .swiper li a > img {
        transform: scale(1.2, 1.2);
        width: 100%;
    }

    .awards .swiper li .info {
        font-size: 0.75em;
        white-space: normal;
    }

    .awards .swiper {
        width: 95%;
    }

    .questList {
        padding: 1.9em 0.8em 0;
    }

    .fqa-list {
        border-bottom: 1px solid #c9cbca;
    }

    .fqa-list .fqa-title b {
        transform: rotate(-90deg);
    }

    .fqa-list .open .fqa-title b {
        transform: rotate(0);
    }

    .fqa-list .fqa-title i {
        background: url('../images/fqa-icon-1.png') no-repeat center;
        background-size: 100%;
    }

    .fqa-list .open .fqa-title i {
        background: url('../images/fqa-icon-1.png') no-repeat center;
        background-size: 100%;
    }

    .fqa-list .fqa-title {
        font-size: 1em;
    }

    .fqa-list .fqa-content-inner p {
        font-size: 1em;
    }

    .position .list .item {
        width: auto;
    }

    .position .list .item .tabs-icon > img {
        width: 80%;
    }

    .position .list .item p {
        margin-bottom: 1.375em;
        font-size: 1.2em;
    }

    .personnel {
        padding-top: 0;
        padding: 0 0.8em 1.5em;
        background: url(../image/joinus/line_m.png) no-repeat center bottom;
        background-size: 100%;
    }

    .personnel .title {
        padding-bottom: 1em;
        background: url(../image/joinus/line_m.png) no-repeat center bottom;
        background-size: 100%;
    }

    .personnel .personnel-intro .image {
        width: 30%;
    }

    .personnel .personnel-intro .word {
        left: 30%;
    }

    .personnel .personnel-intro .word-inner {
        padding-left: 12%;
    }

    .personnel .personnel-intro .word-inner .name {
        text-align: left;
        margin-top: 0;
    }

    .personnel .personnel-intro .word-inner .name p {
        color: #000;
    }

    .personnel .personnel-intro .word-inner .p1 {
        margin-right: 0;
    }

    .personnel .personnel-intro .word-inner p {
        line-height: initial;
        letter-spacing: initial;
        font-size: 1em;
    }

    .personnel .personnel-intro .word-inner .h2 {
        font-size: 1.2em;
        color: #000;
    }

    .personnel .personnel-intro .word-inner h2.blue {
        color: #000;
        font-weight: normal;
        font-size: 1em;
    }

    .personnel .personnel-intro .word2 {
        margin-top: 1em;
        text-align: justify;
    }

    .personnel .personnel-intro .word2 h2 {
        font-weight: normal;
        font-size: 1.2em;
        color: #000;
        font-weight: bold;
    }

    .personnel-cas {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .personnel-cas .wrap {
        width: auto;
        padding: 0 0.8em;
    }

    .personnel-cas .wrap .back {
        width: 2.5em;
        font-size: 1.2em;
    }
}
