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

page-service.css　アスベスト分析css

********************************************************************************/
/*============================================================
 commonカスタム
*============================================================*/
#page-service #main-contents {
    padding-bottom: 88px;
}
#page-service .inner {
    display: block;
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-service #mainvisual {
    height: var(--common-vh);
    min-height: 720px;
    padding: 0;
    position: relative;
    background-image: url(../images/service/mainvisual-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
}
/* #page-service #mainvisual:before {
    position: absolute;
    content: "";
    width: 100%;
    height: var(--common-vh);
    min-height: 720px;
    background: rgba(92, 91, 91, 0.24);
    top: 0;
    left: 0;
    z-index: 1;
} */
#page-service #mainvisual .mainvisual-info {
    width: 100%;
    height: 100%;
    padding-top: clamp(280px, 38.88vh, 360px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin: 0;
    font-family: var(--common-font-family-serif);
}
#page-service #mainvisual .mainvisual-info .inner {
    --inner-max-width: var(--common-inner-max-width-wide);
}
#page-service #mainvisual .mainvisual-info .catch {
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.80);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-weight: 900;
    font-size: clamp(48px, 6.111vw, 88px);
    line-height: normal;
}
#page-service #mainvisual .mainvisual-info .casestudy .data {
    font-weight: bold;
    font-size: 44px;
    line-height: 160%;
}
#page-service #mainvisual .mainvisual-info .casestudy .data .count-up {
    font-size: 128px;
    line-height: 160%;
    color: var(--common-color-accent);
}
#page-service #mainvisual .mainvisual-info .client {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 8px;
    margin-top: -32px;
}
#page-service #mainvisual .mainvisual-info .client::before {
    display: block;
    white-space: pre;
    content: "全国\A対応";
    width: 88px;
    height: 88px;
    border-radius: 100%;
    background-color: var(--common-color-black);
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: var(--common-color-white);
    text-align: center;
    align-content: center;
}
#page-service #mainvisual .mainvisual-info .client .data {
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
}
#page-service #mainvisual .mainvisual-info .client .data  .count-up {
    font-size: 64px;
    line-height: 160%;
    color: var(--common-color-accent);
}

/*============================================================
 セクション共通
*============================================================*/
/* セクションタイトル
---------------------------------------- */
#page-service .section .block-title {
    text-align: center;
    margin-bottom: 40px;
}
#page-service .section .block-title .sec-title {
    margin-bottom: 8px;
}

/* アンカータイトル
---------------------------------------- */
#page-service .anchor {
    height: 160px;
    align-content: center;
    background-color: #D59400;
    margin-bottom: 80px;
}
#page-service .anchor .anchor-title {
    font-family: var(--common-font-family-serif);
    font-weight: 900;
    font-size: 56px;
    line-height: normal;
    color: var(--common-color-white);
    text-align: center;
}

/*============================================================
 セクション アスベスト分析お見積り相談
*============================================================*/
#page-service #sec-estimate-analysis {
    width: 100%;
    max-width: 540px;
    /* height: 640px; */
    padding: 32px 32px 24px 32px;
    background-color: var(--common-color-white);
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 3;
}
#page-service #sec-estimate-analysis .sec-title {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
}

/*============================================================
 セクション DAYLABが選ばれる3つの理由
*============================================================*/
#page-service #sec-feature {
    position: relative;
    padding: 60px 0 0 0;
    margin-bottom: 80px;
}
#page-service #sec-feature .inner {
    --inner-max-width: var(--common-inner-max-width-wide);
}
#page-service #sec-feature .bg-image {
    width: 100%;
    height: 432px;
    background-image: url(../images/service/feature-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#page-service #sec-feature .inner {
    position: relative;
    z-index: 2;
}
#page-service #sec-feature .sec-title {
    text-align: center;
}
#page-service #sec-feature .feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}
#page-service #sec-feature .feature-list .feature {
    flex: 1;
    border-radius: 24px;
    box-shadow: 0px 2px 16px 0px rgba(43, 46, 50, 0.25);
    overflow: hidden;
}
#page-service #sec-feature .feature-list .feature .image {
}
#page-service #sec-feature .feature-list .feature .info {
    padding: 24px;
    background-color: var(--common-color-white);
}
#page-service #sec-feature .feature-list .feature .info .title {
    font-weight: bold;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 16px;
}
#page-service #sec-feature .feature-list .feature .info .title span {
    color: var(--common-color-accent);
}
#page-service #sec-feature .feature-list .feature .info .lead {
    line-height: 180%;
}

