@charset "UTF-8";

/* --------------------------------------------------
Common
------------------------------------------------ */

html,
body {
    scroll-behavior: auto;

}

html body._branding #wrapper header .container {
    max-width: none;
}


html body:not(._home) #wrapper header .container {
    width: calc(100% - 80px);
}


body.no-scroll {
    overflow: hidden;
}

.wrap-branding {
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    line-height: 1.8;

}



.wrap-branding *:not(.container) {
    box-sizing: border-box;
}

.wrap-branding img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.wrap-branding section {
    margin-top: 0 !important;
}

.wrap-branding section>.container {
    margin-top: 0 !important;
}

.wrap-branding section>.container>.inner {
    padding-left: 16em;
}

.wrap-branding .container-inner-padding {
    padding-left: 30%;
}

.wrap-branding small {
    font-size: 0.75em;
    text-align: center;
    padding-top: 4.2em;
    padding-bottom: 4.2em;
    display: block;

}







.wrap-branding .title-branding {
    margin-bottom: 4em;
    overflow: hidden;

}

.wrap-branding #branding-flow .title-branding {
    margin-bottom: 0;

}

.wrap-branding .title-branding>.en {

    font-size: min(3.75em, 8.0vw);
    line-height: 1.4;
    margin-bottom: 0.1em;
    font-weight: 200;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-out;
}

.wrap-branding .title-branding>.en.passing {

    font-size: min(2.5em, 6.0vw);

}


.wrap-branding .title-branding>.en::after {
    content: '';
    display: block;
    border-bottom: 1px solid #000000;
    width: 1.4em;
    position: absolute;
    left: calc(100% + 0.2em);
    bottom: 0.36em;
}


.wrap-branding .title-branding>.ja {
    display: block;


}




.wrap-branding .title-branding-paper>.en {

    font-size: 2.5em;
    font-size: min(2.5em, 8vw);
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 0.2em;
    display: inline-block;
    position: relative;
}


.wrap-branding .title-branding-paper>.en::after {
    content: '';
    display: block;
    border-bottom: 1px solid #000000;
    width: 1.4em;
    position: absolute;
    left: calc(100% + 0.2em);
    bottom: 0.36em;
}


.wrap-branding .title-branding-paper>.ja {
    display: block;

}




.wrap-branding .icon-cross {
    width: 4.4em;
    aspect-ratio: 1 / 1;
    position: relative;
    margin: auto;
}


.wrap-branding .icon-cross::before,
.wrap-branding .icon-cross::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 140%;
    border-right: 1px solid #000000;
}

.wrap-branding .icon-cross::before {
    transform: translate(0, -50%) rotate(-45deg);
}

.wrap-branding .icon-cross::after {
    transform: translate(0, -50%) rotate(45deg);

}




















.wrap-branding .icon-link {
    aspect-ratio: 1 / 1;
    display: inline-block;
    position: relative;
}

.wrap-branding .icon-link::before,
.wrap-branding .icon-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #000000;
    right: 0;
    width: 64%;

}

.wrap-branding .icon-link::before {
    transform: rotate(-45deg);
    transform-origin: right bottom;
}

.wrap-branding .icon-link::after {
    transform: rotate(45deg);
    transform-origin: right bottom;
}

#cursor {
    display: none !important;
}

#cursor {
    position: fixed;
    aspect-ratio: 1 / 1;
    border-radius: 100vh;
    background-color: rgba(220, 220, 220, 1);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10000;
    pointer-events: none;
    width: 2.4em;
    left: -2.4em;
    top: -2.4em;
    transform-origin: center;
    border: 1px solid rgba(255, 255, 255, 0);
}

#cursor.flow {
    background-color: rgba(255, 255, 255, 1);
    width: 10.4em;
    left: -10.4em;
    top: -10.4em;
    mix-blend-mode: soft-light;
}


#cursor.in {
    opacity: 1;
}

#cursor.hover {
    width: 6.4em;
    left: -6.4em;
    top: -6.4em;
    background-color: rgba(220, 220, 220, 0);
    border-color: rgba(255, 255, 255, 1);
    mix-blend-mode: exclusion;

}

a {
    position: relative;
}

a .mask-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.block-branding-link {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    transform: translate(0, 0);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);

}

.block-branding-link.hidden {
    transform: translate(0, 102%);
}

.block-branding-link a {
    background-color: #ED4033;
    color: #ffffff;
    display: block;
    padding: 1.0em 1.2em;
    font-size: 1.5em;
    transition: all 0.2s ease-out;
}

.block-branding-link a:hover {
    background-color: #000000;
}

.block-branding-link a .arrow {
    display: inline-block;
    aspect-ratio: 3.2 / 1;
    height: 0.8em;
    border-bottom: 1px solid #ffffff;
    position: relative;
    margin-left: 0.6em;
    margin-right: 0.6em;
    transition: all 0.2s ease-out;
}

.block-branding-link a:hover .arrow {
    transform: translate(0.6em, 0);
}

.block-branding-link a .arrow::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    border-right: 1px solid #ffffff;
    transform: rotate(-45deg);
    transform-origin: right bottom;
}

.block-branding-link a .copy {
    display: block;
    font-size: 0.7em;
    padding-bottom: 0.6em;
    padding-top: 0.1em;
}

.block-branding-link a .label {
    display: block;
}

@media all and (max-width:1280px) {

    .wrap-branding section>.container>.inner {
        padding-left: 0;
    }

}


@media all and (max-width:1024px) {
    html body:not(._home) #wrapper header .container {
        width: calc(100% - 60px);
    }

    #cursor {
        display: none;
    }

    .block-branding-link a {
        font-size: 1.2em;
    }

}

@media all and (max-width:499px) {
    html body:not(._home) #wrapper header .container {
        width: calc(100% - 40px);
    }


    .wrap-branding {}

    .block-branding-link {
        left: 0;
        text-align: center;
    }

    .block-branding-link a>.inner {
        display: inline-block;
        text-align: left;
    }


    .block-branding-link a {
        font-size: 1.0em;
    }

}


