@charset "utf-8";


img{
	max-width: 100%;
    height: auto;
}

.onlineBlc{
    padding: 8rem 0;
}

.sec_overview{
}
.linkBtn,
.sec_overview .contents{
    position: relative;
    z-index: 2;
}

.linkBtn{
    max-width: 1300px;
    margin: 0 auto;
    padding: 5rem 0 0;
}
.linkBtn .wrap{
    max-width: 62rem;
    margin: 0 0 0 auto;
}
.linkBtn .flex{
    justify-content: flex-end;
    gap: 2rem;
    flex-wrap: wrap;
}
.linkBtn .flex .btn{
    text-align: left;
    padding: 1.2rem 0 1.2rem 2rem;
    width: 30rem;
    margin: 0;
    background: #6C4B6D url(/grantact/img/common/icon_link_white.svg) right 2em center / auto 1.6rem no-repeat;
    border: 1px solid #6C4B6D;
    font-weight: normal;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.linkBtn .flex .btn_grey{
    background: #f7f7f7 url(/grantact/img/common/icon_link_color.svg) right 2em center / auto 1.6rem no-repeat;
}
.linkBtn .consultation{
    text-align: right;
    margin: 3rem 0 0;
}
.linkBtn .consultation a{
    display: inline-block;
    padding: .5rem 2rem .5rem 0;
    background: url(/grantact/img/common/icon_exlink_color.svg) right center / auto 1rem no-repeat;
    color: #6c4b6d;
    font-size: 1.6rem;
}
.linkBtn p{
    font-size: 1.6rem;
}


body#online .main_img{
    background-image: url(/grantact/img/online/online_main.jpg);
    background-position: center;
}

.sec_overview h3{
    font-size: 4.2rem;
    font-weight: 300;
    margin-bottom: 6rem;
}
.sec_overview h3 + p.txt{
    margin-bottom: 6rem;
    font-size: 1.6rem;
    line-height: 1.75;
}
.overviewList{
    flex-wrap: wrap;
    gap: 3.5rem;
    align-items: center;
    justify-content: center;
}
.overviewList > li .txt{
    width: 17rem;
}
.overviewItem{
    gap: 1.5rem;
    align-items: center;
}
.overviewItem .img{
    width: 15rem;
}
.overviewItem h4{
    color: #6c4b6d;
    font-size: 2.4rem;
    letter-spacing: -.05em;
    font-weight: 600;
}

.sec_flow h3,
.sec_feature h3{
    font-size: 3.6rem;
    margin-bottom: 3rem;
    font-weight: 600;
    letter-spacing: .1em;
    border-left: 3px solid #ded4bd;
    padding: .5rem 0 .5rem 2rem;
    margin-bottom: 7rem;
}
.sec_feature h3 p{
    font-size: 50%;
    margin-top: 1rem;
    letter-spacing: 0;
}
.featureList{
    flex-wrap: wrap;
    gap: 3rem 1.5rem;
}
.featureList > li{
    width: calc((100% - 3rem) / 3);
}
.featureList > li .txt{
    margin-top: 1rem;
}
.featureList > li .txt p{
    font-size: 1.6rem;
}
.sec_feature .recommend,
.sec_feature .example{
    margin-top: 8rem;
}
.sec_feature .recommend h4,
.sec_feature .example h4{
    font-size: 2.4rem;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #707070;
}
.sec_feature .recommend h5{
    font-size: 2.4rem;
}
.recommendList{
    flex-wrap: wrap;
    gap: 2rem;
}
.recommendList > li{
    width: calc((100% - 4rem) / 3);
}
.recommendItem{
    gap: 2rem;
    align-items: center;
}
.recommendItem .img{
    width: 14rem;
}
.recommendItem .txt{
    flex: 1;
    max-width: 17rem;
}
.recommendItem .txt p{
    font-size: 1.8rem;
}
.recommendImg{
    margin: 5rem 0 0;
}
.recommendImg h5{
    margin-bottom: 3rem;
}

.exampleList{
    flex-wrap: wrap;
    gap: 3rem 2rem;
}
.exampleList > li{
    width: calc((100% - 4rem) / 3);
}
.exampleList > li h5{
    font-size: 2.2rem;
    margin-bottom: 1rem;
    min-height: 4.5rem
}
.exampleList > li .txt p{
    font-size: 1.6rem;
    margin-top: 1rem;
}

