/* header 漢堡按鈕（外框保留，跟 enterprise 一樣） */
.humber {
    position: fixed;
    top: 6%;
    left: unset;
    right: 5%;
    z-index: 9999;
}

.humber::before,
.humber::after {
    background-color: #fff;
}

.humber.active::before,
.humber.active::after {
    background-color: #fff;
}

/* =========================
   右下角 LOGO（要跟 about/enterprise 一樣被 footer 控制顯示/隱藏）
   ========================= */
section.wrapper .servicelogo {
    position: fixed;
    bottom: 4%;
    right: 5%;
    width: 12.032vw;
    z-index: 1001;
}

/* =========================
   BACK（沿用 about 的互動）
   ========================= */
.scrollTop {
    position: fixed;
    bottom: 30%;
    right: 6%;
    z-index: 1001;
    cursor: pointer;
    text-align: center;
    display: none;
}

.scrollTop .circle {
    width: 86px;
    height: 86px;
    border: 1px solid #283283;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.scrollTop .circle::before {
    content: '';
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 2.9vh;
    background-color: #283283;
    opacity: 0;
    z-index: 4;
    transition-delay: .2s;
    transition: all .5s ease-in-out;
}

.scrollTop:hover .circle::before {
    top: 0%;
    opacity: 1;
    transition-delay: .3s;
}

.scrollTop .circle::after {
    content: "";
    position: absolute;
    top: 200%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #283283;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all .5s ease-in-out;
}

.scrollTop:hover .circle::after {
    top: 50%;
}

.scrollTop .arrow {
    position: absolute;
    top: -40%;
    left: 50%;
    width: 9px;
    height: 78px;
    transform: translateX(-50%);
    z-index: 1;
}

.scrollTop p {
    color: #283283;
    font-size: 1rem;
    letter-spacing: 2px;
    font-family: "Roboto", sans-serif;
    padding-top: 5%;
    transform: translateY(0%);
    transition: all .5s ease-in-out;
    z-index: 5;
}

.scrollTop:hover p {
    color: #fff;
    transform: translateY(-200%);
}

