@charset "utf-8";

/*@font-face {*/
/*    font-family: 'myFont';*/
/*    src: url("../fonts/SourceHanSansCN-Normal.otf");*/
/*}*/
* {
    outline: none;
    font-family: myFont,PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

:root {
    --dark-color: #222;
    --web-color: #bb2821;
    --other-color: #e9da32;
    --other-color2: #ddcab9;
    --gray-color: #999;
    --dark-border-color: #041501;
}
.x-width{
    width: 100%;
    margin: 0 auto;
}
html {
    font-size: 10px
}

body {
    font-size: 100%;
}

body {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.85714;
    letter-spacing: 0.05em;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (min-width: 2400px) {
    body {
        font-size: 170%;
        line-height: 1.84615
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.3rem;
        line-height: 1.84615
    }
}

@media screen and (max-width: 374px) {
    html {
        font-size: 2.677vw
    }
}
.w-100{
    width: 100% !important;
}
.flex-right {
    display: flex;
    justify-content: flex-end;
}

.x-flex li img {
    width: 100%;
}

.x-flex2 {
    display: flex;
    align-items: center;

}

.x-flex3 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.show-nav{
    width: 240px;
    padding: 10px;
    display: inline-block;
    border: 1px solid #333;
    position: relative;
    transition: all .3s;
}

.show-nav:before, .show-nav:after {
    position: absolute;
    top: 0;
    right: 23px;
    bottom: 0;
    z-index: 1;
    display: block;
    margin: auto;
    width: 10px;
    height: 1px;
    background-color: currentcolor;
    content: "";
    transition: .3s ease;
}
.show-nav:after{
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: center;
    transform-origin: center;
}
.new-nav.active .show-nav:after{
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.left-nav2{
    width: 100%;
    max-width: 720px;
    overflow: hidden;
    display: flex;
    height: 0;
    align-items: center;
    flex-wrap: wrap;
    transition: all .8s;
}
.new-nav.active .left-nav2{
    height: auto;
    overflow: visible;
    margin-top: 10px;
    transition: all .3s;
}
.left-nav2 li{
    width: 240px;
    border: 1px solid #333;
    margin-left: -1px;
    margin-top: -1px;
    text-align: center;
    transition: all .3s;
}

.left-nav2 li a{
    padding: 10px;
    display: block;
    font-weight: 100;
    transition: all .3s;
}
.left-nav2 li.active a{
    background-color: var(--web-color);
    color: #fff;
}
.left-nav2 li:hover a,.show-nav:hover,.new-nav.active .show-nav{
    background-color: var(--web-color);
    border-color: var(--web-color);
    color: #fff;
}
.left-nav2 li:last-child{

}
#center-nav {
    margin-bottom: 40px;
}

#center-nav ul li {

    line-height: 46px;
    background-color: #999;
    margin: 0 10px;
}

#center-nav ul li a {
    padding: 0 30px;
    display: block;
    color: #fff;
}

#center-nav ul li.active {
    background-color: var(--web-color);
}

.x-path {
    position: relative;
    z-index: 9;
    width: calc(100% - 90px);
    margin-left: 90px;
    padding: 20px 90px 20px 40px;
    background:#eee;
    transition: all .3s;
}
.x-path:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    top: -80px;
    left: 0;
    background: #eee;
    z-index: -1;
}
.x-path-a{
    width: 50%;
    color: #fff;
    display: flex;
    align-items: start;
}
.x-path-a h3{
    font-size: 1.8rem;
    margin-right: 30px;
    position: relative;
    font-weight: normal;
    display: none;
}
.x-path-a h3:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 24px;
    height: 1px;
    background-color: #000;
}
.x-path-b{


}
.x-path .ui-bread-1 {
    display: flex;
    justify-content: flex-end;

}

.x-path .f-tel {
    font-size: 14px;
    font-weight: 300;
}

