html {
    visibility: hidden;
}
html.wf-active, html.loading-delay {
    visibility: visible;
}

body {
    font-family: "Noto Sans", Jost, "Roboto";
    --font-family-sans-serif: "Noto Sans", Jost;
    --font-family-monospace: "Noto Sans", Jost;
    color: #222;
    /*line-height: 1.75;*/
}
dt {
    font-weight: normal;
}
@font-face {
    font-family: Jost;
    src: url("/dist/fonts/jost/Jost-VariableFont_wght.ttf") format("truetype");
}
@font-face {
    font-family: oswald;
    src: url("/dist/fonts/oswald/Oswald-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: "Noto Serif JP";
    src: url("/dist/fonts/notoserifjp/NotoSerifJP-Medium.otf") format("truetype");
}

@font-face {
    font-family: "Raleway";
    src: url("/dist/fonts/raleway/Raleway-VariableFont_wght.ttf") format("truetype");
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/dist/fonts/notosan/noto-sans-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/dist/fonts/notosan/noto-sans-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/dist/fonts/notosan/noto-sans-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/dist/fonts/notosan/noto-sans-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/dist/fonts/notosan/noto-sans-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/dist/fonts/notosan/noto-sans-v25-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}
.btn-success-custom1, .btn-success-custom1-outline {
    font-size: 14px;
}

.btn:hover {
    color: #222;
}
.btn-run:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2;
    background: #36A132;
    width: 338px;
    height: 58px;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.btn-run:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.btn-success-custom1:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -1px;
    z-index: 2;
    background: #7dc77d;
    width: 101%;
    height: 101%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
    border-radius: 25px;
}

.btn-success-custom1:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.table-title {
    margin: 0 auto;
    writing-mode: vertical-lr;
    letter-spacing: 5px;
    font-size: 20px;
}
.btn-success-custom1:hover span{
    color: #fff;
    z-index: 3;
    position: relative;
}
.btn-success-custom1:hover i{
    color: #fff;
    z-index: 3;
    position: relative;
}
.btn-success-custom1:hover{
    border: #7dc77d;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: unset;
    border-color: #569F43;
}

.btn-success-custom1-outline:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2;
    background: #569F43;
    width: 103%;
    height: 103%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
    border-radius: 25px;
}

.btn-success-custom1-outline:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.btn-success-custom1-outline:hover span{
    color: #fff;
    z-index: 3;
    position: relative;
}
/*.btn-success-custom1-outline:hover{*/
/*    border: #569F43;*/
/*}*/

.btn-run {
    position: relative;
}

.btn-run:hover span {
    color: #fff;
}

.btn-run:hover span.arrow-icon-white {
    background: transparent url(/dist/images/arrow_white1.png) no-repeat padding-box;
}

.btn-run:hover {
    background-color: #fff;
}
.table:not(.table-dark) {
    color: #222;
}

.noto-serif-jp {
    font-family: "Noto Serif JP", sans-serif !important;
}

.roboto {
    font-family: "Roboto", sans-serif !important;
}

.raleway {
    font-family: "Jost", sans-serif !important;
}
.jost {
    font-family: "Jost", sans-serif !important;
}
.color-64CE51 {
    color: #64CE51 !important;
}

.color-222 {
    color: #222;
}

.text-weight-100 {
    font-weight: 100 !important;
}