html body #wrapper #contents {
    -webkit-transform: none;
    transform: none;
    overflow: hidden;
}



#bg-branding {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
}

#bg-branding>span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

#bg-branding>span::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    bottom: 0;
    transition: top 0.48s cubic-bezier(0.33, 1, 0.68, 1);
    transition-delay: 0.48s;

}

#bg-branding>span.bg-ourclient::before {
    background-color: #ffffff;
}

#bg-branding>span.bg-brandingflow::before {
    background-color: #F0EEEC;
}

#bg-branding>span.bg-projectflow::before {
    background-image: url(../images/pflow-bg02.jpg);
    background-size: 1000px auto;
}

#bg-branding>span.bg-project::before {
    background-color: #ffffff;
}

#bg-branding>span.bg-rebranding::before {
    background-color: #F0EEEC;
}

#bg-branding>span.bg-whitepaper::before {
    background-color: #ffffff;
}




#bg-branding>span.show::before {
    top: 0;
    bottom: 0;
    transition-delay: 0s;
}






/* ------------------------------------------------
Memu
------------------------------------------------ */


#branding-menu {
    z-index: 1;

}

#branding-menu>.container {
    position: relative;

}

.list-branding-menu {
    position: absolute;
    top: 0;
    display: grid;

}

.list-branding-menu.fix {
    position: fixed;
    top: 200px;
}


.list-branding-menu li {
    font-size: 0.8em;
    position: relative;
}

.list-branding-menu li a {
    color: #AAAAAA;
    padding-left: 1.4em;
    transition: all 0.1s ease;
    padding-bottom: 0.8em;
    display: block;
}





.list-branding-menu li::before {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #E6E6E6;
    transform: translate(0, 0.9em);
}

.list-branding-menu li:last-child:before {
    display: none;
}

.list-branding-menu li::after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0.6em;
    background-color: #AAAAAA;
    border-radius: 100vh;
    transition: all 0.1s ease;
}



.list-branding-menu li.current a {
    color: #000000;
}

.list-branding-menu li.current::after {
    background-color: #000000;
}



@media all and (max-width:1280px) {
    #branding-menu {
        display: none;

    }

}


@media all and (max-width:1024px) {}

@media all and (max-width:499px) {}


#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100lvh;
    background-color: #ffffff;
    z-index: 100000;
}





/* ------------------------------------------------
Main
------------------------------------------------ */


.wrap-main {
    padding: 0 25px 0 40px;
}


@media (min-width: 500px) and (max-width: 1024px) {
    .wrap-main {
        padding: 0 10px 0 30px;
    }
}

@media (max-width: 499px) {
    .wrap-main {
        padding: 0 10px 0 20px;
    }
}


.wrap-main {
    margin-bottom: 28em;
    position: relative;
}


.wrap-main h1 {
    position: fixed;
    bottom: 0;
    padding-bottom: 50px;
}

.wrap-main h1>span {
    display: flex;
}

.wrap-main h1>span img {
    transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}


.wrap-main h1.scroll {
    bottom: 0;
    position: absolute;
}

.wrap-main h1 img {
    width: 9vw;
    height: auto;
    transform-origin: center;
}

.wrap-main h1 img.text01 {
    margin-left: 0;
}

.wrap-main h1 img.text02 {
    margin-left: -1.8%;
}

.wrap-main h1 img.text03 {
    margin-left: -2%;
}

.wrap-main h1 img.text04 {
    margin-left: -2.4%;
}

.wrap-main h1 img.text05 {
    margin-left: -4.8%;
}

.wrap-main h1 img.text06 {
    margin-left: -0.8%;
}

.wrap-main h1 img.text07 {
    margin-left: 0;
}

.wrap-main h1 img.text08 {
    margin-left: -1.6%;
}

.wrap-main h1 img.text09 {
    margin-left: -1.8%;
}

.wrap-main h1 img.text10 {
    margin-left: -0.8%;
}

.wrap-main h1 img.text11 {
    margin-left: -1.4%;
}

.wrap-main h1 img.text12 {
    margin-left: 0%;
}

.wrap-main h1 img.text13 {
    margin-left: -1.0%;
}


.wrap-main h1 .none {
    display: none;
}




.wrap-main .copy {
    padding-top: 100vh;
    padding-top: 100svh;
    padding-bottom: 50vh;
    padding-bottom: 50svh;
    display: flex;
    justify-content: flex-end;
    font-size: 3.2vw;
    line-height: 1.2;
    letter-spacing: -0.05em;

}

.wrap-main .copy p+P {
    margin-top: 0.8em;
}

.wrap-main .copy span {
    display: block;
    opacity: 0.06;
    transition: all 0.3s ease-out;
}

.wrap-main .copy span.passing {
    opacity: 1.0;
}

.wrap-main .copy br.sp {
    display: none;
}

.font-16px {
    font-size: 16px;
}






@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    .wrap-main h1 {
        max-width: 60%;
        padding-bottom: 115px;

    }

    .wrap-main h1 img {
        width: 11vw;
    }

    .wrap-main .copy {
        font-size: 4vw;
    }


}

@media all and (max-width:499px) {
    .wrap-main {
        margin-bottom: 24em;
    }

    .wrap-main h1 {
        max-width: 70%;
        padding-bottom: 90px;
    }

    .wrap-main h1 img {
        width: 12vw;
    }

    .wrap-main .copy {
        font-size: 5.4vw;
    }


    .wrap-main .copy br.sp {
        display: inline;
    }


}


.wrap-main .block-scroll {
    position: fixed;
    right: 1.5em;
    bottom: 10em;
    display: grid;
    font-size: 0.8em;
    gap: 0.6em;
    visibility: visible;
    transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);


}

.wrap-main .block-scroll.hide {
    opacity: 0;
    visibility: hidden;
}

.wrap-main .block-scroll .en {
    writing-mode: vertical-rl;
    font-weight: 500;
    letter-spacing: 0.12em;
}

.wrap-main .block-scroll .line {
    height: 8em;
    position: relative;
}

.wrap-main .block-scroll .line::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    left: 40%;
    border-left: 1px solid #000000;
    animation: scroll 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;

}

