<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body{
    background: #FFFFF5;
}

/*----- タイトル */
.sec__title{
	font-size: 4.4rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec__title:before{
	content: "";
	display: block;
	width: 46px;
	height: 47px;
	background: url(../images/index-title-bg01.png) no-repeat;
	background-size: 100% auto;
	margin-right: 30px;
}
.sec__title:after{
	content: "";
	display: block;
	width: 46px;
	height: 47px;
	background: url(../images/index-title-bg02.png) no-repeat;
	background-size: 100% auto;
	margin-left: 30px;
}

/*----- ボタン */
.movie-entry-button{
    width: 830px;
    margin: 0 auto;
}
.movie-entry-button a{
    display: block;
    border-radius: 200px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.16);
    overflow: hidden;
}
.movie-entry-button img{
    width: 100%;
    vertical-align: middle;
}
#main-visual{
    margin-bottom: 70px;
}
#main-visual .pic img{
    width: 100%;
}

/* ++++++++++++++++++++++++レスポンシブスタイル+++++++++++++++++++++++ */
@media screen and (max-width: 768px){

	.sec__title{
		font-size: 6rem;
		margin-bottom: 7rem;
	}
	.sec__title::before{
		width: 6rem;
		height: 6rem;
		margin-right: 0;
	}
	.sec__title:after{
		width: 6rem;
		height: 6rem;
		margin-left: 0;
	}

    .movie-entry .sec__title::before{
        margin-right: 5rem;
    }
    .movie-entry .sec__title::after{
        margin-left: 5rem;
    }

    .movie-entry__button{
        width: 100%;
    }
    .movie-entry__button:not(:last-child){
        margin-bottom: 6rem;
    }
    .movie-entry__button a{
        width: 100%;
        border-radius: 200px;
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        overflow: hidden;
        display: block;
    }
    .movie-entry__button img{
        width: 100%;
        vertical-align: middle;
    }

}

/* ++++++++++++++++++#movie++++++++++++++++++ */
#movie{
    padding-top: 120px;
    padding-bottom: 90px;
}
#movie .movie-list{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
#movie .movie-list__item{
	width: calc((100% - 1.6rem) / 2);
}
#movie .movie-list__item img{
	width: 100%;
}

/* ++++++++++++++++++++++++レスポンシブスタイル+++++++++++++++++++++++ */
@media screen and (max-width: 768px){

    #movie{
        padding-top: 13.2rem;
        padding-bottom: 20.8rem;
    }
	#movie .movie-list{
		display: block;
	}
	#movie .movie-list__item{
		width: 100%;
	}
	#movie .movie-list__item:not(:last-child){
		margin-bottom: 5.5rem;
	}

}

/* ++++++++++++++++++#voice++++++++++++++++++ */
#voice{
    padding-top: 115px;
    padding-bottom: 140px;
}
.voice__inner{
    display: flex;
    align-items: inherit;
    justify-content: space-between;
    flex-wrap: wrap;
}
.voice-block{
    width: calc((100% - 15px) / 2);
    padding: 55px 40px;
    border: 1px solid #707070;
    background: #fff;
}
.voice-block:not(:nth-last-of-type(-n+2)){
    margin-bottom: 15px;
}
.voice-block h3{
    font-size: 2.8rem;
    margin-bottom: 45px;
    line-height: 1.321428;
    font-weight: 700;
}
.voice-block p{
    font-size: 1.8rem;
    margin-bottom: 75px;
    line-height: 2;
    font-weight: 700;
}
.voice-name{
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: right;
}

/* ++++++++++++++++++++++++レスポンシブスタイル+++++++++++++++++++++++ */
@media screen and (max-width: 768px){

    #voice{
        padding-top: 22.5rem;
        padding-bottom: 21.5rem;
    }
    #voice .sec__title::before{
        margin-right: 8rem;
    }
    #voice .sec__title::after{
        margin-left: 8rem;
    }
    .voice__inner{
        display: block;
    }
    .voice-block{
        width: 100%;
        padding: 6.5rem 5rem 7rem;
    }
    .voice-block:not(:last-child){
        margin-bottom: 7rem;
    }
    .voice-block h3{
        font-size: 3.2rem;
        margin-bottom: 5.5rem;
        line-height: 1.34375;
    }
    .voice-block p{
        margin-bottom: 10rem;
    }
    .voice-name{
        font-size: 2.2rem;
        line-height: 1.363636;
    }

}

