* {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover,
a:focus {
    text-decoration: none;
}

button,
input {
    outline: none;
}

ul {
    margin-bottom: 0;
}

ul li {
    list-style-type: none;
}

@font-face {
    font-family: 'avenir';
    src: url('../fonts/Avenir-Black-03.ttf');
}

@font-face {
    font-family: 'avenir-medium';
    src: url('../fonts/avenir-lt-65-medium.ttf');
}

@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    src: url('../fonts/AvenirNextLTPro-Bold.otf');
}

@font-face {
    font-family: 'meiryo';
    src: url('../fonts/MeiryoUI-03.ttf');
}

@font-face {
    font-family: 'hiraginostd-w6';
    src: url('../fonts/ヒラギノ角ゴStdW6.otf');
}

@font-face {
    font-family: 'HiraginoKakuGothicStd-w8';
    src: url('../fonts/ヒラギノ角ゴStdNW8.otf');
}

@font-face {
    font-family: 'Hirasans-w6';
    src: url('../fonts/ヒラギノ角ゴStdNW6.otf');
}

@font-face {
    font-family: 'hiraginostd-w3';
    src: url('../fonts/ヒラギノ角ゴStdW3.otf');
}

@font-face {
    font-family: 'hiraginostd-w9';
    src: url('../fonts/ヒラギノ角ゴStdW9.otf');
}

@font-face {
    font-family: 'hiraginostd-w7';
    src: url('../fonts/ヒラギノ角ゴStdW7.otf');
}

@font-face {
    font-family: 'Yu Mincho';
    src: url('../fonts/YuMincho-Demibold.eot');
    src: url('../fonts/YuMincho-Demibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YuMincho-Demibold.woff2') format('woff2'),
        url('../fonts/YuMincho-Demibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yu Mincho';
    src: url('../fonts/YuMincho-Light.eot');
    src: url('../fonts/YuMincho-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YuMincho-Light.woff2') format('woff2'),
        url('../fonts/YuMincho-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yu Mincho';
    src: url('../fonts/YuMincho-Regular.eot');
    src: url('../fonts/YuMincho-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YuMincho-Regular.woff2') format('woff2'),
        url('../fonts/YuMincho-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'meiryo';
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1225px;
    }
}

p {
    font-size: 16px;
    line-height: 2;
}


/* header */

header .menu-top {
    text-align: right;
    padding: 30px 0 20px 0;
}

.langues {
    border: 2px solid #5c5c5b;
    display: inline-block;
}

.langues ul li {
    display: block;
    float: left;
    line-height: 15px;
}

.langues ul li a {
    font-size: 11px;
    font-family: 'AvenirNextLTPro-Bold';
    color: #fff;
    text-transform: uppercase;
    background-color: #5c5c5b;
    display: inline-block;
    padding: 3px 15px;
}

.langues ul li a.active {
    background-color: #fff;
    color: #363636;
}

.menu-site {
    text-align: right;
}

.menu-site .menu-box ul li {
    display: inline-block;
    padding-top: 12px;
}

.menu-site .menu-box ul li a {
    font-size: 16px;
    display: inline-block;
    font-family: 'AvenirNextLTPro-Bold';
    color: #363636;
    text-transform: uppercase;
    width: 161px;
    text-align: center;
    border-right: thin solid #aaaaaa;
    line-height: 1;
}

.menu-site .menu-box ul li:first-child a {
    border-left: thin solid #aaaaaa;
}

.header {
    padding-bottom: 25px;
}

.logo {
    padding-right: 10px;
}


/* home */

.bn-home {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: right;
    padding-bottom: 80px;
}

.bn-home .bn-home-content {
    position: relative;
}

.bn-home .bn-home-content>img {
    position: absolute;
    right: 150px;
    bottom: 10px;
    width: 350px;
}

.bn-home .bn-home-content span {
    font-family: 'AvenirNextLTPro-Bold';
    color: #fff;
    text-transform: uppercase;
    font-size: 80px;
    opacity: .8;
}

.bn-home .bn-home-content span.size-text1 {
    font-size: 145px;
    padding-right: 30px;
}

.bn-home .bn-home-content span.size-text6 {
    padding-left: 12px;
}

.bn-home .bn-home-content span.size-text2 {
    font-size: 109px;
}

.bn-home .bn-home-content span.size-text3 {
    font-size: 182px;
    line-height: 50px;
    padding-left: 60px;
}

.bn-home .bn-home-content span.size-text7 {
    font-size: 218px;
    line-height: 170px;
}

.bn-home .bn-home-content span.size-text8 {
    font-size: 182px;
    line-height: 80px;
}

.bn-home .bn-home-content p {
    margin-bottom: 0;
}

.bg-red {
    background-color: #af0404;
}

.bg-grey {
    background-color: #414141;
}

.service-homepage {
    position: relative;
    text-align: right;
    padding: 65px 0;
    margin: 140px 0;
}

.service-homepage .service-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 68%;
    max-height: 653px;
    overflow: hidden;
}

.service-homepage .service-img img {
    width: 100%;
}

.service-home-content {
    background-color: #fff;
    width: 775px;
    display: inline-block;
    position: relative;
    z-index: 99;
    text-align: left;
    padding: 80px 45px 50px 75px;
    border-radius: 7px;
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3);
}

.service-home-content h2 {
    font-size: 43px;
    margin-top: 0;
    font-weight: bold;
    color: #414141;
    margin-bottom: 30px;
}

.service-home-content p {
    word-break: break-all;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 2;
}

.service-home-content a {
    color: #fff;
    background-color: #af0404;
    font-weight: bold;
    padding: 15px 70px;
    margin-top: 40px;
    display: inline-block;
}

.service-home-content a:hover {
    transition: all .5s;
    background-color: #414141;
}

.service-homepage.bg-grey {
    text-align: left;
}

.service-homepage.bg-grey .service-img {
    right: 0;
    left: auto;
}

.service-homepage.bg-grey .service-home-content a {
    background-color: #414141;
}

