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

page-top.css　トップページcss

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

/*============================================================
 commonカスタム
*============================================================*/
#page-top #main-contents {
    padding-bottom: 88px;
}
#page-top #site-footer .footer-info {
    max-width: 1080px;
    margin: 0 auto 60px auto;
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
    height: var(--common-vh);
    min-height: 780px;
    padding: 0;
    position: relative;
}
#page-top #mainvisual:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /* height: var(--common-vh);
    min-height: 780px; */
    background: rgba(63, 55, 55, 0.30);
    top: 0;
    left: 0;
    z-index: 2;
}
#page-top #mainvisual video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 36% 50%;
}
#page-top #mainvisual .mainvisual-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    align-content: center;
    text-align: center;
}
#page-top #mainvisual .mainvisual-info .mainvisual-catch1 {
    margin-bottom: 104px;
}
#page-top #mainvisual .mainvisual-info .mainvisual-logo {
    margin-bottom: 48px;
}
#page-top #mainvisual .mainvisual-info .mainvisual-catch2 {
}
#page-top #mainvisual .banner-service {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    width: calc(100% - 48px);
    max-width: 500px;
    box-sizing: border-box;    
    padding: 16px 24px;
    border-radius: 8px;
    background-color: #F7F5F2;
    background-image: url(../images/common/icon-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 24px;
    background-size: 16px;
    position: absolute;
    bottom: 28px;
    right: 30px;
    z-index: 3;
}
#page-top #mainvisual .banner-service .image img {
    border-radius: 8px;
}
#page-top #mainvisual .banner-service .lead {
    font-weight: bold;
    font-size: 20px;
    line-height: 160%; 
}

/*============================================================
 ページ内共通
*============================================================*/
#page-top .section {
    margin-bottom: 0;
}
#page-top .sec-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 180%;
    margin-bottom: 8px;
}

/*============================================================
 セクション イントロ
*============================================================*/
#page-top #sec-intro {
    padding: 20px 0 80px 0;
    background-image: url(../images/top/intro-bg.png);
    background-repeat: no-repeat;
    background-position: top left calc(50vw - 670px - 50px);
    background-size: 1341px auto;
    margin: 64px 0 56px 0;
}
#page-top #sec-intro .sec-catch {
    font-weight: 500;
    font-size: 48px;
    line-height: 180%;
    margin-bottom: 18px;
}
#page-top #sec-intro .feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
#page-top #sec-intro .feature-list .feature {
    width: 200px;
    aspect-ratio: 1;
    background-color: var(--common-color-white);
    border-radius: 100%;
    filter: drop-shadow(0px 1px 16px rgba(97, 95, 95, 0.25));
    text-align: center;
    align-content: center;
}
#page-top #sec-intro .feature-list .feature .lead {
    font-weight: bold;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 1.6px;
}
#page-top #sec-intro .feature-list .feature .lead span {
    font-size: 24px;
    line-height: 180%;
    letter-spacing: 1.92px;
    color: var(--common-color-accent);
}

/*============================================================
 セクション お知らせ
*============================================================*/
#page-top #sec-news {
    margin-bottom: 112px;
}
#page-top #sec-news .block-title {
    margin-bottom: 32px;
}
#page-top #sec-news .category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    margin-bottom: 40px;
}
#page-top #sec-news .category-list .category-type {
    flex: 1;
    position: relative;
    padding-bottom: 24px;
}
#page-top #sec-news .category-list .category-type::after {
    display: block;
    content: "";
    width: calc(100% - 64px - 24px - 32px);
    height: 100%;
    background-color: var(--common-color-background1);
    border-radius: 16px;
    position: absolute;
    top: 0;
    right: -8px;
    z-index: -1;
}
#page-top #sec-news .category-list .category-type .category-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: -0.22px;
    padding: 0 32px 6px 16px;
    border-bottom: solid 2px #7E7E7E;
    background-image: url(../images/common/icon-link-list.svg);
    background-repeat: no-repeat;
    background-position: center right 8px;
    background-size: 16px auto;
}
#page-top #sec-news .category-list .category-type .block-list .item .item-category {
    display: none;
}
#page-top #sec-news .parts-btn {
    margin:  0 auto;
}