.flowBlc{
    flex-wrap: wrap;
    gap: 1.8rem;
}
.flowBlc > li{
    width: calc((100% - 3.6rem) / 3);
}
.flowBlc > li .wrap{
    position: relative;
}
.flowBlc > li .img{
    text-align: center;
}
.flowBlc > li .img img{
    width: 16.4rem;
}
.flowBlc > li + li .wrap:before{
    content: "";
    display: block;
    position: absolute;
    left: -1.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 1.2rem;
    background: url(/grantact/img/common/icon_flow_arrow.svg) center / contain no-repeat;
}
.flowBlc > li h4{
    font-size: 2.2rem;
    margin-top: 1rem;
}
.flowBlc > li .txt{
    border-top: 1px solid #707070;
    padding-top: 1rem;
    margin-top: 1rem;
}
.flowBlc > li .txt p{
    font-size: 1.6rem;
}

.sec_note{
}
.sec_note .wrap{
    max-width: 90rem;
    font-size: 1.3rem;
    margin: 0 auto;
}
.sec_note .wrap ul{
    text-indent: -1em;
    padding-left: 1em;
}


.breadcrumb{
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 1366px){
    .linkBtn p{
        font-size: 1.4rem;
    }
    .overviewItem .img{
        width: 8rem;
    }
    .sec_feature .recommend h4,
    .sec_feature .example h4,
    .sec_feature .recommend h5{
        font-size: 1.8rem;
    }
    .recommendItem .img{
        width: 7.5rem;
    }
    .recommendItem .txt p{
        font-size: 1.4rem;
    }
    .exampleList > li h5{
        font-size: 1.6rem;
    }
    .flowBlc > li .img img{
        width: 10rem;
    }
}
@media screen and (max-width: 820px){
    section.sec_overview.bg:before{
        background: none;
    }
    body#online .main_img {
        background-image: url(/grantact/img/online/online_main_sp.jpg);
    }
    .no_index .main .main_text_box > .wrap{
        transform: translate(-50%, -60%);
    }
    body#online .contents{
        width: calc(100% - 60px);
    }
    section.bg{
        padding: 5rem 0;
    }
    section.onlineBlc{
        padding: 2rem 0 6rem;
    }
    .onlineBlc.sec_feature{
        padding: 2rem 0 4rem;
    }
    .overviewList{
        gap: 1.4rem;
    }
    .onlineBlc.sec_flow{
        padding: 0 0 5rem;
    }
    .linkBtn p{
        font-size: 1.4rem;
    }
    .linkBtn .flex .btn{
        background: #6C4B6D url(/grantact/img/common/icon_link_white.svg) right 3rem center / auto 1.6rem no-repeat;
    }
    .linkBtn .flex .btn_grey{
        background: #f7f7f7 url(/grantact/img/common/icon_link_color.svg) right 3rem center / auto 1.6rem no-repeat;
    }
    .linkBtn .consultation{
        padding: 0 30px;
    }
    .sec_overview h3,
    .sec_overview h3 + p.txt{
        margin-bottom: 3rem;
    }
    .overviewList{
        width: 98%;
        margin: 0 auto;
    }
    .overviewItem{
        gap: 3rem;
    }
    .overviewList > li{
        width: 100%;
    }
    .overviewItem .img{
        width: 11.7rem;
    }
    .overviewList > li .txt{
        width: auto;
        flex: 1;
    }
    .overviewList > li .txt p{
        font-size: 1.3rem;
    }
    .featureList > li{
        width: 100%;
    }
    .featureList > li .txt {
        margin-top: 1.5rem;
    }
    .sec_feature .recommend,
    .sec_feature .example{
        margin-top: 8rem;
    }
    .recommendList{
        width: calc(100vw - 30px);
        margin-left: -15px;
        gap: 0;
    }
    .recommendList > li{
        width: 100%;
    }
    .recommendList > li + li{
        margin-top: 1.9rem;
    }
    .recommendList > li:last-child{
        margin-top: 1.1rem;
    }
    .recommendItem .img{
        width: 14rem;
    }
    .recommendItem .txt{
        max-width: unset;
    }
    .recommendItem .txt p{
        font-size: 1.8rem;
    }
    .exampleList > li{
        width: 100%;
    }
    .exampleList > li h5{
        font-size: 1.8rem;
        min-height: unset;
        margin-bottom: 2rem;
    }
    .recommendItem{
        gap: 2.4rem;
    }
    .flowBlc{
        gap: 5.2rem;
    }
    .flowBlc > li{
        width: 100%;
    }
    .flowBlc > li .img img{
        width: 15.3rem;
    }
    .flowBlc > li .wrap{
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    .flowBlc > li .txt {
        padding-top: 2rem;
        margin-top: 1.5rem;
        line-height: 1.7;
    }
    .flowBlc > li + li .wrap:before{
        left: 50%;
        top: -1.9rem;
        transform: rotate(90deg) translateX(-50%);
    }
    .sec_note .wrap{
        width: calc( 100% - 60px);
        margin-top: 6rem;
    }
    .sec_note .wrap .mb1rem{
        margin: 0 !important;
    }
    .linkBtn .flex .btn{
        width: calc(100vw - 30px);
        min-width: unset;
        font-size: 1.8rem;
        padding: 1.775rem 2rem;
        font-family: 'Noto Sans JP', sans-serif;
        letter-spacing: 0.05em;
    }
    .linkBtn .consultation a{
        font-size: 1.4rem;
        background: url(/grantact/img/common/icon_exlink_color.svg) right center / 1.6rem auto no-repeat;
    }
    .sec_flow h3, .sec_feature h3{
        font-size: 2.8rem;
        border-left: 3px solid #ded4bd;
        letter-spacing: .2em;
        margin-bottom: 4rem;
        padding: 0 0 0 2rem;
    }
    .sec_flow h3{
        margin-bottom: 6rem;
    }
    .sec_feature h3 p{
        font-size: 1.2rem;
    }
    .sec_feature .example h4,
    .sec_feature .recommend h5,
    .sec_feature .recommend h4{
        font-size: 2.4rem;
    }
    .sec_feature .example h4,
    .sec_feature .recommend h4{
        padding-bottom: 1.3rem;
        margin-bottom: 3.2rem;
    }
    .sec_feature .recommend h5{
        margin-bottom: 2rem;
    }
    .featureList{
        gap: 4rem;
    }
    .recommendImg .sp{
        position: relative;
        width: 100vw;
        margin-left: -30px;
    }
    .exampleList{
        gap: 4rem;
    }
    .exampleList > li .txt p{
        font-size: 1.4rem;
        margin-top: 2rem;
    }
    .sec_flow .linkBtn{
        padding: 2rem 0 0;
    }
    .linkBtn p{
        margin-left: auto;
        margin-bottom: 5rem !important;
        max-width: calc(100vw - 30px);
        text-align: left;
    }
    .linkBtn .flex .btn{
        background-position: right 2rem center;
        border-right: none;
    }
}
@media screen and (max-width: 634px){
    .linkBtn p{
    }
}