.service-homepage.bg-grey .service-home-content a:hover {
    transition: all .5s;
    background-color: #af0404;
}

.title-news {
    text-align: center;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    background-color: #a40000;
    font-size: 16px;
    font-weight: bold;
    font-family: 'AvenirNextLTPro-Bold';
    padding: 15px 0;
}

.news-home .col-md-7>a {
    float: right;
    display: inline-block;
    background: #a40000;
    color: #fff;
    padding: 10px 25px;
    font-weight: bold;
}

.news-home-list .news-home-item {
    display: flex;
    align-items: center;
    border-top: thin solid #eeeeee;
    padding: 20px 0;
    font-weight: bold;
    font-size: 16px;
    color: #414141;
}

.news-home-list .news-home-item:first-child {
    border-top: none;
}

.news-home-list .news-home-item .tag-news {
    color: #fff;
    display: inline-block;
    width: 125px;
    text-align: center;
    border-radius: 3px;
    margin: 0 35px 0 33px;
}

.news-home-list .news-home-item span a {
    color: #414141;
}

.news-home-list .news-home-item .tag-news.bg-red {
    background-color: #a40000;
}

.news-home-list .news-home-item .tag-news.bg-violet {
    background-color: #5f52a0;
}

.poster {
    padding-left: 50px;
}

.poster a img {
    margin-bottom: 20px;
    width: 275px;
}


/* footer */

.ft-top {
    padding-top: 100px;
    padding-bottom: 12px;
}

.ft-top .langues {
    float: right;
    margin-top: 7px;
}

.ft-top .logo-ft {
    width: 165px;
}

.footer-bottom ul li {
    padding: 5px 0;
    font-size: 14px;
}

.ft-reserved {
    text-align: right;
}

.footer-bottom {
    background: #959595;
    padding: 10px 0;
    color: #fff;
}

.ft-address {
    margin-left: 25px;
}

.footer-bottom ul li .icon-map {
    width: 16px;
    margin-right: 4px;
}

.menu-ft {
    background-color: #959595;
    text-align: right;
    padding: 20px 0;
}

.menu-ft ul li {
    display: inline-block;
    text-align: center;
}

.menu-ft ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Bold';
    text-transform: uppercase;
    width: 161px;
    text-align: center;
    border-right: thin solid #aaaaaa;
    display: inline-block;
}

.menu-ft ul li:first-child a {
    border-left: thin solid #aaaaaa;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-site .menu-box ul li a,
    .menu-ft ul li a {
        width: auto;
        padding: 0 28px;
    }
    .bn-home .bn-home-content span {
        font-size: 44px;
        line-height: normal;
    }
    .bn-home .bn-home-content span.size-text1 {
        font-size: 80px;
        padding-right: 5px;
    }
    .bn-home .bn-home-content span.size-text2 {
        font-size: 60px;
    }
    .bn-home .bn-home-content span.size-text7 {
        font-size: 120px;
        line-height: 105px;
    }
    .bn-home .bn-home-content span.size-text8 {
        font-size: 100px;
        line-height: 65px;
    }
    .bn-home .bn-home-content>img {
        display: none;
    }
    .bn-home {
        padding: 30px 0;
    }
    .bn-home .bn-home-content span.size-text3 {
        padding-left: 10px;
        font-size: 100px;
    }
}