/*============================================================
 セクション トピックス
*============================================================*/
#page-top #sec-topics {
    padding: 64px 0;
    /* background: url(../images/top/topics-bg.svg);
    background-repeat: no-repeat;
    background-position: top left calc(50vw - 180px);
    background-size: 1920px auto; */
    margin-bottom: 112px;
    overflow: hidden;
    position: relative;
}
#page-top #sec-topics::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--common-color-background1);
    position: absolute;
    z-index: -1;
    left: 40%;
    top: 0;
    border-radius: 24px 0 0 0;
}
#page-top #sec-topics .layout {
    display: flex;
    flex-wrap: wrap;
    gap: 0 102px;
}
#page-top #sec-topics .layout .info {
}
#page-top #sec-topics .layout .info .block-title {
    margin-bottom: 10px;
}
#page-top #sec-topics .layout .info .sec-lead {
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 1.28px;
    margin-bottom: 36px;
}
#page-top #sec-topics .layout .info .swiper-button-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 56px;
}
#page-top #sec-topics .layout .info .swiper-button-wrap [class^="swiper-button-"]::after {
    display: none;
}
#page-top #sec-topics .layout .info .swiper-button-wrap [class^="swiper-button-"] {
    position: static;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: solid 1px var(--common-color-black);
    background-image: url(../images/common/icon-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
}
#page-top #sec-topics .layout .info .swiper-button-wrap .swiper-button-prev {
    transform: rotate(180deg);
}
#page-top #sec-topics .layout .info .swiper-button-wrap [class^="swiper-button-"].swiper-button-disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: none;
}

#page-top #sec-topics .layout .slider {
    flex: 1;
    display: block;
    margin-right: calc(50% - 50vw);
    overflow-x: hidden;
    position: relative;
    padding: 8px 24px 4px 8px;
}
#page-top #sec-topics .layout .slider .topics-slider {
    display: block;
}
#page-top #sec-topics .layout .slider .topics-slider .swiper-slide {
    width: 384px !important;
    height: auto;
}
#page-top #sec-topics .layout .slider .topics-slider .item {
    width: 100%;
    height: 100%;
}

/*============================================================
 セクション その他ページへの導線
*============================================================*/
#page-top #sec-conductor {
    margin-bottom: 88px;
}
#page-top #sec-conductor .conductor-list {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(24px, 3.87%, 48px);
}
#page-top #sec-conductor .conductor-list .item {
    flex: 1;
    display: block;
    background-color: var(--common-color-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.08);
}
#page-top #sec-conductor .conductor-list .item .image {
    width: 100%;
    aspect-ratio: 380 / 200;
    overflow: hidden;
}
#page-top #sec-conductor .conductor-list .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .3s ease-in-out;
}
#page-top #sec-conductor .conductor-list .item:hover .image img {
    transform: scale(1.2);
}
#page-top #sec-conductor .conductor-list .item .info {
    padding: 48px 0 32px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
#page-top #sec-conductor .conductor-list .item .info::before {
    display: block;
    content: "";
    width: 46.84%;
    height: auto;
    aspect-ratio: 178 / 100;
    max-width: 177px;
    max-height: 100px;
    border-radius: 16px;
    background-color: var(--common-color-white);
    background-repeat: no-repeat;
    background-position: center;
    background-size: clamp(24px, 31.46%, 56px) auto;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
#page-top #sec-conductor .conductor-list .item-service .info::before {
    background-image: url(../images/top/conductor-service-icon.svg);
}
#page-top #sec-conductor .conductor-list .item-flow .info::before {
    background-image: url(../images/top/conductor-flow-icon.svg);
}
#page-top #sec-conductor .conductor-list .item-recruit .info::before {
    background-image: url(../images/top/conductor-recruit-icon.svg);
}
#page-top #sec-conductor .conductor-list .item .info .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
}