@keyframes scroll {
    0% {
        top: 0;
        bottom: 100%;
    }

    40% {
        top: 0;
        bottom: 0;
    }

    80% {
        top: 100%;
        bottom: 0;
    }

    100% {
        top: 100%;
        bottom: 0;
    }
}



@media all and (max-width:1024px) {
    .wrap-main .block-scroll {
        bottom: 8em;
    }

}

@media all and (max-width:499px) {
    .wrap-main .block-scroll {
        right: 1.2em;
        font-size: 0.6em;
        bottom: 9em;

    }


}







































/* --------------------------------------------------
Our Client
-------------------------------------------------- */
#our-client {
    padding-bottom: 20em;

}

.list-branding-client {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1em;
    filter: saturate(0%);
    margin-top: 6em;
    background-color: #ffffff;
    mix-blend-mode: darken;
}

/* 新しいクライアントロゴのホバーエフェクト */
.list-branding-client li {
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 4px;
}

.list-branding-client li:hover {
    filter: saturate(100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.list-branding-client li img {
    transition: all 0.3s ease;
}

.list-branding-client li:hover img {
    transform: scale(1.05);
}

/* 最新事例セクション */
.latest-cases-section {
    margin-top: 6em;
}

.section-divider {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    margin-bottom: 3em;
}

.latest-cases-title {
    font-size: 1.2em;
    color: #666666;
    margin-bottom: 2em;
    text-align: left;
    font-weight: normal;
}

.list-branding-client-latest {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
    filter: saturate(0%);
    background-color: #ffffff;
    mix-blend-mode: darken;
}

.list-branding-client-latest li {
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 4px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.list-branding-client-latest li:hover {
    filter: saturate(100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.list-branding-client-latest .case-image {
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-branding-client-latest .case-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: grayscale(0%) !important;
}

.list-branding-client-latest li:hover .case-image img {
    transform: scale(1.05);
}

.list-branding-client-latest .case-info {
    padding: 1.2em 1em;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.list-branding-client-latest .case-category {
    font-size: 0.75em;
    color: #000;
    margin-bottom: 0.8em;
    letter-spacing: 0.5px;
}

.list-branding-client-latest .case-title {
    font-size: 0.9em;
    color: #000;
    line-height: 1.4;
    font-weight: normal;
}

@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    #our-client {
        padding-bottom: 16em;

    }

    .list-branding-client {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .list-branding-client-latest {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5em;
    }
    
    .latest-cases-section {
        margin-top: 5em;
    }

}

@media all and (max-width:499px) {
    #our-client {
        padding-bottom: 12em;

    }

    .list-branding-client {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .list-branding-client-latest {
        grid-template-columns: repeat(2, 1fr);
        gap: 1em;
    }
    
    .latest-cases-section {
        margin-top: 4em;
    }
    
    .latest-cases-title {
        font-size: 1.1em;
        margin-bottom: 1.5em;
    }
    
    .section-divider {
        margin-bottom: 2em;
    }

}























/* --------------------------------------------------
Branding Flow
-------------------------------------------------- */




.block-branding-flow {
    padding-bottom: 20em;
}


.block-branding-flow .item-flow {
    display: grid;
    align-items: start;

}

.block-branding-flow .item-flow.flow01 {
    margin-bottom: 40px;
}

.block-branding-flow .item-flow.flow02 {
    margin-bottom: 180px;
    width: 100%;
    display: block;
    padding-top: 180px;
    position: relative;
    height: auto;
    min-height: 400px;
}

.block-branding-flow .item-flow.flow03 {
    margin-bottom: 40px;
}



.block-branding-flow .item-flow.flow01 {
    padding-top: 180px;
    display: block;
}

.block-branding-flow .item-flow.flow02 .item {
    padding-right: 0;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    display: block;
}

.block-branding-flow .item-flow.flow02 .item:first-child {
    opacity: 1;
}

.block-branding-flow .item-flow.flow02 .item.active {
    opacity: 1;
}

.block-branding-flow .item-flow.flow02 .item img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.block-branding-flow .item-flow.flow03 {
    width: calc(300% + 75vw);
    grid-template-columns: repeat(3, 1fr);
    padding-top: calc(180px + 8em);
}

.block-branding-flow .item-flow.flow03 .item {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1.8em;
    padding-right: 25vw;
}

.block-branding-flow .item-flow.flow04 {
    width: calc(200%);
    grid-template-columns: repeat(2, 1fr);
    padding-top: calc(180px + 8em);

}



.block-branding-flow .item-flow>.text {
    position: absolute;
    left: 0;
}

.block-branding-flow .item-flow.flow01>.text {
    top: calc(180px + 21em);
}

.block-branding-flow .item-flow.flow02>.text {
    top: calc(180px + 21em);
}

.block-branding-flow .item-flow.flow03>.text {
    top: 180px;
}

.block-branding-flow .item-flow.flow04>.text {
    top: 180px;
}





.block-branding-flow .item-flow h3 {
    position: relative;
    z-index: 10;
}

.block-branding-flow .item-flow h3 .en {
    display: block;
}

.block-branding-flow .item-flow h3 .ja {
    display: block;
    font-size: min(3.5em, 6.4vw);
}





@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {


    .block-branding-flow {
        padding-bottom: 16em;
    }


    .block-branding-flow .item-flow.flow01 {
        margin-bottom: 20px;
    }

    .block-branding-flow .item-flow.flow02 {
        margin-bottom: 160px;
    }

    .block-branding-flow .item-flow.flow03 {
        margin-bottom: 20px;
    }


    .block-branding-flow .item-flow.flow01 {
        padding-top: 120px;
    }

    .block-branding-flow .item-flow.flow02 {
        padding-top: 120px;
    }

    .block-branding-flow .item-flow.flow03 {
        padding-top: calc(120px + 7em);
    }

    .block-branding-flow .item-flow.flow04 {
        padding-top: calc(120px + 7em);

    }



    .block-branding-flow .item-flow.flow01>.text {
        top: calc(120px + 21em);
    }

    .block-branding-flow .item-flow.flow02>.text {
        top: calc(120px + 29vw);
    }

    .block-branding-flow .item-flow.flow03>.text {
        top: 120px;
    }

    .block-branding-flow .item-flow.flow04>.text {
        top: 120px;
    }


}

@media all and (max-width:499px) {

    .block-branding-flow {
        padding-bottom: 12em;
    }


    .block-branding-flow .item-flow h3 .en {
        font-size: 0.8em;
    }


    .block-branding-flow .item-flow.flow01 {
        padding-top: 80px;
    }

    .block-branding-flow .item-flow.flow02 {
        padding-top: 80px;
    }

    .block-branding-flow .item-flow.flow03 {
        padding-top: calc(80px + 18vw);
    }

    .block-branding-flow .item-flow.flow04 {
        padding-top: calc(80px + 18vw);

    }



    .block-branding-flow .item-flow.flow01>.text {
        top: calc(80px + 21em);
    }

    .block-branding-flow .item-flow.flow02>.text {
        top: calc(80px + 30vw);
        width: calc(100vw - 60px);
    }

    .block-branding-flow .item-flow.flow03>.text {
        top: 80px;
    }

    .block-branding-flow .item-flow.flow04>.text {
        top: 80px;
    }


}









.item-flow.flow01 h3 {}

.item-flow.flow01 p {
    position: relative;
    font-size: 0.8em;
    z-index: 10;
    opacity: 0;
    transform: translate(0, 2.4rem);
    transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.item-flow.flow01 p.show {
    opacity: 1;
    transform: translate(0);
}






.item-flow01 {
    display: grid;
    grid-template-columns: 24em 1fr 24em;
    gap: 3em;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
}


.item-flow01 .icon {
    position: relative;
    z-index: 2;
}

.item-flow01 .icon::before,
.item-flow01 .icon::after {
    content: '';
    display: block;
    width: 6em;
    border-bottom: 1px solid #000000;
    position: absolute;
    left: 50%;
    top: 50%;
}

.item-flow01 .icon::before {
    transform: translate(-50%, 0) rotate(45deg);
}

.item-flow01 .icon::after {
    transform: translate(-50%, 0) rotate(-45deg);

}


.item-flow01 .circle {
    aspect-ratio: 1;
    display: flex;
    text-align: center;
    position: relative;
}


.item-flow01 .circle::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 100vh;
    transform: scale(1.2);
}



.item-flow01 .circle>.inner {
    margin: auto;
    z-index: 1;
    position: relative;
}

.item-flow01 .circle .title {
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: 0.8em;

}

.item-flow01 .circle .title .br.sp {
    display: none;
}


.item-flow01 .circle .list {
    display: flex;
    justify-content: center;
    text-align: left;
    gap: 2.0em;
}

.item-flow01 .circle .list ul {
    list-style: circle;
    font-size: 0.8em;
}

/* Flow01 スムーズアニメーション用スタイル */
.item-flow.flow01 .circle.left {
    transform: translateX(-100px);
    opacity: 0;
    transition: none; /* GSAPがコントロールするので無効化 */
}

.item-flow.flow01 .circle.right {
    transform: translateX(100px);
    opacity: 0;
    transition: none; /* GSAPがコントロールするので無効化 */
}

.item-flow.flow01 .icon {
    transform: scale(0);
    opacity: 0;
    transition: none; /* GSAPがコントロールするので無効化 */
}






@media all and (max-width:1280px) {
    .item-flow01 {
        grid-template-columns: 23em 1fr 23em;
    }

}


@media all and (max-width:1024px) {

    .item-flow01 .icon::before,
    .item-flow01 .icon::after {
        width: 10em;
        max-width: 12vw;
    }




    .item-flow01 {
        grid-template-columns: 1fr;
        gap: 0;
        display: block;
        height: 44em;
        max-height: 92vw;
    }


    .item-flow01 .circle {
        aspect-ratio: 1;
        width: 22em;
        max-width: 46vw;
    }


    .item-flow01 .circle.left {

        height: 22em;
        max-height: 46vw;
    }

    .item-flow01 .circle.right {
        height: 22em;
        max-height: 46vw;
        position: absolute;
        right: 0;
    }


    .item-flow01 .circle .title {
        font-size: min(2em, 6vw);
        margin-bottom: 0.6em;
    }






}

@media all and (max-width:499px) {



    .item-flow01 {
        height: 32em;
    }


    .item-flow01 .circle {
        width: 16em;
    }


    .item-flow01 .circle.left {

        height: 16em;
    }

    .item-flow01 .circle.right {
        height: 16em;
    }



    .item-flow01 .circle .title .br.sp {
        display: inline;
    }


    .item-flow01 .circle .list {
        column-gap: 1.2em;
    }

    .item-flow01 .circle .list ul {
        font-size: 0.6em;
    }

}







.item-flow.flow02 h3 {
    margin-bottom: 1.2em;
    position: relative;

}

.item-flow.flow02 p {
    font-size: 0.8em;

}



@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {}

@media all and (max-width:499px) {}


.item-flow.flow03 .item {
    padding-right: 25vw;
}

.item-flow.flow03 .item>.text {
    font-size: 0.8em;
    display: grid;
    grid-template-rows: 1fr auto;
}

.item-flow.flow03 .item>.text .name {
    margin-bottom: 0.6em;
}

.item-flow.flow03 .item>.text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6em;
}

.item-flow.flow03 .item>.text ul li {
    background-color: #ffffff;
    padding: 0 0.4em;

}



@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    .item-flow.flow03 .item {
        grid-template-columns: 1fr;
    }

    .item-flow.flow03 .item>.text {
        order: 1;
    }

    .item-flow.flow03 .item>.text p {
        margin-bottom: 1.6em;
    }

}

@media all and (max-width:499px) {
    .item-flow.flow03 .item {
        gap: 1.6em;
    }

    .item-flow.flow03 .item>.text p {
        margin-bottom: 1.2em;
    }


}


.item-flow.flow04 h3 .en {
    font-weight: bold;
    margin-bottom: 0.2em;
}

.item-flow.flow04 h3 .ja {
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    padding: 0 0.1em;
}






.item-flow.flow04 .item.before {
    font-size: min(6.4em, 8.8vw);
    white-space: nowrap;
    line-height: 1.1;
    position: relative;
    transition: all 0.2s ease;
}

.item-flow.flow04 .item.before.red {
    color: #ED4033;
}



.item-flow.flow04 .item.after::before,
.item-flow.flow04 .item.after::after {
    content: '';
    display: block;
    position: absolute;
    left: -0.2em;
    border-right: 1px solid #000000;
    height: 50%;
    transition: all 0.2s ease;
}


.item-flow.flow04 .item.after.red::before,
.item-flow.flow04 .item.after.red::after {
    border-color: #ED4033;
}


.item-flow.flow04 .item.after::before {
    bottom: 50%;
    transform: rotate(-24deg);
    transform-origin: right bottom;
}

.item-flow.flow04 .item.after::after {
    top: 50%;
    transform: rotate(24deg);
    transform-origin: right top;

}



.item-flow.flow04 .item.after {
    font-size: min(8.8em, 12vw);

    white-space: nowrap;
    line-height: 1.1;
    transition: all 0.2s ease;
}

.item-flow.flow04 .item.after.red {
    color: #ED4033;
}

@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {}

@media all and (max-width:499px) {
    .item-flow.flow04 h3 .en {
        font-size: 0.8em;
    }

}







/* --------------------------------------------------
Project Flow
-------------------------------------------------- */

#project-flow {
    padding-bottom: 20em;
}


.block-project-flow {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 10px;
    margin-top: 2.4em;
    border: none;
}


.block-project-flow>.hd.flow1 {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
}

.block-project-flow>.hd.flow2 {
    grid-column: 4 / 9;
    grid-row: 1 / 2;
}

.block-project-flow>.title.step1 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}

.block-project-flow>.text.step1 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    border-left: 1px solid #000000;
}