@media screen and (max-width: 991px) {
    header .menu-top {
        padding: 15px 0;
    }
    .menu-site {
        text-align: right;
        padding-top: 6px;
    }
    .menu-box {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        width: 0;
        height: 100vh;
        z-index: 999;
        transition: all 0.3s;
        overflow: hidden;
    }
    .menu-box .bg-menu {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 98;
    }
    .menu-box .main-menu {
        position: relative;
        z-index: 99;
        width: 250px;
        max-width: 95%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        float: left;
        background-color: #a40000;
    }
    .menu-box .btn-hide-menu {
        position: relative;
        z-index: 99;
        color: #fff;
    }
    .menu-site .menu-box ul li {
        display: block;
        width: 100%;
        border-bottom: #fff thin solid;
        text-align: left;
        padding-top: 0;
    }
    .menu-box .main-menu>li>span {
        display: none;
    }
    .menu-site .menu-box ul li a {
        padding: 10px 10px;
        color: #fff;
        display: block;
        width: 100%;
        text-align: left;
        line-height: normal;
        border: none;
    }
    .menu-site .menu-box ul li:hover>a,
    .menu-site .menu-box ul li.current-menu-item>a {
        background-color: #fff;
        color: #a40000;
    }
    .main-menu .sub-menu {
        border-top: #ccc thin dotted;
        padding-left: 10px;
    }
    .main-menu li.menu-item-has-children>a {
        position: relative;
        padding-right: 40px;
    }
    .menu-site .btn-show-menu {
        background: none;
        border-radius: 0;
        border: thin solid #5c5c5b;
        color: #5c5c5b;
    }
    .service-home-content {
        width: 100%;
        padding: 35px 20px;
        margin-top: 20px;
    }
    .service-homepage .service-img {
        width: 100%;
        position: static;
        transform: none;
    }
    .service-homepage {
        margin: 30px 0;
    }
    .poster {
        padding-left: 0;
    }
    .menu-ft {
        text-align: left;
    }
    .menu-ft ul li a {
        width: auto;
        padding: 0 12px;
        margin: 8px 0;
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .bn-home .bn-home-content span {
        font-size: 44px;
        line-height: normal;
    }
    .bn-home .bn-home-content span.size-text1 {
        font-size: 80px;
        padding-right: 5px;
    }
    .bn-home .bn-home-content span.size-text2 {
        font-size: 60px;
    }
    .bn-home .bn-home-content span.size-text7 {
        font-size: 120px;
        line-height: 105px;
    }
    .bn-home .bn-home-content span.size-text8 {
        font-size: 100px;
        line-height: 65px;
    }
    .bn-home .bn-home-content>img {
        display: none;
    }
    .bn-home {
        padding: 30px 0;
    }
    .bn-home .bn-home-content span.size-text3 {
        padding-left: 10px;
        font-size: 100px;
    }
}

@media screen and (max-width: 767px) {
    .news-home-list .news-home-item .tag-news {
        margin: 0 10px;
        width: 138px;
    }
    .ft-top .langues {
        float: none;
    }
    .ft-top {
        padding-top: 30px;
    }
    .service-home-content a {
        padding: 15px 50px;
    }
    .bn-home .bn-home-content span {
        font-size: 21px;
        line-height: normal;
    }
    .bn-home .bn-home-content span.size-text1 {
        font-size: 39px;
        padding-right: 5px;
    }
    .bn-home .bn-home-content span.size-text2 {
        font-size: 29px;
    }
    .bn-home .bn-home-content span.size-text7 {
        font-size: 58px;
        line-height: 45px;
    }
    .bn-home .bn-home-content span.size-text8 {
        font-size: 48px;
        line-height: 45px;
    }
    .bn-home .bn-home-content>img {
        display: none;
    }
    .bn-home {
        padding: 30px 0;
    }
    .bn-home .bn-home-content span.size-text3 {
        padding-left: 10px;
        font-size: 48px;
    }
    .poster a img {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .news-home-list .news-home-item {
        display: block;
    }
    .bn-home .bn-home-content span.size-text8 {
        font-size: 45px;
    }
}


/*bo sung css*/


/* service */

.bn-service {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 410px;
    position: relative;
}

.bn-service h1 {
    font-size: 109px;
    color: #fff;
    font-family: 'avenir';
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 130px;
}

.bn-service p {
    color: #fff;
    font-size: 36px;
    font-family: 'hiraginostd-w6';
}

.service-content-box1 .menu-service {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 100px;
}

.service-content-box1 .menu-service a {
    display: inline-block;
    background-color: #363636;
    color: #fff;
    font-family: 'hiraginostd-w6';
    font-size: 30px;
    width: 23%;
    height: 85px;
    line-height: 85px;
    margin: 0 5px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.service-content-box1 .menu-service a:after {
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    top: -100%;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.service-content-box1 .menu-service a:hover {
    color: #fff;
    transition: all .3s;
}

.service-content-box1 .menu-service a:hover:after {
    top: 0;
    background-color: #d70d19;
}

.ser-title-box {
    position: relative;
    overflow: hidden;
}

.ser-title-box .ser-title-img {
    text-align: right;
    float: right;
    width: 55%;
}

.ser-title-box .ser-title-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 30px;
    z-index: 99;
}

.ser-title-box .ser-title-content h2 {
    margin: 0;
    font-family: 'HiraginoKakuGothicStd-w8';
    font-size: 98px;
    color: #363636;
    max-width: 575px;
}

.ser-title-box .ser-title-content .ser-title-text {
    background-color: #a40000;
    color: #fff;
    padding: 30px;
    margin-top: 10px;
}

.ser-title-box .ser-title-content .ser-title-text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 2;
    font-family: 'Hirasans-w6';
}

.ser-text h3 {
    font-size: 32px;
    font-family: 'hiraginostd-w3';
    /* margin-top: 95px; */
    display: inline-block;
    /* border-bottom: 4px solid #a40000; */
}

.hl-intro-grid {
    margin-top: 60px;
}

.ser-text .row {
    display: flex;
}

.ser-text img {
    /* margin-top: 75px; */
    width: 75%;
}

.service-content-box2 .ser-text h3 {
    margin-top: 150px;
}

.title-ser-line {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.title-ser-line h3 {
    margin-top: 0;
}

.title-ser-line .red-line {
    height: 4px;
    background-color: #a40000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.service-content-box2 .ser-text .title-ser-line:first-child>h3 {
    margin-top: 95px
}

.ser-text {
    margin-top: 90px;
    margin-bottom: 15px;
}

.ser-text p {
    font-size: 16px;
    line-height: 2;
    font-family: 'hiraginostd-w3';
}

.ser-text .col-md-5 img {
    padding-top: 90px;
}

.ser-title-box-right {
    margin-top: 65px;
}

.ser-title-box-right .ser-title-img {
    text-align: left;
    float: left;
}

.ser-title-box-right .ser-title-content {
    right: 0;
    left: 30px;
}

.ser-title-box-right .ser-title-content h2 {
    text-align: right;
    margin-left: 590px;
}

.timeline-item {
    padding-top: 100px;
}

.timeline-item h3 {
    margin-top: 0;
    font-size: 36px;
    font-family: 'hiraginostd-w3';
    margin-bottom: 0;
    padding-bottom: 80px;
}

.timeline-item .timeline-item-content {
    display: flex;
    align-items: center;
}

.timeline-item .timeline-item-content .timeline-text {
    width: 760px;
    font-size: 21px;
    font-family: 'hiraginostd-w3';
    padding-right: 75px;
    text-align: justify;
}

.timeline-item .timeline-item-content .timeline-text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 2;
}

.timeline-item .timeline-item-content .timeline-img {
    padding: 0 50px;
}

.service-content-box1 {
    position: relative;
    padding-bottom: 40px;
}

.service-content-box1:before {
    content: '';
    background-image: url('../img/bg1.png');
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 792px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.service-content-box2 {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 60px;
}

.service-content-box2:before {
    content: '';
    background-image: url('../img/bg2.png');
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1210px;
    width: 100%;
    position: absolute;
    top: 550px;
    left: 0;
    right: 0;
    z-index: -1;
}

.service-content-box3 {
    position: relative;
}

.service-content-box3:before {
    content: '';
    background-image: url('../img/bg1.png');
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 792px;
    width: 100%;
    position: absolute;
    top: 500px;
    left: 0;
    right: 0;
    z-index: -1;
}

.service-content-box3:after {
    content: '';
    background-image: url('../img/bg3.png');
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 792px;
    width: 100%;
    position: absolute;
    top: 1296px;
    left: 0;
    right: 0;
    z-index: -1;
}

.service-content-box4 {
    padding-top: 100px;
    position: relative;
}

.service-content-box4:after {
    content: '';
    background-image: url(../img/bg-bt.png);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 705px;
    width: 100%;
    position: absolute;
    top: 1100px;
    left: 0;
    right: 0;
    z-index: -1;
}

.ser4-text-img img:not(:last-child) {
    padding-bottom: 95px;
}

.m-8 {
    margin-top: 80px!important;
}

.service-page {
    /* padding-bottom: 200px; */
    position: relative;
}

#return-to-top {
    position: absolute;
    left: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    transform: translateX(-50%);
    z-index: 999;
}

#return-to-top i {
    background-color: #a40000;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 38px;
    font-size: 50px;
}


/* company */

.company {
    position: relative;
}

.title-company {
    padding-top: 190px;
}

.title-company h2 p {
    font-size: 72px;
    color: #d13434;
    font-family: 'AvenirNextLTPro-Bold';
    margin: 0;
}

.line-img {
    overflow: hidden;
}

.line-img img {
    width: 84%;
}

.line-img .comimg-right {
    float: right;
    margin-right: -25px;
}

.line-img .comimg-left {
    margin-top: -100px;
    margin-left: -25px;
}

.img-skew {
    overflow: hidden;
    height: 500px;
    -webkit-clip-path: polygon(0 46%, 100% 0, 100% 100%, 0 81%);
    clip-path: polygon(0 46%, 100% 0, 100% 100%, 0 81%);
}

.img-skew img {
    width: 100%;
    height: 116%;
    object-position: center;
    object-fit: cover;
}

.skew-top {
    margin-top: -140px;
}

.company-content {
    position: relative;
}

.company-content:after {
    content: '';
    background-image: url('../img/bg1.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 50%;
    right: 0;
    z-index: -1;
}

.company-content:before {
    content: '';
    background-image: url('../img/bg3.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -35%;
    right: 0;
    z-index: -1;
}

.bg-red-com {
    background-color: #a40000;
    height: 690px;
    padding: 28px 0;
    transform: skewY(4.5deg);
    margin-top: -55px;
}

.bg-red-com table {
    width: 650px;
    margin: 0 auto;
    color: #fff;
    transform: skewY(-4.5deg);
}

.bg-red-com table tbody tr td:first-child {
    width: 28%;
    border-right: thin solid #fff;
}

.bg-red-com table tbody tr:first-child>td {
    border-top: none;
}

.bg-red-com table tbody tr>td {
    border-color: #fff;
    font-size: 20px;
}

.img-skew.skew-bottom {
    -webkit-clip-path: polygon(0 8.5%, 100% 27%, 100% 100%, 0 70%);
    clip-path: polygon(0 8.5%, 100% 27%, 100% 100%, 0 70%);
    margin-top: -108px;
    height: 590px;
}

.therepresentative h3 {
    margin: 0;
    font-size: 36px;
    font-family: 'hiraginostd-w3';
    position: relative;
}

.therepresentative .title-ser-line {
    width: 60%;
    margin-bottom: 50px;
    padding-bottom: 10px;
}


/* .therepresentative h3:after{
	content: '';
	border-bottom: 4px solid #a40000;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 700px;
} */

.therepresentative-img {
    text-align: center;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
}

.therepresentative-img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.therepresentative-img p {
    font-size: 23px;
    font-family: 'hiraginostd-w3';
    padding-top: 15px;
}

.therepresentative .text {
    font-size: 23px;
    margin-left: 27px;
    font-family: 'hiraginostd-w3';
}

#map {
    margin: 115px 0 50px 0;
    height: 500px;
    display: block;
}


/* blog */

.news-box {
    position: relative;
    padding-top:
}

.news-box>span {
    color: #e43232;
    font-size: 72px;
    font-family: 'avenir';
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    top: -50px;
    left: -5px;
}

.blog-content {
    padding-top: 90px;
    padding-bottom: 100px;
    overflow: hidden;
}

.news-box h2 {
    font-size: 36px;
    /*font-family: 'avenir';*/
    font-family: 'Yu Mincho';
    line-height: 1.4;
    margin: 10px 0;
    border-bottom: 4px solid #a40000;
    padding-bottom: 10px;
}

.news-box h2 a {
    color: #363636;
    letter-spacing: 2px;
}

.news-bottom {
    overflow: hidden;
}

.news-bottom span {
    display: inline-block;
    font-size: 36px;
    color: #363636;
    padding-right: 15px;
    font-family: 'avenir-medium';
}

.news-bottom ul {
    display: inline-block;
    float: right;
    padding-top: 10px;
}

.news-bottom ul li {
    display: inline-block;
}

.news-bottom ul li a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-family: 'avenir';
    font-size: 18px;
    padding: 3px 5px;
}

.blue a {
    background-color: #13b5b1;
}

.red a {
    background-color: #a40000;
}

.yellow a {
    background-color: #f39800;
}

.green a {
    background-color: #009944;
}

.gray a {
    background-color: #626262;
}

.violet a {
    background-color: #5f52a0;
}

.news-item {
    margin-top: 80px;
}

.news-item h2 {
    font-size: 23px;
    font-family: 'avenir';
    margin: 10px 0;
    border-bottom: 4px solid #a40000;
    padding-bottom: 5px;
}

.news-item h2 a {
    color: #363636;
    width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: 'Yu Mincho';
}

.news-item .news-bottom span {
    font-size: 30px;
}

.news-item .news-bottom ul {
    float: none;
    display: block;
    padding-top: 0;
}

.news-item .news-bottom span.view {
    float: right;
    padding-right: 0;
}

.sidebar-blog-item {
    padding-bottom: 40px;
}

.sidebar-blog-item h4 {
    margin-top: 0;
    font-size: 25px;
    color: #363636;
    text-transform: uppercase;
    font-family: 'avenir';
}

.sidebar-blog-item .ctg-tag li {
    display: block;
    padding: 7px 0;
}

.sidebar-blog-item .ctg-tag li a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-family: 'avenir';
    font-size: 18px;
    padding: 3px 10px;
}