@font-face {
    font-family: 'DINCond-Bold';
    src: url('../fonts/DINCond-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

.ax-font-bold {
    font-family: 'DINCond-Bold';
}

@font-face {
    font-family: 'DINCond-Black';
    src: url('../fonts/DINCond-Black.otf');
    font-weight: normal;
    font-style: normal;
}

.ax-font-bolder {
    font-family: 'DINCond-Black';
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

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

.x-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul, li {
    list-style: none;
}

.ax-font-lighter {
    font-family: 'DINCond-Light';
}

@font-face {
    font-family: 'DINCond-Regular';
    src: url('../fonts/DINCond-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

.ax-font-light {
    font-family: 'DINCond-Regular';
}

@font-face {
    font-family: 'DINCond-Medium';
    src: url('../fonts/DINCond-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

.ax-font-regular {
    font-family: 'DINCond-Medium';
}

.flex-center {
    display: flex;
    justify-content: center;
}
.x-flex-start {
    align-items: start !important;
}

.x-flex-stretch {
    align-items: stretch !important;
}

.x-flex-center {
    justify-content: center !important;
}

.x-flex-around {
    justify-content: space-around;
}

.x-flex > li {
    margin-bottom: 1.6%;
}

.x-flex-list-2 > li {
    width: 49%;
}

.x-flex-list-3 > li {
    width: 32%;
}

.x-flex-list-4 > li {
    width: 24%;
}

.x-flex-list-5 > li {
    width: 19%;
}

.x-flex-list-6 > li {
    width: 15.66667%;
}
.x-flex-list-7 > li {
    width: 13.785%;
}
.x-flex-list-8 > li {
    width: 12%;
}
.x-main-title {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    text-align: center;
}

.x-main-title h1 {
    font-size: 40px;
    position: relative;
    padding-bottom: 20px;
    margin: 0;
}

.x-main-title h1::after, .x-main-title h3::after {
    content: "";
    display: block;
    position: absolute;
    width: 3.34rem;
    height: 0.25rem;
    border-radius: 0.5rem;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    background: var(--web-color);
    box-shadow: 0 3px 10px rgba(242, 36, 63, 0.4);
}


.x-main-title h3 {
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 20px;
    margin: 0;
}

.x-main-title .x-mask {
    z-index: -1;
    top: 0;
    left: 0;
}

.x-main-title .x-mask span {
    font-size: 100px;
    color: #dedede;
}

.x-video {
    display: block;
    position: relative;
    z-index: 10;
}

.x-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: fill;

}

.x-video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2;
}

.x-video span {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    transition: all .3s;
    z-index: 5;
}

.x-video:hover span {
    color: var(--web-color);
    background-color: #fff;
    webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.x-pr {
    position: relative;
}

.x-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.x-cover {
    width: 100%;
    height: 100%;
    position: relative;
}

.x-cover:before, .x-cover:after {
    content: '';
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: all 700ms ease 0s;
    -webkit-transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -ms-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
}

.x-pro-list li:hover .x-cover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}

.x-pro-list li:hover .x-cover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}

.x-picture img {
    width: 100%;
    position: unset;
}

.x-header {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: relative;
    z-index: 10;
}

.fixed .x-header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05);
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
}

@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

.head-logo {
    height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    justify-content: flex-start;
    z-index: 10;
    flex-grow: 1;
}


.head-logo a:after {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10rem 0 0 5rem;
    border-color: transparent transparent transparent var(--web-color);
}

.head-logo img {
    height: 50px;
}

.fixed .head-logo a, .open .head-logo a {
    background-color: #fff;
    display: block;
}

.fixed .head-logo a:after, .open .head-logo a:after {
    display: none;
}

.fixed .head-logo img, .open .head-logo img {
    height: 45px;
    width: auto;
}


.x-menu li.active > a {
    color: var(--web-color);
}

.nav ul li ul li a, .white_bg .nav ul li ul li a {
    line-height: 40px;
}

.hotline {
    line-height: normal;
    padding: 0 10px;

}


.hotline .t1 {
    font-size: 14px;
    line-height: 1;

}

.hotline .t2 {
    font-size: 24px;
    font-family: DINCond-Bold, sans-serif;

}

.hotline span {
    font-size: 36px;
    margin-right: 10px;

}

.white_bg .hotline .t1 {
    color: #333;
}

.white_bg .hotline .t2, .white_bg .hotline span {
    color: var(--web-color);
}

.nav ul li ul {
    border-top: 2px solid var(--web-color);
    width: max-content;
    min-width: 100%;
}

.nav ul li ul li a {
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
}

.nav ul li a:hover {
    color: var(--web-color);
}

.nav ul li ul li a:hover {
    background-color: var(--web-color);
    color: #fff;
}


.home header .top-search {
    background-color: transparent;
}

.top-search {
    height: 70px;
    line-height: 70px;
    display: inline-block;

}


header .top-search a {
    padding: 0;
}

header .top-search a span {
    font-size: 24px;

}

header .top-search #searchForm {
    position: absolute;
    padding: 10px;
    background-color: #fff;
    width: 340px;
    right: 0;
    top: 100%;
    opacity: 0;
    transition: all .3s ease 0s;
    visibility: hidden;
    transform: translate3d(0, 10px, 0);
    box-shadow: 0 3px 10px 0 rgba(51, 51, 51, 0.1);
}

header .top-search #searchForm .ui-form-group {
    margin: 0;
    padding: 0;
}

header .top-search #searchForm .ui-input-group {
    width: 100%;
    margin: 0;
}

header .top-search #searchForm.open {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

header .top-search #searchForm input {
    font-size: 14px;
    height: 40px;
}