.block-project-flow>.title.step2 {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
}

.block-project-flow>.text.step2 {
    grid-column: 3 / 5;
    grid-row: 3 / 4;
}

.block-project-flow>.title.step3 {
    grid-column: 5 / 7;
    grid-row: 2 / 3;
}

.block-project-flow>.text.step3 {
    grid-column: 5 / 7;
    grid-row: 3 / 4;
}

.block-project-flow>.title.step4 {
    grid-column: 7 / 9;
    grid-row: 2 / 3;
}

.block-project-flow>.text.step4 {
    grid-column: 7 / 9;
    grid-row: 3 / 4;
    border-right: 1px solid #000000;
}



.block-project-flow>.hd {
    text-align: center;
    position: relative;
    padding: 0.4em 0;
}

.block-project-flow>.hd::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #000000;
}

.block-project-flow>.hd.flow1 {
    padding-right: 0.5em;
}

.block-project-flow>.hd.flow1::before {
    right: 0.5em;
}

.block-project-flow>.hd.flow2 {
    padding-left: 0.4em;
}

.block-project-flow>.hd.flow2::before {
    left: 0.4em;
}

.block-project-flow>.hd.flow1::after {
    content: '▼';
    position: absolute;
    font-size: 0.6em;
    left: 100%;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
}