.text-weight-500 {
    font-weight: 500 !important;
}
.p-t-100 {
    padding-top: 100px;
}
.m-t-30 {
    margin-top: 30px;
}
.p-pc-120 {
    padding-bottom: 120px;
}
.p-pc-100 {
    padding-bottom: 100px;
}
.p-pc-112 {
    padding-bottom: 112px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-y-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.m-b-5 {
    margin-bottom: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}
.p-y-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.m-l-40 {
    margin-left: 40px;
}
.p-b-15 {
    padding-bottom: 15px;
}
.p-l-20 {
    padding-left: 20px;
}
.p-20 {
    padding: 20px;
}

.p-r-20 {
    padding-right: 20px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-b-150 {
    margin-bottom: 150px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-0 {
    margin-bottom: 0;
}
.m-b-0-im {
    margin-bottom: 0 !important;
}
.p-l-22 {
    padding-left: 22px;
    padding-right: 22px;
}
.p-t-60 {
    padding-top: 60px;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-80 {
    padding-top: 80px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-80 {
    padding-bottom: 80px;
}
.m-t-0 {
    margin-top: 0 !important;
}
.p-b-100 {
    padding-bottom: 100px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-t-45 {
    padding-top: 45px;
}

body.layout-top-nav {
    background-color: #fff;
}

.navbar-white {
    background-color: #fff;
}

.content-wrapper {
    background-color: #fff;
}

.main-header {
    border-bottom: unset;
}

.navbar {
    padding: 0;
}

.navbar-container {
    background-color: #fff;
    border-bottom: #fff;
    padding: 0.8rem 0.5rem;
}

.navbarCollapse ul {
    text-align: left;
    font: normal normal bold 14px/19px Noto Sans;
    letter-spacing: 0;
    color: #222222;
    opacity: 1;
}

.navbarCollapse {
    flex-direction: column;
}

.navbarCollapse li a.nav-link {
    color: #222222 !important;
}

.btn-success-custom1 {
    background: #36A132 0% 0% no-repeat padding-box !important;
    color: #fff;
    border-radius: 25px;
    padding: 13px 47px;
    font-weight: bold;
    position: relative;
}

.btn-success-custom2 {
    background: #36A132 0% 0% no-repeat padding-box !important;
    color: #fff;
    padding: 13px 47px;
    position: relative;
}

.btn-success-custom3 {
    background: #fff 0% 0% no-repeat padding-box !important;
    color: #36A132;
    border-radius: 35px;
    width: 250px;
    padding: 20px 0;
}

.btn-success-custom3-outline {
    color: #fff;
    border: 2px solid #fff;
    background-color: #36A132;
    border-radius: 35px;
    width: 250px;
    padding: 20px 0;
}

.btn-success-custom1-outline {
    color: #36A132;
    border: 2px solid #569F43;
    border-radius: 25px;
    padding: 12px 46px;
    font-weight: bold;
    position: relative;
}

.btn-warning-custom1 {
    color: #fff;
    padding: 15px 100px;
    background-color: #EB8800;
    border-radius: 0;
}

.btn-default-custom1 {
    color: #fff;
    padding: 15px 100px;
    background-color: #D8D8D8 !important;
    border-radius: 0;
}

.btn-warning-custom1:hover, .btn-warning-custom1:visited, .btn-warning-custom1:active, .btn-warning-custom1:focus {
    color: #fff !important;
}

.banner {
    width: 100%;
    height: 720px;
    background: transparent url('/dist/images/banner.jpg') no-repeat padding-box;
    background-size: cover;
    background-position-x: center;
}

.banner-recruitment {
    width: 100%;
    height: 600px;
    background: transparent url('/dist/images/banner_recruitment.jpg') no-repeat padding-box;
    background-size: cover;
}
.banner-recruitment.pc .banner-text {
    position: absolute;
    left: 400px;
    top: 160px;
}
.bread-start-recruit {
    color: #fff;
}
.bread-start-recruit .source-highlight{
    font-size: 90px;
    font-weight: 100;
}
.bread-current-recruit {
    font-size: 46px;
    color: #fff;
    padding-left: 45px;
}
.bread-p {
    padding-left: 45px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
}

.banner-service {
    width: 100%;
    min-height: 395px;
    background-size: cover !important;
}

.banner-service-1 {
    background: transparent url('/dist/images/banner_service_1.png') no-repeat padding-box;
}

.banner-service-2 {
    background: transparent url('/dist/images/banner_service_2.png') no-repeat padding-box;
}

.banner-service-3 {
    background: transparent url('/dist/images/banner_service_3.png') no-repeat padding-box;
}

.banner-service-4 {
    background: transparent url('/dist/images/banner_service_4.png') no-repeat padding-box;
}

.banner-service-5 {
    background: transparent url('/dist/images/banner_service_5.png') no-repeat padding-box;
}

.banner-intelligence-1 {
    background: transparent url('/dist/images/banner_intelligence_1.png') no-repeat padding-box;
    min-height: 350px;
    background-size: cover !important;
    background-position: center;
}

.banner-employee-1 {
    background: transparent url(/dist/images/employee-banner.jpg) no-repeat padding-box;
    min-height: 300px;
    background-size: cover;
    background-position: right;
}

.banner-course-1 {
    background: transparent url(/dist/images/course_banner.jpg) no-repeat padding-box;
    height: 350px;
    background-size: cover;
    background-position: center;
}

.service-ele {
    width: 100%;
    background-size: contain !important;
    cursor: pointer;
    padding-bottom: 15px;
}
.service-ele img {
    width: 100%;
    height: auto;
}

/*.service-bg1 {*/
/*    background: transparent url('/dist/images/sv-bg1.png') no-repeat padding-box;*/
/*}*/

/*.service-bg2 {*/
/*    background: transparent url('/dist/images/sv-bg2.png') no-repeat padding-box;*/
/*}*/

/*.service-bg3 {*/
/*    background: transparent url('/dist/images/sv-bg3.png') no-repeat padding-box;*/
/*}*/

.service-bg4 {
    background: transparent url('/dist/images/service-bg1.png') no-repeat padding-box;
    background-position: center;
    min-height: 100px;
    max-width: 200px;
    float: right;
}

.service-bg5 {
    background: transparent url('/dist/images/service-bg3.png') no-repeat padding-box;
    background-position: center;
    min-height: 100px;
    max-width: 200px;
    float: left;
}

.service-area {
    padding-top: 60px;
    padding-bottom: 110px;
    background-color: #fff;
}

.row-title {
    text-align: center !important;
    margin-bottom: 50px;
}

.row-title-h4 {
    font: normal normal 600 16px/31px Jost;
    color: #59AF4A;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.row-title-h3, .row-title-h2 {
    font: normal normal 600 16px/31px Jost;
    text-transform: uppercase;
    font-size: 2.3rem;
    font-weight: bold;
}

.service-detail-area {
    padding-top: 70px;
    background: transparent url(/dist/images/background-service.png) no-repeat padding-box;
    background-size: cover;
}

.arrow-icon {
    width: 60px;
    height: 50px;
    background: transparent url(/dist/images/arrow.png) no-repeat padding-box;
    background-size: contain !important;
    right: 8px;
    bottom: 0px;
}

.arrow-icon-white {
    width: 23px;
    height: 20px;
    background: transparent url(/dist/images/arrow_white.png) no-repeat padding-box;
    background-size: contain !important;
    right: -70px;
    top: 7px;
}

.imgWrap{
    overflow: hidden;
    cursor: pointer;
}

.service-detail-img{
    display: block;
    width: 100%;
    height: auto;
    transition: transform .2s;
    transition-duration: 0.3s;
}


.service-detail-img:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.service-detail-area .infor h3 {
    font-weight: bold;
    padding: 5px 0;
    color: #222;
    display: inline-block;
    width: calc(100% - 122px);
    font-size: 24px;
}

.btn-success-custom2-outline {
    color: #36A132;
    border-radius: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #569F43;
    width: 340px;
    font-weight: bold;
    font-size: 18px;
    height: 60px;
}

.infor-absolute {
    position: absolute;
    bottom: 0;
    left: 30px;
    bottom: 1px;
}

.arrow-absolute {
    position: absolute;
    bottom: 0;
    right: 0;
}

.timeline-history {
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #fff;
}

.timeline-h4 {
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #222222;
    font-size: 32px;
    /*width: 30px;*/
    text-align: center;
    margin: 0 auto;
    writing-mode: vertical-lr;
    letter-spacing: 1px;
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translate(-50%);*/
}

.year-td {
    color: #7DC77D;
    font-size: 15px;
    font-weight: bold;
}
.year-dt {
    color: #7DC77D;
    font-size: 15px;
    font-weight: bold;
    float: left;
    width: 21%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 10px;
}
.event-dd {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: solid 1px #D8D8D8;
    padding-left: 10px;
}
.dt-mb {
    float: unset;
    width: 100%;
    padding-bottom: 0;
    padding-top: 1.2rem;
}
.dd-mb {
    padding-top: 5px;
}


.table-history-timeline tr {
    border-bottom: solid 1px #D8D8D8;
}

.p-news-transform {
    transform: rotate(90deg);
    position: absolute;
    top: 13px;
    left: 52%;
    font-size: 16px;
    font-weight: 500;
    color: #7DC77D;
    font-family: 'Jost';
}

footer.main-footer {
    background-color: #2E303B;
    margin-top: 50px;
}

.nav-footer li a {
    color: #fff !important;
    font-weight: bold;
}

.color-white {
    color: #fff !important;
}

.breadcrumb-custom {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 230px;
}

.source-highlight {
    font-weight: lighter;
    height: 48px;
    width: 2px;
    background-color: #64CE51;
    transform: rotate(25deg);
    position: absolute;
    left: 43%;
    top: -15px;
}

.breadcrumb-custom-header {
    font-weight: bold;
    font-size: 16px;
    font-family: 'Jost';
}

.breadcrumb-custom-header2 {
    color: #222;
    font-size: 24px;
    font-weight: bold;
    padding-left: 40px;
}

.bread-start {
    color: #7DC77D;
    position: relative;
}
.source-highlight2 {
    height: 48px;
    width: 2px;
    background-color: #64CE51;
    transform: rotate(25deg);
    position: absolute;
    left: -10px;
    top: -10px;
}
.bread-current {
    font-size: 36px;
    color: #222;
    font-weight: bold;
}

.readmore-arrow {
    height: 50px;
    width: auto;
    margin-left: 34px;
}

.readmore {
    font-size: 16px;
    font-weight: bold;
    color: #36A132;
}

.product-item-collection {
    width: 100%;
    height: 100%;
    border-left: #7DC77D solid 3px;
}

table.product-item-table {
    border-top: solid 1px #D8D8D8;
    margin-left: 30px;
    margin-bottom: 0;
    width: calc(100% - 15px);
}

.product-item-table {
    margin-left: 30px;
    border-top: solid 1px #D8D8D8;
}
.product-item-name {
    font-weight: bold;
    float: left;
    color: #707070 !important;
}
dt.product-item-name {
    font-weight: bold;
    float: left;
    color: #707070 !important;
    padding-left: 10px;
    padding-top: 35px;
    padding-bottom: 35px;
    min-width: 200px;
}
.product-item-table dd {
    border-bottom: solid 1px #D8D8D8;
    padding-top: 35px;
    padding-bottom: 35px;
}

.contact-us {
    background-color: #C6EBC6;
    width: 100%;
    height: 360px;
}

.contact-info {
    min-width: 800px;
    min-height: 235px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.border-r-gray {
    border-right: solid 1px #D8D8D8;
}
.border-b-gray {
    border-bottom: solid 1px #D8D8D8;
}

.phone-transform {
    transform: rotate(100deg);
    padding-bottom: 2px;
}

.banner-employment-1-text {
    position: absolute;
    width: 515px;
    height: 215px;
    left: -400px;
    bottom: -100px;
    background-color: #fff;
    z-index: 5;
}

.banner-employment-1-text .text {
    padding: 30px 30px 30px 60px;
}

.top-40p {
    top: 40% !important;
}

.font-size-60 {
    font-size: 60px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-36 {
    font-size: 36px;
}

.number-mark {
    color: #7dc77d;
    font-size: 56px;
    font-style: italic;
    float: left;
    padding: 10px;
    border-right: solid 2px #64CE51 !important;
    margin-right: 30px;
}

.benefit-detail {
    padding: 0 0 0 30px !important;
    vertical-align: middle !important;
    margin-bottom: 8px;
    line-height: 1.75;
}

.font-size-20 {
    font-size: 20px;
}

table.benefit-table tr {
    border-bottom: solid #fff 50px;
}

.image-employ img {
    width: 100%;
    height: auto;
    border-radius: 25px;
}


.employee-experience {
    padding-bottom: 10px;
    border-bottom: solid 2px #36A132;
    padding-top: 20px;
    font-size: 16px;
    width: calc(100% - 30px);
}

.employee-experience2 {
    width: calc(100% - 25px);
}

.employee-name-title {
    position: absolute;
    top: -15px;
}

.font-size-14px {
    font-size: 14px;
}

.font-size-40 {
    font-size: 40px;
}


.recommended-like-this {
    background-color: #7DC77D;
    width: 100%;
    height: 570px;
}

.recommended-info {
    min-width: 990px;
    min-height: 300px;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.recommended-tab {
    background-color: #fff;
    position: relative;
}

.recommend-avatar {
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    top: -45px;
}

.recommend-avatar img {
    width: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mark-text {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 0, 1) 50%, rgba(255, 255, 0, 1) 100%);
}

.font-size-16 {
    font-size: 16px;
}

.required {
    color: red;
}

.inquiry-content {
    width: 100%;
    border: solid 2px #D5D5D5;
    border-radius: 7px;
    padding: 15px;
    margin-bottom: 20px;
    padding-left: 25px;
}

.custom-control-label::after, .custom-control-label::before {
    width: 30px;
    height: 30px;
    top: -4px;
    left: -35px;
}

.custom-control-label::before {
    background-color: #EFEFEF;
    box-shadow: unset;
}

.form-inquiry input.form-control {
    background-color: #EFEFEF;
    border-radius: 7px;
    padding: 1.5rem .75rem;
    border: none;
    height: 64px;
}
.form-inquiry textarea.form-control {
    background-color: #EFEFEF;
    border-radius: 7px;
    padding: 1.5rem .75rem;
    border: none;
}
.form-inquiry .form-group label {
    margin-bottom: 20px;
}
.form-inquiry .form-group {
    margin-bottom: 40px;
}

.icon-btn-warning-1 {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon-btn-warning-2 {
    padding-right: 20px;
}

#navFooter, #navFooterMobile {
    padding-top: 5px;
}

.color-A3A3A3 {
    color: #A3A3A3;
}

.font-size-18 {
    font-size: 18px;
}

.label-title {
    margin-bottom: 10px;
}

.font-size-64 {
    font-size: 64px;
}

.width-100pc {
    width: 100%;
}

.banner-home.pc .banner-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.service-area .col-md-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.m-height-200-mb {
    min-height: 120px;
}

.m-height-175-mb {
    min-height: 120px;
}
.m-height-155-mb {
    min-height: 100px;
}

.m-height-100-mb {
    min-height: 50px;
}

@media (min-width: 1024px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .navbar-expand .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .sp {
        display: none !important;
    }



    .employee-infor {
        position: absolute;
        top: 50%;
        width: 100%;
        background-color: #fff;
        left: -7px;
        padding-left: 30px;
        transform: translate(0, -50%);
    }

}
@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
    .container {
        max-width: calc(100% - 40px)
    }
}
@media only screen and (min-width: 768px){
    .service-member-p {
        padding-left: 30px;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        line-height: 1.75;
    }
    .content-wrapper>.content {
        padding: 0;
    }
}
@media (min-width: 1025px) {


    .bread-current {
        text-align: center;
        min-width: 225px;
    }
}
@media (min-width: 1025px)  and (max-width: 1158px)  {

    .m-height-200-mb {
        min-height: 140px;
    }

    .m-height-175-mb {
        min-height: 130px;
    }
    .m-height-155-mb {
        min-height: 130px;
    }

    .m-height-100-mb {
        min-height: 60px;
    }
}
/* different techniques for iPad screening */
@media only screen and (min-width: 768px) and (max-width: 1024px){

    .m-height-200-mb {
        min-height: 170px;
    }

    .m-height-175-mb {
        min-height: 140px;
    }
    .m-height-155-mb {
        min-height: 120px;
    }

    .m-height-100-mb {
        min-height: 80px;
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        line-height: 1.5;
    }
    .container {
        max-width: calc(100% - 40px)
    }
    .sp {
        display: none !important;
    }

    .navbar-container.pc .navbar-brand img{
        height: 40px;
        width: auto;
    }
    .btn-success-custom1 {
        background: #36A132 0% 0% no-repeat padding-box !important;
        color: #fff;
        border-radius: 25px;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 14px;
    }
    .btn-success-custom1-outline {
        color: #36A132;
        border: 2px solid #569F43;
        border-radius: 25px;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 14px;
    }
    .nav-link {
        padding: 0.5rem 0.5rem;
    }
    .recommended-info {
        width: 100%;
        min-width: unset;
    }
    .banner-employment-1-text {
        position: absolute;
        width: 515px;
        height: 215px;
        left: -290px;
        bottom: -100px;
        background-color: #fff;
        z-index: 5;
    }
    .bread-current {
        font-size: 26px;
        color: #222;
        font-weight: bold;
    }
    .breadcrumb-custom {
        min-width: 165px;
    }
    .contact-info {
        width: 100%;
        min-width: unset;
        min-height: unset;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .font-size-40 {
        font-size: 32px;
    }
    .font-size-36 {
        font-size: 30px;
    }
    .font-size-20 {
        font-size: 16px;
    }
    .font-size-24 {
        font-size: 20px;
    }
    .font-size-28 {
        font-size: 24px;
    }
    .font-size-18 {
        font-size: 16px;
    }
    .bread-current-recruit {
        font-size: 36px;
    }
    .service-detail-area .infor h3 {
        font-size: 16px;
    }
    .service-detail-ele {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .service-area .col-md-4 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .arrow-icon {
        right: 0 !important;
    }
    .contact-form-btn {
        width: 285px;
    }
}

@media (max-width: 767.98px) {
    .m-height-200-mb {
        min-height: 220px;
    }

    .m-height-175-mb {
        min-height: 175px;
    }
    .m-height-155-mb {
        min-height: 155px;
    }

    .m-height-100-mb {
        min-height: 100px;
    }


    .service-bg4 {
        background: transparent url('/dist/images/sv-bg1.png') no-repeat padding-box;
        background-position: center;
        min-height: 82px;
        max-width: unset;
        float: unset;
    }

    .service-bg5 {
        background: transparent url('/dist/images/sv-bg3.png') no-repeat padding-box;
        background-position: center;
        min-height: 82px;
        max-width: unset;
        float: unset;
    }
    .p-y-75 {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }
    .service-area .col-md-4 {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }
    .service-detail-ele {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }
    body.contact-confirm .form-inquiry .p-b-30 {
        padding-bottom: 20px;
    }
    .label-title {
        margin-bottom: 4px;
    }
    .gotoService {
        width: 220px;
        font-size: 14px;
    }
    .arrow-icon-white {
        width: 23px;
        height: 20px;
        background: transparent url(/dist/images/arrow_white.png) no-repeat padding-box;
        background-size: contain !important;
        right: -38px;
        top: 4px;
    }
    .goto-service-btn {
        margin-top: 0 !important;
    }
    .banner {
        background-size: contain !important;
        height: unset !important;
    }
    .pc {
        display: none !important;
    }

    .sp {
        position: relative;
    }

    .navbar-expand.nav-footer {
        flex-direction: column;
    }

    .service-detail-area .infor h3 {
        font-size: 16px;
    }

    .recommended-info {
        width: 100%;
        min-width: unset;
        min-height: unset;
        padding: 20px;
        top: 58%;
    }
    .recommend-mobile {
        background-color: #7DC77D !important;
    }
    .recommended-like-this {
        height: 855px;
    }
    .font-size-40 {
        font-size: 30px;
    }
    .font-size-36 {
        font-size: 26px;
    }
    .font-size-28-mb {
        font-size: 28px;
    }
    .font-size-16-mb {
        font-size: 16px;
    }
    .font-size-20 {
        font-size: 15px;
    }
    .font-size-24 {
        font-size: 18px;
    }

    .font-size-20-mb {
        font-size: 20px;
    }
    .font-size-28 {
        font-size: 24px;
    }
    .product-item-name {
        margin-top: 0 !important;
    }
    .font-size-16 {
        font-size: 14px;
    }
    .contact-info {
        min-width: unset;
        min-height: unset;
        height: 375px;
        position: relative;
    }
    .contact-us {
        height: 480px;
        padding: 20px;
    }

    .banner-employment-1-text-mb {
        background-color: #fff;
        z-index: 5;
        padding-top: 20px;
    }

    .bread-current {
        font-size: 26px;
        color: #222;
        font-weight: bold;
    }
    .timeline-h4 {
        position: relative;
        font-size: 18px;
        /*left: unset;*/
        /*transform: unset;*/
    }
    .source-highlight, .source-highlight2 {
        font-size: 40px;
        position: absolute;
        top: -10px !important;
        left: 20px;
    }
    .source-highlight-align-center {
        font-size: 40px;
        height: 26px;
        width: 2px;
        background-color: #64CE51;
        transform: rotate(25deg);
        position: absolute;
        left: 15px;
        top: 10px;
    }
    .source-highlight3 {
        height: 26px !important;
        top: 10px !important;
    }
    .banner-service-none {
        min-height: 160px !important;
    }
    .breadcrumb-custom-mb-company {
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 0;
    }
    .bread-start {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .table-title {
        padding-top: 25px;
        font-size: 18px;
        font-weight: bold;
    }
    .product-item-table .event-td {
        font-size: 15px;
    }
    .product-item-collection {
        padding-right: 15px;
    }
    dl.product-item-table {
        margin-left: 15px;
    }
    dt.product-item-name {
        padding-top: 18px !important;
        padding-bottom: 5px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .product-item-table dd {
        padding-bottom: 18px;
    }

    .banner-employee-1 {
        min-height: 200px;
        background-position: bottom;
    }
    .service-member-p {
        margin-left: 30px !important;
        margin-right: unset !important;
        font-size: 18px;
    }

    .employee-experience {
        width: calc(100% - 25px);
    }


    .employee-experience2 {
        width: calc(100% - 25px);
    }

    .employee-infor {
        position: relative;
        width: 100%;
        background-color: #fff;
        padding-left: 25px;
        border-radius: 0;
        margin-top: 0;
    }
    .employee-name-title {
        top: 25px;
    }

    .employee-experience {
        padding-top: 50px;
    }

    .banner-recruitment {
        width: 100%;
        height: 230px;
        background: transparent url('/dist/images/banner-mobile.png') no-repeat padding-box;
        background-size: cover;
    }
    .banner-recruitment.sp .banner-text {
        position: absolute;
        top: 70px;
        right: 20px;
    }
    .bread-start-recruit {
        color: #fff;
        padding-left: 65px;
        padding-bottom: 20px;
        line-height: 1;
    }
    .source-highlight-only2 {
        left: 45px !important;
        height: 60px !important;
        top: -15px !important;
    }
    .bread-start-recruit .source-highlight{
        font-size: 65px;
        padding-left: 15px;
        font-weight: 100;
    }
    .bread-current-recruit {
        font-size: 32px;
        color: #fff;
        padding-left: 32px;
        text-align: left !important;
    }
    .bread-p {
        padding-left: 35px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
    }
    .readmore {
        display: none;
    }
    .breadcrumb-custom-header2 {
        font-size: 24px;
        padding-left: 30px;
    }
    .breadcrumb-custom-header {
        font-weight: normal;
        font-size: 14px;
        padding-left: 30px;
    }
    .breadcrumb-custom-header.jost {
        padding-left: 0;
    }
    .timeline-h4 {
        font-weight: normal;
    }
    table.product-item-table tr td {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .timeline-history {
        padding-bottom: 0;
    }
}

@media (max-width: 320px) {
    .arrow-icon {
        width: 40px;
        height: 31px;
    }
}
@media screen and (max-width: 768px) {

    /*メニューボタン　展開前*/
    .menu-btn {
        display : block;
        position: relative;
        z-index : 3;
        right : 30px;
        top   : 0;
        width : 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }
    .menu-btn span {
        display : block;
        position: absolute;
        width   : 30px;
        height  : 2px ;
        left    : 6px;
        background : #36A132;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .menu-btn span:nth-of-type(1) {
        top: 10px;
    }
    .menu-btn span:nth-of-type(2) {
        top: 20px;
    }
    .menu-btn span:nth-of-type(3) {
        top: 30px;
    }

    /*メニューボタン　展開後*/
    .menu-btn.active span:nth-child(1) {
        top : 16px;
        left: 6px;
        background :#fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
    }
    .menu-btn.active span:nth-child(2),
    .menu-btn.active span:nth-child(3) {
        top: 16px;
        background :#fff;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
    }

    /*スマホ用のメニュー*/
    .navbarCollapseMobile {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff;
        text-align: center;
        width: 100%;
        height: 100vh;
        opacity: 0;
        transition: opacity .1s ease, visibility .2s ease;
        display: flex;
        align-items: start;
        background-color: #36A132;
    }
    .navbarCollapseMobile ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .navbarCollapseMobile ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .3s all;
    }
    .navbarCollapseMobile ul li:last-of-type {
        padding-bottom: 0;
    }
    .navbarCollapseMobile ul li:hover{
        background :#ddd;
    }
    .navbarCollapseMobile ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        text-decoration :none;
    }
    .navbarCollapseMobile.show {
        opacity: 1;
    }
    .navbarCollapseMobile .navbar-brand {
        display: inline-block;
        padding-top: 1.6rem;
        padding-bottom: 0.3125rem;
        margin-right: 0.5rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }
}


.navbar-toggler-close {
    padding-top: 15px;
    padding-right: 25px;
    color: #fff;
}

.navbarCollapseMobile ul {
    text-align: center !important;
    color: #fff !important;
    font-size: 24px;
    margin-top: 80px;
}

.navbarCollapseMobile li a.nav-link {
    color: #fff !important;
    padding-bottom: 55px;
}

.font-size-10 {
    font-size: 10px;
}
.font-size-13 {
    font-size: 13px;
}

.banner-home.sp .banner-text {
    position: absolute;
    left: 30px;
    top: 150px;
}

.banner-text-h4 {
    font-size: 18px;
}

.banner-text-h3 {
    font-size: 34px;
}

.form-inquiry .col-md-4, .form-inquiry .col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
}

.service-detail-ele * {
    cursor: pointer;
}
.source-highlight-only {
    height: 48px;
    width: 2px;
    background-color: #64CE51;
    transform: rotate(25deg);
    position: absolute;
    left: 48%;
    top: -15px;
}
.source-highlight-only-mb {
    height: 48px;
    width: 2px;
    background-color: #64CE51;
    transform: rotate(25deg);
    position: absolute;
    left: 20px;
    top: 0;
}
.source-highlight-only2 {
    height: 75px;
    width: 2px;
    background-color: #fff;
    transform: rotate(25deg);
    position: absolute;
    left: -15px;
    top: -31px;
}
.source-highlight img{
    width: 55px;
}
.source-highlight2 img{
    width: 21px;
}
.breadcrumb-custom-mb {
    text-align: center;
}
.banner-home.pc .banner-img{
    width: 100%;
    height: auto;
}
.banner-img-pc {
    width: 100%;
    height: 100vw;
}

@media print, screen and (max-width: 767.98px){
    .nav-footer li a {
        font-size: 14px;
    }
    .container{
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }
    footer.main-footer {
        padding-left: 0;
        padding-right: 0;
    }
    .content-wrapper {
        padding-top: 100px;
    }
    .banner-img-pc {
    background-image: url(/dist/images/banner.jpg);
    background-position: 73%;
    background-repeat: no-repeat;
    }
    .btn-success-custom4 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .inquiry-content {
        width: 100%;
        border: solid 2px #D5D5D5;
        border-radius: 7px;
        padding: 4px 15px;
        margin-bottom: 5px;
        padding-left: 25px;
        font-size: 13px;
    }
    .form-inquiry label {
        font-weight: bold !important;
        margin-bottom: 10px;
    }
    .form-inquiry .inquiry-content label {
        font-weight: 700 !important;
        margin-bottom: 0;
    }
    .inquiry-content div.custom-control {
        min-height: 40px;
        align-items: center;
        display: flex;
    }
    .inquiry-content label:before, .inquiry-content label:after {
        width: 30px;
        height: 30px;
        top: 50%;
        left: -35px;
        transform: translate(0, -50%);
    }
    .form-inquiry .col-md-4, .form-inquiry .col-md-8 {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    .last-inquiry-content {
        padding-bottom: 60px;
    }
    .form-inquiry input.form-control {
        height: 60px;
    }
    .inquiry-title {
        font-weight: bold !important;
        font-size: 24px;
    }
    .breadcrumb-custom-mb {
        text-align: left;
        margin-top: 10px;
    }
    .breadcrumb-custom-mb .bread-current-mb{
        text-align: left !important;
        font-weight: normal;
        font-size: 30px;
    }
    .source-highlight img{
        width: 41px;
    }
    .source-highlight-align-center img {
        width: 21px;
    }
    .mb-size-20 {
        font-size: 20px;
    }
    .mb-size-19 {
        font-size: 19px;
        padding-bottom: 18px;
    }
    .font-size-44-mb {
        font-size: 44px !important;
    }
    .number-mark {
        font-size: 40px;
        vertical-align: middle;
    }
    .font-size-15-mb {
        font-size: 15px;
    }

    .contact-info h3 {
        font-size: 24px;
    }
    .font-size-24-mb {
        font-size: 24px;
    }
    .p-t-78 {
        padding-top: 78px;
    }


    .content-mb-0 {
        padding: 0 !important;
    }
    .image-employ {
        padding-left: 50px;
        padding-right: 50px;
    }
    .p-l-mb-20 {
        padding-left: 20px !important;
    }
    .banner-service {
        width: 100%;
        min-height: 200px;
        background-size: cover !important;
    }

    .banner-service-1 {
        background: transparent url('/dist/images/banner_sv_mb.png') no-repeat padding-box;
    }
    .banner-service-2 {
        background: transparent url('/dist/images/banner_sv_mb1.png') no-repeat padding-box;
    }

    .banner-service-3 {
        background: transparent url('/dist/images/banner_sv_mb2.png') no-repeat padding-box;
    }

    .banner-service-4 {
        background: transparent url('/dist/images/banner_sv_mb3.png') no-repeat padding-box;
    }

    .banner-service-5 {
        background: transparent url('/dist/images/banner_sv_mb4.png') no-repeat padding-box;
    }



    .banner-service-2, .banner-service-3, .banner-service-4, .banner-service-5 {
        width: 100% !important;
        height: 215px !important;
        background-size: cover !important;
    }
    .banner-intelligence-1 {
        background-size: cover !important;
        min-height: 200px !important;
    }
    .banner-course-1 {
        height: 200px;
    }

    .content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .content-have-padding {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .p-pc-101 {
        padding-bottom: 80px;
    }
}

@media print, screen and (min-width: 769px){
    .banner-img-pc {
    background-image: url(/dist/images/banner.jpg);
    background-position: 73%;
    background-repeat: no-repeat;
    }
}

@media print,screen and (min-width:769px)and (max-width:1399px){
    .banner-img-pc {
    height:800px;
    }
}

@media print, screen and (min-width: 1024px){
    .banner-img-pc {
    background-position: 59%;
    background-repeat: no-repeat;
    }
}


@media print, screen and (min-width: 1400px){
    .banner-img-pc{
        background-position: 10% 13%;
        background-repeat: no-repeat;
        background-size: 102% auto;
        height: 800px
    }
}

@media print, screen and (min-width: 1500px){
    .banner-img-pc{
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

.p-l-30 {
    padding-left: 30px;
}
.bg-white {
    background-color: #fff;
    color: #222 !important;
}
.form-control:focus {
    color: #222 !important;
}
.form-control {
    color: #222;
}
.font-size-15 {
    font-size: 15px;
}
.phone-num-mb {
    font-size: 32px;
    padding-bottom: 10px;
}


.arrow-longer{
    display:inline-block;
    float:left;
    cursor:pointer;
}

.arrow-longer:before{
    content: '';
    height: 4px;
    width: 105px;
    background-color: transparent;
    display: block;
    float: left;
    position: relative;
    top: -2px;
    transition: 0.2s ease-in-out;
    border-top: 2px solid #36a132;
}

.arrow-longer:after{
    content: "";
    position: absolute;
    bottom: 20px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #36a132;
    border-right: 2px solid #36a132;
    transform: rotate(45deg);
}
.arrow-div {
    display: inline-block;
}
.arrow-div-longer {
    display: inline-block;
}
.phone-num-mb {
    font-size: 32px;
    padding-bottom: 10px;
}

.btnlinestretches5 {
    position: relative;
    color: #36a132;
    padding: 10px 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    width: 105px;
}

.btnlinestretches5::before {
    content: "";
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 3px;
    background: transparent;
    border-top: solid 2px #36a132;
    left: 0;
}

.btnlinestretches5::before {
    animation: arrowlong01 2s ease infinite;
}
.btnlinestretches5::after {
    content: "";
    position: absolute;
    bottom: 1px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #36a132;
    border-right: 2px solid #36a132;
    transform: rotate(45deg);
}

.btnlinestretches5::after {
    animation: arrowlong02 2s ease infinite;
}

@keyframes arrowlong01{
    0%{width:0;opacity:0}
    20%{width:0;opacity:1}
    80%{width:105%;opacity:1}
    100%{width:105%;opacity:0}
}

@keyframes arrowlong02{
    0%{left:0;opacity:0}
    20%{left:0;opacity:1}
    80%{left:103%;opacity:1}
    100%{left:103%;opacity:0}
}
.p-y-0 {
    padding-left: 0;
    padding-right: 0;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #36a132 ;
    background-color: #36a132 ;
}
/*.btn-sp {*/
/*    position: relative;*/
/*}*/

.btn-success-custom2:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -1px;
    z-index: 2;
    background: #7dc77d;
    width: 101%;
    height: 101%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
    border-radius: 0;
}

.btn-success-custom2:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.btn-success-custom2:hover span{
    color: #fff;
    z-index: 3;
    position: relative;
}
.btn-success-custom2:hover img{
    z-index: 3;
    position: relative;
}
.btn-success-custom2:hover{
    border: none;
}
.btn-success-custom2 img {
    padding-right: 5px;
}


.btn-warning-custom1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
    border-radius: 0;
}

.btn-warning-custom1:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.btn-warning-custom1:hover span{
    color: #EB8800;
    z-index: 3;
    position: relative;
}
.btn-warning-custom1:hover i{
    z-index: 3;
    color: #EB8800;
}
.btn-warning-custom1:hover{
    border: #EB8800 solid 1px;
}
.p-y-20-im {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.btn-success-custom4 {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0;
}
.btn-success-custom4:before {
    border-radius: 0;
}

.btn-default-custom1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #545b62;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
    border-radius: 0;
}

.btn-default-custom1:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.btn-default-custom1:hover span{
    color: #fff;
    z-index: 3;
    position: relative;
}
.btn-default-custom1:hover i{
    z-index: 3;
    color: #fff;
}
.service-detail-area .infor h3:hover {
    color: #36a132 !important;
}
.navbar-expand .navbar-nav .nav-link:hover, .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #36a132 !important;

}
.last-inquiry-content {
    padding-bottom: 60px;
}
.contact-info h4 {
    line-height: 1.2;
}
.line-height-13 {
    line-height: 1.3 !important;
}
.navbar-container.pc .navbar-nav a {
    overflow: hidden;
}
.xxx {
    background-color: #36a132 !important;
    overflow: hidden;
}
a.phone-contact {
    /*cursor: unset;*/
    font-family: oswald;
}
a.phone-contact:hover {
    color: #36a132;
    /*cursor: unset;*/
}
.a-no-style, .a-no-style:hover {
    color: #222;
}
.a-no-style-pc {
    color: #222;
}

.a-no-style-pc:hover {
    color: #36a132;
}

.top--5 {
    top: -5px;
}
.font-size-18-mb {
    font-size: 18px;
}
.height-120 {
    height: 120px;
}
.height-150 {
    height: 150px;
}
.height-250 {
    height: 250px;
}
.m-b-75  {
    margin-bottom: 75px;
}
.m-t-100 {
    margin-top: 100px;
}
.m-t-15 {
    margin-top: 15px;
}
.top-0-imp {
    top: 0 !important;
}
.ac-img {
    width: 100%;
}
.contact-ac {
    position: relative;
    padding-bottom: 30px;
}
.contact-ac-div {
    position: absolute;
    background-color: #36A048;
    z-index: 2;
    top: 53.8%;
    left: 41.5%;
    width: 17%;
    height: 19.1%;
    cursor: pointer;
    background-image: url(/dist/images/pc_ac/mail.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.contact-ac-mb {
    position: relative;
    padding-bottom: 20px;

}
.contact-ac-div-mb {
    position: absolute;
    background-color: #fff;
    z-index: 2;
    top: 48%;
    left: 42.3%;
    width: 15.4%;
    height: 11.4%;
    background-image: url(/dist/images/pc_ac/mail.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width: 1920px) {
    .container-AC-anhtt {
        max-width: 1920px;
    }
}
.fix-btn {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 99;
}
.fix-btn img {
    height: 90px;
    width: auto;
}

@media print, screen and (max-width: 768px){

    .fix-btn {
        position: fixed;
        bottom: 20px;
        right: 10px;
    }
    .fix-btn img {
        height: 50px;
        width: auto;
    }
}
