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

page-services-webproduction.css　カスタム投稿タイプ Services Web制作記事用 css

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

/*============================================================
 Common Custom
*============================================================*/
#page-services-web-production #main-contents {
    padding-bottom: 0;
}

/* メインビジュアルが動画用
---------------------------------------- */
#page-services-web-production {
    padding-top: 0;
}
#page-services-web-production #fixed-header:not(.mainvisual-passed) {
    background: none;
}
#page-services-web-production #breadcrumb {
    position: absolute;
    top: var(--common-header-height);
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 0;
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-services-web-production #mainvisual {
}

/* メインビジュアルが動画の記事
---------------------------------------- */
#page-services-web-production.mainvisual-movie .sec-movie {
    height: var(--common-vh);
    padding: 0;
}
#page-services-web-production.mainvisual-movie .sec-movie:before {
    position: absolute;
    content: "";
    width: 100%;
    height: var(--common-vh);
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    left: 0;
    z-index: 2;
}
#page-services-web-production.mainvisual-movie .sec-movie video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#page-services-web-production.mainvisual-movie .sec-movie .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;   
}
#page-services-web-production.mainvisual-movie .sec-movie .info .page-title-sub {
    font-weight: 900;
    font-size: clamp(var(--rem24px), 4.48vw, var(--rem56px));
    color: var(--common-color-text);
}

/*============================================================
 セクション共通
*============================================================*/
#page-services-web-production .section {
}


/*============================================================
 セクション 私たちのWebサイト制作は、お客様の「やりたい事」の言語化から始まります。
*============================================================*/
#page-services-web-production #sec-about {
    padding: 80px 0;
    background-color: var(--common-color-black);
    color: var(--common-color-white);
}
#page-services-web-production #sec-about .sec-title {
    font-weight: bold;
    font-size: var(--rem48px);
    line-height: 180%;
    text-align: center;
    margin-bottom: 120px;
}
#page-services-web-production #sec-about .block-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 148px 120px;
    counter-reset: about-counter;
}
#page-services-web-production #sec-about .block-about .about {
    counter-increment: about-counter;
    width: 280px;
    position: relative;
}
#page-services-web-production #sec-about .block-about .about::before {
    display: block;
    content: counter(about-counter, decimal-leading-zero);
    position: absolute;
    top: -48px;
    left: -16px;
    font-family: "Open Sans", serif;;
    font-weight: bold;
    font-size: var(--rem64px);
}
#page-services-web-production #sec-about .block-about .about .image {
    text-align: center;
    margin-bottom: 16px;
}
#page-services-web-production #sec-about .block-about .about .title {
    font-weight: bold;
    font-size: var(--rem32px);
    line-height: 200%;
    text-align: center;
    margin-bottom: 4px;
}
#page-services-web-production #sec-about .block-about .about .lead {
}

/*============================================================
 セクション SERVICE
*============================================================*/
#page-services-web-production #sec-service {
    padding: 80px 0;
    text-align: center;
}
#page-services-web-production #sec-service .sec-title {
    font-weight: bold;
    font-size: var(--rem56px);
    line-height: 200%;
    text-align: center;
}
#page-services-web-production #sec-service .sec-lead {
    font-weight: bold;
    font-size: var(--rem24px);
    line-height: 200%;
    margin-bottom: 56px;
}
#page-services-web-production #sec-service .block-service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    margin-bottom: 80px;
}
#page-services-web-production #sec-service .block-service .service {
    width: 320px;
    padding: 24px;
    border-radius: 16px;
    background-color: var(--common-color-white);
}
#page-services-web-production #sec-service .block-service .service .image {
    margin-bottom: 16px;
}
#page-services-web-production #sec-service .block-service .service .title {
    font-weight: bold;
    font-size: var(--rem24px);
    line-height: 180%;
    margin-bottom: 4px;
}
#page-services-web-production #sec-service .block-service .service .cost {
    font-weight: bold;
    font-size: var(--rem32px);
    line-height: 160%;
    margin-bottom: 4px;
}
#page-services-web-production #sec-service .block-service .service .period {
    font-weight: bold;
}

/* サイト制作に関わる細かい対応も可能
---------------------------------------- */
#page-services-web-production #sec-service .sec-title-related {
    background-color: var(--common-color-background-base);
    font-weight: bold;
    font-size: var(--rem48px);
    line-height: 200%;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