/*============================================================
 セクション 分析プラン
*============================================================*/
#page-service #sec-analysis-plan {
    margin-bottom: 56px;
}
#page-service #sec-analysis-plan .plan-list {
    margin-bottom: 24px;
}

/*============================================================
 セクション 分析納期
*============================================================*/
#page-service #sec-analysis-schedule {
    padding: 56px 0 64px 0;
    background-color: var(--common-color-background1);
    margin-bottom: 64px;
}
#page-service #sec-analysis-schedule .plan-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}
#page-service #sec-analysis-schedule .plan-list .plan .image {
    text-align: center;
}
/* #page-service #sec-analysis-schedule .plan-list .plan .plan-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
#page-service #sec-analysis-schedule .plan-list .plan .plan-title .title {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background-color: var(--common-color-black);
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.08em;
    color: var(--common-color-white);
    text-align: center;
    align-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: -24px;
}
#page-service #sec-analysis-schedule .plan-list .plan .plan-title .title .text-l {
    font-size: 40px;
}
#page-service #sec-analysis-schedule .plan-list .plan .plan-title .title .text-m {
    font-size: 32px;
}
#page-service #sec-analysis-schedule .plan-list .plan .plan-title .summary {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.08em;
    color: var(--common-color-accent);
} */
#page-service #sec-analysis-schedule .block-notice {
    max-width: 800px;
    padding: 24px;
    background-color: var(--common-color-white);
    border-radius: 16px;
    margin: 0 auto;
}
#page-service #sec-analysis-schedule .block-notice .notice,
#page-service #sec-analysis-schedule .block-notice .notice .attention {
    font-size: 14px;
}
#page-service #sec-analysis-schedule .block-notice .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 180%; 
    text-align: center;
    margin-bottom: 8px;
}

/*============================================================
 セクション 分析報告書サンプル
*============================================================*/
#page-service #sec-analysis-report {
    margin-bottom: 80px;
}
#page-service #sec-analysis-report .image {
    text-align: center;
}

/*============================================================
 セクション 配送目安
*============================================================*/
#page-service #sec-analysis-delivery {
    margin-bottom: 80px;
}
#page-service #sec-analysis-delivery .layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
#page-service #sec-analysis-delivery .layout .image {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
}
#page-service #sec-analysis-delivery .layout .info {
    max-width: 405px;
}
#page-service #sec-analysis-delivery .layout .info .catch {
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0.08em;
    /* text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 4px; */
    text-align: center;
    border-bottom: solid 4px;
    margin-bottom: 6px;
}
#page-service #sec-analysis-delivery .layout .info .catch span {
    font-weight: bold;
    font-size: 24px;
    line-height: 180%;
    letter-spacing: 0.08em;
    color: var(--common-color-accent);
}
#page-service #sec-analysis-delivery .layout .info .delivery-company {
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 20px;
}
#page-service #sec-analysis-delivery .layout .info .parts-list-dot {
    font-size: 14px;
    line-height: 180%;
}

/*============================================================
 セクション 他社との比較
*============================================================*/
#page-service #sec-analysis-predominance {
    margin-bottom: 80px;
}
#page-service #sec-analysis-predominance .sec-lead {
    max-width: 780px;
    margin: 0 auto 44px auto;
}
#page-service #sec-analysis-predominance .sec-lead span {
    font-weight: bold;
}

