@media screen and (min-width: 980px) {
    .pcnone {
        display: none !important;
    }
}
.p-header {
    position: relative;
    background-color: transparent;
    z-index: 2;
    /* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(29,28,28,1) 70%, rgba(31,32,32,1) 90%); */
}
.bg-gradient {
    position: relative;
    margin-top: -140px;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(29,28,28,1) 70%, rgba(31,32,32,1) 90%);
    overflow: hidden;
}
.header-pageTitle {
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
    z-index: 1;
}
.header-pageTitle span.border {
    display: block;
    position: absolute;
    left: -82%;
    top: 50%;
    width: 100vw;
    height: 100vw;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    background-color: transparent;
    transform: translateY(-50%) rotate(-150deg) skew(-35deg);
}
.header-pageTitle h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 5.6666vw;
    margin-left: 5vw;
    font-weight: 900;
    letter-spacing: 1.3333vw;
    line-height: 1.2;
}
.header-pageTitle h2::after {
    content: attr(data-title);
    font-size: 1.5555vw;
    display: inline-block;
    padding: .888vw 3vw;
    background-color: #fff;
    color: #000;
    margin-top: 10px;
}
.footer-middle .right-col iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}
#footer {
    background-color: #fff;
    color: #000;
}
.footer__inner {
    padding: 40px 0 0;
}
.footer-top, .footer-middle {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
}
.footer-top .left-col {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 20px;
    margin-right: 5%;
}
.footer-top .right-col {
    width: 65%;
}
.footer-top .right-col .contactLink {
    width: 100%;
    display: block;
    padding: 40px 15px 15px;
    background-color: #5d5d5d;
    text-align: center;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 600;
}
.footer-top .right-col .contactLink p {
    display: inline-block;
    position: relative;
}
.footer-top .right-col .contactLink p::before {
    content: "";
    width: 150%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -160%;
    transform: translateY(-50%);
}
.footer-top .right-col .contactLink p::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: -163%;
    transform: rotate(45deg);
}
.footer-top .right-col .contactLink span {
    position: absolute;
    right: -170%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.2);
}
.gradient-btn {
    display: block;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 600;
    text-align: left;
    width: 400px;
    padding: 20px 15px 20px 20px;
    background: linear-gradient(90deg, rgba(93,93,93,1) 0%, rgba(50,50,50,1) 70%,rgba(40,40,40,1) 90%);
}
.gradient-btn p {
    display: inline-block;
    position: relative;
    margin: 0 !important;
    font-size: 1.4rem;
    letter-spacing: 2px;
}
.gradient-btn p::before {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -115px;
    transform: translateY(-50%);
}
.gradient-btn p::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: -118px;
    transform: rotate(45deg);
}
.gradient-btn span {
    position: absolute;
    right: -130px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,.2);
}
.footer-top .right-col ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.footer-top .right-col ul li {
    width: calc(100% / 4);
    margin-top: 15px;
}
.footer-top .right-col ul li a {
    color: #000;
    font-weight: 600;
    letter-spacing: 3px;
}
.footer-middle .left-col {
    width: 45%;
    margin-right: 5%;
}
.footer-middle .right-col {
    width: 50%;
}
.footer-middle .left-col dl {
    display: flex;
    margin: 10px 0;
}
.footer-middle .left-col dt {
    width: 115px;
}
.footer-middle .left-col dt::after {
    content: ":";
    margin: 0 5px;
}
.footer-bottom {
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(29,28,28,1) 70%, rgba(31,32,32,1) 90%);
    color: #fff;
    padding: 30px 10px;
}
.footer-bottom__inner {
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto;
}
.footer-bottom__inner > div {
    border-left: 5px solid #fff;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-bottom__inner > div h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: 3px;
}
.footer-bottom .right-col li {
    margin-top: 4px;
}
.copyright {
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 10px;
    letter-spacing: 3px;
}
.radius-btn {
    margin-top: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 15px 10px;
    text-align: center;
    width: 80%;
    border: 2px solid #fff;
    border-radius: 30px;
    font-weight: 900;
}
.bg-gradient {
    margin-top: 0;
}
.drawer-menu-item {
    text-decoration: none !important;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 6px;
    font-weight: 600;
}
.drawer-menu-item:hover {
    opacity: .6;
    color: #fff;
}
.drawer-menu li {
    margin: 0 0 0 25px;
}
.p-header .menu li {
    width: auto !important;
}
.page__inner {
    max-width: 1200px;
    margin: 100px auto 0;
    padding: 0 15px;
}
h1.page-title {
    position: relative;
    font-size: 6rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    letter-spacing: 30px;
}
h1.page-title::before {
    content: "";
    display: inline-block;
    width: 180px;
    height: 3px;
    background-color: #fff;
    margin-right: 30px;
    transform: translateY(50%);
}
h1.page-title::after {
    content: attr(data-title);
    position: absolute;
    bottom: -35px;
    left: 500px;
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 6px;
}
.page-service section {
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
}
section.degital-trans {
    margin-top: 80px;
    padding-bottom: 100px;
}
section.degital-trans .sec-title {
    font-size: 6rem;
    font-weight: 900;
    line-height: 1.3;
    color: rgba(52,52,52,.8);
    padding: 10px 0 10px 20px;
    border-left: 10px solid rgba(52,52,52,.8);
}
section.degital-trans .sec-title  span {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    margin-top: 14px;
}
.col2__container {
    display: flex;
}
section.degital-trans .col2__container {
    margin-top: 200px;
    position: relative;
}
section.degital-trans .left-col {
    width: 100%;
    z-index: 2;
    margin-left: 100px;
}
section.degital-trans .right-col {
    position: absolute;
    top: -90px;
    right: 15%;
    z-index: 1;
}
section.degital-trans .left-col h3 {
    font-size: 3.5rem;
    font-weight: 900;
}
section.degital-trans .left-col > p {
    margin: 50px 0;
    font-size: 1.8rem;
}
.page__inner .item-row {
    display: flex;
    justify-content: space-around;
}
.page__inner .item-row > div.col {
    width: 45%;
    padding: 0 10px;
}
.page__inner .item-row.dev h3 {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 900;
}
.page__inner .item-row.dev h3::before {
    content: "";
    width: 35px;
    height: 2px;
    background-color: #ddd;
    margin-right: 10px;
}
.page__inner .item-row .box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
    aspect-ratio: 16/9;
}
.page__inner .item-row .box h4 {
    font-size: 2.4rem;
    z-index: 2;
    font-weight: 900;
}
.page__inner .item-row .box .img {
    width: 85%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.page__inner .item-row .box .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
}
.page__inner .item-row .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page__inner .item-row.support h3 {
    padding-left: 10px;
    border-left: 5px solid #ddd;
    font-size: 1.7rem;
    font-weight: 900;
    font-size: 1.4rem;
    letter-spacing: 2px;
    white-space: nowrap;
}
.page__inner .item-row.support h3 span {
    display: block;
    margin-top: 8px;
    font-size: 1.6rem;
}
.page__inner .item-row.support p {
    margin-top: 15px;
    line-height: 1.8;
}
.page__inner .item-row.support .img {
    margin-top: 30px;
    position: relative;
}
.page__inner .item-row.support .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
}
.page__inner .item-row.support .gradient-btn {
    margin-top: 30px;
}
.page__inner .item-row.support > .row {
    padding: 0 40px;
    width: 100%;
}
.page__inner .item-row.support .flex {
    display: flex;
    justify-content: space-between;
}
.page__inner .item-row.support > .row .img {
    width: 45%;
}
.page__inner section.works {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page__inner section.works h2 {
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 15px;
}
.page__inner section.works .left-col, .page__inner section.works .right-col {
    width: 45%;
}
.page__inner section.works .gradient-btn {
    margin-top: 50px;
    background: none;
}
.page__inner section.works .gradient-btn p::before {
    top: 75%;
}
.page__inner section.works .gradient-btn p::after {
    top: 25px;
}
.contact-us {
    position: relative;
}
.contact-us h2 {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 2.3rem;
}
.contact-us .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
}
.p-header .menu .service {
    width: auto;
}
.drawer-nav {
    overflow: visible;
}
.drawer-menu {
    z-index: 99;
}
.drawer-menu .child {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    /* background-color: rgba(0,0,0,.4); */
    padding: 10px 5px;
    position: absolute;
}
.drawer-menu .child.active {
    opacity: 1;
    visibility: visible;
}
.drawer-menu li {
    border-bottom: 2px solid transparent;
    padding-bottom: 6px;
    position: relative;
    transition: .3s;
}
.drawer-menu li.service:hover {
    border-bottom: 2px solid #fff;
}
.drawer-menu p {
    cursor: pointer;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 6px;
    font-weight: 600;
}
.drawer-menu .child li {
    margin-left: 10px !important;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 15px;
}
.drawer-menu .child a {
    color: #fff;
    display: flex !important;
    align-items: center;
}
.drawer-menu .child a::before {
    content: "-";
    margin-right: 5px;
}
.page-service section.works {
    border-bottom: none;
}

