@charset "UTF-8";


/* animation
------------------------------------------------- */
#header .logo,
#snav,
.navtoggle,
.mainvisual .box {
    opacity: 0;
}
html {
    overflow-y: hidden;
}
html[data-opstats="ended"],
html[data-opstats="skipped"] {
    overflow-y: auto;
}
html[data-opstats="ended"] #header .logo,
html[data-opstats="ended"] #snav,
html[data-opstats="ended"] .navtoggle,
html[data-opstats="ended"] .mainvisual .box {
    animation: fade 0.6s ease 0.5s 1 forwards;
}
html[data-opstats="skipped"] #header .logo,
html[data-opstats="skipped"] #snav,
html[data-opstats="skipped"] .navtoggle,
html[data-opstats="skipped"] .mainvisual .box {
    animation: fade 0.3s ease 0s 1 forwards;
}


/* mainvisual
------------------------------------------------- */
.mainvisual {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 6;
}
.mainvisual .inner {
    width: 11rem;
    height: 100vh;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -5.5rem;
    z-index: 10;
}
.mainvisual .box {
    width: 5.35rem;
    position: absolute;
    right: -1.15rem;
    bottom: 0.4rem;
}
.mainvisual .box h2 {
    font-size: 0.54rem;
    font-weight: 900;
    line-height: 1.33;
    letter-spacing: 0.1em;
    text-align: center;
}
.mainvisual .box h2 span {
    display: inline-block;
    background: linear-gradient(90deg, #004BDE, #CA60CB, #FFBB00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
.mainvisual .box p {
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1.166;
    text-align: center;
    margin: 0.1rem 0.5rem 0 0;
    position: relative;
}
.mainvisual .box .scroll {
    width: 0.01rem;
    height: 0.85rem;
    background-color: #B3B3B3;
    position: absolute;
    left: 50%;
    bottom: -0.96rem;
    margin-left: -0.28rem;
    overflow: hidden;
}
.mainvisual .box .scroll::before {
    content: '';
    width: 0.01rem;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    animation: scroll 2s infinite;
    z-index: 2;
}
.mainvisual .amazing {
    display: none!important;
    color: #fff;
    position: relative;
    z-index: -1;
}
@media screen and (max-width:750px){
.mainvisual {
    height: 100svh !important;
    /*height: auto;*/
}
.mainvisual canvas {
    height: 100svh !important;
}
.mainvisual .inner {
    width: 100vw;
    height: 100svh !important;
    left: 0;
    margin-left: 0;
}
.mainvisual .box {
    width: 100%;
    position: absolute;
    left: 4vw;
    bottom: 11.2vw;
}
.mainvisual .box h2 {
    font-size: 10.4vw;
    letter-spacing: 0.04em;
}
.mainvisual .box p {
    font-size: 2.66vw;
    margin: 0.1rem 0.3rem 0 0;
}
.mainvisual .box .scroll {
    height: 16vw;
    bottom: -0.75rem;
    margin-left: -0.15rem;
}
}


/* message
------------------------------------------------- */
.message {
    background: url("../img/top/message_bg.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 0.4rem;
    padding: 0.6rem 0 0.88rem;
    position: relative;
    z-index: 5;
}
.message .con {
    width: 5.1rem;
    margin: 0 -1rem 0.85rem 0;
    position: relative;
    z-index: 3;
    opacity: 0;
}
.message.isAnimate .con {
    animation: fade 0.7s ease 0.7s 1 forwards;
}
.message .con h3 {
    display: inline-block;
    background: linear-gradient(90deg, #FFFFFF, #CA60CB, #FFBB00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.27rem;
    font-weight: 900;
    line-height: 2.22;
    letter-spacing: 0.04em;
    text-align: center;
    position: relative;
    z-index: 3;
}
.message .con .btn a {
    display: block;
    width: 1.69rem;
    height: 1.69rem;
    background: linear-gradient(135deg, #00C9FF, #CA60CB, #FFBB00);
    border-radius: 50%;
    margin: 0.2rem auto 0;
    padding-top: 0.48rem;
    box-sizing: border-box;
    position: relative;
    opacity: 0;
}
.message.isAnimate .con .btn a {
    animation: fade 0.7s ease 1.2s 1 forwards;
}
.message .con .btn a::before {
    content: '';
    width: 1.29rem;
    height: 1.29rem;
    background: url("../img/top/message_btn.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.645rem 0 0 -0.645rem;
    z-index: 2;
    animation: 10s linear infinite rotation;
}
.message .con .btn a::after {
    content: '';
    width: 1.54rem;
    height: 1.54rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.77rem 0 0 -0.77rem;
    z-index: 1;
}
.message .con .btn a span {
    display: block;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-align: center;
    position: relative;
    z-index: 3;
}
.message .con .btn a b {
    display: inline-block;
    width: 0.28rem;
    height: 0.28rem;
    background-color: #004BDE;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0.5rem;
    margin-left: -0.14rem;
    overflow: hidden;
}
.message .con .btn a b::before {
    content: '';
    width: 0.09rem;
    height: 0.08rem;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.829%22%20height%3D%227.876%22%20viewBox%3D%220%200%208.829%207.876%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_62%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2062%22%20transform%3D%22translate(-726.171%20-2415)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_37%22%20data-name%3D%22%E7%B7%9A%2037%22%20y1%3D%227%22%20x2%3D%228%22%20transform%3D%22translate(726.5%202415.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_115%22%20data-name%3D%22%E3%83%91%E3%82%B9%20115%22%20d%3D%22M734.5%2C2420.5v-5h-5%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.04rem 0 0 -0.045rem;
}
.message .con .photo {
    width: 2.82rem;
    position: absolute;
    left: -1.87rem;
    top: -0.05rem;
    z-index: 2;
}
.message .news .ttlbox {
    width: 2.3rem;
}
.message .news .ttlbox h4 {
    font-size: 0.13rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}
.message .news .ttlbox h4 span {
    display: block;
    font-size: 0.55rem;
    font-weight: 200;
    line-height: 1.16;
    margin-bottom: 0.33rem;
    position: relative;
}
.message .news .ttlbox h4 span::before {
    content: '';
    width: 0.01rem;
    height: 0.21rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -0.25rem;
}
.message .news .ttlbox .btnst {
    text-align: center;
    margin-top: 0.3rem;
}
.message .news .box {
    width: 7.65rem;
    margin: 0.13rem 0.65rem 0 0;
}
.message .news .box ul li {
    margin-bottom: 0.06rem;
}
.message .news .box ul li a {
    display: block;
    background-color: #fff;
    border-radius: 1rem;
    font-size: 0.13rem;
    line-height: 1.45;
    color: #666;
    padding: 0.1rem 0 0.1rem 0.2rem;
    box-sizing: border-box;
}
.message .news .box ul li a dl {
    display: flex;
}
.message .news .box ul li a dl dt {
    width: 1.65rem;
}
.message .news .box ul li a dl dt span {
    font-size: 0.12rem;
    color: #6693EB;
    margin-right: 0.2rem;
}
.message .news .box ul li a dl dt span.event {
    color: #39B54A;
}
.message .news .box ul li a dl dd {
    width: 5.6rem;
}
.message .message-arrow {
    width: 3.1611rem;
    height: 3.7117rem;
    position: absolute;
    right: -0.76rem;
    top: 1.5rem;
    z-index: 2;
    mix-blend-mode: multiply;
    opacity: .3;
}
.message .message-arrow .st0 {
    fill: #004bde;
}
.message .message-arrow .st1 {
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 300px;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
}
.message.isAnimate .message-arrow .st1 {
    animation: entry-arrow 1.5s 0.2s forwards;
}
.message .message-arrow #text1 {
    mask: url(#mask-wrapper1);
}
@media screen and (min-width:751px){
.message .con .btn a:hover {
    transform: scale(1.1);
}
.message .con .btn a:hover b::before {
    animation: move-arrow 1.3s infinite;
}
.message .news .box ul li a:hover {
    background-color: #DFE8FB;
    color: #1A1A1A;
}
}
@media screen and (max-width:750px){
.message {
    background: url("../img/top/message_bg.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 0.2rem;
    padding: 13vw 0 0.5rem;
}
.message .con {
    width: 100%;
    margin: 0 0 0.8rem;
}
.message .con h3 {
    font-size: 0.19rem;
    line-height: 2.1;
    white-space: nowrap;
}
.message .con .btn a {
    margin: 20vw 0 0 40vw;
    z-index: 4;
}
.message .con .photo {
    width: 43vw;
    left: 4vw;
    top: 65.33vw;
}
.message .news .ttlbox {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.message .news .ttlbox h4 {
    font-size: 0.12rem;
}
.message .news .ttlbox h4 span {
    font-size: 0.45rem;
}
.message .news .ttlbox .btnst {
    margin: 0 0 0.05rem;
}
.message .news .box {
    width: 100%;
    margin: 0.2rem 0 0;
}
.message .news .box ul li {
    margin-bottom: 0.06rem;
}
.message .news .box ul li a {
    line-height: 1.45;
    padding: 0.1rem 0.25rem;
}
.message .news .box ul li a dl {
    display: block;
}
.message .news .box ul li a dl dt {
    width: 100%;
    margin-bottom: 0.05rem;
}
.message .news .box ul li a dl dt span {
    font-size: 0.12rem;
    margin-right: 0.2rem;
}
.message .news .box ul li a dl dd {
    width: 100%;
}
.message .message-arrow {
    width: 2rem;
    height: 2.34835rem;
    right: -0.4rem;
    top: 1.2rem;
}
}


/* about
------------------------------------------------- */
.about {
    padding: 1.66rem 0 2.23rem;
    position: relative;
    z-index: 4;
}
.about .inner {
    z-index: 4;
}
.about .mobius {
    width: 9.66rem;
    height: 5.61rem;
    background: url("../img/top/mobius.svg") center center no-repeat;
    background-size: cover;
    margin: 0.15rem 0 0 1.03rem;
    position: relative;
    z-index: 3;
    opacity: 0;
}
.about.isAnimate .mobius {
    animation: fade 0.7s ease 0.5s 1 forwards;
}
.about .mobius a {
    width: 100%;
    height: 100%;
    padding-top: 1.5rem;
    display: flex;
    justify-content: center;
    position: relative;
}
.about .mobius a .logo {
    width: 1.9571rem;
    margin: 0.15rem 0.2rem 0;
}
.about .mobius a .con {
    width: 3.7rem;
    margin: 0 0.2rem;
}
.about .mobius a .con p {
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
    margin-bottom: 0.15rem;
}
.about .mobius a .photo {
    width: 1.2rem;
    position: absolute;
    right: 1.43rem;
    top: -1.62rem;
}
.about .about-line {
    width: 116.3982vw;
    height: 104.0263vw;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -56vw 0 0 -56vw;
    z-index: 2;
}
.about .about-line .st0 {
    fill: #004bde;
}
.about .about-line .st1 {
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 100px;
    stroke-dasharray: 2500px;
    stroke-dashoffset: 2500px;
}
.about.isAnimate .about-line .st1 {
    animation: about-line 1.5s 0.2s forwards;
}
.about .about-line #text2 {
    mask: url(#mask-wrapper2);
}
@media screen and (min-width:751px){
.about .mobius a:hover .photo {
    animation: bounce 0.5s ease-out;
}
}
@media screen and (max-width:750px){
.about {
    padding: 0.7rem 0 1.5rem;
    position: relative;
    z-index: 2;
}
.about .mobius {
    width: 100vw;
    height: 58.074vw;
    margin: 1rem 0 0 -2.5vw;
}
.about .mobius a {
    padding-top: 0.45rem;
    display: block;
}
.about .mobius a .logo {
    width: 35vw;
    margin: 0;
    position: absolute;
    left: 50%;
    top: -0.75rem;
    margin-left: -17.5vw;
}
.about .mobius a .con {
    width: 100%;
    margin: 0;
    padding-left: 0.4rem;
    box-sizing: border-box;
}
.about .mobius a .con p {
    font-size: 0.12rem;
    line-height: 1.75;
    letter-spacing: normal;
}
.about .mobius a .con .btnst {
    margin: 0.3rem 0 0 0.95rem;
}
.about .mobius a .photo {
    width: 0.65rem;
    right: 0.1rem;
    top: -0.7rem;
}
.about .about-line {
    width: 116.3982vw;
    height: 104.0263vw;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50vw 0 0 -56vw;
    z-index: 2;
}
}


/* staff
------------------------------------------------- */
.staff {
    background: url("../img/top/staff_bg.jpg") center top no-repeat;
    background-size: cover;
    border-radius: 0 0 0.4rem 0.4rem;
    padding: 0.53rem 0 0.4rem;
    position: relative;
    z-index: 2;
}
.staff .headline4 {
    color: #fff;
    margin: 0 0 0.35rem 3.85rem;
}
.staff .headline4 span {
    background: linear-gradient(90deg, #FFFFFF, #CA60CB, #FFBB00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.staff .headline4 span::before {
    background-color: #fff;
}
.staff .interview-slider {
    width: 10rem;
    margin: 0 auto;
}
.staff .interview-slider .swiper-slide {
    width: 2.1rem;
    margin: 0 0.2rem; 
    box-sizing: border-box;
}
.staff .interview-slider .swiper-slide:nth-child(2n-1) {
    padding-top: 0.63rem;
}
.staff .interview-slider .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.staff .interview-slider .swiper-slide a .cover {
    width: 1.7rem;
    height: 2.2rem;
    border-radius: 0.1rem;
    margin-bottom: 0.09rem;
    position: relative;
    overflow: hidden;
}
.staff .interview-slider .swiper-slide a .cover::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #004BDE, #CA60CB, #FFBB00);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.4s;
}
.staff .interview-slider .swiper-slide a .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.staff .interview-slider .swiper-slide a .box {
    height: calc(100% - 2.29rem);
    border-left: 0.01rem solid #fff;
    padding: 0.2rem 0 0 0.19rem;
    box-sizing: border-box;
}
.staff .interview-slider .swiper-slide a h4 {
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 1.45;
}
.staff .interview-slider .swiper-slide a h5 {
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.04em;
    padding: 0.22rem 0 0.09rem;
}
.staff .interview-slider .swiper-slide a h5 span {
    display: block;
    font-size: 0.3rem;
    line-height: 1.45;
}
.staff .interview-slider .swiper-slide a p,
.staff .interview-slider .swiper-slide a ul li {
    font-size: 0.12rem;
    line-height: 1.66;
    color: #DDDDDD;
}
.staff .swiper-button-next,
.staff .swiper-button-prev {
    width: 0.38rem;
    height: 0.76rem;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239.061%22%20height%3D%2276.707%22%20viewBox%3D%220%200%2039.061%2076.707%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_501%22%20data-name%3D%22%E3%83%91%E3%82%B9%20501%22%20d%3D%22M1556.076%2C3264.648l-38%2C38%2C38%2C38%22%20transform%3D%22translate(-1517.369%20-3264.295)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E') left center no-repeat;
    background-size: 100% auto;
    margin-top: -0.38rem;
    left: -0.43rem;
    transition: 0.4s;
}
.staff .swiper-button-next {
    left: auto;
    right: -0.43rem;
    transform: scale(-1, 1);
}
.staff .swiper-button-next::after,
.staff .swiper-button-prev::after {
    display: none;
}
.staff .btnst {
    text-align: right;
    margin-top: 0.5rem;
}
.staff .staff-wave {
    width: 100%;
    position: absolute;
    left: 0;
    top: -0.1rem;
    z-index: 1;
}
.staff .staff-wave svg path {
    fill: #fff;
}
.staff .staff-wave .photo {
    width: 3.95rem;
    position: absolute;
    left: 50%;
    margin-left: 0.06rem;
    top: -1.22rem;
    z-index: 2;
}
@media screen and (min-width:1367px){
.staff .staff-wave .photo {
    margin-left: calc(20vw - 2.72rem);
}  
}
@media screen and (min-width:751px){
.staff .interview-slider .swiper-slide a:hover .cover::after {
    opacity: 0.4;
}
.staff .interview-slider .swiper-slide a:hover .cover img {
    transform: scale(1.05);
}
.staff .swiper-button-prev:hover {
    left: -0.47rem;
    opacity: 0.5;
}
.staff .swiper-button-next:hover {
    right: -0.47rem;
    opacity: 0.5;
}
}
@media screen and (max-width:750px){
.staff {
    background-position: 60% top;
    border-radius: 0 0 0.2rem 0.2rem;
    padding: 0.4rem 0;
}
.staff .headline4 {
    margin: 0 0 0.35rem;
}
.staff .interview-slider {
    width: 100vw;
    margin-left: -5vw;
}
.staff .interview-slider .swiper-slide {
    width: 50vw;
    margin: 0 0.1rem; 
}
.staff .interview-slider .swiper-slide a .box {
    padding: 0.15rem 0 0 0.1rem;
}
.staff .interview-slider .swiper-slide a h4 {
    font-size: 0.16rem;
}
.staff .interview-slider .swiper-slide a h5 {
    font-size: 0.16rem;
    padding: 0.2rem 0 0.09rem;
}
.staff .interview-slider .swiper-slide a h5 span {
    font-size: 0.24rem;
}
.staff .swiper-button-next,
.staff .swiper-button-prev {
    display: none;
}
.staff .staff-wave .photo {
    width: 2.1rem;
    left: auto;
    right: 0.3rem;
    top: -0.6rem;
    margin-left: 0;
}
.staff .btnst {
    text-align: center;
    margin-top: 0.5rem;
}
}


/* work
------------------------------------------------- */
.work {
    padding: 1.25rem 0 1.75rem;
    position: relative;
    z-index: 1;
}
.work .ttlbox {
    width: 3.3rem;
    margin-top: 2.9rem;
    position: relative;
}
.work .ttlbox .photo {
    width: 1.51rem;
    position: absolute;
    left: -0.26rem;
    top: -2.27rem;
    opacity: 0;
}
.work.isAnimate .ttlbox .photo {
    animation: fade 0.7s ease 0.8s 1 forwards;
}
.work .con {
    width: 6.7rem;
    opacity: 0;
}
.work.isAnimate .con {
    animation: fadeIn 0.7s ease 1.2s 1 forwards;
}
.work .con ul li a {
    display: block;
    width: 100%;
    height: 1.8rem;
    background: url("../img/top/work_icon1.svg") left center no-repeat;
    background-size: 0.75rem auto;
    padding: 0.41rem 0 0 1.1rem;
    box-sizing: border-box;
    position: relative;
}
.work .con ul li:nth-child(2) a {
    background-image: url("../img/top/work_icon2.svg");
}
.work .con ul li:nth-child(3) a {
    background-image: url("../img/top/work_icon3.svg");
}
.work .con ul li:nth-child(4) a {
    background-image: url("../img/top/work_icon4.svg");
}
.work .con ul li a::before,
.work .con ul li a::after {
    content: '';
    width: 100%;
    height: 0.01rem;
    background-color: #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
}
.work .con ul li a::after {
    background-color: #004BDE;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.4s;
}
.work .con ul li a h4 {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.055em;
    margin-bottom: 0.08rem;
}
.work .con ul li a h4 span {
    display: block;
    font-size: 0.36rem;
    font-weight: 200;
    line-height: 1.166;
    color: #004BDE;
    letter-spacing: normal;
}
.work .con ul li a p {
    font-size: 0.13rem;
    line-height: 1.45;
    letter-spacing: 0.095em;
    color: #666;
}
.work .con ul li a .btnst {
    position: absolute;
    right: 0;
    bottom: 0.27rem;
}
.work .con ul li a .btnst::after {
    background-color: #fff;
}
.work .work-line {
    width: 6.66rem;
    height: 5.83rem;
    position: absolute;
    left: -3.13rem;
    top: -2.4rem;
    z-index: 2;
}
.work .work-line .st0 {
    fill: #004bde;
}
.work .work-line .st1 {
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 100px;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
}
.work.isAnimate .work-line .st1 {
    animation: entry-arrow 1.5s 0.1s forwards;
}
.work .work-line #text3 {
    mask: url(#mask-wrapper3);
}
@media screen and (min-width:751px){
.work .con ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
}
@media screen and (max-width:750px){
.work {
    padding: 1.5rem 0 1rem;
}
.work .ttlbox {
    width: 100%;
    margin: 0 0 0.35rem;
}
.work .ttlbox .photo {
    width: 1rem;
    left: 2.3rem;
    top: -1.15rem;
}
.work .con {
    width: 100%;
}
.work .con ul li a {
    height: auto;
    background-size: 0.6rem auto;
    background-position: left 0.18rem;
    padding: 0.2rem 0 0.6rem;
}
.work .con ul li:nth-child(2) a {
    background-position: left 0.3rem;
}
.work .con ul li a::before {
    content: '';
    width: 100%;
    height: 0.01rem;
    background-color: #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
}
.work .con ul li:first-child a::after {
    background-color: #ccc;
    bottom: auto;
    top: 0;
    transform: scale(1, 1);
}
.work .con ul li a h4 {
    margin-bottom: 0.1rem;
    padding-left: 0.8rem;
}
.work .con ul li a h4 span {
    font-size: 0.32rem;
    line-height: 1;
}
.work .con ul li a .btnst {
    bottom: 0.2rem;
}
.work .work-line {
    width: 3rem;
    height: 2.626rem;
    left: -1rem;
    top: -1rem;
}
}


/* infslider
------------------------------------------------- */
.infslider .infiniteslide1,
.infslider .infiniteslide2 {
    display: none;
    margin-bottom: 0.03rem;
    transition: 0.4s;
    z-index: 1;
}
.infslider .infiniteslide_wrap .infiniteslide1 li,
.infslider .infiniteslide_wrap .infiniteslide2 li {
    width: 3.4rem;
    margin-right: 0.03rem;
}
.infslider .infiniteslide_wrap .infiniteslide1 li img,
.infslider .infiniteslide_wrap .infiniteslide2 li img {
    width: 100%;
    height: auto;
}
@media screen and (max-width:750px){
.infslider .infiniteslide1,
.infslider .infiniteslide2 {
    margin-bottom: 0.02rem;
}
.infslider .infiniteslide_wrap .infiniteslide1 li,
.infslider .infiniteslide_wrap .infiniteslide2 li {
    width: 2.5rem;
    margin-right: 0.02rem;
}
}