/*============================================================
 セクション デイラボは、全国どこでも対応可能
*============================================================*/
#page-top #sec-delivery {
    margin-bottom: 88px;
}
#page-top #sec-delivery .layout {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 72px;
}
#page-top #sec-delivery .layout .info {
    padding-top: 40px;
}
#page-top #sec-delivery .layout .info .sec-title {
    margin-bottom: 40px;
}
#page-top #sec-delivery .layout .info .sec-title span {
    font-weight: bold;
}
#page-top #sec-delivery .layout .info .sec-title .deco1 {
    color: var(--common-color-accent);
}
#page-top #sec-delivery .layout .info .sec-title .deco2 {
    padding: 8px 16px;
    background-color: var(--common-color-accent);
    color: var(--common-color-white);
}
#page-top #sec-delivery .layout .info .parts-list-dot {
    font-size: 14px;
    line-height: 180%;
}
#page-top #sec-delivery .layout .image {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
}

/*============================================================
 セクション よくあるご質問
*============================================================*/
#page-top #sec-faq {
    margin-bottom: 96px;
}

/*============================================================
 セクション 会社概要
*============================================================*/
#page-top #sec-company {
    padding: 84px 0 72px 0;
    background-color: var(--common-color-background2);
    margin-bottom: 72px;
}
#page-top #sec-company .layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px 64px;
}
#page-top #sec-company .info {
    width: 406px;
}
#page-top #sec-company .info .block-title {
    margin-bottom: 40px;
}
#page-top #sec-company .info .summary {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 22px;
}
#page-top #sec-company .info .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
}
#page-top #sec-company .info .block-addr {
    padding: 0 0 22px 22px;
    border-bottom: solid 1px #616161;
    background-image: url(../images/common/icon-map-pin.svg);
    background-repeat: no-repeat;
    background-position: top 4px left;
    background-size: 18px auto;
}
#page-top #sec-company .info .block-addr .addr {
    margin-bottom: 12px;
}
#page-top #sec-company .info .block-addr .tel {
    font-size: 14px;
    line-height: 160%;
}
#page-top #sec-company .info .block-access {
    font-size: 14px;
    line-height: 160%;
    color: #616161;
}
#page-top #sec-company .info .block-access .parts-list-dot {
    --gap: 0;
}
#page-top #sec-company .info .block-access li::marker {
    color: #616161;
}
#page-top #sec-company .info .block-access li span {
    font-weight: bold;
}
#page-top #sec-company .info .btn-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
#page-top #sec-company .info .parts-btn {
    flex: 1;
    --width: 100%;
    --min-width: unset;
    --padding: 13px 16px;
}
#page-top #sec-company .info .btn-company {
    flex: unset;
}
#page-top #sec-company .map {
    flex: 1;
}
#page-top #sec-company .map iframe {
    width: 100%;
}

/*============================================================
 セクション シナジー
*============================================================*/
#page-top #sec-synergy {
}

