/* layout setting 2025 */


#site-header{
    z-index:1000;
}

.grant-programn-contents{
    background-color:#f4f4f4;
    color:#353535;
    overflow:hidden;
    position: relative;
    /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif;*/
}

.grant-programn-contents a{
    color:#0062E2;
    transition: 0.5s;
}

.pc-view{
    display:block;
}
.sp-view{
    display:none;
}

.grant-programn-contents ul,
.grant-programn-contents ol{
    margin-bottom:20px;
}

.grant-programn-contents ul li{
    list-style: disc;
    margin-left:15px;
    line-height: 1.8;
}

.grant-programn-contents ol li{
    margin-left:15px;
    line-height: 1.8;
}


h2{
    font-size:2.5rem;
    text-align:center;
    padding-bottom:20px;
    font-weight: bold;
    position:relative;
}

h2 span{
    /*position:absolute;
    top:-70px;
    left:calc(50% - 30px);*/
    width:60px;
    height:60px;
    line-height:60px;
    border-radius:50%;
    background-color:#D6EEBE;
    font-size:1.3rem;
    margin:0 auto 10px;
    display:block;
}



.grant-programn-head{
    overflow: hidden;/*あしらいのはみ出し解消*/
    position: relative;
    padding:0 0 50px 0;
    background: #FFDACD;
    background: linear-gradient(0deg,rgba(219, 244, 178, 1) 0%, rgba(255, 254, 194, 1) 50%,  rgba(255, 218, 205, 1) 100%);
}