/* ++++++++++++++++++#flow++++++++++++++++++ */
#flow{
    padding-bottom: 150px;
}
.flow__inner{    
    margin: 0 186px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.flow__inner::before{
    width: 100%;
    height: 4px;
    left: 0;
    top: calc(50% - 2px);
    right: 0;
    position: absolute;
    z-index: -1;
    background: #56C969;
    display: block;
    content: "";
}
.flow-block{
    width: 204px;
    height: 204px;
    font-size: 2.8rem;
    font-weight: 700;
    border-radius: 50%;
    background-image: url(../images/bg_flow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
        flex-direction: column;
    color: #fff;
}
.flow-block span{    
    font-size: 1.7rem;
        font-weight: 700;
    display: block;
}
/* ++++++++++++++++++++++++レスポンシブスタイル+++++++++++++++++++++++ */
@media screen and (max-width: 768px){

    #flow{
        padding-bottom: 18.5rem;
    }
    #flow .sec__title::before{
        margin-right: 9rem;
    }
    #flow .sec__title::after{
        margin-left: 9rem;
    }
    .flow__inner{
        width: 61.6rem;
        margin: 0 auto;
        display: block;
    }
    .flow__inner::before{
        width: 4px;
        height: 100%;
        left: calc(50% - 2px);
        top: 0;
        right: unset;
        bottom: 0;
    }
    .flow-block{
        width: 100%;
        height: 20rem;
        font-size: 6.5rem;
        border-radius: 10rem;
        background-image: url(../images/sp_bg_flow.png);
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        background-size: cover;
        line-height: 1;
    }
    .flow-block:not(:last-child){
        margin-bottom: 11rem;
    }
    
    .flow-block span{    
        font-size: 5rem;
    }

}

/* ++++++++++++++++++#voice++++++++++++++++++ */
#faq{
    padding-top: 112px;
    padding-bottom: 180px;
}
.faq-block{
    width: 792px;
    margin: 0 auto;
}
.faq-block:not(:last-child){
    margin-bottom: 75px;
}
.faq-block__title{
    width: 100%;
    font-size: 2.8rem;
    margin-bottom: 30px;
    line-height: 1.321428;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.faq-block__title::before{
    content: "Q：";
}
.faq-block__text{
    width: 100%;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.faq-block__text::before{
    font-size: 2.8rem;
    content: "A：";
}

/* ++++++++++++++++++++++++レスポンシブスタイル+++++++++++++++++++++++ */
@media screen and (max-width: 768px){

    #faq{
        padding-top: 21.5rem;
        padding-bottom: 14.5rem;
    }
    #faq .sec__title::before{
        margin-right: 6rem;
    }
    #faq .sec__title::after{
        margin-left: 6rem;
    }
    .faq-block{
        width: 100%;
    }
    .faq-block:not(:last-child){
        margin-bottom: 10rem;
    }
    .faq-block__title{
        margin-bottom: 4rem;
    }

}

/* ++++++++++++++++++#Manual++++++++++++++++++ */
#Manual{
    padding-top: 112px;
    padding-bottom: 180px;
}
.Manual__inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.Manual-image{
    width: 400px;
}
.Manual-image img{
    width: 100%;
}
.Manual__body{
    padding-left: 50px;
}
.Manual__title{
    margin-bottom: 25px;
}
.Manual__button{
    width: 264px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
}
.Manual__button a{
    width: 100%;
    height: 100%;
    border-radius: 30px;
    opacity: 1 !important;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #56C96D;
}
.Manual__button a:hover{
    background: #FF9083;
}

/* ++++++++++++++++++++++++レスポンシブスタイル+++++++++++++++++++++++ */
@media screen and (max-width: 768px){

    #Manual{
        padding-top: 21.5rem;
        padding-bottom: 14.5rem;
    }
    .Manual__inner{
        display: block;
    }
    .Manual-image{
        width: 100%;
        margin-bottom: 5rem;
    }
    .Manual__body{
        width: 100%;
        padding-left: 0;
    }
    .Manual__title{
        font-size: 5rem;
        margin-bottom: 5rem;
        text-align: center;
    }
    .Manual__button{
        width: 100%;
        height: 12rem;
    }
    .Manual__button a{
        font-size: 4rem;
        border-radius: 6rem;
    }

}</pre></body></html>