.block-project-flow>.title {
    position: relative;
    padding: 0.8em 1.2em;
}

.block-project-flow>.title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #8E8E8E;
    mix-blend-mode: multiply;
}


.block-project-flow>.title>.inner {
    position: relative;
    color: #ffffff;
}

.block-project-flow>.title>.inner>.number {
    display: block;
    font-size: 0.8em;
}

.block-project-flow>.text {
    font-size: 0.8em;
    padding: 1.0em 1.4em;
    position: relative;
}

.block-project-flow>.text>.arrow li::after {
    content: '▼';
    display: block;
    font-size: 0.75em;

}

.block-project-flow>.text>.arrow li:last-child::after {
    display: none;

}

.block-project-flow>.text>.disc {
    list-style: disc;
    margin-top: 0.4em;
}


.block-project-flow>.text.step1::after,
.block-project-flow>.text.step2::after,
.block-project-flow>.text.step3::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0;
    border-right: 1px solid #000000;
}




@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    #project-flow {
        padding-bottom: 16em;
    }

}

@media all and (max-width:499px) {



    #project-flow {
        padding-bottom: 12em;
    }


    .block-project-flow {
        grid-template-columns: auto 1fr;
        grid-template-rows: repeat(8, auto);
    }


    .block-project-flow>.hd.flow1 {
        grid-column: 1 / 2;
        grid-row: 1 / 4;
    }

    .block-project-flow>.hd.flow2 {
        grid-column: 1 / 2;
        grid-row: 4 / 9;
    }

    .block-project-flow>.title.step1 {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .block-project-flow>.text.step1 {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .block-project-flow>.title.step2 {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }

    .block-project-flow>.text.step2 {
        grid-column: 2 / 3;
        grid-row: 4 / 5;
        border-left: 1px solid #000000;
    }

    .block-project-flow>.title.step3 {
        grid-column: 2 / 3;
        grid-row: 5 / 6;
    }

    .block-project-flow>.text.step3 {
        grid-column: 2 / 3;
        grid-row: 6 / 7;
        border-left: 1px solid #000000;
    }

    .block-project-flow>.title.step4 {
        grid-column: 2 / 3;
        grid-row: 7 / 8;
    }

    .block-project-flow>.text.step4 {
        grid-column: 2 / 3;
        grid-row: 8 / 9;
        border-left: 1px solid #000000;
    }



    .block-project-flow>.hd {
        padding: 0 0.4em !important;
        writing-mode: vertical-rl;
        letter-spacing: 0.2em;
    }

    .block-project-flow>.hd.flow1 {
        padding-top: 1.6em !important;
        padding-bottom: 0 !important;
    }

    .block-project-flow>.hd.flow1::before {
        right: 0;
        bottom: -1.6em;
    }

    .block-project-flow>.hd.flow2 {
        padding-top: 2.4em !important;
    }

    .block-project-flow>.hd.flow2::before {
        left: 0;
        top: 2.4em;
    }

    .block-project-flow>.hd.flow1::after {
        content: '▼';
        left: 50%;
        top: calc(100% + 3.2em);
        transform: translate(-50%, 0) rotate(0deg);
    }




    .block-project-flow>.text.step1::after,
    .block-project-flow>.text.step2::after,
    .block-project-flow>.text.step3::after {
        right: 0px;
    }



}



/* --------------------------------------------------
Project
-------------------------------------------------- */

#project {
    padding-bottom: 20em;

}