.sidebar-blog-item .month-ctg li a {
    display: block;
    font-size: 18px;
    color: #363636;
    font-family: 'avenir';
    padding: 7px 0;
}

.sidebar-blog {
    padding-left: 20px;
    position: relative;
}
.blog-content .col-md-4:after{
    content: '';
    background-color: #f5f5f5;
    position: absolute;
    right: -200px;
    top: -200px;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.blog-content .row {
    js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.blog-content .row .col-md-4,.blog-content .row .col-md-8{
    display: flex;
}



/* recruit */

.recruit-page {
    position: relative;
}

.recruit-page:before {
    content: '';
    background-image: url('../img/bg3.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -20%;
    right: 0;
    z-index: -1;
}

.recruit-page .bn-service {
    height: 840px;
}

.recruit-bgred {
    background-color: #a40000;
    -webkit-clip-path: polygon(0 0, 100% 16%, 100% 77%, 0% 100%);
    clip-path: polygon(0 0, 100% 16%, 100% 77%, 0% 100%);
    height: 935px;
    display: flex;
    align-items: center;
    margin-top: -155px;
}

.recruit-bgred .text {
    color: #fff;
    font-size: 23px;
    font-family: 'hiraginostd-w3';
    text-align: justify;
    padding-top: 20px;
}

.recruitment-news-item {
    padding: 50px 0;
}

.recruitment-news-item .recruitment-news-info h2 {
    margin-top: 0;
    font-family: 'hiraginostd-w9';
    font-size: 32px;
}

.recruitment-news-item .recruitment-news-info h2 a {
    color: #414141;
}

.recruitment-news-item .recruitment-news-info p {
    font-size: 23px;
    font-family: 'hiraginostd-w3';
    color: #414141;
}

.recrui-step h3 {
    font-size: 36px;
    color: #fff;
    display: inline-block;
}

.recrui-step .title-ser-line .red-line {
    background-color: #fff;
}

.recrui-step {
    padding: 60px 0;
}

.recrui-step .step-content {
    display: flex;
    align-items: center;
    padding: 50px;
}

.recrui-step .step-content .step-item {
    width: 250px;
    height: 250px;
    border: 4px solid #fff;
    border-radius: 100%;
    display: block;
    text-align: center;
    position: relative;
}

.recrui-step .step-content .arrow-right {
    padding: 0 58px;
}

.recrui-step .step-content .step-item h4 {
    font-size: 32px;
    color: #fff;
    margin: 65px 0 20px 0;
    font-family: 'hiraginostd-w9';
    text-transform: uppercase;
}

.recrui-step .step-content .step-item span {
    font-size: 32px;
    color: #fff;
    font-family: 'hiraginostd-w3';
}

.step2:before {
    content: '';
    width: 235px;
    height: 235px;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step3:after {
    content: '';
    width: 224px;
    height: 224px;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recruit-request {
    padding: 100px 0;
}

.recruit-request .title-ser-line {
    display: block;
}

.recruit-request h3 {
    text-align: center;
    font-size: 36px;
    font-family: 'hiraginostd-w3';
    /* border-bottom: 4px solid #a40000; */
    padding-bottom: 5px;
}

.recruit-request table tr td {
    border: none;
    padding: 50px 80px;
    font-size: 20px;
    font-family: 'hiraginostd-w3';
}

table td p {
    margin: 0;
}

.recruit-request table tr:nth-child(2n) {
    background-color: #f5f5f5;
}

.job-application h3 {
    display: block;
    background-color: #a40000;
    color: #fff;
    text-align: center;
    font-family: 'hiraginostd-w7';
    font-size: 36px;
    margin: 0;
    padding: 25px 0;
}

.form-apply {
    padding: 0 60px;
    padding-top: 100px;
    text-align: center;
}

.form-apply form .form-group {
    overflow: hidden;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.form-apply form .form-group span {
    display: block;
    float: left;
    width: 20%;
    font-size: 20px;
    font-family: 'hiraginostd-w7';
    text-align: left;
}

.form-apply form .form-group input,
.form-apply form .form-group select,
.form-apply form .form-group textarea {
    float: left;
    width: 80%;
    font-size: 20px;
    font-family: 'hiraginostd-w3';
    height: 70px;
    border-radius: 0;
    box-shadow: none;
    border-color: #626262;
    text-align: left;
}

.form-apply form button {
    background-color: #a40000;
    color: #fff;
    font-family: 'hiraginostd-w7';
    font-size: 36px;
    padding: 6px 70px;
}


/* contact */

.contact-text {
    padding: 100px 0;
}

.contact-text p {
    width: 750px;
    font-size: 20px;
    font-family: 'hiraginostd-w3';
    margin: 0 auto;
}

.contact-form {
    background-color: #f5f5f5;
    padding-bottom: 50px;
}

.contact-form .form-apply form .form-group textarea {
    height: 300px;
}

.contact {
    position: relative;
}

.hl-banner-image {
    position: relative;
}

.hl-banner-blur-text {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 377px;
}

.hl-banner-blur-text p {
    font-family: 'avenir';
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 88px;
    text-align: right;
    line-height: 1.3;
    opacity: 0.3;
}

.hl-ser-text .row {
    js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.hl-ser-text {
    margin-bottom: 90px;
}

.hl-ser-img {
    margin-top: 10px;
}

.hl-ser-text .ser-text-wrapper {
    display: flex;
    flex-flow: column;
}

.service-has-image {
    text-align: right;
}

.form-apply form button {
    margin-bottom: 40px;
}

#homeModal .modal-body {
    padding: 0;
    position: relative;
}

#homeModal .modal-body button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    color: #ffff;
    opacity: 0.7;
}

.ser-text-wrapper .ser4-text-img {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

#homeModal .modal-content {
    border-radius: 0;
}

@media screen and (min-width: 768px) {
    #homeModal .modal-dialog {
        width: 900px;
    }
}


/* reponsive */

@media screen and (min-width: 1401px) {
    .img-skew.skew-bottom {
        -webkit-clip-path: polygon(0 5.5%, 100% 27%, 100% 100%, 0 70%);
        clip-path: polygon(0 5.5%, 100% 27%, 100% 100%, 0 70%);
    }
    .img-skew {
        height: 600px;
        -webkit-clip-path: polygon(0 53%, 100% 0, 100% 100%, 0 81%);
        clip-path: polygon(0 53%, 100% 0, 100% 100%, 0 81%);
    }
    .bg-red-com {
        margin-top: -80px;
    }
    .news-item h2 a {
        height: 49px;
    }
}

@media screen and (max-width: 1920px) {
    .img-skew img {
        height: 125%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1309px) {
    .img-skew {
        -webkit-clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 81%);
        clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 81%);
    }
    .img-skew.skew-bottom {
        margin-top: -115px;
    }
    .company-content:before {
        bottom: -40%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-site .menu-box ul li a,
    .menu-ft ul li a {
        width: auto;
        padding: 0 30px;
        font-family: 'hiraginostd-w3';
    }
    .recrui-step .step-content {
        padding: 50px 0;
    }
    .recrui-step .step-content .arrow-right {
        padding: 0 15px;
    }
    .recruit-request table tr td {
        padding: 50px;
    }
    .service-content-box1 .menu-service a {
        margin: 0 3px;
    }
    .ser-title-box .ser-title-content h2 {
        font-size: 54px;
    }
    .line-img .comimg-left {
        margin-top: -60px;
    }
    .img-skew.skew-bottom {
        margin-top: -120px;
    }
    .news-item .news-bottom span {
        font-size: 24px;
    }
    .news-item h2 a {
        width: 290px;
    }
    .news-bottom span {
        font-size: 24px;
    }
    .news-bottom ul li a {
        font-size: 14px;
        padding: 3px 8px;
    }
    .company-content:before {
        bottom: -37%;
    }
}

@media screen and (max-width: 991px) {
    header .menu-top {
        padding: 15px 0;
    }
    .menu-site {
        text-align: right;
        padding-top: 6px;
    }
    .menu-box {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        width: 0;
        height: 100vh;
        z-index: 999;
        transition: all 0.3s;
        overflow: hidden;
    }
    .menu-box .bg-menu {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 98;
    }
    .menu-box .main-menu {
        position: relative;
        z-index: 99;
        width: 250px;
        max-width: 95%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        float: left;
        background-color: #a40000;
    }
    .menu-box .btn-hide-menu {
        position: relative;
        z-index: 99;
        color: #fff;
    }
    .menu-site .menu-box ul li {
        display: block;
        width: 100%;
        border-bottom: #fff thin solid;
        text-align: left;
        padding-top: 0;
    }
    .menu-box .main-menu>li>span {
        display: none;
    }
    .menu-site .menu-box ul li a {
        padding: 10px 10px;
        color: #fff;
        display: block;
        width: 100%;
        text-align: left;
        line-height: normal;
        border: none;
    }
    .menu-site .menu-box ul li:hover>a,
    .menu-site .menu-box ul li.current-menu-item>a {
        background-color: #fff;
        color: #a40000;
    }
    .main-menu .sub-menu {
        border-top: #ccc thin dotted;
        padding-left: 10px;
    }
    .main-menu li.menu-item-has-children>a {
        position: relative;
        padding-right: 40px;
    }
    .menu-site .btn-show-menu {
        background: none;
        border-radius: 0;
        border: thin solid #5c5c5b;
        color: #5c5c5b;
    }
    .service-home-content {
        width: 100%;
        padding: 35px 20px;
        margin-top: 20px;
    }
    .service-homepage .service-img {
        width: 100%;
        position: static;
        transform: none;
    }
    .service-homepage {
        margin: 30px 0;
    }
    .poster {
        padding-left: 0;
    }
    .menu-ft {
        text-align: left;
    }
    .menu-ft ul li a {
        width: auto;
        padding: 0 12px;
        margin: 8px 0;
        font-size: 14px;
    }
    .company-content:before,
    .company-content:after {
        display: none;
    }
    .recruit-page:before {
        top: -32%;
    }
    .ser-title-box .ser-title-img {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .bn-service {
        height: 300px;
    }
    .bn-service h1 {
        font-size: 50px;
        margin-top: 85px;
    }
    .bn-service p {
        font-size: 30px;
    }
    .therepresentative h3:after {
        width: 200px;
    }
    .title-company h2 {
        font-size: 40px;
    }
    #return-to-top {
        left: 80%;
        transform: none;
    }
    .title-company {
        padding-top: 35px;
    }
    .skew-top {
        margin-top: -40px;
    }
    .img-skew {
        height: 240px;
        -webkit-clip-path: polygon(0 27%, 100% 0, 100% 100%, 0 81%);
        clip-path: polygon(0 27%, 100% 0, 100% 100%, 0 81%);
    }
    .line-img .comimg-left {
        margin-top: -40px;
        margin-left: -25px;
    }
    .bg-red-com table {
        width: 100%;
    }
    .bg-red-com table tbody tr>td {
        font-size: 16px;
    }
    .img-skew.skew-bottom {
        -webkit-clip-path: polygon(0 3.5%, 100% 20%, 100% 100%, 0 70%);
        clip-path: polygon(0 3.5%, 100% 20%, 100% 100%, 0 70%);
        margin-top: -42px;
        height: 270px;
    }
    .news-item h2 a {
        width: 320px;
    }
    .news-box>span {
        font-size: 36px;
        top: -25px;
    }
    .news-box h2 {
        font-size: 18px;
    }
    .news-bottom span,
    .news-bottom ul li a,
    .news-item .news-bottom span {
        font-size: 14px;
    }
    .news-bottom ul li a {
        padding: 3px 8px;
    }
    .news-bottom ul {
        float: none;
        display: block;
    }
    .news-item {
        margin-top: 40px;
    }
    .news-item h2 {
        font-size: 16px;
    }
    .sidebar-blog {
        padding-left: 0;
        padding-top: 50px;
    }
    .ser-title-box .ser-title-img img {
        width: 100%;
    }
    .blog-content:after {
        display: none;
    }
    .blog-content {
        padding-top: 50px;
    }
    .contact-text p {
        width: 100%;
    }
    .form-apply {
        padding: 0;
        padding-top: 30px;
    }
    .form-apply form .form-group span {
        font-size: 14px;
        width: 22%;
    }
    .form-apply form .form-group input,
    .form-apply form .form-group select,
    .form-apply form .form-group textarea {
        height: 50px;
        font-size: 14px;
        width: 78%;
    }
    .form-apply form button {
        font-size: 18px;
    }
    .service-content-box1 .menu-service a {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        margin: 0 0px;
    }
    .ser-title-box .ser-title-content {
        position: static;
    }
    .service-content-box1 .menu-service {
        padding-bottom: 40px;
    }
    .ser-title-box .ser-title-content h2 {
        font-size: 50px;
    }
    .ser-title-box .ser-title-content .ser-title-text {
        padding: 20px;
    }
    .ser-title-box .ser-title-content .ser-title-text p,
    .ser-text p {
        font-size: 16px;
    }
    .ser-text h3 {
        font-size: 26px;
        margin-top: 60px;
    }
    .ser-text .col-md-5 img {
        padding-top: 30px;
    }
    .ser-title-box-right .ser-title-content h2 {
        margin-left: 0;
        text-align: left;
    }
    .timeline-item .timeline-item-content .timeline-text {
        width: 100%;
        padding-right: 0;
    }
    .timeline-item .timeline-item-content .timeline-img {
        padding: 0;
        padding-bottom: 15px;
    }
    .timeline-item .timeline-item-content {
        display: block;
    }
    .timeline-item {
        padding-top: 60px;
    }
    .timeline-item h3 {
        padding-bottom: 40px;
    }
    .m-8 {
        margin-top: 0!important;
    }
    .service-page {
        padding-bottom: 100px;
    }
    .recrui-step .step-content {
        display: block;
    }
    .recrui-step .step-content .arrow-right img {
        transform: rotate(90deg);
    }
    .recrui-step .step-content .arrow-right {
        text-align: center;
    }
    .recruit-request table tr td {
        padding: 15px 10px;
        font-size: 14px;
    }
    .recruitment-news-item .recruitment-news-info h2 {
        font-size: 28px;
    }
    .recruitment-news-item .recruitment-news-info p {
        font-size: 18px;
    }
    .recruit-page .bn-service {
        height: 400px;
    }
    .recruit-bgred .text {
        font-size: 18px;
    }
    .recruit-bgred {
        height: 800px;
    }
    .recrui-step .step-content .step-item {
        margin: 0 auto;
    }
    .ser-text .row {
        display: unset;
    }
}

@media screen and (max-width: 767px) {
    .ser-text .row {
        display: unset;
    }
    .news-home-list .news-home-item .tag-news {
        margin: 0 10px;
        width: 138px;
    }
    .ft-top .langues {
        float: none;
    }
    .ft-top {
        padding-top: 30px;
    }
    .service-home-content a {
        padding: 15px 50px;
    }
    /* =================== */
    .bn-service {
        height: 300px;
    }
    .bn-service h1 {
        font-size: 50px;
        margin-top: 85px;
    }
    .bn-service p {
        font-size: 30px;
    }
    .therepresentative h3:after {
        width: 200px;
    }
    .title-company h2 {
        font-size: 40px;
    }
    /* #return-to-top {
        left: 80%;
        transform: none;
    } */
    .title-company {
        padding-top: 35px;
    }
    .skew-top {
        margin-top: -40px;
    }
    .img-skew {
        height: 240px;
        -webkit-clip-path: polygon(0 27%, 100% 0, 100% 100%, 0 81%);
        clip-path: polygon(0 27%, 100% 0, 100% 100%, 0 81%);
    }
    .line-img .comimg-left {
        margin-top: -15px;
        margin-left: -25px;
    }
    .bg-red-com table {
        width: 100%;
    }
    .bg-red-com table tbody tr>td {
        font-size: 16px;
    }
    .img-skew.skew-bottom {
        -webkit-clip-path: polygon(0 8.5%, 100% 27%, 100% 100%, 0 70%);
        clip-path: polygon(0 8.5%, 100% 20%, 100% 100%, 0 77%);
        margin-top: -60px;
        height: 270px;
    }
    .news-item h2 a {
        width: 320px;
    }
    .news-box>span {
        font-size: 36px;
        top: -25px;
    }
    .news-box h2 {
        font-size: 18px;
    }
    .news-bottom span,
    .news-bottom ul li a,
    .news-item .news-bottom span {
        font-size: 14px;
    }
    .news-bottom ul li a {
        padding: 3px 8px;
    }
    .news-bottom ul {
        float: none;
        display: block;
    }
    .news-item {
        margin-top: 40px;
    }
    .news-item h2 {
        font-size: 16px;
    }
    .sidebar-blog {
        padding-left: 0;
        padding-top: 50px;
    }
    .blog-content:after {
        display: none;
    }
    .blog-content {
        padding-top: 50px;
    }
    .contact-text p {
        width: 100%;
    }
    .form-apply {
        padding: 0;
        padding-top: 30px;
    }
    .form-apply form .form-group span {
        font-size: 14px;
        width: 22%;
    }
    .form-apply form .form-group input,
    .form-apply form .form-group select,
    .form-apply form .form-group textarea {
        height: 50px;
        font-size: 14px;
        width: 78%;
    }
    .form-apply form button {
        font-size: 18px;
    }
    .service-content-box1 .menu-service a {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        margin: 5px 0px;
        width: 48%;
    }
    .ser-title-box .ser-title-content {
        position: static;
    }
    .service-content-box1 .menu-service {
        padding-bottom: 40px;
    }
    .ser-title-box .ser-title-content h2 {
        font-size: 42px!important;
    }
    .ser-title-box .ser-title-content .ser-title-text {
        padding: 20px;
    }
    .ser-title-box .ser-title-content .ser-title-text p,
    .ser-text p {
        font-size: 16px;
    }
    .ser-text h3,
    .service-content-box2 .ser-text h3 {
        font-size: 26px;
        margin-top: 60px;
    }
    .ser-text .col-md-5 img {
        padding-top: 30px;
    }
    .ser-title-box-right .ser-title-content h2 {
        margin-left: 0!important;
        text-align: left!important;
    }
    .ser4-text-img img {
        padding-bottom: 30px;
        :
    }
    .service-content-box4 {
        padding-top: 0;
    }
    .timeline-item .timeline-item-content .timeline-text {
        width: 100%;
        padding-right: 0;
    }
    .timeline-item .timeline-item-content .timeline-img {
        padding: 0;
        padding-bottom: 15px;
    }
    .timeline-item .timeline-item-content {
        display: block;
    }
    .timeline-item {
        padding-top: 60px;
    }
    .timeline-item h3 {
        padding-bottom: 40px;
    }
    .m-8 {
        margin-top: 0!important;
    }
    .service-page {
        padding-bottom: 100px;
    }
    .recrui-step .step-content {
        display: block;
    }
    .recrui-step .step-content .arrow-right img {
        transform: rotate(90deg);
    }
    .recrui-step .step-content .arrow-right {
        text-align: center;
    }
    .recruit-request table tr td {
        padding: 15px 10px;
        font-size: 14px;
    }
    .recruitment-news-item .recruitment-news-info h2 {
        font-size: 28px;
        margin-top: 15px;
    }
    .recruitment-news-item .recruitment-news-info p {
        font-size: 18px;
    }
    .recruit-page .bn-service {
        height: 600px;
    }
    .recruit-bgred .text {
        font-size: 18px;
        padding-top: 0;
    }
    .recruit-bgred {
        height: 700px;
        margin-top: -114px;
    }
    .recrui-step .step-content .step-item {
        margin: 0 auto;
    }
    .service-content-box2:before {
        background-size: auto;
        bottom: 0;
        top: auto;
    }
    .bn-service h1 {
        font-family: 'AvenirNextLTPro-Bold';
    }
}

@media screen and (max-width: 426px) {
    .title-company h2 p {
        font-size: 45px;
        line-height: 1.5;
    }
    .img-skew img {
        width: 100%;
        height: 91%;
        transform: scale(1.1);
        object-fit: unset;
    }
    .ser-text img {
        width: 100%;
    }
    .ser-text-wrapper {
        margin: 10px 0;
    }
    .hl-ser-text {
        margin-bottom: 0;
    }
    .poster {
        margin-top: 30px;
    }
}

@media screen and (max-width: 320px) {
    .news-home-list .news-home-item {
        display: block;
    }
    .news-item h2 a {
        width: 280px;
    }
    .recrui-step .step-content {
        padding: 20px;
    }
    .service-content-box1 .menu-service a {
        font-size: 13px;
    }
}

.sidebar-blog-item .wpp-list {

}
.sidebar-blog-item .wpp-list li {
    position: relative;
    list-style: none;
    position: relative;
    counter-increment: number;
}
.sidebar-blog-item .wpp-list li .norank span:after {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    content: counter(number);
    color: #a40000;
    font-size: 30px;
    font-family: 'avenir';
    font-weight: bold;
    padding: 3px 4px;
    line-height: 1;
}

.sidebar-blog-item .wpp-list .norank {
    color: #a40000;
    font-size: 30px;
    font-family: 'avenir';
    font-weight: bold;
    border: 1px solid #a40000;
    padding: 5px 4px 2px 4px;
    line-height: 1;
    position: relative;
}

.sidebar-blog-item .wpp-list li:nth-child(1) .norank,.sidebar-blog-item .wpp-list li:nth-child(2) .norank,.sidebar-blog-item .wpp-list li:nth-child(3) .norank {
    padding-left: 70px;
}

.sidebar-blog-item .wpp-list li:nth-child(1) .norank:before,.sidebar-blog-item .wpp-list li:nth-child(2) .norank:before,.sidebar-blog-item .wpp-list li:nth-child(3) .norank:before {
   position: absolute;
    content: "";
    left: 15px;
    top: 4px;
    background: url(../img/ico_rank.png) no-repeat left center;
    height: 32px;
    width: 41px;
}

.sidebar-blog-item .wpp-list li:nth-child(1) .norank {
    color: #fff;
    background: #a40000;
}

.sidebar-blog-item .wpp-list li:nth-child(1) .norank span:after {
    color: #fff;
}


.sidebar-blog-item .wpp-list .ttl {
    font-family: 'Yu Mincho';
    font-size: 22px;
    color: #363636;
    border-bottom: 2px solid #a40000;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 2px;
}
.sidebar-blog-item .wpp-list .ttl:hover {
    opacity: 0.5;
}

.sidebar-blog-item .wpp-list .date {
    color: #363636;
    font-size: 24px;
    font-family: 'avenir-medium';
}
.sidebar-blog-item .wpp-list .countview {
    color: #363636;
    font-size: 24px;
    font-family: 'avenir-medium';
    margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .sidebar-blog-item .wpp-list li:nth-child(1) .norank, .sidebar-blog-item .wpp-list li:nth-child(2) .norank, .sidebar-blog-item .wpp-list li:nth-child(3) .norank {
        padding-left: 50px;
    }
    .sidebar-blog-item .wpp-list .norank {
        font-size: 25px;
        padding: 3px 4px 1px 4px;
    }
    .sidebar-blog-item .wpp-list li:nth-child(1) .norank:before, .sidebar-blog-item .wpp-list li:nth-child(2) .norank:before, .sidebar-blog-item .wpp-list li:nth-child(3) .norank:before {
        left: 10px;
        top: 2px;
        height: 30px;
        width: 30px;
        background-size: 100% auto;
    }
    .sidebar-blog-item .wpp-list li .norank span:after {
        font-size: 25px;
    }
    .sidebar-blog-item .wpp-list .date, .sidebar-blog-item .wpp-list .countview {
        font-size: 20px;
    }
}