.grant-programn-head::before{
    content:"";
    position:absolute;
    top:0;
    left:-10%;
    width:100%;
    height:100%;
    background: url(https://test.gsclub.jp/wp-content/uploads/2025/08/line_left-1.png) left top no-repeat;
    z-index:1;
}

.grant-programn-head::after{
    content:"";
    position:absolute;
    bottom:0;
    right:-10%;
    width:100%;
    height:100%;
    background: url(https://test.gsclub.jp/wp-content/uploads/2025/08/line_right-1.png) right bottom no-repeat;
    z-index:1;
}



.grant-programn-hero{
    position: relative;
}

.grant-programn-hero::before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    background:url(https://test.gsclub.jp/wp-content/uploads/2025/08/img_mainvisual.png) top right no-repeat;
    width:100%;
    height:100%;
    z-index:1;
}


.grant-programn-hero .hero-inner{
    display:flex;
    flex-direction: column;
    justify-content:center;
    margin:0 auto;
    text-align:left;
    max-width:1000px;
    height:500px;
    color:#353535;
    position: relative;
    z-index: 10;
}
.grant-programn-hero .hero-inner h1{
    display:flex;
    flex-direction: column;
    justify-content:center;
    margin:0;
    text-align:left;
    font-weight:bold;
    font-size:clamp(2rem, 1rem + 2.5vw, 3.5rem);
    line-height: 1.3;
}

.grant-programn-hero .hero-inner h1 .small{
    font-size:70%;
    font-weight: bold;
    line-height: 1.8;
    color:#353535;
}

.grant-programn-hero .hero-inner h1 .sub{
    font-size:80%;
    font-weight:bold;
    line-height: 1.8;
}

.grant-programn-hero .hero-inner .summary{
    font-size:1rem;
    font-weight:bold;
    line-height: 1.8;
    margin-top:20px;
}


.grant-programn-information{
    width:100%;
    background-color:rgba(255,255,255,0.5);
    padding:40px 15px;
    box-shadow:0 10px 10px -5px #666;
    position: relative;
    z-index:10;
}

.grant-programn-information ul{
    max-width:1000px;
    margin:0 auto;
    text-align:left;
}

.grant-programn-menu{
    max-width:1000px;
    margin:60px auto 0;
    position: relative;
    z-index: 10;
}
.grant-programn-menu .nav-inner ul{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.grant-programn-menu .nav-inner ul li{
    width:46.5%;
    background-color:#fff;
    text-align: center;
    border-radius:15px;
    margin-bottom:24px;
    font-size:1.5rem;
    font-weight: bold;
    list-style: none;
}

.grant-programn-menu .nav-inner ul li a{
    color:#353535;
    padding:20px;
    transition: 0.5s;
    display:block;
}

.grant-programn-menu .nav-inner ul li:hover{
    background-color:#ffd9cf;
}


.grant-program-detail{
    max-width:100%;
}

.anchor-point {
    padding-top: 48px;
    margin-top: -48px;
}


.grant-program-detail .item-section{
    max-width:1000px;
    margin:0 auto 30px;
}

.grant-program-detail .item-summary{
    background-color:#fff;
    border-radius:30px;
    padding:40px 40px 20px;
    font-size:1rem;
    overflow: hidden;
}
.grant-program-detail .item-summary p{
    line-height:1.8;
    margin-bottom:10px;
}

.grant-program-detail .item-summary strong{
    font-weight: bold;
}

.grant-program-detail .item-summary .bottom-line{
    text-decoration: underline;
}

.grant-program-detail .item-summary img{
    float:right;
    margin-left:50px;
    height: auto;
    display: block;
}


.btn-block{
    display:flex;
    justify-content: space-between;
    margin:25px auto;
    line-height: 1.8;
}

.btn-block a{
    background-color:#FFC9BC;
    width: 32%;
    border-radius:20px;
    text-align:center;
    color:#212121;
    padding:35px 0;
    font-weight:bold;
    display:block;
    position:relative;
    text-decoration: none;
    font-size:1rem;
}

.btn-block a{
    background-color:#FFC9BC;
    width: 32%;
    border-radius:20px;
    text-align:center;
    color:#212121;
    padding:35px 0;
    font-weight:bold;
    display:block;
    position:relative;
    text-decoration: none;
}
.btn-block a:hover{
    text-decoration: underline;
    color:#212121;
    background-color:#FFFEB7;
}

.btn-block a.file-doc::before,
.btn-block a.file-pdf::before,
.btn-block a.file-zip::before{
    content:"DOC";
    position:absolute;
    top:calc(50% - 12px);
    right:10px;
    border-radius:30px;
    width:45px;
    height:24px;
    background-color:#F95C5C;
    color:#fff;
    font-weight:normal;
    font-size:0.7rem;
    line-height:24px;
}
.btn-block a.file-pdf::before{
    content:"PDF";
}
.btn-block a.file-zip::before{
    content:"ZIP";
}

.video-block{
    max-width:1000px;
    margin:0 auto;
}

.video-inner {
    position: relative;
    width: 100%;
    /*height: 0;
    padding-top: 56.25%;*/
    z-index:100;
    margin-bottom:40px;
    background-color:#fff;
    border:1px solid #ccc;
    height:400px;
    line-height:400px;
    text-align: center;
}
.video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-block .btn-block{
    padding:0 20px;
}

.video-block span{
    font-size:2rem;
    font-weight:bold;
    color:#ccc;
}


.readmore {
    position: relative;
    margin: 20px auto;
    display: block;
    color: #666;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    letter-spacing: 0.1em;
}
.readmore:before {
    content: "";
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin: 0 auto .5em;
    background: url(https://test.gsclub.jp/wp-content/uploads/2025/08/arrow.png) no-repeat center / 20px #505050;
    transition: .3s;
}

.readmore.on-click:before {
    transform: rotate(180deg);
}
.readmore .open {
    display: block;
    color:#151515;
}
.readmore.on-click .open {
    display: none;
}
.readmore .close {
    display: none;
    color:#151515;
    font-size:1rem;
    font-weight:normal;
}
.readmore.on-click .close {
    display: block;
    opacity: 1 !important;
}

.readmore .close:hover{
    color:#151515;
}



@media (max-width: 960px) {

    .grant-programn-hero::before{
        background-size:contain;
    }

    .grant-programn-hero .hero-inner{
        padding:0 20px;
        height:400px;
    }

    .grant-programn-contents ul li{
        margin-left:0;
    }

    .grant-programn-information ul{
        margin:0 20px;
    }

}



@media (max-width: 640px) {

    .pc-view{
        display:none;
    }
    .sp-view{
        display:block;
    }

    .grant-programn-head::before,
    .grant-programn-head::after{
        background-size:contain;
    }

    .grant-programn-hero::before{
        /*display:none;*/
        background-size:cover;
        opacity:0.3;
    }

    .grant-programn-hero .hero-inner{
        padding:15px;
        height:350px;
    }

    .grant-programn-hero .hero-inner h1{
        text-align:center;
    }
    .grant-programn-hero .hero-inner h1 .small,
    .grant-programn-hero .hero-inner h1 .sub{
        line-height: 1.5;
    }
    .grant-programn-hero .hero-inner h1 .main{
        color:#2c683a;
    }

    .grant-programn-hero .hero-inner .summary{
        font-size:0.8rem;
    }

    h2{
        font-size:2rem;
        padding-bottom:20px;
    }

    .grant-programn-menu{
        margin:40px 0 auto;
    }


    .grant-programn-menu .nav-inner ul{
        display: block;
        padding:0 10px;
    }

    .grant-programn-menu .nav-inner ul li{
        margin:15px auto;
        font-size: 1.25rem;
        width:100%;
    }

    .grant-programn-menu .nav-inner ul li a{
        padding:15px 0;
    }

    .btn-block{
        display:block;
    }

    .btn-block a{
        width:100%;
        margin:15px auto;
        padding:15px 0;
        font-size:1rem;
    }

    .readmore:before{
        width:40px;
        height:40px;
    }

    .grant-program-detail .item-summary img{
        float: none;
        margin: 0 auto 25px;
    }


}