.ui-input-group button.after {
    height: 40px;
}
header nav{
    display: flex;
    justify-content: center;
    flex-grow: 1;
    max-width: 1200px;
}
.x-menu {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.x-menu li.nav-list {
    height: 70px;
    display: block;
    position: static;
}
.x-menu li.nav-list.x-pr{
    position: relative;
}
.x-menu > li > a {
    padding: 0 2rem;
    line-height: 70px;
    display: block;
    font-size: 1.8rem;
}
.x-menu li.nav-list .normal-nav{
    position: absolute;
    min-width: 100%;
    width: max-content;
    left: 0;
    top: 70px;
    background: #fff;
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    opacity: 0;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    transition: transform 0.3s,opacity 0.3s;
}
.x-menu li.nav-list .normal-nav p a{
    font-size: 1.6rem;
    line-height: 1.5em;
    padding: 0.6em 20px;
    text-align: center;
    display: block;

}
.x-menu li.nav-list .normal-nav p a:hover{
    background: linear-gradient( 90deg, #d77515 10%, var(--web-color) 100%);

    color: #fff;
}
.x-menu li.nav-list .sub_menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 70px;
    background: #fff;
    padding: 40px 90px;
    z-index: 1;
    border-top: 1px solid #ddd;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    opacity: 0;
    transition: transform 0.3s,opacity 0.3s;
}
.x-menu li.nav-list .sub_menu .x-nav-title,.x-menu li.nav-list .sub_menu ul{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.x-menu li.nav-list .sub_menu .x-son-list{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.x-menu li.nav-list .sub_menu .x-son-list li{
    width: 19%;
    margin: 1% 0;
    
}
.x-menu li.nav-list .sub_menu .x-son-list li .x-content{
    text-align: center!important;
}
.x-menu li.nav-list .sub_menu .x-nav-title{
    margin-bottom: 30px;
}
.x-menu li.nav-list .sub_menu ul{
    width: 100%;
}
.x-menu li.nav-list .sub_menu ul li{
    width: 19%;
    margin-bottom: 0;
}
.x-menu li.nav-list .sub_menu ul li .x-content{
    padding: 0.5rem;
}
.x-menu li.nav-list:hover .sub_menu,.x-menu li.nav-list:hover .normal-nav{
    transform: scaleY(1) translateZ(0);
    opacity: 1;
}
.x-menu li.nav-list .sub_menu .item {
    margin: 60px 0;
    transition: all .3s;
    position: relative;
}

.x-menu li.nav-list .sub_menu .item1 {
    width: 25%;
    padding-right: 40px;
    border-right: 1px solid #e5e5e5;

}

.x-menu li.nav-list .sub_menu .item2 {
    width: 75%;
    margin: 0;
    padding: 0;

}
.x-menu li.nav-list .normal-nav{
    width: max-content;
}
.x-menu li.nav-list .sub_menu .item2 ul {
    padding: 60px 0 60px 40px;
}

.cate-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.x-menu li.nav-list .sub_menu .item1 p {
    font-size: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.x-menu li.nav-list .sub_menu .item2 .ui-row {
    /*align-items: center;*/
}

.x-menu li.nav-list .sub_menu .item2 p {
    line-height: 2;
    text-align: justify;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
}

.x-menu li.nav-list .sub_menu .item1 a {
    display: block;

    font-weight: 300;
    padding: 15px;
}

.x-menu li.nav-list .sub_menu .news-list li {
    margin-bottom: 0;
}

.x-menu li.nav-list .sub_menu .news-list li .no-pic .p-mask a {
    display: flex;
    height: 100%;
}

.x-menu li.nav-list .sub_menu .item1 p a:hover {
    font-weight: 700;
}

.x-menu li.nav-list.active .sub_menu {
    transform: scale(1);
    border-top: 1px solid #ddd;
    opacity: 1;
    z-index: 999;
}

.x-menu li.nav-list.active .sub_menu .item {
    opacity: 1;
}

#menu_hover_bg {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    z-index: 9;
    overflow: hidden;
    transition: all .5s;
}


header.open #menu_hover_bg {
    height: 100vh;
    background: rgba(0, 0, 0, .5);
}

#menu_hover_bg .hover_bg_content {
    background-color: #fff;
    position: relative;
}

.close_nav {
    width: 68px;
    height: 68px;
    display: block;
    position: absolute;
    color: #fff;
    bottom: -34px;
    left: 50%;
    margin-left: -34px;
    cursor: pointer;

}

.close_nav span {
    font-size: 24px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #999;
    color: #fff;
    line-height: 68px;
    text-align: center;
    position: relative;
}

.close_nav span:hover {
    background-color: var(--web-color);
}

.bottom-contact {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: none;
    background-color: #f3f3f3;
    transition: all .3s;
}
.bottom-contact.show{
    display: flex;
}
.bottom-contact.bottomed {
    background: #000;
    color: #fff;
}

.bottom-contact.is-animation {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.bottom-contact.no-active {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.bottom-contact > div > div {
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.bottom-contact.is-animation > div > div {
    opacity: 1;
}

.bottom-contact span {
    font-size: 26px;
    padding-right: 5px;
}

.bottom-contact-a {
    display: flex;
    align-items: center;
    height: 64px;
    width: max-content;
    padding: 0 20px;
    font-size: 20px;
}

.bottom-contact.bottomed span, .bottom-contact.bottomed .bottom-contact-a {
    font-size: 14px;
}

.bottom-contact-b {
    width: 64px;
    display: flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    justify-content: center;
    text-align: center;
}

.bottom-contact-b a {
    color: #fff;
}

.c-btn {
    position: relative;
    display: inline-block;
    min-width: 180px;
    color: #fff !important;
    padding: 12px 18px;
    background: #999;
    transition: all .8s;
    text-align: left;
    font-size: 14px;
}

.c-btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    background-color: var(--web-color);
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.c-btn .content {
    position: relative;
    z-index: 2;
}

.active .c-btn:before, .c-btn:hover:before {
    right: inherit;
    left: 0;
    width: 100%;
    transition: all .8s;
}

.c-btn-line {
    position: absolute;
    top: 0;
    right: 8%;
    bottom: 0;
    display: block;
    margin: auto;
    max-width: 24px;
    width: 8%;
    height: 1px;
    background-color: rgba(255, 255, 255, .75);

}

.c-btn-line:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 1px;
    background-color: rgba(255, 255, 255, .75);
    content: "";
    opacity: 0;
    transition: .3s ease;
    -ms-transform: rotate(0);
    transform: rotate(0);
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.c-btn:hover .c-btn-line {
    animation: btnline .5s 1 cubic-bezier(.645, .045, .355, 1);
}

.c-btn:hover .c-btn-line:before, .active .c-btn-line:before {
    opacity: 1;
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.c-btn.mores {
    width: calc(25% - 20px);
    padding: 20px;
    margin-right: 10px;
}

.center-nav-list {
    margin-bottom: 30px;
}

.center-nav-list a {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    background-color: #999;
    color: #fff;
    transition: all .3s;
}

.center-nav-list a:hover,.center-nav-list a:first-child {
    background-color: var(--web-color);
    color: #fff;
}

.li_item {
    padding: 20px 0;
}

/*header*/
.header__lang {
    display: inline-block;

}


.header__lang.-opened {
    overflow: visible
}

.header__lang.-opened:after {
    visibility: visible;
    opacity: 1
}

.langBtn {
    padding: 0 1rem;

}

.-opened .langBtn {
    z-index: 103
}

.langBtn:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 10em;
    height: 100%;
    background: #fff;
    content: "";
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transition-property: opacity, width, z-index;
    transition-property: opacity, width, z-index;
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.-opened .langBtn:before {
    width: 13.07692em;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.langBtn p {
    position: relative;
    margin-right: 6px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1
}

.langBtn.-close a {
    pointer-events: none
}

.langBtn__list {
    display: flex;

}


.langBtn__icn {
    position: relative;
    border-radius: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
    font-family: poppins, sans-serif
}

.langBtn__icn:first-child {
    margin-right: 1.1em
}

.langBtn__icn:first-child:after {
    position: absolute;
    top: 50%;
    right: -1.1em;
    display: block;
    width: 1px;
    height: 10px;
    border: 1px solid #e6edf1;
    content: "";

    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}


.langBtn__icn:last-child {
    margin-left: 1.1em
}

.langBtn__icn.-current {
    width: 3.7rem;
    line-height: 22px;
    background: var(--web-color);
}

.langBtn__icn.-current a {
    color: #fff;
    pointer-events: none
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
}

/*footer*/
.footer {
    position: relative;

}

.footer__pagetop {
    -webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition-property: visibility, opacity, color;
    transition-property: visibility, opacity, color;
    position: fixed;
    right: 2.8rem;
    bottom: 1.5rem;
    width: 6.3rem;
    height: 1.3rem;
    font-size: 1rem;
    font-weight: 800;
    color: #005AA4;
    line-height: 1.3;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.2rem;
    visibility: hidden;
    opacity: 0
}

.footer__pagetop:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #005AA4;
    border-left: 1px solid #005AA4;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto
}

.footer__pagetop.is-visible {
    visibility: visible;
    opacity: 1
}

.footer__pagetop.is-bottom {
    position: absolute;
    bottom: 8.5rem
}

html.notouch .footer__pagetop:hover {
    color: #0B3A62
}

html.notouch .footer__pagetop:hover:before {
    border-color: #0B3A62
}

.footer__body {
    display: flex;
    align-items: center;
    padding: 4rem;
    margin: 0 90px;
    color: #fff;
    background: linear-gradient(to bottom,var(--web-color),#999);
}

.footer-a, .footer-b {
    width: 50%;
    padding: 30px 7%;
}

.footer-a .ttl {
    font-size: 4.5rem;
}

.footer-b {
    text-align: center;
    border-left: 1px solid #fff;
}

.footer-b div.ft_inq_num span {
    font-size: 3rem;
    margin-right: 10px;
}

.ft_inq_num {
    font-size: 3rem;
}

.ft_inq_notes {
    font-size: 1rem;
}

.ft_inq_btn a {
    max-width: 452px;
    margin: 20px auto 0;
    display: block;
    background: #000;
    text-align: center;
    color: #fff;
    padding: 25px 0;
}

.ft_inq_btn span {
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 100;
    margin-right: 10px;
}

.ft_inq_btn a {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.ft_inq_btn *,
.common_inq_mail *,
.common_inq_tel_sp *{ color: #fff; fill: #fff; -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0s; transition:  all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0s; }
.ft_inq_btn:hover *,
.common_inq_mail a:hover * { color: #c5b098; fill: #c5b098; }
.footer__info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer-contact{
    padding: 30px 90px 60px;
}
.foot-category a{
    border-right: 1px solid #ccc;
    padding: 0 10px;
}
.foot-logo{
    width: 210px;
}

.footer__tel, .footer__fax {
    font-size: 1.3rem;
    line-height: 1.4616
}

.footer__tel {
    display: block;
    color: #000;
    text-decoration: none;
    margin-top: 1.5rem
}

.footer__contact {
    position: relative;
    text-decoration: none;
    background: rgba(255, 255, 255, .3);
    padding: 3rem 8.5rem 3.6rem 4rem
}

.footer__contact:hover {
    color: #000;
}

.footer__contact:before, .footer__contact:after {
    position: absolute;
    display: block;
    content: ''
}

.footer__contact:before {
    -webkit-transition: background .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: background .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    top: 0;
    right: 4rem;
    width: 1px;
    height: 100%;
    background: #c9bcac;
}

.footer__contact:after {
    top: 0.8rem;
    right: 1.6rem;
    bottom: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto
}

.footer__contact .ttl {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.267
}

.footer__contact .en {
    display: block;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 2;
    text-transform: uppercase;
}

.footer__contact .txt {
    font-size: 1.3rem;
    line-height: 1.7693;
    margin-top: 2.4rem;

}

html.notouch .footer__contact:hover {
    background: var(--web-color)
}

html.notouch .footer__contact:hover:before {
    background: #E8E8E8
}

.footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    height: 6.4rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: #fff;
    background: #000;

}
.copyright-a,.copyright-b,.copyright-c{
    flex: 1;
}
.copyright-a{
    padding-left: 90px;
}
.footer__copyright a{
    color: #fff;
}
/*app*/


.site-contents__our-app .our-app__box {
    width: 75%;
    height: 40vw;
    min-height: 540px;
    position: relative;
    background-color: #333;
    z-index: 1
}

.site-contents__out-app .contents__inner {
    width: 100%;
    max-width: inherit;
    padding-top: 0
}


@media only screen and (max-width: 599px) {
    .site-contents__out-app .contents__inner {
        padding-top: 0;
        margin-top: 0
    }
}

.site-contents__out-app .out-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media only screen and (max-width: 1024px) {
    .site-contents__out-app .out-app {
        display: block
    }
}

.site-contents__out-app .out-app .headline {
    width: 128px;
    margin: 0;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

@media only screen and (max-width: 1024px) {
    .site-contents__out-app .out-app .headline {
        width: 90%;
        margin: 0 auto 1rem;
        -webkit-writing-mode: lr;
        -ms-writing-mode: lr;
        writing-mode: lr
    }
}

.site-contents__out-app .out-app .headline::after {
    width: 2px;
    height: 32px;
    left: inherit;
    bottom: inherit;
    right: 0;
    top: 0
}

@media only screen and (max-width: 1024px) {
    .site-contents__out-app .out-app .headline::after {
        width: 32px;
        height: 2px;
        left: 0;
        bottom: 0;
        right: inherit;
        top: inherit
    }
}

.site-contents__out-app .out-app .headline .en {
    line-height: 1;
    font-size: 2rem;
    font-family: DINCond-Light, sans-serif;
}

.site-contents__out-app .out-app .headline h1 {
    line-height: 1;

}

.site-contents__out-app .out-app .headline h1 span {
    font-family: DINCond-Light, sans-serif;
    font-size: 3vw;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--web-color);
}

@media only screen and (max-width: 1024px) {
    .site-contents__out-app .out-app .headline h1 {
        line-height: 1.4
    }
}

.site-contents__out-app .out-app .headline .text {
    position: absolute;
    left: -90px;
    top: -215px;
    z-index: -1;
    pointer-events: none
}

@media only screen and (max-width: 1024px) {
    .site-contents__out-app .out-app .headline .text {
        left: -5%;
        top: -4rem;
        width: 76px
    }
}

.site-contents__out-app .out-app .headline .text svg {
    width: 100%;
    height: 100%;
    display: block
}

.site-contents__out-app .out-app__box {
    width: calc(100% - 128px);
    height: 40vw;
    min-height: 540px;
    position: relative;
    background-color: #333;
    z-index: 1
}

@media only screen and (max-width: 1024px) {
    #out-app {
        background-color: #f5f5f5;
        padding: 3rem 0;
    }

    .site-contents__out-app .out-app__box {
        width: 90%;
        min-width: unset;
        height: auto;
        margin: 0 auto;
    }
}

.site-contents__out-app .out-app__box__card {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media only screen and (max-width: 1024px) {
    .site-contents__out-app .out-app__box__card {
        display: block
    }
}

.site-contents__out-app .out-app__box__card .job {
    width: calc(100% / 4);
    height: 100%;
    position: relative;
    z-index: 2;
    border-left: 1px solid transparent
}

@media only screen and (max-width: 1024px) {
    .site-contents__out-app .out-app__box__card .job {
        width: 100%;
        height: 32vw;
        min-height: 120px
    }
}

.site-contents__out-app .out-app__box__card .job:first-child {
    border-left: none
}

.site-contents__out-app .out-app__box__card .job a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 1
}

.site-contents__out-app .out-app__box__card .job a .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.site-contents__out-app .out-app__box__card .job a .card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
    opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

@media only screen and (max-width: 1024px) {
    .site-contents__out-app .out-app__box__card .job a .card {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.site-contents__out-app .out-app__box__card .job a .card .label {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease
}

@media only screen and (min-width: 1441px) {
    .site-contents__out-app .out-app__box__card .job a .card .label {
        font-size: 3rem;
        margin-top: 3vw;
    }
}
@media only screen and (max-width: 1440px) {
    body{
        font-size: 14px;
    }
  
}
@media only screen and (max-width: 1660px) {
    .x-menu > li > a{
        font-size: 1.6rem;
    }
      .x-width{
        width: 100%; 
    }
}
@media only screen and (max-width: 1024px) {
    .site-contents__out-app .out-app__box__card .job a .card .label {
        -webkit-writing-mode: lr;
        -ms-writing-mode: lr;
        writing-mode: lr;
        margin: auto 0 auto 3rem;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

@media only screen and (max-width: 599px) {
    .site-contents__out-app .out-app__box__card .job a .card .label {
        font-size: 2rem
    }
}

.site-contents__out-app .out-app__box__card .job a .card .label > .dot {
    display: block;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    width: 48px
}

@media only screen and (min-width: 1441px) {
    .site-contents__out-app .out-app__box__card .job a .card .label > .dot {
        width: 3.332vw
    }
}

@media only screen and (max-width: 1024px) {
    .site-contents__out-app .out-app__box__card .job a .card .label > .dot {
        width: auto
    }
}

.site-contents__out-app .out-app__box__card .job a .card .label > span:not(.dot) {
    display: block;
    font-size: .6em;
    line-height: 1
}

.site-contents__out-app .out-app__box__card .job a .img {
    width: calc(100% + 1px);
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    z-index: -1;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.site-contents__out-app .out-app__box__card .job a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.site-contents__out-app .out-app__box__card .job a .img-job01 img {
    -o-object-position: 55%;
    object-position: 55%
}

.site-contents__out-app .out-app__box__card .job a .img-job02 img {
    -o-object-position: 30%;
    object-position: 30%
}

.site-contents__out-app .out-app__box__card .job a .img-job03 img {
    -o-object-position: 30%;
    object-position: 30%
}

.site-contents__out-app .out-app__box__card .job a .img-job04 img {
    -o-object-position: center;
    object-position: center
}

.site-contents__out-app .out-app__box__card .job a .img-job05 img {
    -o-object-position: center;
    object-position: center
}

@media only screen and (max-width: 1024px) {
    .site-contents__out-app .out-app__box__card .job a .card .arrow {
        display: block
    }
}


.cover__create > span.cover {
    width: calc(100% + 2px);
    height: 100%;
    left: -2px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    will-change: transform;
    transition: all 1s;
}

.animated .cover__create > span.cover {
    width: 0;
}

.site-contents__out-app .out-app__box__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.site-contents__out-app .out-app__box__bg .job__box-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

@media only screen and (max-width: 1024px) {
    .site-contents__out-app .out-app__box__bg .job__box-bg {
        display: none
    }
}

.site-contents__out-app .out-app__box__bg .job__box-bg .card {
    width: 100%;
    height: 100%;
    padding: 0 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto
}

.site-contents__out-app .out-app__box__bg .job__box-bg .card p {
    color: #fff
}

.site-contents__out-app .out-app__box__bg .job__box-bg .card p.title {
    width: max-content;
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2
}

@media only screen and (min-width: 1441px) {
    .site-contents__out-app .out-app__box__bg .job__box-bg .card p.title {
        font-size: 1.11034vw
    }
}

.site-contents__out-app .out-app__box__bg .job__box-bg .card p.title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.site-contents__out-app .out-app__box__bg .job__box-bg .card p.name {
    font-size: 8rem;
    font-weight: 700;
    line-height: 1.8
}

@media only screen and (min-width: 1441px) {
    .site-contents__out-app .out-app__box__bg .job__box-bg .card p.name {
        font-size: 3vw;

    }
}

.site-contents__out-app .out-app__box__bg .job__box-bg .card p.name .span__create {
    display: inline-block;

    font-size: 1em
}

.site-contents__out-app .out-app__box__bg .job__box-bg .card p.name .span__create > span {
    display: inline-block;
    font-size: 1em;
    will-change: transform, opacity;
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1)
}

.site-contents__out-app .out-app__box__bg .job__box-bg .card p.name .subName {
    font-size: .5em;
    margin-left: .5em
}

.site-contents__out-app .out-app__box__bg .job__box-bg .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.site-contents__out-app .out-app__box__bg .job__box-bg .img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1
}

.site-contents__out-app .out-app__box__bg .job__box-bg .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.site-contents__out-app .out-app__box__bg .job__box-bg .card .arrow {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    right: 5rem;
    margin: auto;
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    will-change: transform, opacity;
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}



@-webkit-keyframes draw {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes draw {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.site-contents__out-app .out-app__box__bg .job__box-bg .card .arrow svg {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    will-change: transform
}


.site-contents__out-app .out-app__box__card .job.is-active {
    border-left-color: rgba(255, 255, 255, .2)
}

.site-contents__out-app .out-app__box__card .job.is-active a .card .label {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
    -webkit-transition: opacity .3s ease .1s, -webkit-transform .5s ease;
    transition: opacity .3s ease .1s, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .3s ease .1s;
    transition: transform .5s ease, opacity .3s ease .1s, -webkit-transform .5s ease
}

.site-contents__out-app .out-app__box__card .job.is-active a .img, .site-contents__out-app .out-app__box__card .job.is-active a .card::before {
    opacity: 0
}

.site-contents__out-app .out-app__box__bg .job__box-bg.is-active {
    opacity: 1
}

.site-contents__out-app .out-app__box__bg .job__box-bg.is-active .card p.title {
    opacity: 1
}

.site-contents__out-app .out-app__box__bg .job__box-bg.is-active .card p.title::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1)
}

.site-contents__out-app .out-app__box__bg .job__box-bg.is-active .card p.name .span__create > span {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.site-contents__out-app .out-app__box__bg .job__box-bg.is-active .card .arrow {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1)
}

.site-contents__out-app .out-app__box__bg .job__box-bg.is-active .card .arrow svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1)
}

.people-slide-tool-box {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 352px;
    margin-left: auto;
    padding-top: 4rem
}

@media only screen and (max-width: 599px) {
    .people-slide-tool-box {
        width: 252px;
        margin: 0 auto;
        padding-top: 3rem
    }
}

.people-slide-tool-box .tool__slide-perview {
    width: 50%;
    max-width: 180px
}

@media only screen and (max-width: 599px) {
    .people-slide-tool-box .tool__slide-perview {
        max-width: 126px
    }
}

.people-slide-tool-box .tool__slide-perview .perview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}

@media only screen and (max-width: 599px) {
    .people-slide-tool-box .tool__slide-perview .perview {
        height: 48px
    }
}

.people-slide-tool-box .tool__slide-perview .perview span {
    display: block;
    font-size: 1.5rem;
    padding: 0 5px
}

@media only screen and (max-width: 599px) {
    .people-slide-tool-box .tool__slide-perview .perview span {
        font-size: 1.4rem
    }
}

.people-slide-tool-box .tool__slide-perview .perview span.perview__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 30px;
    position: relative;
    bottom: 0
}

@media only screen and (max-width: 599px) {
    .people-slide-tool-box .tool__slide-perview .perview span.perview__current {
        height: 28px
    }
}

.people-slide-tool-box .tool__slide-perview .perview span.perview__current .swiper-pagination-bullet {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: #333;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-animation: perviewCountDown .7s ease;
    animation: perviewCountDown .7s ease
}

@-webkit-keyframes perviewCountDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

@keyframes perviewCountDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

.people-slide-tool-box .tool__slide-perview .perview span.perview__current .swiper-pagination-bullet-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: perviewCountUp .7s ease;
    animation: perviewCountUp .7s ease
}

@-webkit-keyframes perviewCountUp {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes perviewCountUp {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.tool__slide-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 122px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 599px) {
    .tool__slide-navigation {
        max-width: 106px
    }
}

.tool__slide-navigation button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 56px;
    height: 56px;
    background-color: #fff;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear
}

@media only screen and (max-width: 599px) {
    .tool__slide-navigation button {
        width: 48px;
        height: 48px
    }
}

.tool__slide-navigation button:hover {
    border-color: #ad0306
}

.tool__slide-navigation button.button__prev {
    background-image: url(../images/icon_arrow_L-R.svg)
}

.tool__slide-navigation button.button__next {
    background-image: url(../images/icon_arrow_R-R.svg)
}

.people-slide-tool-box .button {
    background-color: #f4f6f8
}

.people-slide-tool-box .button-wrapper {
    width: 100%;
    padding-top: 4rem
}

@media only screen and (max-width: 599px) {
    .people-slide-tool-box .button-wrapper {
        padding-top: 3rem
    }
}

.people-slide-tool-box .button:hover {
    background-color: #ad0306
}

@media (max-width: 1660px) {
    .footer__body{
        padding: 5rem;
    }
}
@media (max-width: 992px) {
    
    #menu_hover_bg{
        z-index: -1;
    }
    .site-contents__out-app .out-app__box__bg {
        display: none;
    }

    .site-contents__out-app .out-app__box {
        min-height: unset;
    }

    .fixed .head-logo img, .open .head-logo img {
        height: 40px;
    }

    .site-contents__out-app .out-app .headline h1 span {
        font-size: 50px;
    }

    .white-logo {
        display: none;
    }

    .color-logo {
        display: block;
    }

    .header__lang {
        background-color: transparent;

    }

    .head-logo {
        width: auto;
        height: 60px;
        padding: 0;
        z-index: 10;
    }

    .head-logo a {
        overflow: hidden;
        background-color: transparent;

    }

    .head-logo a img {
        height: 40px;
        width: auto;
    }

    header {
        position: fixed;
    }

    .x-header {
        background: #fff;
    }

    .home header.fixed .x-header {
        background: #fff;
    }

    .site-contents__out-app .out-app__box__card .job.is-active a .img, .site-contents__out-app .out-app__box__card .job.is-active a .card::before, .site-contents__out-app .out-app__box__card .job.is-active a .card .label {
        opacity: 1;
    }

    .site-contents__out-app .out-app__box__card .job:hover a .card::before {
        background-color: rgba(0, 0, 0, 0);
    }

    .sb-title {
        width: 100%;
        text-align: center;
    }

    .sb-title .c-btn {
        margin-bottom: 20px;
    }


}

@media screen and (max-width: 1280px) {
    .x-menu > li > a {
        padding: 0 10px;
    }
}

@media screen and (max-width: 992px) {
    .ui-footbar-left a{
        padding: 10px 0;
        flex: 1;
    }
    .ft_inq_btn a{
        padding: 10px 0;

    }
    .footer-contact{
        padding: 3%;
    }
    .footer-a .ttl{
        font-size: 2.4rem;
    }
    .footer-a, .footer-b{
        width: 100%;
        padding: 3%;
        text-align: center;
    }
    .footer-b{
        padding-top: 0;
        border: none;
    }
    .ft_inq_num{
        line-height: 1;
    }
    .footer__body {
        margin: 0;
        padding: 1rem;
        flex-wrap: wrap;
    }

    .footer__contact {
        padding: 1rem 1rem 1rem 2rem;
        border-left: 1px solid #999;
        background-color: transparent;
    }

    .footer__contact .ttl {
        font-size: 2.5rem;
    }

    .footer__contact .txt {
        width: 70%;
    }
}
@media screen and (max-width: 992px) {
    .footer__copyright{
        margin-bottom:0;
        flex-wrap: wrap;
    }
    .copyright-a,.copyright-b,.copyright-c{
        width: 100%;
        text-align: center;
        flex: unset!important;
        padding: 5px 0;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 0;
    }

    .footer__contact {
        width: 100%;
        padding: 0;
    }

    .footer__contact .txt {
        width: 80%;
        margin-top: 10px;
    }

    .footer__pagetop {
        right: 2.3rem
    }

    .footer__info {
        width: 100%;
    }

    .footer__info img {
        width: 60%;

    }

    .footer__contact {
        padding: 20px 0 0;
        border-left: none;

    }

    .footer__tel, .footer__fax {
        line-height: 1.84615
    }


    .footer__contact .ttl {
        font-size: 2rem;
        line-height: 1.25
    }

    .footer__contact .ttl .jp {
        margin-top: 0.2rem
    }

    .footer__copyright {
        margin-top: 0;
        height: auto;
    }
}