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

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

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

/*============================================================
 common調整
*============================================================*/
/* フッター前余白
---------------------------------------- */
#page-top #main-contents {
    /* padding-bottom: 0; */
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
    padding: 128px 0 0 0;
    margin-bottom: 36px;
}
#page-top #mainvisual .inner {
    position: relative;
}
#page-top #mainvisual .slider {
    border-radius: 16px;
    overflow: hidden;
}
#page-top #mainvisual .slider .swiper-slide {
    width: 100%;
    height: 480px;
}
#page-top #mainvisual .slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#page-top #mainvisual .info {
    width: 100%;
    padding: 0 var(--inner-padding);
    position: absolute;
    left: 0;
    bottom: 56px;
    z-index: 10;
}
#page-top #mainvisual .info .site-title {
    margin-left: -20px;
}
#page-top #mainvisual .info .site-title span {
    width: fit-content;
    padding: 8px 24px 8px 0;
    background-color: var(--common-color-white);
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0.08em;
}
#page-top #mainvisual .info .site-title .item1 {
    display: block;
}
#page-top #mainvisual .info .site-title .item2 {
    padding-right: 0;
}
#page-top #mainvisual .info .site-title .item3 {
    display: inline-block;
}

/*============================================================
 ページ内共通
*============================================================*/
#page-top .section {
}
#page-top .sec-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 180%;
}
#page-top .sec-lead {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
}

/*============================================================
 ※背景またぎ
*============================================================*/
#page-top .straddle-wrap-01 {
    padding: 60px 0 0 0;
    background-image: url(../images/top/straddle-bg-01.png);
    background-repeat: no-repeat;
    background-position: top left calc(50vw - 346px);
    background-size: 996px auto;
}

/*============================================================
 セクション 私たちについて
*============================================================*/
#page-top #sec-aboutus {
    margin-bottom: 140px;
}
#page-top #sec-aboutus .sec-title {
    margin-bottom: 32px;
}
#page-top #sec-aboutus .sec-title span {
    color: var(--common-color-accent);
}
#page-top #sec-aboutus .sec-lead {
    width: 1050px;
    margin-bottom: 48px;
}
#page-top #sec-aboutus .parts-btn {
    --margin: 0;
}

/*============================================================
 セクション 支援事業
*============================================================*/
#page-top #sec-support {
    margin-bottom: 80px;
}
#page-top #sec-support .layout {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 68px;
}
#page-top #sec-support .layout .info {
    flex: 1;
}
#page-top #sec-support .layout .info .sec-title {
    margin-bottom: 16px;
}
#page-top #sec-support .layout .info .sec-lead {
    width: 568px;
    margin-bottom: 48px;
}
#page-top #sec-support .layout .info .parts-btn {
    --margin: 0;
}
#page-top #sec-support .parts-btn.forSP {
    display: none;
}
#page-top #sec-support .layout .image {
    width: 384px;
}

/*============================================================
 セクション イベント情報
*============================================================*/
#page-top #sec-events {
    margin-bottom: 80px;
}
#page-top #sec-events .block-card {
    margin-bottom: 48px;
}

/*============================================================
 セクション イメージ画像
*============================================================*/
#page-top #sec-image-01 {
    width: 100%;
    height: 300px;
    background-image: url(../images/top/image-01-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
}

/*============================================================
 セクション お知らせ
*============================================================*/
#page-top #sec-news {
    padding: 64px 0;
    background-color: var(--common-color-background1);
}
#page-top #sec-news .block-list {
    margin-bottom: 40px;
}
#page-top #sec-news .parts-btn {
    --background: transparent; 
}

/*============================================================
 セクション お問い合わせ
*============================================================*/
#page-top #sec-contact {
    padding: 84px 0 0 0;
    background: linear-gradient(180deg, var(--common-color-background1) 0%, var(--common-color-background1) 365px, transparent 365px, transparent 100%);
    /* background: linear-gradient(180deg, var(--common-color-background1) 0%, var(--common-color-background1) 78.5%, transparent 78.5%, transparent 100%); */
}
#page-top #sec-contact .layout {
    display: flex;
    flex-wrap: wrap;
    gap: 92px;
}
#page-top #sec-contact .layout .info {
    width: 288px;
}
#page-top #sec-contact .layout .info .sec-title {
    margin-bottom: 4px;
}
#page-top #sec-contact .layout .info .sec-lead {
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    margin-bottom: 24px;
}
#page-top #sec-contact .layout .info .parts-btn {
    --background: transparent; 
    --width: 100%;
    --margin: 0;
}
#page-top #sec-contact .parts-btn.forSP {
    display: none;
}


