@charset "UTF-8";
/********************************************************************************

page-service.css　サービスページ関連共通css

********************************************************************************/

/*######################################################################
 サービスページ共通
######################################################################*/
.page-service #section-layout {
    display: flex;
    flex-direction: column;
    gap: 96px;
}
.page-service .section .inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.page-service .section .block-title {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.page-service .section .block-title > * {
    margin-bottom: 0;
}

/*============================================================
 メインビジュアル
*============================================================*/
/* 
---------------------------------------- */
.page-service #mainvisual  {
}

/*============================================================
 セクション イントロ
*============================================================*/
.page-service #sec-intro .sec-catch {
    font-weight: 800;
    font-size: clamp(48px, 12.8vw, 80px);
    line-height: 130%;
    background: var(--common-color-gr);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-service #sec-intro .sec-lead {
}

.page-service #sec-intro .block-feature {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    counter-reset: number 0;
}
.page-service #sec-intro .block-feature .item {
    flex: 1;
    position: relative;
    counter-increment: number 1;
}
.page-service #sec-intro .block-feature .item::after {
    display: block;
    content: counter(number);
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    font-size: 160px;
    line-height: 100%;
    background: var(--common-color-gr2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: -0.3em;
    right: 0;
    z-index: -1;
}
.page-service #sec-intro .block-feature .item .title {
    font-weight: bold;
    font-size: 28px;
    line-height: 150%;
    margin-bottom: 8px;
}
.page-service #sec-intro .block-feature .item .feature-list {
    gap: 8px;
}
.page-service #sec-intro .block-feature .item .feature-list li span {
    display: block;
    font-size: 12px;
    line-height: 150%;
}

/*============================================================
 セクション Other Service
*============================================================*/
.page-service #sec-other-service {
}
.page-service #sec-other-service .sec-title {
    text-align: center;
    margin-bottom: 0;
}




/*######################################################################
 Execution Partner Services （エグゼクション・パートナー事業）
######################################################################*/

/*============================================================
 セクション イントロ
*============================================================*/
#page-execution-partner-services #sec-intro {
}
#page-execution-partner-services #sec-intro .block-tbl .label-member {
    width: 96px;
}

/*============================================================
 セクション サービス領域
*============================================================*/
#page-execution-partner-services {
}
#page-execution-partner-services #sec-service-area .image {
    text-align: center;
}



/*######################################################################
 DX Services（DX事業）
######################################################################*/
#page-dx-services {
}



/*######################################################################
 Digital Marketing Services（デジタルマーケティング事業）
######################################################################*/
#page-digital-marketing-services {
}
#page-digital-marketing-services .block-word {
    --gap: 20px;
    --row-padding: 0;
    --row-border-bottom: unset;
    --row-gap: 16px;
    --label-width: 212px;
    --label-font-weight: bold;
    --label-font-size: 20px;
    --label-line-height: 150%;
    --label-color: unset;
    --data-font-weight: 400;
    --data-font-size: 16px;
    --data-line-height: 200%;
    --data-color: var(--common-color-text);
}
#page-digital-marketing-services .block-word .label {
    background: var(--common-color-gr);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1007px) {
    /*######################################################################
     サービスページ共通
    ######################################################################*/
    .page-service #section-layout {
        gap: 64px;
    }


}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*######################################################################
     サービスページ共通
    ######################################################################*/
    .page-service #section-layout {
        gap: 64px;
    }

    /*============================================================
     セクション イントロ
    *============================================================*/
    .page-service #sec-intro .block-feature {
        flex-direction: column;
        max-width: 480px;
        margin: 0 auto;
    }
    .page-service #sec-intro .block-feature .item .title {
        text-align: center;
    }
    .page-service #sec-intro .block-feature .item .title br {
        display: none;
    }

}