.block-branding-project {
    margin-top: 10em;
    display: grid;
    gap: 10em;
}

.block-branding-project>.project h3 {
    margin-bottom: 1.6em;
    line-height: 1.4;
    display: inline-block;
}

.block-branding-project>.project h3::before {
    color: #8E8E8E;
    font-size: 0.9em;
}

.block-branding-project>.project:nth-child(1) h3:before {
    content: 'Case Study 01';
}

.block-branding-project>.project:nth-child(2) h3:before {
    content: 'Case Study 02';
}

.block-branding-project>.project:nth-child(3) h3:before {
    content: 'Case Study 03';
}

.block-branding-project>.project:nth-child(4) h3:before {
    content: 'Case Study 04';
}

.block-branding-project>.project:nth-child(5) h3:before {
    content: 'Case Study 05';
}

.block-branding-project>.project:nth-child(6) h3:before {
    content: 'Case Study 06';
}

.block-branding-project>.project:nth-child(7) h3:before {
    content: 'Case Study 07';
}

.block-branding-project>.project:nth-child(8) h3:before {
    content: 'Case Study 08';
}

.block-branding-project>.project h3>.line {
    display: inline-block;
    width: 1.4em;
    border-bottom: 1px solid #AAAAAA;
    transform: translate(0, -0.3em);
    margin-left: 0.6em;
    margin-right: 0.6em;
}

.block-branding-project>.project h3>.inner {
    font-size: 1.5em;
    display: inline-block;
    padding-top: 0.2em;
}






.block-branding-rebranding-photo.photo-small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8em;
}



.block-branding-rebranding-text {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-top: 3.4em;
    margin-bottom: 3.4em;
}

.block-branding-rebranding-text>.title {
    font-size: 1.4em;
    width: 8em;
}

.block-branding-rebranding-text>.text {
    font-size: 0.9em;
}


.block-branding-rebranding-link {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-top: 4.0em;
}

.block-branding-rebranding-link a {
    font-size: 1.2em;
    font-weight: 300;
    padding-bottom: 0.4em;
    position: relative;
    display: block;
}

.block-branding-rebranding-link a>.icon-link {
    width: 0.7em;
    margin-left: 0.6em;
    transition: all 0.3s ease;
}

.block-branding-rebranding-link a:hover>.icon-link {
    transform: translate(0.3em, 0);
}


.block-branding-rebranding-link a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 100%;
    border-bottom: 1px solid #000000;
    transition: all 0.3s ease;
}

.block-branding-rebranding-link a:hover:after {
    right: -0.6em;
}



@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    #project {
        padding-bottom: 16em;

    }

    .block-branding-project {
        margin-top: 8em;
    }

}

@media all and (max-width:499px) {



    #project {
        padding-bottom: 12em;

    }


    .block-branding-project {
        margin-top: 6em;
    }




    .block-branding-project>.project h3>.inner {
        display: block;
    }






    .block-branding-rebranding-photo.photo-small {
        gap: 1.0em;
    }

    .block-branding-rebranding-text {
        grid-template-columns: 30% 1fr;
    }

    .block-branding-rebranding-link a {
        font-size: 1.0em;
    }




}








/* --------------------------------------------------
Reblanding
-------------------------------------------------- */

#rebranding {
    padding-bottom: 20em;


}


.block-branding-rebranding-lead {
    padding-left: 24%;
}

.block-branding-rebranding {
    margin-top: 8em;
    display: grid;
    gap: 8em;
}

.block-branding-rebranding>.project h3 {
    margin-bottom: 1.6em;
    line-height: 1.4;
    display: inline-block;
}

.block-branding-rebranding>.project h3::before {
    font-size: 0.9em;
}

.block-branding-rebranding>.project:nth-child(1) h3:before {
    content: 'Case Study 01';
}

.block-branding-rebranding>.project:nth-child(2) h3:before {
    content: 'Case Study 02';
}

.block-branding-rebranding>.project:nth-child(3) h3:before {
    content: 'Case Study 03';
}

.block-branding-rebranding>.project:nth-child(4) h3:before {
    content: 'Case Study 04';
}

.block-branding-rebranding>.project:nth-child(5) h3:before {
    content: 'Case Study 05';
}

.block-branding-rebranding>.project:nth-child(6) h3:before {
    content: 'Case Study 06';
}

.block-branding-rebranding>.project:nth-child(7) h3:before {
    content: 'Case Study 07';
}

.block-branding-rebranding>.project:nth-child(8) h3:before {
    content: 'Case Study 08';
}

.block-branding-rebranding>.project h3>.line {
    display: inline-block;
    width: 1.4em;
    border-bottom: 1px solid #000000;
    transform: translate(0, -0.3em);
    margin-left: 0.6em;
    margin-right: 0.6em;

}

.block-branding-rebranding>.project h3>.inner {
    font-size: 1.5em;
    padding-top: 0.2em;
    display: inline-block;
}




.block-branding-rebranding>.project h4 {
    margin-bottom: 0.8em;
}

.block-branding-rebranding>.project h4.after {
    color: #ED4033;
}

.block-branding-rebranding>.project .block-branding-rebranding-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;

}

.block-branding-rebranding>.project .block-branding-rebranding-inner>.text {
    font-size: 0.8em;
}


.block-branding-rebranding>.project .block-branding-rebranding-after-inner {
    display: grid;
    gap: 3em;

}

.block-branding-rebranding>.project .block-branding-rebranding-after-inner>.image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
}




.block-branding-rebranding>.project .block-branding-rebranding-after-inner>.image img:first-child {
    grid-column: 1 / -1;
}