@media screen and (max-width: 980px) {
    .pcnone {
        display: block;
    }
    .spnone {
        display: none;
    }
    .p-header {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #000;
        z-index: 4;
    }
    .bg-gradient {
        margin-top: 0;
    }
    .footer-top {
        padding: 20px 0;
    }
    .footer-top, .footer-middle {
        flex-direction: column;
    }
    .footer-top .left-col {
        width: 60%;
        margin: 0 auto;
    }
    .footer-top .right-col {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-top .right-col ul {
        flex-direction: column;
        width: 60%;
        margin: 15px auto 0;
    }
    .footer-top .right-col ul li {
        width: 100%;
    }
    .footer-top .right-col ul li a {
        font-size: 22px;
    }
    .footer-middle .left-col {
        width: 100%;
    }
    .footer-middle .right-col {
        width: 100%;
        margin-top: 20px;
    }
    .gradient-btn {
        margin-top: 30px;
        padding: 20px 10px;
        width: 95%;
        margin-left: auto;
    }
    .gradient-btn p::before {
        width: 70px;
        right: -45%;
    }
    .gradient-btn p::after {
        top: 3px;
        right: -46%;
    }
    .gradient-btn span {
        right: -50%;
        width: 25px;
        height: 25px;
    }
    .gradient-btn p {
        margin-left: 15px !important;
    }
    .footer-bottom__inner {
        flex-direction: column;
    }
    .footer-bottom__inner > div {
        margin: 15px auto;
        width: 65%;
    }
    .radius-btn {
        margin-top: 35px;
        padding: 10px 6px;
    }
    .footer-top .right-col .contactLink {
        margin-top: 30px;
        padding: 30px 10px 10px;
        width: 80%;
        margin-left: auto;
    }
    .footer-top .right-col .contactLink p::before {
        width: 100%;
        right: -100%;
    }
    .footer-top .right-col .contactLink p::after {
        right: -104%;
    }
    .footer-top .right-col .contactLink span {
        right: -110%;
        width: 25px;
        height: 25px;
    }
    .footer-top .right-col .contactLink p {
        transform: translateX(-40px);
    }
    h1.page-title {
        font-size: 2.8rem;
        letter-spacing: 15px;
    }
    h1.page-title::before {
        width: 40px;
        margin-right: 20px;
    }
    section.degital-trans .sec-title {
        font-size: 3rem;
        border-left: 8px solid rgba(52,52,52,.8);
    }
    section.degital-trans .sec-title span {
        font-size: 1.3rem;
        line-height: 2;
        margin-top: 8px;
    }
    section.degital-trans .col2__container {
        margin-top: 140px;
    }
    section.degital-trans .right-col {
        top: -125px;
        right: 0;
    }
    section.degital-trans .right-col img {
        width: 70%;
        margin-left: auto;
    }
    section.degital-trans .left-col {
        margin-left: 0;
    }
    section.degital-trans .left-col h3 {
        font-size: 2.6rem;
    }
    section.degital-trans .left-col > p {
        margin-left: 60px;
        margin: 120px 0 40px 40px;
        font-size: 1.4rem;
        font-weight: 900;
        line-height: 1.8;
    }
    .page-service section {
        border-bottom: none;
        padding: 0;
    }
    h1.page-title::after {
        font-size: 1.7rem;
        letter-spacing: 3px;
        bottom: -30px;
        left: 190px;
    }
    .page__inner .item-row {
        flex-direction: column;
    }
    .page__inner .item-row:first-child > div.col.left-col {
        border-top: none;
        padding-top: 0;
    }
    .page__inner .item-row > div.col {
        width: 100%;
        padding: 70px 0;
        border-top: 2px solid #ddd;
    }
    .page__inner .item-row .box h4 {
        font-size: 2rem;
    }
    .page__inner .item-row .box .img {
        width: 90%;
    }
    section.degital-trans {
        margin-top: 30px;
        padding: 50px 0;
    }
    .page__inner .item-row.support h3 span {
        font-size: 1.8rem;
    }
    .page__inner .item-row.support h3 {
        border-left: 4px solid #ddd;
    }
    .page__inner .item-row.support p {
        margin-top: 25px;
    }
    .page__inner .item-row.support .gradient-btn {
        margin-left: 0;
        padding: 20px 0px;
    }
    .page__inner .item-row.support .gradient-btn p {
        margin-left: 8px !important;
    }
    .page__inner .item-row.support .gradient-btn p::before {
        right: -35%;
    }
    .page__inner .item-row.support .gradient-btn p::after {
        right: -36%;
    }
    .page__inner .item-row.support .gradient-btn span {
        right: -40%;
    }
    .page__inner .item-row.support {
        border-top: 2px solid #ddd;
    }
    .page__inner .item-row.support > .row {
        padding: 70px 0;
    }
    .page__inner section.works {
        flex-direction: column-reverse;
        padding: 90px 0 90px;
        border-top: 2px solid #ddd;
    }
    .page__inner section.works .left-col, .page__inner section.works .right-col {
        width: 100%;
    }
    .page__inner section.works h2 {
        text-align: center;
        font-size: 3rem;
    }
    .contact-us h2 {
        left: 15px;
        font-size: 1.9rem;
    }
    .page__inner section.works .gradient-btn p::before {
        right: -60%;
    }
    .page__inner section.works .gradient-btn p::after {
        right: -62%;
    }
    .page__inner section.works .gradient-btn span {
        right: -68%;
    }
    .menu-logo {
        text-align: center;
    }
    .menu-logo img {
        width: 40%;
    }
    .drawer-menu-item, .drawer-menu p {
        font-size: 1.6rem;
        padding: 20px 0 3px;
    }
    .p-header .menu li {
        margin-left: 0 !important;
    }
    .drawer-menu .child {
        opacity: 1;
        visibility: visible;
        position: static;
        display: none;
        transition: none;
    }
    .drawer-menu .child a {
        padding: 8px;
    }
    .drawer-menu .child p:hover {
        padding: 8px;
        border-bottom: 2px solid #ddd;
    }
    .drawer-menu li, .drawer-menu li:hover {
        border-bottom: none !important;
    }
    .drawer-menu .child li {
        margin-top: 5px;
    }
}