@charset "utf-8";
/*--------------------------------------
	copyright : yuyu design.
--------------------------------------*/

@import url(normalize.css);
@import url(../_plugin/fontawesome/css/all.min.css);
@import url(../_plugin/aos/aos.css);
/* @import url(../_plugin/OwlCarousel/assets/owl.carousel.min.css); @import url(../_plugin/OwlCarousel/assets/owl.theme.default.css); */
/*@import url(../_plugin/lightGallery/css/lightgallery.min.css);*/
/*@import url(../_plugin/Remodal/remodal.css); @import url(../_plugin/Remodal/remodal-default-theme.css);*/
@import url(common_parts.css);
@import url(common.css);


/*
 technical
==============================*/

/* #mvp ----------*/
#mvp { background-image: url(../_img/technical/mv.jpg); }

/* strength ----------*/
#strength {}
#strength .point { margin-top: 5rem; }
#strength .point:first-child { margin-top: 0; }
@media screen and (max-width:896px) { /* iPhone 横 m */
	#strength .point { margin-top: 3rem; }
}

/* flow ----------*/
#flow {}
#flow .link_box.-fs { margin-bottom: 12rem; }
#flow .link_box.-ed { margin-top: 20rem; }
@media screen and (max-width:480px) { /* iPhone 縦 s */
	#flow .link_box.-fs { margin-bottom: 4rem; }
	#flow .link_box.-ed { margin-top: 10rem; }
}