section.banner {
    width: 100%;
    height: 118.551vh;
    background-image: url(../images/image/service/bannerImg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #283283;
}

.banner h3.title {
    position: absolute;
    top: 5%;
    left: 4%;
    z-index: 30;
    color: #fff;
    font-size: 1.875rem;
    letter-spacing: 0.4em;
    line-height: 2.216;
    font-weight: 400;
}

.banner .bannerTxt {
    position: absolute;
    left: 9.5%;
    bottom: 15%;
    z-index: 30;
}

.banner .bannerTxt .serviceTxt {
    font-size: 8.25rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: 24px;
    line-height: 100%;
    color: #283283;
    border-left: 6px solid #d7ec66;
    padding-left: 7%;
    margin-bottom: 12%;
    margin-left: -10%;
}

.banner .bannerTxt .serviceSub {
    color: #fff;
    font-size: 1.875rem;
    letter-spacing: 0.4em;
    line-height: 2.216;
    padding-bottom: 3%;
}

.banner .bannerTxt .serviceSub span {
    font-family: "Roboto", sans-serif;
    font-size: 3.125rem;
    letter-spacing: 0.2em;
    line-height: 1.33;
    color: #fff;
}

.banner .bannerTxt p.content {
    width: 25vw;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 1.688;
    text-align: justify;
}

.banner .bannerServiceArea {
    position: absolute;
    top: 0%;
    right: -12.4%;
    --step: 8.19vw;
}

.bannerServiceArea .serviceBlock {
    width: 42vw;
}

.bannerServiceArea .serviceBlock .service {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    width: 100%;
    height: calc(118.551vh / 5);
    background: #283283;
    clip-path: polygon(19.5% 0, 94.5% 0, 75% 100%, 0% 100%);
    padding-left: 22%;
}

.bannerServiceArea .serviceBlock:nth-child(even) .service {
    background: linear-gradient(to right, rgba(40, 50, 131, .4), transparent);
}

.bannerServiceArea .serviceBlock:nth-child(1) {
    right: calc(var(--step) * 0);
}

.bannerServiceArea .serviceBlock:nth-child(2) {
    right: calc(var(--step) * 1);
}

.bannerServiceArea .serviceBlock:nth-child(3) {
    right: calc(var(--step) * 2);
}

.bannerServiceArea .serviceBlock:nth-child(4) {
    right: calc(var(--step) * 3);
}

.bannerServiceArea .serviceBlock:nth-child(5) {
    right: calc(var(--step) * 4);
}

.bannerServiceArea .serviceBlock .icon {
    width: 6.146vw;
    position: absolute;
    top: 43%;
    left: 2%;
    transform: translateY(-50%);
    z-index: 3;
}

.bannerServiceArea .serviceBlock .service .serviceNum {
    font-family: "Roboto", sans-serif;
    font-size: 3.125rem;
    letter-spacing: 0.01em;
    line-height: 0.846;
    font-weight: 600;
    color: #fff;
}

.bannerServiceArea .serviceBlock .service p.content {
    font-size: 1.875rem;
    letter-spacing: 0.4em;
    line-height: 2.216;
    font-weight: 400;
    color: #fff;
}

/* page01 */
.page01 {
    padding: 8% 0%;
}

.page01 .workBlock {
    width: 90vw;
    margin: 0 auto;
}

.page01 .topArea {
    display: block;
    margin-bottom: 10%;
}

.page01 .topArea .row,
.page01 .bottomArea .row {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.page01 .topArea .titleArea p {
    font-size: 1.875rem;
    letter-spacing: 0.4em;
    font-weight: 400;
    margin-bottom: 2.3%;
    color: #0f2c41;
}

.page01 .topArea .titleArea h1.title {
    font-size: 3.125rem;
    letter-spacing: 0.2em;
    line-height: 1.33;
    font-weight: 500;
    color: #283283;
}

.page01 .topArea .contentArea {
    margin-top: 10.7%;
}

.page01 .topArea .contentArea p {
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1.688;
    font-weight: 400;
    color: #0f2c41;
}

.page01 .bottomArea .slideBlock {
    width: 85%;
    margin: 0 auto;
}

.page01 .bottomArea .slideBlock .slideBox {
    margin-bottom: 5%;
}

.page01 .bottomArea .slideBlock .slideTitle {
    font-size: 1.25rem;
    letter-spacing: 0.4em;
    line-height: 1.9;
    font-weight: 400;
    color: #283283;
    padding-bottom: 2.5%;
    border-bottom: 1px solid #c3d0d9;
    cursor: pointer;
}

.page01 .bottomArea .slideBlock .slideTitle .slideBtn {
    position: absolute;
    right: 0%;
    top: 35%;
    transform: translateY(-50%);
    width: 1.5vw;
}

.page01 .bottomArea .slideBlock .slideBox .slideTxt {
    width: 93%;
    padding: 5% 0%;
    margin: 0 auto;
    display: none;
}

.page01 .bottomArea .slideBlock .slideBox .slideTxt,
.page01 .bottomArea .slideBlock .slideBox .slideTxt li,
.page01 .bottomArea .slideBlock .slideBox .slideTxt p {
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1.688;
    font-weight: 400;
    color: #0f2c41;
}

.page01 .bottomArea .slideBlock .slideBox .slideTxt li {
    list-style: disc;
    color: #0f2c41;
}

.page01 .bottomArea .slideBlock .slideBox .slideTxt p.subtxt {
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1.688;
    font-weight: 400;
    color: #949494;
}

.page01 .plate {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 45vw;
}

/* page02 */
.page02 .pageBlock {
    height: 92.4vh;
    border-radius: 25px 25px 0% 0%;
    background-image: url(../images//image//service/page02_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #283283;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    overflow: hidden;
}

.page02 .pageBlock .textArea .titleArea p {
    font-size: 1.875rem;
    letter-spacing: 12px;
    margin-bottom: 2.3%;
    color: #fff;
    text-align: center;
}

.page02 .pageBlock .textArea .titleArea h1.title {
    font-size: 4.0625rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: 13px;
    font-weight: 400;
    margin-bottom: 2.3%;
    color: #fff;
    text-align: center;
}

.page02 .pageBlock .textArea p.content {
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1.688;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.page02 .pageBlock .plate {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 11.2vw;
}

/* page03 */
.page03 {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    padding: 15% 0%;
    padding-top: 13%;
    background-color: #e1ebf4;
}

.page03 .plateBlock {
    width: 75vw;
    z-index: 2;
}

.page03 .plateBlock .platetxt {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
}

.page03 .plate02 {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.page03 .plate03 {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
}

/* page04 */
.page04 {
    padding: 9% 5% 10% 7.2449%;
}

.page04::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 6vh;
    background-color: #283283;
    border-radius: 0px 0px 25px 25px;
}

.pageArea {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.page04 .paginationArea {
    position: absolute;
    top: 22%;
    right: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -webkit-justify-content: flex-start;
    text-align: right;
    margin-top: 3.597%;
}

.page04 .paginationArea .swiper-pagination {
    position: relative;
    bottom: unset;
    top: unset;
}

.page04 .swiper-pagination-bullet-active {
    background-color: #0f2c41;
}

.page04 .paginationArea.mobile {
    display: none;
}

.page04 .swiper-pagination {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
    margin-top: 10px;
}

.page04 .pageArea .paginationArea .swiper-counter span {
    font-size: 1.5rem;
    letter-spacing: 4.8px;
    font-family: "Roboto", sans-serif;
}

.page04 .pageArea .paginationArea .swiper-counter .total {
    color: #c3d0d9;
}

.page04 .pageArea .paginationArea .swiper-counter .current {
    color: #0f2c41;
}

.page04 .pageArea .titleArea p {
    font-size: 1.875rem;
    letter-spacing: 12px;
    margin-bottom: 1.3%;
    color: #0f2c41;
}

.page04 .pageArea .titleArea h1.title {
    font-size: 4.0625rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: 13px;
    font-weight: 500;
    color: #283283;
}

.page04 .Swiper05 {
    margin-top: 7.119%;
}

.page04 .swiper-slide {
    width: 42vw;
}

.page04 .swiper-slide:not(:first-child) {
    margin-left: -8vw;
}

.page04 .swiper-slide .numtag {
    position: absolute;
    top: -4%;
    left: 18%;
    width: 9.95vw;
    z-index: 1;
}

.page04 .swiper-slide .machineCard {
    height: 50vh;
    padding-top: 5%;
    padding-right: 10%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    background-color: #e1ebf4;
}

.page04 .swiper-slide .machineCard .cardTxt {
    font-size: 1.5625rem;
    letter-spacing: 0.4em;
    line-height: 1.08;
    font-weight: 500;
    color: #283283;
    text-align: right;
}

.page04 .swiper-slide .machineCard .cardsub {
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1.688;
    font-weight: 400;
    color: #949494;
    text-align: right;
}

.page04 .swiper-slide .machineCard .cardpic {
    position: absolute;
    bottom: 0%;
    left: -5%;
    transition: all 1s ease-in-out;
}

.page04 .swiper-slide:nth-child(1) .machineCard .cardpic {
    width: 25vw;
}

.page04 .swiper-slide:nth-child(2) .machineCard .cardpic {
    width: 27vw;
}

.page04 .swiper-slide:nth-child(3) .machineCard .cardpic {
    width: 20vw;
}

.page04 .swiper-slide:nth-child(4) .machineCard .cardpic {
    width: 21vw;
}

.page04 .swiper-slide:nth-child(5) .machineCard .cardpic {
    width: 28vw;
}

.page04 .swiper-slide:nth-child(6) .machineCard .cardpic {
    width: 28vw;
}

.page04 .swiper-slide .machineCard:hover .cardpic {
    transition: all 1s ease-in-out;
}

.page04 .swiper-slide:nth-child(1) .machineCard:hover .cardpic {
    left: 14%;
    transition: all 1s ease-in-out;
}

.page04 .swiper-slide:nth-child(2) .machineCard:hover .cardpic {
    left: 15%;
    transition: all 1s ease-in-out;
}

.page04 .swiper-slide:nth-child(3) .machineCard:hover .cardpic {
    left: 14%;
    transition: all 1s ease-in-out;
}

.page04 .swiper-slide:nth-child(4) .machineCard:hover .cardpic {
    left: 18%;
    transition: all 1s ease-in-out;
}

.page04 .swiper-slide:nth-child(5) .machineCard:hover .cardpic {
    left: 10%;
    transition: all 1s ease-in-out;
}

.page04 .swiper-slide:nth-child(6) .machineCard:hover .cardpic {
    left: 10%;
    transition: all 1s ease-in-out;
}

/* page05 */
.page05 {
    background-color: #e1ebf4;
    padding: 10% 0%;
}

.page05 .pageplate {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 36.9vw;
}

.page05 .pageBlock {
    width: 85vw;
    margin: 0 auto;
}

.page05 .pageBlock .row {
    justify-content: center;
    -webkit-justify-content: center;
}

.page05 .pageBlock .titleArea {
    margin-bottom: 5%;
}

.page05 .pageBlock .titleArea p {
    font-size: 1.875rem;
    letter-spacing: 12px;
    margin-bottom: 1.3%;
    color: #0f2c41;
}

.page05 .pageBlock .titleArea h1.title {
    font-size: 4.0625rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: 13px;
    font-weight: 500;
    margin-bottom: 2.3%;
    color: #283283;
}

.page05 .pageBlock .productCard {
    margin-bottom: 15%;
    height: 30vh;
    border-right: 2px solid #fff;
}

.page05 .pageBlock .productCard .productTitle {
    font-size: 1.625rem;
    letter-spacing: 0.4em;
    line-height: 1.26;
    padding-bottom: 3%;
    color: #283283;
}

.page05 .pageBlock .productCard .productTxt,
.page05 .pageBlock .productCard .productTxt p {
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.2em;
    line-height: 1.944;
    color: #0f2c41;
}

.page05 .pageBlock .productCard .productplate {
    width: 23.9%;
    position: absolute;
    bottom: 10%;
    right: 8%;
}

/* page06 */
.page06 .pageplate {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    background-color: #e1ebf4;
    border-radius: 0px 0px 25px 25px;
    margin-top: -1px;
    z-index: 5;
}

.page06 .pageplate .plate {
    width: 85vw;
    margin: 0 auto;
}

.page06 .pageplate02 {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 35.5vw;
    z-index: 4;
}

.page06 .pageplate02 .plateTxt {
    position: absolute;
    top: 50%;
    left: 34%;
    transform: translate(-50%, -50%);
    width: 35%;
}

.page06 .pagepic {
    position: absolute;
    top: 2.5%;
    left: 21%;
    width: 30.4vw;
    z-index: 3;
}

.page06 .pageplate04 {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 64vw;
    z-index: 2;
}

.page06 .pageTxt {
    position: absolute;
    bottom: 3.3%;
    right: 4.6%;
    width: 37vw;
    z-index: 6;
}

.page06 .pageTxt .txtplate {
    position: absolute;
    top: -10%;
    left: 0%;
    width: 6.67vw;
}

.page06 .pageTxt .titleArea {
    margin-bottom: 15%;
}

.page06 .pageTxt .titleArea p {
    font-size: 1.875rem;
    letter-spacing: 0.4em;
    line-height: 2.216;
    margin-bottom: 1.3%;
    color: #fff;
    text-align: right;
}

.page06 .pageTxt .titleArea h1.title {
    font-size: 4.0625rem;
    letter-spacing: 0.2em;
    line-height: 1.023;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-bottom: 2.3%;
    color: #d7ec66;
    text-align: right;
}

.page06 .pageTxt p.content {
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1.688;
    color: #fff;
}

/* page07 */
.page07 {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    padding: 4% 0%;
    background-image: url(../images/image/service/page07_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page07 .pageTxt {
    width: 36%;
}

.page07 .pageTxt .titleArea {
    margin-bottom: 5%;
}

.page07 .pageTxt .titleArea p {
    font-size: 1.875rem;
    letter-spacing: 12px;
    color: #fff;
    text-align: center;
}

.page07 .pageTxt .titleArea h1.title {
    font-size: 4.0625rem;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #d7ec66;
    text-align: center;
}

.page07 .pageTxt p.content {
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1.688;
    color: #fff;
    margin-bottom: 5%;
}

@media screen and (max-width: 1920px) and (max-height: 945px) {
    .banner .bannerServiceArea {
        right: -11.7%;
    }
}

@media screen and (max-width: 1920px) and (max-height: 912px) {
    .banner .bannerServiceArea {
        right: -12.4%;
    }
}

@media screen and (max-width: 1537px) {
    .banner .bannerTxt .serviceTxt {
        font-size: 5.95rem;
    }

    .banner .bannerServiceArea {
        right: -11.9%;
    }

    .banner .bannerTxt {
        bottom: 9%;
    }

    .banner .bannerTxt .serviceSub {
        font-size: 1.75rem;
    }

    .banner .bannerTxt .serviceSub span {
        font-size: 2.5rem;
    }

    .page07 {
        padding: 1% 0%;
    }
}

@media screen and (max-width: 768px) {
    .humber {
        right: unset;
        left: 5%;
        top: 5%;
    }

    .scrollTop .circle {
        width: 28px;
        height: 28px;
    }

    .scrollTop p {
        font-size: 0.375rem;
        letter-spacing: 0.2em;
        line-height: 3.612;
    }

    .scrollTop:hover p {
        transform: translateY(-110%);
    }

    .scrollTop .circle::before {
        height: 1vh;
    }

    .scrollTop .arrow {
        width: 5px;
        height: 42px;
    }

    section.wrapper .servicelogo {
        width: 30vw;
    }

    section.banner {
        height: auto;
        background-image: url(../images/image/service/bannerImg_m.png);
        padding-bottom: 20%;
    }

    .banner h3.title {
        top: 15%;
        left: 5%;
        font-size: 0.9375rem;
        letter-spacing: 0.4em;
        line-height: 2.361;
        color: #283283;
    }

    .banner .bannerTxt {
        width: 100%;
        height: 46vh;
        display: flex;
        align-items: flex-end;
        -webkit-align-items: flex-end;
        position: relative;
        left: unset;
        bottom: unset;
    }

    .banner .bannerTxt .textArea {
        width: 100%;
        margin-bottom: 30%;
    }

    .banner .bannerTxtArea {
        background: linear-gradient(to bottom, rgba(40, 50, 131, .4), transparent);
    }

    .banner .bannerTxt .serviceTxt {
        width: 100%;
        font-size: 1.5625rem;
        letter-spacing: 0.075em;
        margin-left: 0%;
        padding: 0% 5%;
        margin-bottom: 0%;
        border-left: 0px;
    }

    .banner .serviceSub {
        font-size: 0.9375rem;
        letter-spacing: 0.4em;
        line-height: 2.319;
        padding: 0% 5%;
        padding-top: 9%;
        color: #fff;
    }

    .banner .serviceSub span {
        font-family: "Roboto", sans-serif;
        font-size: 1.625rem;
        letter-spacing: 0.01em;
        line-height: 0.851;
        color: #fff;
    }

    .banner p.content {
        width: 100%;
        font-size: 0.625rem;
        letter-spacing: 0.2em;
        line-height: 2.4;
        padding: 0% 5%;
        padding-bottom: 3%;
    }

    .banner .bannerServiceArea {
        width: 82%;
        position: absolute;
        top: 0%;
        right: -47%;
        --step: 11.49vw;
    }

    .banner .bannerServiceArea .serviceBlock {
        width: 100%;
    }

    .banner .bannerServiceArea .serviceBlock .service {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        width: 72%;
        height: 9.2vh;
        background: #283283;
        clip-path: polygon(19.5% 0, 94.5% 0, 75% 100%, 0% 100%);
        padding-left: 11%;
        padding-top: 4%;
    }

    .banner .bannerServiceArea .serviceBlock:nth-child(even) .service {
        background: linear-gradient(to right, rgba(40, 50, 131, .4), transparent);
    }

    .banner .bannerServiceArea .serviceBlock:nth-child(1) {
        right: calc(var(--step) * 0);
    }

    .banner .bannerServiceArea .serviceBlock:nth-child(2) {
        right: calc(var(--step) * 1);
    }

    .banner .bannerServiceArea .serviceBlock:nth-child(3) {
        right: calc(var(--step) * 2);
    }

    .banner .bannerServiceArea .serviceBlock:nth-child(4) {
        right: calc(var(--step) * 3);
    }

    .banner .bannerServiceArea .serviceBlock:nth-child(5) {
        right: calc(var(--step) * 4);
    }

    .banner .bannerServiceArea .serviceBlock .icon {
        width: 11%;
        position: absolute;
        top: 50%;
        left: 0.7%;
        transform: translateY(-50%);
        z-index: 3;
    }

    .banner .bannerServiceArea .serviceBlock .service .serviceNum {
        font-size: 1.25rem;
        letter-spacing: 0.01em;
        line-height: 0.744;
    }

    .banner .bannerServiceArea .serviceBlock .service p.content {
        width: 100%;
        font-size: 0.8125rem;
        letter-spacing: 0.1em;
        line-height: 2.361;
        padding-left: 0%;
        margin-top: 0%;
    }

    .page01 .topArea .titleArea p {
        font-size: 0.75rem;
        letter-spacing: 0.4em;
        line-height: 1.688;
    }

    .page01 .topArea .titleArea h1.title {
        font-size: 0.9375rem;
        letter-spacing: 0.4em;
        line-height: 1.467;
    }

    .page01 .topArea .contentArea {
        margin-top: 0%;
    }

    .page01 .topArea .contentArea p {
        font-size: 0.75rem;
        letter-spacing: 0.2em;
        line-height: 2;
    }

    .page01 .bottomArea {
        padding-left: 0;
        padding-right: 0;
    }

    .page01 .bottomArea .slideBlock {
        width: 100%;
    }

    .page01 .bottomArea .slideBlock .slideTitle .slideBtn {
        width: 4.4vw;
    }

    .page01 .bottomArea .slideBlock .slideTitle {
        font-size: 0.75rem;
        letter-spacing: 0.2em;
        line-height: 1.25;
    }

    .page01 .bottomArea .slideBlock .slideBox .slideTxt,
    .page01 .bottomArea .slideBlock .slideBox .slideTxt li,
    .page01 .bottomArea .slideBlock .slideBox .slideTxt p {
        font-size: 0.75rem;
        letter-spacing: 0.2em;
        line-height: 1.583;
    }

    .page01 .bottomArea .slideBlock .slideBox .slideTxt p.subtxt {
        font-size: 0.625rem;
        letter-spacing: 0.2em;
        line-height: 1.9;
    }

    .page01 .plate {
        position: relative;
        width: 100%;
        bottom: unset;
        left: unset;
        margin: 10% 0%;
    }

    .page02 .pageBlock {
        height: 50vh;
        background-image: url(../images/image/service/page02_bg_m.png);
    }

    .page02 .pageBlock .textArea .titleArea p {
        font-size: 0.9375rem;
        letter-spacing: 0.4em;
        line-height: 1.467;
    }

    .page02 .pageBlock .textArea .titleArea h1.title {
        font-size: 2.3125rem;
        letter-spacing: 0.075em;
        line-height: 1.01;
    }

    .page02 .pageBlock .textArea p.content {
        font-size: 0.75rem;
        letter-spacing: 0.2em;
        line-height: 2;
    }

    .page03 {
        padding: 22% 0%;
        padding-top: 30%;
    }

    .page03 .plateBlock {
        width: 100%;
    }

    .page03 .pageImgViewport {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .page03 .pageImgArea {
        width: 343vw;
        transition: transform 0.3s ease;
        will-change: transform;
    }

    .page03 .plateBlock .arrow {
        position: absolute;
        top: -18%;
        width: 15%;
        z-index: 2;
        cursor: pointer;
    }

    .page03 .plateBlock .arrow.Prev {
        left: 4%;
    }

    .page03 .plateBlock .arrow.Next {
        left: 23%;
    }

    .page04 {
        padding: 15% 5% 25% 7.2449%;
    }

    .page04::before {
        height: 4vh;
    }

    .page04 .swiper-slide {
        width: 60vw;
    }

    .page04 .paginationArea {
        width: 100%;
        top: unset;
        right: unset;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        align-items: center;
        -webkit-align-items: center;
    }

    .page04 .pageArea .titleArea p {
        font-size: 0.75rem;
        letter-spacing: 0.4em;
        line-height: 1.688;
    }

    .page04 .pageArea .titleArea h1.title {
        font-size: 1.25rem;
        letter-spacing: 0.2em;
        line-height: 1.303;
    }

    .page04 .swiper-slide .machineCard {
        height: 25vh;
        padding-top: 18%;
        padding-right: 13%;
    }

    .page04 .swiper-slide .numtag {
        width: 14vw;
    }

    .page04 .swiper-slide:nth-child(1) .machineCard .cardpic {
        width: 35vw;
    }

    .page04 .swiper-slide:nth-child(2) .machineCard .cardpic {
        width: 34vw;
    }

    .page04 .swiper-slide:nth-child(3) .machineCard .cardpic {
        width: 28vw;
    }

    .page04 .swiper-slide:nth-child(4) .machineCard .cardpic {
        width: 27vw;
    }

    .page04 .swiper-slide:nth-child(5) .machineCard .cardpic {
        width: 41vw;
    }

    .page04 .swiper-slide:nth-child(6) .machineCard .cardpic {
        width: 40vw;
    }

    .page04 .swiper-slide .machineCard .cardTxt {
        font-size: 0.8125rem;
        letter-spacing: 0.4em;
        line-height: 1.335;
    }

    .page04 .swiper-slide .machineCard .cardsub {
        font-size: 0.75rem;
        letter-spacing: 0.2em;
        line-height: 2;
    }

    .page05 {
        padding-top: 25%;
    }

    .page05 .pageBlock .row {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

    .page05 .pageBlock .productCard {
        height: 13vh;
        border-right: 0px;
        border-bottom: 1px solid #fff;
    }

    .page05 .pageBlock .titleArea p {
        font-size: 0.75rem;
        letter-spacing: 0.4em;
        line-height: 1.688;
    }

    .page05 .pageBlock .titleArea h1.title {
        font-size: 1.25rem;
        letter-spacing: 0.2em;
        line-height: 1.003;
    }

    .page05 .pageBlock .productCard {
        display: flex;
        justify-content: space-between;
        align-items: center;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
    }

    .page05 .pageBlock .productCard .cardTextArea {
        width: 45%;
    }

    .page05 .pageBlock .productCard .productplate {
        width: 20%;
        position: relative;
        bottom: unset;
        right: unset;
    }

    .page05 .pageBlock .productCard .productTitle {
        font-size: 1rem;
        letter-spacing: 0.2em;
        line-height: 1.25;
        padding-bottom: 0%;
        border-bottom: 0px;
    }

    .page05 .pageBlock .productCard .productTxt,
    .page05 .pageBlock .productCard .productTxt p {
        font-size: 0.65rem;
        letter-spacing: 0.2em;
        line-height: 2;
    }

    .page06 {
        height: 47vh;
        background-image: url(../images/image/service/page06_bg_m.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .page06 .pagepic {
        display: none;
    }

    .page06 .pageplate04 {
        width: 105%;
        top: unset;
        right: -41%;
        bottom: 0%;
    }

    .page06 .pageplate04 .plateTxt {
        position: absolute;
        bottom: 7%;
        right: 50%;
        width: 25%;
    }

    .page06 .pageTxt {
        width: 100%;
        right: 4%;
    }

    .page06 .pageTxt .txtplate {
        left: 55%;
    }

    .page06 .pageTxt .titleArea {
        margin-bottom: 0%;
    }

    .page07 {
        flex-direction: column;
        background-image: url(../images/image/service/page07_bg_m.jpg);
    }

    .page07 .pagetopTxt .txtArea {
        width: 100%;
        padding: 15.5% 5%;
        background-image: url(../images/image/service/pagetopTxt_bg.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .page07 .pagetopTxt .txtArea p.content {
        font-size: 0.625rem;
        letter-spacing: 0.2em;
        line-height: 2.4;
        color: #fff;
    }

    .page07 .pagetopTxt .txtArea .pageTxt {
        width: 100%;
        position: relative;
        bottom: unset;
        right: unset;
    }

    .page07 .pagetopTxt .txtArea .pageTxt .titleArea p {
        font-size: 0.75rem;
        letter-spacing: 0.4em;
        line-height: 1.688;
        margin-bottom: 1.3%;
        color: #fff;
        text-align: center;
    }

    .page07 .pagetopTxt .txtArea .pageTxt .titleArea h1.title {
        font-family: "Roboto", sans-serif;
        font-size: 1.25rem;
        letter-spacing: 0.2em;
        line-height: 1.303;
        margin-bottom: 2.3%;
        color: #d7ec66;
        text-align: center;
    }

    .page07 .pagetopTxt .txtArea .pageTxt .txtplate {
        width: 6.67vw;
        position: absolute;
        top: -5%;
        left: 15%;
    }

    .page07 .pagetopTxt .pageplate02 {
        width: 35.5vw;
    }

    .page07 .pageTxt .titleArea p {
        font-size: 0.875rem;
        letter-spacing: 0.4em;
        line-height: 1.688;
    }

    .page07 .pageTxt .titleArea h1.title {
        font-size: 1.25rem;
        letter-spacing: 0.2em;
        line-height: 1.013;
    }

    .page07 .pageTxt {
        width: 100%;
        padding: 5%;
    }

    .page07 .pageTxt p.content {
        font-size: 0.625rem;
        letter-spacing: 0.2em;
        line-height: 2.4;
    }
}