#page-services-web-production #sec-service .sec-title-related::before {
    display: block;
    content: "";
    width: 320px;
    height: 137px;
    background-image: url(../images/services/web-production/related-title-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#page-services-web-production #sec-service .block-related {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
}
#page-services-web-production #sec-service .block-related .related {
    width: 320px;
}
#page-services-web-production #sec-service .block-related .related .image {
    border-radius: 16px;
    margin-top: 16px;
    overflow: hidden;
}
#page-services-web-production #sec-service .block-related .related .title {
    font-weight: bold;
    font-size: var(--rem24px);
    line-height: 180%;
    margin-bottom: 4px;
}
#page-services-web-production #sec-service .block-related .related .cost {
    font-weight: bold;
    font-size: var(--rem32px);
    line-height: 180%;
}
#page-services-web-production #sec-service .block-related .related .parts-btn {
    margin-top: 16px;
}

/*============================================================
 セクション NERDが選ばれる理由
*============================================================*/
#page-services-web-production #sec-reason {
    padding: 104px 0 126px 0;
    background-color: var(--common-color-white);
    text-align: center;
}
#page-services-web-production #sec-reason .sec-title {
    margin-bottom: 76px;
}
#page-services-web-production #sec-reason .reason-list {
    display: flex;
    flex-direction: column;
    gap: 88px 0;
}
#page-services-web-production #sec-reason .reason-list .reason .title {
    font-weight: bold;
    font-size: var(--rem40px);
    line-height: 200%;
    margin-bottom: 24px;
}
#page-services-web-production #sec-reason .reason-list .reason .lead {
    line-height: 200%;
}

/*============================================================
 セクション WORKS
*============================================================*/
#page-services-web-production #sec-works {
    padding: 72px 0 80px 0;
}
#page-services-web-production #sec-works .sec-title {
    font-weight: bold;
    font-size: var(--rem56px);
    line-height: 200%;
    text-align: center;
    margin-bottom: 32px;
}
#page-services-web-production #sec-works .block-card {
    justify-content: center;
    margin-bottom: 56px;
}

/*============================================================
 セクション 開始までの流れ
*============================================================*/
#page-services-web-production #sec-flow {
    padding: 72px 0 104px 0;
    background-color: var(--common-color-white);
    overflow: hidden;
}
#page-services-web-production #sec-flow .sec-title {
    width: fit-content;
    font-weight: bold;
    font-size: var(--rem32px);
    line-height: 200%;
    text-align: center;
    margin: 0 auto 32px auto;
    position: relative;
}

/* Flow
---------------------------------------- */
#page-services-web-production #sec-flow .block-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px 8px;
    margin-bottom: 88px;
}
#page-services-web-production #sec-flow .block-flow .step {
    width: 152px;
    padding: 32px 8px 8px 8px;
    border: solid 2px var(--common-color-black);
    position: relative;
}
#page-services-web-production #sec-flow .block-flow .step .title {
    font-weight: bold;
    font-size: var(--rem20px);
    line-height: 200%;
    text-align: center;
    margin-bottom: 6px;
}
#page-services-web-production #sec-flow .block-flow .step .lead {
}

#page-services-web-production #sec-flow .sec-title::before,
#page-services-web-production #sec-flow .sec-title::after,
#page-services-web-production #sec-flow .block-flow .step::before,
#page-services-web-production #sec-flow .block-flow .step::after {
    display: none;
    content: "";
    width: 50vw;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/services/web-production/flow-line-middle.svg);
    background-repeat: no-repeat;
    background-size: 1200px auto;
    background-position: center left;
}
#page-services-web-production #sec-flow .block-flow .step:first-child::before {
    display: block;
    right: 100%;
    background-image: url(../images/services/web-production/flow-line-before.svg);
    background-position: center right;
}
#page-services-web-production #sec-flow .block-flow .step:last-child::after {
    display: block;
    left: 100%;
    background-image: url(../images/services/web-production/flow-line-after.svg);
}