#lp2 .headerMenu{
	/*display: none;*/
}
#lp2 .headerLogo img{
	width: 258px;
}
#lp2 .main{
	position: relative;
	margin: 0 0 0;
}
#lp2 .note{
	text-align: left;
}
#lp2 .btn{
	display: block;
	width: 40%;
	margin: 60px auto;
	background-color: #fff;
	border: 1px solid #744370;
	color: #744370;
	padding: 30px 0;
	text-align: center;
}
#lp2 .btn span{
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
}

@media screen and (max-width: 768px){
	
	#lp2 .headerLogo img{
		height: 25px;
    	width: auto;
	}
	#lp2 .main{
		margin: 0 0 0px;
	}
	#lp2 .btn{
		width: 100%;
		margin: 40px auto;
		font-size: 5vw;
		line-height: 1.2;
    	padding: 14px 0;
	}
	#lp2 .btn span{
		font-size: 5vw;
		letter-spacing: 1px;
	}

}

.s01{
	
}
.s01 .lead{
	font-size: 16px;
	text-align: center;
}
.online_wrap{
	margin: 0 auto 80px;
}
.online_ttl{
	font-size: 24px;
	color: #744370;
	text-align: center;
}
.online_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 40px auto 0;
}
.online_box li{
	width: 20%;
	position: relative;
}
.online_box li p{
	font-size: 18px;
	text-align: left;
	margin-left: 20%;
}
.online_box li figure{
	width: 50%;
	margin: 10px auto 0;
}
.online_box li::before{
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	width: 23px;
	height: 100%;
	position: absolute;
	top: 7px;
	left: 0px;
}
.online_box li:nth-of-type(1)::before{
	background-image: url(img/no1.svg);
}
.online_box li:nth-of-type(2)::before{
	background-image: url(img/no2.svg);
}
.online_box li:nth-of-type(3)::before{
	background-image: url(img/no3.svg);
}
.online_box li:nth-of-type(4)::before{
	background-image: url(img/no4.svg);
}