.block-branding-rebranding>.project .block-branding-rebranding-after-inner>.text {
    font-size: 0.8em;
}



.block-branding-rebranding>.project .icon-arrow {
    padding-top: 2em;
    padding-bottom: 0.2em;
}

.block-branding-rebranding>.project .icon-arrow .arrow {
    display: block;
    width: 1.6em;
    aspect-ratio: 1 / 0.866;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #ED4033;
    margin-left: auto;
    margin-right: auto;

}



@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    #rebranding {
        padding-bottom: 16em;


    }

}

@media all and (max-width:499px) {



    #rebranding {
        padding-bottom: 12em;


    }



    .block-branding-rebranding>.project h3>.inner {
        display: block;
    }


    .block-branding-rebranding>.project .block-branding-rebranding-inner {
        grid-template-columns: repeat(1, 1fr);
    }


    .block-branding-rebranding>.project .block-branding-rebranding-after-inner>.image {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.6em;
    }

    .block-branding-rebranding-lead {
        padding-left: 0;
    }


}








/* --------------------------------------------------
White Paper
-------------------------------------------------- */

#white-paper {
    padding-bottom: 12em;
    position: relative;
    z-index: 1;

}

.block-branding-paper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
    margin-top: 6em;
}

.block-branding-paper a {
    border: 1px solid #C6C6C6;
    position: relative;
    display: block;
    height: 100%;
}

.block-branding-paper a .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    background-color: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: all 0.3s ease;
}

.block-branding-paper a:hover .mask {
    opacity: 1;
}

.block-branding-paper a .mask>span {
    margin: auto;
    color: #ffffff;
    font-size: 1.25em;
}
/* ステップ区切り線のスタイル */
.step-divider {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 20px 0;
    opacity: 0.3;
}

.step-detail {
    color: #000000;
    opacity: 0.8;
    line-height: 1.6;
    margin-top: 15px;
}

/* プロジェクトフロー比較表のスタイル */
#project-flow .comparison-table {
    margin-top: 60px;
    width: 100%;
    clear: both;
    overflow-x: auto;
}

#project-flow .comparison-table h3 {
    color: #000;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: normal;
}

#project-flow .comparison-table table {
    border-collapse: collapse !important;
    width: 100% !important;
    max-width: none !important;
    background-color: white !important;
    border: none !important;
    font-family: inherit;
    table-layout: fixed !important;
    margin: 0 !important;
    display: table !important;
}

#project-flow .comparison-table th,
#project-flow .comparison-table td {
    border-top: 1px solid #999 !important;
    border-bottom: 1px solid #999 !important;
    border-left: none !important;
    border-right: none !important;
    padding: 8px 6px !important;
    text-align: center !important;
    vertical-align: middle !important;
    height: 45px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
}

/* ヘッダー行のスタイル */
#project-flow .comparison-table thead th {
    background-color: #DCDCDC !important;
    color: #333 !important;
    font-weight: normal !important;
    font-size: 0.8rem !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: initial !important;
    height: 50px !important;
    border-top: 1px solid #999 !important;
}
#project-flow .comparison-table thead th:first-child {
    background-color: #787878 !important;
    color: #FFF !important;
    font-weight: normal !important;
    text-align: center !important;
    font-size: 0.8rem !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: initial !important;
}

/* 左列（評価軸）のスタイル */
#project-flow .comparison-table tbody td:first-child {
    background-color: #787878 !important;
    color: #FFF !important;
    font-weight: normal !important;
    text-align: center !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: initial !important;
}

/* The Company列のスタイル */
#project-flow .comparison-table tbody td:nth-child(2) {
    background-color: #fff !important;
    color: #000 !important;
    white-space: nowrap !important;
}
/* The Company列のスタイル */
#project-flow .comparison-table thead th:nth-child(2) {
    background-color: #fff !important;
    color: #000 !important;
    white-space: nowrap !important;
}

/* その他の列のスタイル */
#project-flow .comparison-table tbody td:nth-child(3),
#project-flow .comparison-table tbody td:nth-child(4),
#project-flow .comparison-table tbody td:nth-child(5) {
    background-color: #DCDCDC !important;
    font-size: 0.7rem !important;
    color: #333 !important;
    white-space: nowrap !important;
}

/* 星の評価スタイル */
#project-flow .comparison-table .stars {
    color: #333;
    font-size: 16px;
    letter-spacing: 0px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    #project-flow .comparison-table {
        overflow-x: scroll;
    }
    
    #project-flow .comparison-table table {
        min-width: 700px !important;
    }
    
    #project-flow .comparison-table th,
    #project-flow .comparison-table td {
        font-size: 12px !important;
        padding: 6px 4px !important;
    }
}

@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    #white-paper {
        padding-bottom: 10em;

    }

}

@media all and (max-width:499px) {

    #white-paper {
        padding-bottom: 8em;

    }

    .block-branding-paper {
        grid-template-columns: 1fr;
    }

}

















/* --------------------------------------------------
Our Story
-------------------------------------------------- */
#our-story {
    padding-top: 16em;

}


.list-branding-Story {
    display: grid;
    gap: 2.8em;
    margin-top: 6em;
}

.list-branding-Story li {
    position: relative;
    padding-left: 4.0em;
}

.list-branding-Story li::before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: -2.8em;
    border-left: 1px solid #000000;
    transform: translate(0, 0.7em);
}

.list-branding-Story li:last-child:before {
    display: none;
}

.list-branding-Story li::after {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0;
    top: 0.5em;
    background-color: #000000;
    border-radius: 100vh;
}


.list-branding-Story li>.title {
    margin-bottom: 1.2em;
}

.list-branding-Story li>.text {
    font-size: 0.8em;
}


@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {}

@media all and (max-width:499px) {
    #our-story {
        padding-top: 12em;

    }

}

/* --------------------------------------------------
Feature
-------------------------------------------------- */
#feature {
    padding-top: 16em;

}

.block-branding-feature {
    background-color: #E6E5E5;

}

@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {}

@media all and (max-width:499px) {
    #feature {
        padding-top: 12em;

    }

}




/* --------------------------------------------------
Team
-------------------------------------------------- */

