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

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

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

/*============================================================
 commonカスタム
*============================================================*/
#page-top #main-contents {
    /* padding-bottom: 0; */
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
    height: 910px;
    padding: 72px 0 80px 0;
    background-color: var(--common-color-background1);
    background-image: url(../images/top/mainvisual-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px auto;
}
#page-top #mainvisual .inner {
    max-width: 1172px;
    margin-bottom: 82px;
}
#page-top #mainvisual .info {
    width: fit-content;
    text-align: center;
}
#page-top #mainvisual .info .title-sub {
    font-weight: bold;
    font-size: 28px;
    line-height: 100%;
}
#page-top #mainvisual .info .site-title {
    font-weight: bold;
    font-size: 80px;
    line-height: 130%;
    margin: 32px 0;
}
#page-top #mainvisual .block-representative {
    max-width: 1440px;
    padding: 0 32px;
    margin: 0 auto;
    color: #fff;
}
#page-top #mainvisual .block-representative .representative {
    width: 280px;
    padding: 12px 20px;
    flex-direction: column;
    gap: 8px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.40);
    margin-left: auto;
}
#page-top #mainvisual .block-representative .representative .label {
    font-size: 12px;
    line-height: 100%;
}
#page-top #mainvisual .block-representative .representative .name {
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
}

/*============================================================
 ページ内共通
*============================================================*/
#page-top .section {
    background-color: var(--common-color-background1);
    margin-bottom: 0;
}

/*============================================================
 セクション 普段から気軽に相談できる「掛かりつけの医師」のような法律事務所・弁護士、「ホームロイヤー」でありたい
*============================================================*/
#page-top #sec-aboutus {
    padding: 160px 0 408px 0;
    background-image: url(../images/top/aboutus-bg-image.png),url(../images/top/aboutus-bg-illust.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top left calc(50vw + 224px), bottom center;
    background-size: 680px auto, 1920px auto;
}
#page-top #sec-aboutus .info {
    max-width: 624px;
}
#page-top #sec-aboutus .info .block-results {
    margin-bottom: 148px;
}
#page-top #sec-aboutus .info .block-results .block-title {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 3.2px;
    margin-bottom: 12px;
}
#page-top #sec-aboutus .info .block-results .count {
    font-weight: bold;
    font-size: 136px;
    line-height: 100%;
    letter-spacing: -12.72px;
    color: var(--common-color-main);
    position: relative;
}
#page-top #sec-aboutus .info .block-results .count span {
    position: relative;
    z-index: 100;
}
#page-top #sec-aboutus .info .block-results .count::before {
    display: block;
    content: "";
    width: 100%;
    height: 8px;
    border-radius: 100px;
    background-color: #BDE01B;
    position: absolute;
    bottom: -8px;
    left: 0;
}
#page-top #sec-aboutus .info .block-results .count::after {
    display: block;
    content: "";
    width: 95px;
    height: 105px;
    background-image: url(../images/top/about-illust.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 95px auto;
    position: absolute;
    bottom: -8px;
    left: 428px;
}
#page-top #sec-aboutus .info .sec-lead {
    margin-bottom: 40px;
}

/*============================================================
 セクション サポート一覧
*============================================================*/
#page-top #sec-support {
    padding: 88px 0;
    background-color: var(--common-color-main);
}
#page-top #sec-support .sec-title {
    color: #fff;
}
#page-top #sec-support .sec-title-sub {
    color: #fff;
}

/*============================================================
 セクション 特集
*============================================================*/
#page-top #sec-feature {
    padding: 120px 0;
}
#page-top #sec-feature .block-card-feature {
    margin-bottom: 40px;
}

/*============================================================
 セクション お知らせ
*============================================================*/
#page-top #sec-news {
    background-color: #F9F6E8;
    padding: 120px 0;
}
#page-top #sec-news .block-list-news {
    margin-bottom: 40px;
}

/*============================================================
 セクション よくある質問
*============================================================*/
#page-top #sec-faq {
    padding: 120px 0;
    background-color: transparent;
}
#page-top #sec-faq .parallax {
    background-image: url(../images/top/faq-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: var(--common-vh);
}
#page-top #sec-faq .sec-title-sub {
    color: #fff;
}
#page-top #sec-faq .sec-title {
    color: #fff;
}
#page-top #sec-faq .block-card-faq {
    color: #fff;
    margin-bottom: 40px;
}
#page-top #sec-faq .block-card-faq .item {
    padding: 24px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(4px);
}
#page-top #sec-faq .block-card-faq .item .question::before {
    background-image: url(../images/top/icon-faq-q.svg);
}
#page-top #sec-faq .block-card-faq .item .question .info .tag {
    color: #fff;
    border-color: #fff;
}
#page-top #sec-faq .block-card-faq .item .answer::before {
    background-image: url(../images/top/icon-faq-a.svg);
}