/*============================================================
 セクション アスベスト分析 お申込みの流れ
*============================================================*/
#page-service #sec-analysis-flow {
    margin-bottom: 112px;
}
#page-service #sec-analysis-flow .flow-list {
    display: flex;
    flex-direction: column;
    gap: 44px;
    counter-reset: number 0;
}
#page-service #sec-analysis-flow .flow-list .flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
    counter-increment: number 1;
    padding: 24px 32px;
    background-color: var(--common-color-background1);
    border-radius: 16px;
    position: relative;
}
#page-service #sec-analysis-flow .flow-list .flow::before {
    display: block;
    content: counter(number);
    width: 40px;
    font-weight: 900;
    font-family: system-ui;
    font-size: 66px;
    line-height: 100%;
    color: var(--common-color-accent);
}
#page-service #sec-analysis-flow .flow-list .flow:not(:last-child):after {
    display: block;
    content: "";
    width: 80px;
    height: 32px;
    background-color: var(--common-color-background1);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}
#page-service #sec-analysis-flow .flow-list .flow .image {
    position: relative;
}
#page-service #sec-analysis-flow .flow-list .flow .image::after {
    display: block;
    content: "";
    width: 2px;
    height: 116px;
    background-color: var(--common-color-accent);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#page-service #sec-analysis-flow .flow-list .flow .info {
    flex: 1;
}
#page-service #sec-analysis-flow .flow-list .flow .info .title {
    font-weight: bold;
    font-size: 32px;
    line-height: 160%; 
    color: var(--common-color-accent);
    margin-bottom: 8px;
}
#page-service #sec-analysis-flow .flow-list .flow .info .lead {
    font-size: 16px;
    line-height: 180%
}
#page-service #sec-analysis-flow .flow-list .flow .info .lead a {
    color: #838383;
    text-decoration: underline;
}

/*============================================================
 セクション 調査報告書サンプル
*============================================================*/
#page-service #sec-investigation-report {
    margin-bottom: 80px;
}
#page-service #sec-investigation-report .image {
    text-align: center;
}

/*============================================================
 セクション アスベストマップ
*============================================================*/
#page-service #sec-investigation-map {
    margin-bottom: 80px;
}
#page-service #sec-investigation-map .image {
    text-align: center;
}

/*============================================================
 セクション アスベスト調査フロー
*============================================================*/
#page-service #sec-investigation-flow {
    margin-bottom: 80px;
}
#page-service #sec-investigation-flow .flow-list {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
#page-service #sec-investigation-flow .flow-list .flow {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 40px;
}
#page-service #sec-investigation-flow .flow-list .flow .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
#page-service #sec-investigation-flow .flow-list .flow .step .label {
    width: 140px;
    height: 68px;
    background-color: var(--common-color-accent);
    align-content: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 160%;
    color: var(--common-color-white);
    text-align: center;
}
#page-service #sec-investigation-flow .flow-list .flow:not(:last-child) .step::after {
    display: block;
    content: "";
    width: 1px;
    height: 200px;
    background-color: var(--common-color-accent);
}
#page-service #sec-investigation-flow .flow-list .flow .summary {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 40px;
}
#page-service #sec-investigation-flow .flow-list .flow .summary .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#page-service #sec-investigation-flow .flow-list .flow .summary .info .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
}
#page-service #sec-investigation-flow .flow-list .flow .summary .image {
    width: 35.46%;
}
#page-service #sec-investigation-flow .flow-list .flow .summary .image img {
    border-radius: 16px;
}

/*============================================================
 セクション お客様の声
*============================================================*/
#page-service #sec-voice {
    padding: 40px 0 64px 0;
    background-color: var(--common-color-background1);
    margin-bottom: 96px;
    overflow: hidden;
}

