/*===============================================*/

/* index_edit */

/*===============================================*/


/*===============================================*/
/* base */
/*===============================================*/
.sec_mv .slide_01 .slide_pc .text_layer {
	display:flex;
	align-items:center;
	justify-content:center;
	}
.sec_mv .slide_01 .slide_pc .title {
	width: 64%;
	}

.sec_mv .slide_02 .slide_pc .text_layer {
	display:flex;
	align-items:center;
	justify-content:center;
	}
.sec_mv .slide_02 .slide_pc .title {
	width: 64%;
	}



/*===============================================*/
/* wide overwrite*/
/*===============================================*/

/*--------------------*/
/*screen-m*/
@media only screen and (min-width:769px){

	}

/*--------------------*/
/*screen-l*/
@media only screen and (min-width: 1024px) {

	}

/*--------------------*/
/*screen-xl*/
@media only screen and (min-width: 1337px) {

	}



/*===============================================*/
/* narrow overwrite*/
/*===============================================*/

/*--------------------*/
/*screen-s*/
@media only screen and (max-width:768px){
	}

/*--------------------*/
/*screen-xs*/
@media only screen and (max-width:374px){
	}