#page-top #sec-synergy .image {
    text-align: center;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1127px) {
    /*============================================================
     ページ内共通
    *============================================================*/
    #page-top .sec-title {
        font-size: 24px;
    }

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


    /*============================================================
     セクション イントロ
    *============================================================*/
    #page-top #sec-intro {
        background-position: top right -88px;
    }
    #page-top #sec-intro .sec-catch {
        font-size: 40px;
    }
    #page-top #sec-intro .feature-list .feature {
        width: 168px;
    }
    #page-top #sec-intro .feature-list .feature .lead {
        font-size: 16px;
    }
    #page-top #sec-intro .feature-list .feature .lead span {
        font-size: 20px;
    }

    /*============================================================
     セクション お知らせ
    *============================================================*/
    #page-top #sec-news .category-list {
        gap: 24px 40px;
    }

    /*============================================================
     セクション デイラボは、全国どこでも対応可能
    *============================================================*/
    #page-top #sec-delivery .layout {
        gap: 24px 40px;
    }
    #page-top #sec-delivery .layout .info {
        padding: 0;
    }

    /*============================================================
     セクション 会社概要
    *============================================================*/
    #page-top #sec-company .layout {
        gap: 24px;
    }
    #page-top #sec-company .layout .info {
        width: 50%;
    }
    
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
        min-height: 760px;
    }
    #page-top #mainvisual .mainvisual-info {
        padding-top: 128px;
        align-content: unset;
    }
    #page-top #mainvisual .mainvisual-info .mainvisual-catch1 {
        margin-bottom: 186px;
    }
    #page-top #mainvisual .mainvisual-info .mainvisual-logo {
        margin-bottom: 40px;
    }
    #page-top #mainvisual .mainvisual-info .mainvisual-logo img {
        width: 320px;
    }
    #page-top #mainvisual .banner-service {
        max-width: 342px;
        padding: 16px;
        background-position: center right 16px;
        bottom: 40px;
        right: 24px;
    }
    #page-top #mainvisual .banner-service .image img {
        width: 56px;
    }
    #page-top #mainvisual .banner-service .lead {
        font-size: 14px;
    }

    /*============================================================
     セクション イントロ
    *============================================================*/
    #page-top #sec-intro {
        padding: 0 0 255px 0;
        background-image: url(../images/top/intro-bg-sp.png);
        background-position: bottom right;
        background-size: 767px auto;
        margin: 32px 0 80px 0;
    }
    #page-top #sec-intro .inner {
        padding: 0;
    }
    #page-top #sec-intro .sec-catch {
        max-width: 342px;
        margin: 0 auto 24px auto;
        font-size: 24px;
        line-height: 200%;
    }
    #page-top #sec-intro .feature-list {
        justify-content: center;
        gap: 6px;
    }
    #page-top #sec-intro .feature-list .feature {
        width: 88px;
    }
    #page-top #sec-intro .feature-list .feature .lead {
        font-size: 10px;
        line-height: 150%;
        letter-spacing: -0.08em;
    }
    #page-top #sec-intro .feature-list .feature .lead span {
        font-size: 12px;
        line-height: 150%;
        letter-spacing: -0.04em;
    }

    /*============================================================
     セクション お知らせ
    *============================================================*/
    #page-top #sec-news {
        margin-bottom: 80px;
    }
    #page-top #sec-news .category-list {
        flex-direction: column;
    }
    #page-top #sec-news .category-list .category-type::after {
        width: 67vw;
    }
    /*============================================================
     セクション トピックス
    *============================================================*/
    #page-top #sec-topics {
        padding: 20px 0 0 0;
        margin-bottom: 80px;
        position: relative;
    }
    #page-top #sec-topics::before {
        width: calc(100% - 48px);
        height: calc(100% - 96px);
        left: unset;
        right: 0;
    }


    #page-top #sec-topics .layout {
        flex-direction: column;
    }
    #page-top #sec-topics .layout .info {
        /* margin-bottom: 32px; */
    }
    #page-top #sec-topics .layout .info .sec-lead {
        display: none;
    }
    #page-top #sec-topics .layout .info .swiper-button-wrap {
        display: none;
    }
    
    #page-top #sec-topics .layout .slider {
        margin: 0 0 88px 0;
        width: calc(100% + 24px);
    }
    #page-top #sec-topics .layout .slider .block-card {
        max-width: unset;
    }
    #page-top #sec-topics .layout .slider .topics-slider .swiper-slide {
        width: 300px !important;
    }
    #page-top #sec-topics .layout .slider .topics-slider .item .image {
        aspect-ratio: 300 / 160;
    }
    #page-top #sec-topics .layout .forSP .parts-btn {
        --margin: 0 auto;
    }

    /*============================================================
     セクション その他ページへの導線
    *============================================================*/
    #page-top #sec-conductor {
        margin-bottom: 56px;
    }
    #page-top #sec-conductor .conductor-list {
        max-width: 440px;
        margin: 0 auto;
        flex-direction: column;
    }

    /*============================================================
     セクション デイラボは、全国どこでも対応可能
    *============================================================*/
    #page-top #sec-delivery .inner {
        max-width: 480px;
    }
    #page-top #sec-delivery .layout {
        flex-direction: column;
    }

    /*============================================================
     セクション 会社概要
    *============================================================*/
    #page-top #sec-company {
        padding: 40px 0;
        margin-bottom: 48px;
    }
    #page-top #sec-company .layout {
        flex-direction: column;
    }
    #page-top #sec-company .layout .info {
        width: 100%;
    }

    /*============================================================
     セクション シナジー
    *============================================================*/

}