#team {
    padding-top: 16em;

}


.list-branding-team {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2em;
    margin-top: 8em;
    color: #ffffff;
}


.list-branding-team li {
    aspect-ratio: 233 / 304;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.list-branding-team li>.inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.0em 1.2em;
}

.list-branding-team li>.inner>.position {
    font-size: 0.8em;
    margin-bottom: 0.8em;
}

@media all and (max-width:1280px) {}


@media all and (max-width:1024px) {
    .list-branding-team {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media all and (max-width:499px) {
    #team {
        padding-top: 12em;

    }

    .list-branding-team {
        grid-template-columns: repeat(2, 1fr);
    }

}




/* --------------------------------------------------
Contact us
-------------------------------------------------- */
#branding-contact {
    position: relative;
    z-index: 1;

}


.block-branding-contact {
    display: block;
    border: 1px solid #000000;
    text-align: center;
    padding: 6.0em 2.8em;
    padding-right: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    text-align: left;
}

.block-branding-contact:hover {
    background-color: #000000;
    color: #ffffff;
}


.block-branding-contact>.title {
    font-size: min(3em, 8vw);
    line-height: 1;
    margin-bottom: 0.3em;
    font-weight: 200;
}



.block-branding-contact .arrow {
    display: block;
    aspect-ratio: 3.2 / 1;
    height: 1.4em;
    border-bottom: 1px solid #000000;
    position: absolute;
    transition: all 0.2s ease-out;
    right: 2.8em;
    top: 50%;
    margin-top: -0.7em;
}

.block-branding-contact:hover .arrow {
    transform: translate(0.6em, 0);
    border-color: #ffffff;
}

.block-branding-contact .arrow::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    border-right: 1px solid #000000;
    transform: rotate(-45deg);
    transform-origin: right bottom;
    transition: all 0.2s ease-out;
}

.block-branding-contact:hover .arrow::before {
    border-color: #ffffff;
}

/* --------------------------------------------------
Client's Voice
-------------------------------------------------- */
#clients-voice {
    padding-bottom: 1em;
    padding-top: 1em;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.clients-voice-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
}

.clients-voice-title {
    margin-bottom: 1.0em;
    overflow: hidden;
}

.clients-voice-title .en {
    font-size: 1.0rem;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 0.1em;
    font-weight: 350;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-out;
}

.clients-voice-title .en::after {
    content: '';
    display: block;
    border-bottom: 1px solid #000000;
    width: 1.4em;
    position: absolute;
    left: calc(100% + 0.2em);
    bottom: 0.36em;
}

.clients-voice-title .ja {
    display: block;
    font-size: 1.2em;
    color: #666;
}

.clients-voice-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 40px;
    align-items: start;
    background-color: #ffffff;
    border-radius: 8px;

}

.clients-voice-photo {
    width: 120px;
    height: 180px;
    overflow: hidden;
}

.clients-voice-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clients-voice-content {
    display: flex;
    flex-direction: column;
}

.clients-voice-company {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.4;
}

.clients-voice-quote {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.3;
    margin-bottom: 20px;
}

.clients-voice-text {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    text-align: justify;
}

@media all and (max-width:1280px) {}

@media all and (max-width:1024px) {
    #clients-voice {
        padding-bottom: 10em;
    }
    
    .clients-voice-container {
        padding: 0 20px;
    }
    
    .clients-voice-item {
        padding: 30px;
    }
    
    .clients-voice-quote {
        font-size: 24px;
    }
}

@media all and (max-width:499px) {
    #clients-voice {
        padding-bottom: 8em;
    }
    
    .clients-voice-item {
        grid-template-columns: 80px 1fr;
        gap: 20px;
        padding: 20px;
    }
    
    .clients-voice-photo {
        width: 80px;
        height: 80px;
    }
    
    .clients-voice-quote {
        font-size: 20px;
    }
    
    .clients-voice-text {
        font-size: 13px;
    }
}

/* --------------------------------------------------
inview
-------------------------------------------------- */
.slidein-left {
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    clip-path: inset(0 100% 0 0)
}

.slidein-left.passing {
    clip-path: inset(0 0 0 0)
}


.fadein {
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.fadein.passing {
    opacity: 1;

}


.fadein-top {
    opacity: 0;
    transform: translate(0, -2.4rem);
    transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.fadein-top.passing {
    transform: translate(0, 0);
    opacity: 1;

}



.fadein-bottom {
    opacity: 0;
    transform: translate(0, 2.4rem);
    transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.fadein-bottom.passing {
    transform: translate(0, 0);
    opacity: 1;

}

/* --------------------------------------------------


body .font .w_b,
body .font.w_b {
    font-family: 'A+mfCv-東京シティフォント コンデンス B StdN', NoChattering
}

body .font .w_m,
body .font.w_m {
    font-family: 'A+mfCv-東京シティフォント コンデンス M StdN', NoChattering
}

body .font .w_r,
body .font.w_r {
    font-family: 'A+mfCv-東京シティフォント コンデンス R StdN', NoChattering
}

body .font .w_l,
body .font.w_l {
    font-family: 'A+mfCv-東京シティフォント コンデンス L StdN', NoChattering
}

body .font .w_el,
body .font.w_el {
    font-family: 'A+mfCv-東京シティフォント コンデンス EL StdN', NoChattering
}



-------------------------------------------------- */

/* 列幅の設定 */
#project-flow .comparison-table th:nth-child(1),
#project-flow .comparison-table td:nth-child(1) {
    width: 18% !important;
}

#project-flow .comparison-table th:nth-child(2),
#project-flow .comparison-table td:nth-child(2) {
    width: 22% !important;
}

#project-flow .comparison-table th:nth-child(3),
#project-flow .comparison-table td:nth-child(3) {
    width: 20% !important;
}

#project-flow .comparison-table th:nth-child(4),
#project-flow .comparison-table td:nth-child(4) {
    width: 18% !important;
}

#project-flow .comparison-table th:nth-child(5),
#project-flow .comparison-table td:nth-child(5) {
    width: 22% !important;
}

/* ヘッダー行のスタイル */