/* FAQ
---------------------------------------- */
#page-services-web-production #sec-flow .block-faq {
    padding: 48px;
    background-color: var(--common-color-background-base);
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin: 0 auto;
    position: relative;
}
#page-services-web-production #sec-flow .block-faq::before {
    display: block;
    content: "";
    width: 78px;
    height: 88px;
    background-color: var(--common-color-background-base);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    top: -88px;
    left: 36px;
}
#page-services-web-production #sec-flow .block-faq .faq .question {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 24px;
    font-weight: bold;
    font-size: var(--rem20px);
    line-height: 200%;
    margin-bottom: 24px;
}
#page-services-web-production #sec-flow .block-faq .faq .question .text {
    flex: 1;
}
#page-services-web-production #sec-flow .block-faq .faq .question::before {
    display: block;
    content: "Q";
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: var(--common-color-black);
    font-weight: bold;
    font-size: var(--rem24px);
    line-height: 48px;
    color: var(--common-color-white);
    text-align: center;
}
#page-services-web-production #sec-flow .block-faq .faq .answer {
    line-height: 200%;
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1247px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-services #mainvisual {
    }

    /*============================================================
     セクション 開始までの流れ
    *============================================================*/
    @media screen and (max-width: 999px) {
        /* Flow
        ---------------------------------------- */

        #page-services-web-production #sec-flow .block-flow .step:nth-child(5)::after {
            display: block;
            left: 100%;
        }
        #page-services-web-production #sec-flow .block-flow .step:last-child::before {
            display: block;
            right: 100%;
        }
    }
    @media screen and (max-width: 839px) {
        /* Flow
        ---------------------------------------- */
        #page-services-web-production #sec-flow .block-flow .step:nth-child(5)::after {
            display: none;
            left: unset;
        }
        #page-services-web-production #sec-flow .block-flow .step:last-child::before {
            display: none;
            right: unset;
        }
        #page-services-web-production #sec-flow .block-flow .step:nth-child(4)::after {
            display: block;
            left: 100%;
        }
        #page-services-web-production #sec-flow .block-flow .step:nth-child(5)::before {
            display: block;
            right: 100%;
        }
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     セクション 私たちのWebサイト制作は、お客様の「やりたい事」の言語化から始まります。
    *============================================================*/
    #page-services-web-production #sec-about .sec-title {
        font-size: var(--rem32px);
    }

    /*============================================================
     セクション SERVICE
    *============================================================*/
    /* サイト制作に関わる細かい対応も可能
    ---------------------------------------- */
    #page-services-web-production #sec-service .sec-title {
        font-size: var(--rem48px);
        line-height: 180%;
    }
    #page-services-web-production #sec-service .sec-title-related {
        font-size: var(--rem32px);
        line-height: 160%;
    }

    /*============================================================
     セクション NERDが選ばれる理由
    *============================================================*/
    #page-services-web-production #sec-reason .reason-list .reason .title {
        font-size: var(--rem28px);
        line-height: 160%;
    }

    /*============================================================
     セクション 開始までの流れ
    *============================================================*/
    /* Flow
    ---------------------------------------- */
    #page-services-web-production #sec-flow .sec-title {
        font-size: var(--rem28px);
    }
    #page-services-web-production #sec-flow .block-faq {
        padding: 32px;
    }
    
    /* FAQ
    ---------------------------------------- */
    #page-services-web-production #sec-flow .block-faq .faq .question {
        gap: 16px;
        line-height: 160%;
    }
    #page-services-web-production #sec-flow .block-faq .faq .question::before {
        width: 40px;
        height: 40px;
        font-size: var(--rem20px);
        line-height: 40px;
    }

    @media screen and (max-width: 679px) {
        #page-services-web-production #sec-flow .sec-title::before {
            display: block;
            right: calc(100% + 16px);
            background-image: url(../images/services/web-production/flow-line-before.svg);
            background-size: 920px auto;
            background-position: center right;
        }
        #page-services-web-production #sec-flow .sec-title::after {
            display: block;
            left: calc(100% + 16px);
            background-image: url(../images/services/web-production/flow-line-after.svg);
            background-size: 920px auto;
        }

        /* Flow
        ---------------------------------------- */
        #page-services-web-production #sec-flow .block-flow .step::before,
        #page-services-web-production #sec-flow .block-flow .step::after {
            display: none !important;
            left: unset !important;
            right: unset !important;
        }
        #page-services-web-production #sec-flow .block-flow {
            flex-direction: column;
            gap: 16px;
        }
        #page-services-web-production #sec-flow .block-flow .step {
            width: 100%;
            padding: 16px;
        }
        #page-services-web-production #sec-flow .block-flow .step .title {
            text-align: left;
        }

    }

}