@media screen and (max-width: 768px){

	.online_wrap{
		margin: 0 auto 20px;
	}
	.online_box{
		/* display: flex;
		flex-wrap: wrap;
		justify-content: space-between; */
		width: 90%;
		margin: 20px auto 0;
	}
	.online_box li{
		width: 49%;
		position: relative;
		margin-bottom: 30px;
	}
	.online_box li p{
		font-size: 3.8vw;
		margin-left: 15%;
		/* text-align: left; */
	}
	.online_box li figure{
		width: 50%;
		/* margin: 10px auto 0; */
	}
	.online_box li::before{
		/* content: "";
		background-repeat: no-repeat;
		background-size: contain; */
		width: 17px;
		/* height: 100%;
		position: absolute;
		top: 7px; */
		left: -5px;
	}

}

.case_box{
	margin: 0 auto 60px;
}
.case_ttl{
	width: 16%;
	margin: 0 0 20px;
}
.case_cont_ttl{
	font-size: 24px;
    border-bottom: 1px solid #744370;
    color: #744370;
}
.case_cont_ttl span{
	background-color: #744370;
	color: #fff;
	padding: 4px 10px;
    margin-right: 1rem;
	font-style: italic;
}
.case_cont{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 15px 0 0
}
.case_cont p{
	width: 34%;
    margin-left: 9%;
	font-size: 14px;
    line-height: 2;
}
.case_cont figure{
	width: 50%;
	margin: 0 0;
}

@media screen and (max-width: 768px){

	.case_box{
		/* margin: 0 auto 60px; */
	}
	.case_ttl{
		width: 50%;
		/* margin: 0 0 20px; */
	}
	.case_cont_ttl{
		font-size: 4.8vw;
		padding-bottom: 1vw;
		/* border-bottom: 1px solid #744370;
		color: #744370; */
	}
	.case_cont_ttl span{
		/* background-color: #744370;
		color: #fff;
		padding: 4px 10px;
		margin-right: 1rem;
		font-style: italic; */
		font-size: 4.8vw;
	}
	.case_cont{
		/* display: flex;
		flex-wrap: wrap;
		justify-content: space-between; */
		margin: 10px 0 0
	}
	.case_cont p{
		width: 100%;
		margin:0%;
		/* font-size: 14px; */
		line-height: 1.6;
	}
	.case_cont figure{
		width: 100%;
		margin: 15px 0 0;
	}


}




@media screen and (max-width: 768px){



}



html.overflow{
	overflow: hidden;
}



.main_box{
            position: absolute;
            top: 7.5%;
            left: 22%;
            width: 22%;
            max-width: 360px;
        }
        .main_box p{
            font-size: 3em;
            color: #fff;
            font-weight: 400;
            text-align: center;
            padding: 8px 16px;
            margin-bottom: 10px;
            background: #754370;/*754370*/
        }
        
        .main_obi{
            position: absolute;
            top: 60%;
            bottom: auto;
            left: 0;
            transform: translateY(-50%);
            width: 100%;
            padding: 12px;
            background: rgba(255,255,255,0.6);
        }
        .main_obi p:first-child{
            text-align: center;
            font-size: 2.4em;
            line-height: 1em;
            margin-top: 10px;
            margin-bottom: 10px;
            font-weight: 500;
        }
        .main_obi p:last-child{
            text-align: center;
            font-size: 5.6em;
            line-height: 1em;
            font-weight: 500;
        }
        @media screen and (max-width: 768px){
            .main_box{
                position: absolute;
                top: 8%;
                left: 5%;
                width: 45%;
                max-width: 320px;
            }
            .main_box p{
                font-size: 3.6vw;
                color: #fff;
                font-weight: 400;
                text-align: center;
                padding: 1.2vw;
                margin-bottom: 6px;
                background: #754370;/*754370*/
            }

            .main_obi{
                position: absolute;
                top: auto;
                bottom: 0;
                left: 0;
                transform: translateY(0);
                width: 100%;
                padding: 10px;
                background: rgba(255,255,255,0.6);
            }
            .main_obi p:first-child{
                text-align: center;
                font-size: 4vw;
                line-height: 1em;
                margin-top: 10px;
                margin-bottom: 10px;
                font-weight: 500;
            }
            .main_obi p:last-child{
                text-align: center;
                font-size: 8vw;
                line-height: 1em;
                font-weight: 500;
            }
        }




@media screen and (max-width: 360px){
    .sec_overview h3{
        letter-spacing: -0.05em;
    }
    .sec_overview h3 br.sp{
        display: none !important;
    }
}