/*============================================================
 セクション 相続・遺言・後見についてのコラム
*============================================================*/
#page-top #sec-column {
    padding: 88px 0;
} 
#page-top #sec-column .column-btn {
    width: 100%;
    max-width: 720px;
    border-radius: 100px;
    background-image: url(../images/top/column-btn-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 720px auto;
    margin: 0 auto;
    overflow: hidden;
} 
#page-top #sec-column .column-btn a {
    display: block;
    padding: 4px;
} 
#page-top #sec-column .column-btn a .border {
    display: block;
    border-radius: 100px;
    border: solid 1px rgba(255, 255, 255, 0.60);
    padding: 20px;
} 
#page-top #sec-column .column-btn a .label {
    gap: 16px;
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
    color: #fff;
    margin: 0 auto;
} 
#page-top #sec-column .column-btn a .label::after {
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color:#fff;
    background-image: url(../images/common/icon-btn-arrow-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
} 
#page-top #sec-column .column-btn a:hover .label::after {
    background-color:#ECF2F0;
}


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

    /*============================================================
     セクション
    *============================================================*/
    #page-top #sec-セクション名 {
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
        height: 614px;
        padding: 32px 0 0 0;
        background-image: url(../images/top/mainvisual-bg-sp.jpg);
        background-position: top 200px center;
        background-size: 768px auto;
    }
    #page-top #mainvisual .inner {
        width: 100%;
        max-width: 390px;
        margin: 0 auto 328px auto;
    }
    #page-top #mainvisual .info {
        text-align: left;
    }
    #page-top #mainvisual .info .title-sub {
        font-size: 16px;
        line-height: 100%;
    }
    #page-top #mainvisual .info .site-title {
        font-size: 48px;
        line-height: 130%;
        margin: 20px 0;
    }
    #page-top #mainvisual .block-representative {
        max-width: 390px;
        padding: 0 24px;
        color: var(--common-color-text);
    }
    #page-top #mainvisual .block-representative .representative {
        width: 100%;
        padding: 0;
        flex-direction: row;
        justify-content: flex-end;
        gap: 8px;
        border-radius: 0;
        background: unset;
        margin-left: unset;
    }
    #page-top #mainvisual .block-representative .representative .label,
    #page-top #mainvisual .block-representative .representative .name,
    #page-top #mainvisual .block-representative .representative .affiliation {
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    #page-top #mainvisual .block-representative .representative > *:not(:last-child)::after {
        display: block;
        content: "/";
    }
    
    
    /*============================================================
     セクション 普段から気軽に相談できる「掛かりつけの医師」のような法律事務所・弁護士、「ホームロイヤー」でありたい
    *============================================================*/
    #page-top #sec-aboutus {
        padding: 90px 0 680px 0;
        background-image: url(../images/top/aboutus-bg-image.png),url(../images/top/aboutus-bg-illust-sp.svg);
        background-position: bottom 298px center, bottom center;
        background-size: 342px auto, 768px auto;
    }
    #page-top #sec-aboutus .info {
        max-width: unset;
    }
    #page-top #sec-aboutus .info .block-results {
        margin-bottom: 64px;
    }
    #page-top #sec-aboutus .info .block-results .block-title {
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 1.6px;
        margin-bottom: 4px;
    }
    #page-top #sec-aboutus .info .block-results .count {
        font-size: 80px;
        line-height: 100%;
        letter-spacing: -7.2px;
    }
    #page-top #sec-aboutus .info .block-results .count::after {
        left: 256px;
        width: 69px;
        height: 76px;
        background-size: 69px auto;
    }
    #page-top #sec-aboutus .info .parts-btn {
        margin: 0 auto;
    }

    /*============================================================
     セクション サポート一覧
    *============================================================*/
    #page-top #sec-support {
        padding: 64px 0;
    }

    /*============================================================
     セクション 特集
    *============================================================*/
    #page-top #sec-feature {
        padding: 64px 0;
    }

    /*============================================================
     セクション お知らせ
    *============================================================*/
    #page-top #sec-news {
        padding: 64px 0;
    }

    /*============================================================
     セクション よくある質問
    *============================================================*/
    #page-top #sec-faq {
        padding: 64px 0;
    }

    /*============================================================
     セクション 相続・遺言・後見についてのコラム
    *============================================================*/
    #page-top #sec-column {
        padding: 32px 0;
    }
    #page-top #sec-column .column-btn a .border {
        padding: 12px 16px;
    }
    #page-top #sec-column .column-btn a .label {
        font-size: 16px;
        line-height: 180%;
    }

}