/*============================================================
 セクション 漫画で見るデイラボ
*============================================================*/
#page-service #sec-comics {
    margin-bottom: 80px;
}
#page-service #sec-comics .sec-title {
    max-width: 375px;
    height: 56px;
    border-radius: 8px;
    background-color: var(--common-color-accent);
    font-weight: 500;
    font-size: 24px;
    line-height: 56px;
    letter-spacing: 0.08em;
    color: var(--common-color-white);
    text-align: center;
    margin: 0 auto 10px auto;
}
#page-service #sec-comics .sec-lead {
    font-weight: bold;
    font-size: 40px;
    line-height: 180%;
    letter-spacing: 0.08em;
    color: var(--common-color-accent);
    text-align: center;
    margin-bottom: 18px;
}
#page-service #sec-comics .comics-slider {
    position: relative;
    --slide-width: 1080px;
    --swiper-space-between: 0;
    --slide-button-width: 56px;
    overflow: hidden;
}
#page-service #sec-comics .comics-slider .swiper-slide {
    padding: 36px 24px 24px 24px;
    background-color: #F6F6F6;
    position: relative;
}
#page-service #sec-comics .comics-slider .swiper-slide::before {
    display: block;
    content: "左から右へ";
    width: 100%;
    height: 40px;
    background-image: url(../images/service/comics-slide-arrow.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 20px auto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.08em;
    color: #797979;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 0;
}
#page-service #sec-comics .comics-slider .swiper-slide:last-child::before {
    display: none;
}
#page-service #sec-comics .comics-slider [class^="swiper-button-"]::after {
    display: none;
}
#page-service #sec-comics .comics-slider [class^="swiper-button-"] {
    width: var(--slide-button-width);
    height: var(--slide-button-width);
    border-radius: 100%;
    background-color: rgba(82, 82, 82, 0.60);
    background-image: url(../images/common/icon-btn-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    backdrop-filter: blur(2px);
}
#page-service #sec-comics .comics-slider .swiper-button-prev {
    transform: rotate(180deg);
    left: 0;
}
#page-service #sec-comics .comics-slider .swiper-button-next {
    right: 0;
}

/*============================================================
 セクション 会社概要
*============================================================*/
#page-service #sec-company {
    margin-bottom: 80px;
}
#page-service #sec-company .block-summary {
    position: relative;
    padding-bottom: 48px;
    margin-bottom: 64px;
}
#page-service #sec-company .block-summary::after {
    display: block;
    content: "";
    width: calc(100% - 112px - 16px + 16px);
    height: 100%;
    background-color: var(--common-color-background1);
    border-radius: 16px;
    position: absolute;
    top: -16px;
    right: 0;
    z-index: -1;
}
#page-service #sec-company .block-summary .data .item-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#page-service #sec-company .block-summary .data .item .office span {
    font-weight: bold;
}


