@charset "utf-8";

/* ------------------------------------------ */

/* Service CSS */

/* ------------------------------------------ */

/* ------------------------------------------
 .sec-headline
------------------------------------------ */
.sec-headline .is-block {
    width: min(90%, 1080px);
    margin: auto;
}

.sec-headline .cats {
    display: flex;
    column-gap: 3.7%;
}

.sec-headline .cats li {
    position: relative;
    width: calc((100% - 3.7% * 3) / 4);
    aspect-ratio: 1/1;
    background-color: var(--gly);
    border-radius: 8.333%;
    opacity: 0;
    visibility: hidden;
}

.sec-headline .cats li:nth-child(odd) {
    transform: translateY(-25%);
}

.sec-headline .cats li:nth-child(even) {
    transform: translateY(25%);
}

.sec-headline .cats li::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 64.58%;
    aspect-ratio: 1/1;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
}

.sec-headline .cats .ser01::before {
    background-image: url("../img/service/i-lw-service01.svg");
}

.sec-headline .cats .ser02::before {
    background-image: url("../img/service/i-lw-service02.svg");
}

.sec-headline .cats .ser03::before {
    background-image: url("../img/service/i-lw-service03.svg");
}

.sec-headline .cats .ser04::before {
    background-image: url("../img/service/i-lw-service04.svg");
}

.sec-headline .cats .is {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1/1;
}

.sec-headline .cats li:not(:last-child) .is::before,
.sec-headline .cats li:not(:last-child) .is::after {
    position: absolute;
    top: 50%;
    left: 100%;
    display: block;
    width: 17%;
    height: 2px;
    content: "";
    background-color: var(--org);

    opacity: 0;
    visibility: hidden;
    transition:
        transform ease 0.5s,
        opacity ease 0.5s,
        visibility ease 0.5s;
}

.sec-headline .cats.end li:not(:last-child) .is::before,
.sec-headline .cats.end li:not(:last-child) .is::after {
    opacity: 1;
    visibility: visible;
}

.sec-headline .cats .is::before {
    transform: translate(0, -50%) rotate(45deg);
}

.sec-headline .cats .is::after {
    transform: translate(0, -50%) rotate(-45deg);
}

.sec-headline .cats .num {
    font-family: var(--f-rdx);
    font-size: var(--f-sz24);
    font-weight: normal;
    line-height: 1;
    color: var(--dgly);
}

.sec-headline .cats .item-n {
    /* font-size: var(--f-sz40); */
    font-size: clamp(1.6rem, 0.543rem + 2.09vw, 4rem);
    font-weight: bold;
    line-height: 1.3333;
    letter-spacing: 0.05em;
    color: var(--blk);
}

/* ------------------------------------------
 .sec-division
------------------------------------------ */
.esc-cardboard {
    background-color: var(--gly);
}

.sec-division .cont-inr {
    position: relative;
}

.sec-division .is-blc {
    flex: 1;
}

.sec-division .image {
    width: min(40vw, 600px);
}

.sec-division .img {
    margin-top: -60px;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    position: relative;
}

.sec-division .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform-origin: right center;
}

.sec-division .b-g .img::before {
    background-color: var(--gly);
}

.sec-division .b-w .img::before {
    background-color: var(--wht);
}

.sec-division .start .img::before {
    animation-name: division-img;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

@keyframes division-img {
    0% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

.sec-division .header {
    position: relative;
    top: calc(var(--mp30) * -1);
}

.sec-division .header::before {
    position: absolute;
    top: 0;
    left: var(--mp60);
    display: block;
    width: 100px;
    height: 100px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sec-cardboard .header::before {
    background-image: url("../img/service/i-g-service01.svg");
}

.sec-packaging .header::before {
    background-image: url("../img/service/i-g-service02.svg");
}

.sec-cdesign .header::before {
    background-image: url("../img/service/i-g-service03.svg");
}

.sec-spromotion .header::before {
    background-image: url("../img/service/i-g-service04.svg");
}

.sec-division .header .num {
    font-family: var(--f-rdx);
    font-size: var(--f-sz40);
    font-weight: normal;
    line-height: 1.333;
    color: var(--dgly);
}

.sec-division .header .en-title {
    position: relative;
    z-index: 1;
    margin-left: -4px;
    font-family: var(--f-mtsa);
    font-size: var(--f-sz72);
    font-weight: 600;
    line-height: 1;
    color: var(--blk);
}

.sec-division .header .jp-title {
    position: relative;
    z-index: 1;
    font-size: var(--f-sz40);
    font-weight: bold;
    line-height: 1.333;
    color: var(--dgly);
    letter-spacing: 0.05em;
}

.sec-division .needs {
    position: relative;
    padding-left: 10px;
}

.sec-division .needs .title {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 4px 0;
    font-family: var(--f-rdx);
    font-size: var(--f-sz24);
    font-weight: normal;
    line-height: 1;
    color: var(--dgly);
    background-color: #fff;
}

.sec-division .needs .list {
    display: inline-block;
    padding: 20px 60px 20px 111px;
    border: 1px solid #d9d8d7;
    border-radius: 10px;
}

.sec-division .needs .list li {
    position: relative;
    padding: 6px 0 6px 38px;
    font-size: var(--f-sz20);
    font-weight: bold;
    line-height: 1.3333;
    color: var(--base);
}

.sec-division .needs .list .bln {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("../img/service/i-balloon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.sec-division .concept .cc {
    font-size: var(--f-sz32);
    font-weight: bold;
    color: var(--base);
    letter-spacing: 0.05em;
}

.sec-division .concept p {
    width: min(100%, 700px);
    font-size: var(--f-sz18);
    font-weight: normal;
    line-height: 2;
}

.sec-division .txt-area {
    margin-right: 8vw;
    margin-left: 4vw;
}

.sec-division .ableto .cap {
    font-weight: 500;
}

.sec-division .ableto .list li {
    position: relative;
    padding: 10px 50px;
    font-size: var(--f-sz20);
    font-weight: bold;
    line-height: 2;
    color: var(--base);
    background-color: #f5f7f6;
    border-radius: 10px;
}

.sec-division .ableto .list li:not(:last-child) {
    margin-bottom: 10px;
}

.sec-division .ableto .list li::before {
    position: absolute;
    top: 30px;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    content: "";
    background-color: var(--org);
}

.sec-division .btnW-l {
    width: min(100%, 480px);
}

.division.b-g,
.division.b-g .needs .title {
    background-color: #f5f7f6;
}

.division.b-g .ableto .list li {
    background-color: #fff;
}

.division.b-g .ableto .list li small {
    display: inline-block;
}

@media (max-width: 991px) {
    .sec-division .cont-inr {
        flex-flow: column;
        width: 90%;
    }

    .sec-division .header {
        order: 1;
        padding-bottom: 0;
    }

    .sec-division .image {
        order: 2;
        width: calc(100% + 5vw);
        margin-right: -5vw;
        margin-bottom: var(--mp50);
    }

    .sec-division .img {
        aspect-ratio: 2/1;
        margin-top: 0;
    }

    .sec-division .is-blc {
        display: contents;
    }

    .sec-division .txt-area {
        order: 3;
        margin: auto;
    }

    .sec-division .ableto .list li {
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    .sec-division .needs .title {
        top: -10px;
        left: 30px;
        padding: 0 4px;
    }

    .sec-division .needs .list {
        padding: 20px 30px;
    }

    .sec-division .ableto .list li {
        padding-right: 20px;
    }
}

@media (max-width: 480px) {
    .sec-division .needs {
        padding-left: 0;
    }

    .sec-division .needs .list {
        padding: 20px 20px 15px;
    }
}