#page-top #sec-contact .layout .image {
    flex: 1;
    position: relative;
}
#page-top #sec-contact .layout .image img {
    border-radius: 16px;
}
#page-top #sec-contact .layout .image .catch {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    position: absolute;
    top: 40px;
    right: -24px;
}
#page-top #sec-contact .layout .image .catch span {
    background-color: var(--common-color-white);
    font-family: var(--common-font-family-serif);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.08em;
}
#page-top #sec-contact .layout .image .catch .item1 {
    padding: 6px 16px 4px 24px;
}
#page-top #sec-contact .layout .image .catch .item2 {
    padding: 6px 0 12px 24px;
}
#page-top #sec-contact .layout .image .catch .item3 {
    padding: 6px 16px 12px 0;
}


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

    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual .info .site-title {
        margin-left: -8px;
    }
    
    /*============================================================
     セクション 私たちについて
    *============================================================*/
    #page-top #sec-aboutus .sec-lead {
        width: auto;
    }

    /*============================================================
     セクション 支援事業
    *============================================================*/
    #page-top #sec-support .layout .info .sec-lead {
        width: auto;
    }

    /*============================================================
     セクション お問い合わせ
    *============================================================*/
    #page-top #sec-contact {
        padding: 40px 0 64px 0;
        background: var(--common-color-background1);
    }
    #page-top #sec-contact .layout {
        gap: 0 56px;
    }
    #page-top #sec-contact .layout .image .catch {
        width: 360px;
        top: 24px;
    }
    #page-top #sec-contact .layout .image .catch span {
        font-size: 16px;
    }
    
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {

    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
        padding: 104px 0 0 0;
        margin-bottom: 72px;
    }
    #page-top #mainvisual .slider .swiper-slide {
        height: 400px;
    }
        #page-top #mainvisual .info {
        bottom: 32px;
    }
    #page-top #mainvisual .info .site-title .item1 {
        font-size: 16px;
        padding-right: 20px;
        letter-spacing: 0.08em;
    }
    #page-top #mainvisual .info .site-title .item2,
    #page-top #mainvisual .info .site-title .item3 {
        display: block;
        padding-right: 24px;
        font-size: 20px;
        letter-spacing: 0.08em;
    }

    /*============================================================
     ※背景またぎ
    *============================================================*/
    #page-top .straddle-wrap-01 {
        padding: 0;
        background-image: url(../images/top/straddle-bg-01-sp.jpg);
        background-position: center left calc(50vw - 460px);
        background-size: 767px auto;
    }

    /*============================================================
     セクション 私たちについて
    *============================================================*/
    #page-top #sec-aboutus .sec-title {
        text-align: center;
        margin-bottom: 24px;
    }
    #page-top #sec-aboutus .parts-btn {
        --margin: 0 auto;
    }

    /*============================================================
     セクション 支援事業
    *============================================================*/
    #page-top #sec-support {
        margin-bottom: 80px;
    }
    #page-top #sec-support .layout {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
    #page-top #sec-support .layout .info .sec-lead {
        margin-bottom: 0;
    }
    #page-top #sec-support .layout .info .parts-btn {
        --margin: 0 auto;
    }
    #page-top #sec-support .layout .info .parts-btn.forPC {
        display: none;
    }
    #page-top #sec-support .layout .image {
        width: 100%;
        text-align: center;
    }
    #page-top #sec-support .parts-btn.forSP {
        display: block;
    }

    /*============================================================
     セクション イベント情報
    *============================================================*/
    #page-top #sec-events .block-card {
        margin-bottom: 40px;
    }

    /*============================================================
     セクション イメージ画像
    *============================================================*/
    #page-top #sec-image-01 {
        width: 100%;
        height: 240px;
    }

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

    /*============================================================
     セクション お問い合わせ
    *============================================================*/
    #page-top #sec-contact {
        padding: 40px 0 64px 0;
    }
    #page-top #sec-contact .layout {
        flex-direction: column;
    }
    #page-top #sec-contact .layout .info .parts-btn.forPC {
        display: none;
    }
    #page-top #sec-contact .parts-btn.forSP {
        display: block;
        --margin: 0 auto;
        --background: transparent;
        --width: 100%;
        --max-width: 342px; 
    }
    #page-top #sec-contact .layout .image {
        aspect-ratio: 342 / 222;
    }
    #page-top #sec-contact .layout .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #page-top #sec-contact .layout .image .catch {
        display: block;
        width: 360px;
        top: unset;
        right: unset;
        bottom: 0;
        left: -24px;
    }
    #page-top #sec-contact .layout .image .catch span {
        display: block;
        width: fit-content;
    }
    #page-top #sec-contact .layout .image .catch .item1 {
        padding: 6px 20px 4px 16px;
        font-size: 14px;
    }
    #page-top #sec-contact .layout .image .catch .item2,
    #page-top #sec-contact .layout .image .catch .item3 {
        padding: 0px 24px 6px 16px;
    }

}