/*============================================================
 セクション よくあるご質問
*============================================================*/
#page-service #sec-faq {
    padding: 64px 0 40px 0;
    background-color: var(--common-color-background1);
}
#page-service #sec-faq .block-title {
    text-align: left;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 PC adjust
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1439px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-service #mainvisual .mainvisual-info .casestudy .data {
        font-size: clamp(28px, 3.055vw, 44px);
    }
    #page-service #mainvisual .mainvisual-info .casestudy .data .count-up {
        font-size: clamp(80px, 7.09vw, 128px);
    }
}

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

    /*============================================================
    セクション共通
    *============================================================*/
    /* セクションタイトル
    ---------------------------------------- */

    /* アンカータイトル
    ---------------------------------------- */
    #page-service .anchor {
        height: 80px;
    }
    #page-service .anchor .anchor-title {
        font-size: 32px;
    }

    /*============================================================
     セクション アスベスト分析お見積り相談
    *============================================================*/
    #page-service #sec-estimate-analysis {
        position: static;
        margin: 0 auto 56px auto;
    }
    #page-service #sec-estimate-analysis .sec-title {
        text-align: center;
    }

    /*============================================================
     セクション DAYLABが選ばれる3つの理由
    *============================================================*/
    @media screen and (max-width: 959px) {
        #page-service #sec-feature .feature-list {
            flex-direction: column;
            max-width: 480px;
            margin: 0 auto;
        }
        #page-service #sec-feature .feature-list .feature .image {
            aspect-ratio: 380 / 204;            
        }
        #page-service #sec-feature .feature-list .feature .image img {
            width: 100%;
        }
    }

    /*============================================================
     セクション アスベスト分析 お申込みの流れ
    *============================================================*/
    #page-service #sec-analysis-flow .flow-list .flow .info .title {
        font-size: 24px;
    }

    /*============================================================
     セクション アスベスト調査フロー
    *============================================================*/
    #page-service #sec-investigation-flow .flow-list .flow:not(:last-child) .step::after {
        height: 100%;
    }
    #page-service #sec-investigation-flow .flow-list .flow .step .label {
        width: 104px;
        height: 56px;
        font-size: 24px;
    }

    /*============================================================
     セクション お客様の声
    *============================================================*/
    
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-service #mainvisual .mainvisual-info {
        padding-top: 320px;
    }
    #page-service #mainvisual .mainvisual-info .catch {
        font-size: clamp(40px, 10.66vw, 64px);
    }
    #page-service #mainvisual .mainvisual-info .client {
        margin-top: 0;
    }
    @media screen and (max-width: 549px) {
        #page-service #mainvisual .mainvisual-info .casestudy {
            margin-top: 24px;
        }
        #page-service #mainvisual .mainvisual-info .casestudy .data {
            font-size: 24px;
        }
        #page-service #mainvisual .mainvisual-info .casestudy .data .label1 {
            display: block;
        }
        #page-service #mainvisual .mainvisual-info .casestudy .data .count-up {
            font-size: 64px;
            line-height: 100%;
        }
        #page-service #mainvisual .mainvisual-info .client {
            align-items: center;
            margin-top: 24px;
        }
        #page-service #mainvisual .mainvisual-info .client .data {
            flex: 1;
            font-size: 20px;
        }
        #page-service #mainvisual .mainvisual-info .client .data .label1 {
            display: block;
        }
        #page-service #mainvisual .mainvisual-info .client .data .count-up {
            font-size: 48px;
            line-height: 100%;
        }
        #page-service #mainvisual .mainvisual-info .client .data .label2 {
            margin-top: 8px;
        }
    }

    /*============================================================
    セクション 分析プラン
    *============================================================*/
    #page-service #sec-analysis-plan .plan-list .image {
        width: 720px;
    }

    /*============================================================
     セクション 配送目安
    *============================================================*/
    #page-service #sec-analysis-delivery .layout {
        flex-direction: column;
        align-items: center;
    }

    /*============================================================
     セクション アスベスト分析 お申込みの流れ
    *============================================================*/
    #page-service #sec-analysis-flow .block-title .sec-title {
        font-size: 22px;
    }
    #page-service #sec-analysis-flow .flow-list .flow {
        max-width: 480px;
        margin: 0 auto;
    }
    #page-service #sec-analysis-flow .flow-list .flow .image::after {
        display: none;
    }
    #page-service #sec-analysis-flow .flow-list .flow .info {
        flex: unset;
        width: 100%;
    }
    #page-service #sec-analysis-flow .flow-list .flow .info .title {
        font-size: 20px;
    }

    /*============================================================
     セクション アスベスト調査フロー
    *============================================================*/
    #page-service #sec-investigation-flow .flow-list .flow {
        gap: 16px 20px;
    }
    #page-service #sec-investigation-flow .flow-list .flow .step .label {
        width: 88px;
        height: 48px;
        font-size: 20px;
    }
    #page-service #sec-investigation-flow .flow-list .flow .summary {
        flex-direction: column;
    }
    #page-service #sec-investigation-flow .flow-list .flow .summary .image {
        width: 100%;
    }
 
    /*============================================================
     セクション 会社概要
    *============================================================*/
    #page-service #sec-company .block-summary::after {
        display: none;
    }

}
