@charset "UTF-8";
/*-----pc　1450px------*/
@media screen and (max-width: 1450px){	
}
/*-----pc　1280px------*/
@media screen and (max-width: 1280px){
}
/*-----ipad air　横　1181px------*/
@media screen and (max-width: 1181px){
}
/*-----ipad mini　横　ipad pro 縦 1025px------*/
@media screen and (max-width: 1025px){
	.mv_contact {
		max-width: 960px;
	}
}
/*-----ipad　縦------*/
@media screen and (max-width: 980px) {
	.header_nav li a {
		padding: 0px 6px;
	}
	.logo img {
		height: 20px;
	}
	h3{
		line-height: 1.5;
	}
	p, a, dt, dd{
		letter-spacing: 1px;
	}
	.mv_contact{
		max-width: 750px;
		padding: 40px 0px 40px;
	}
	.mv_img_kv {
		width: 50%;
	}
	.mv_contact_box h1 {
		margin-bottom: 30px;
	}
	.about, .cases, .features, .flow, .qa-list, .contact,.footer_contents {
		max-width: 750px;
	}
	.features_contents_box_1_2 p {
		line-height: 1.2rem;
	}
}
/*-----ipad mini 縦------*/
@media screen and (max-width: 840px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	
	/*---- header----*/
	.l-header__inner {
		flex-direction: column;
		padding: 20px;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		display: flex;
		position: relative;
		z-index: 2;
		margin: 0px;
		width: 50px;
		height: 30px;
		border-radius: 50px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
	}
	.menu-trigger span {
		left: 10px;
		width: 30px;
		height: 2px;
		background-color: #333333;
		border-radius: 4px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		transform: translateY(11px) rotate(-45deg);
		background-color: #333333;
	}
	.menu-trigger.active span:nth-of-type(2) {
		transform: translateY(-4px) rotate(45deg);
		background-color: #333333;
	}	
	.menu-trigger.active span:nth-of-type(3) {
		display: none;
	}
	nav {
		width: 100%;
		background-color: #ffffff;
		display: none;
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 1;
		overflow: auto;
		height: auto;
		padding: 40px 25px 50px;
		box-sizing: border-box;
	}
	.nav_menu{
		display: flex;
		justify-content: space-between;
		width: 100%;
		align-items: center;
	}
	.header_nav {
		flex-wrap: wrap;
		height: auto;
		text-align: center;
	}
	.header_nav li {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	.header_nav li:last-child{
		padding: 10px;
		margin: auto;
	}
	.header_nav li:first-of-type{
		margin-top: 50px;
	}
	.header_nav a {
		padding: 26px;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.contact_btn a{
		padding: 30px 10px;
   		box-sizing: border-box;
	}
	.logo{
		z-index: 2;
	}
	.mv_contact {
		max-width: 700px;
	}
	.about, .cases, .features, .flow, .qa-list, .contact,.footer_contents {
		max-width: 700px;
	}
	.about p, .cases p, .flow p {
		text-align: justify;
	}
	/*---- qa-list ----*/
	 .qa-list dl {
		margin: 10px 0 0;
	}
	.qa-list dl:after {
		top: 20px;
		right: 20px;
		width: 7px;
		height: 7px;
	}
	.qa-list dl dt {
		padding: 16px 40px 16px 50px;
		font-size: 14px;
	}
	.qa-list dl dt::before {
		font-size: 14px;
		top: 20px;
		left: 20px;
	}
	.qa-list dl dd::before {
		font-size: 14px;
		left: 20px;
		margin-top: 5px;
	}
	.qa-list dl dd {
		margin: 0;
		padding: 16px 16px 16px 50px;
		font-size: 14px;
	}
	.qa-list dl dd p {
		margin: 30px 0 0;
	}
	.qa-list dl dd p:first-child{
		margin-top: 0;
	}
}
/*-----iPhoneX_12pro XR------*/
@media screen and (max-width: 599px) {
	h2{
		font-size: 2.2rem;
	}
	h3{
		font-size: 1.6rem;
	}
	.mv_contact{
		display: flex;
		flex-direction: column;
	}
	.mv_contact{
		max-width: 340px;
	}
	.mv_contact_box_h1_32 {
		letter-spacing: 1px;
	}
	.mv_contact_box {
		width: 100%;
	}
	.mv_img_kv {
		width: 100%;
		margin-top: 30px;
	}
	.about, .cases, .features, .flow, .qa-list, .contact, .contact {
		max-width: 340px;
	}
	.about{
		padding-bottom: 0px;
	}
	.cases_contents {
		flex-wrap: wrap;
	}
	.cases_contents_box {
		width: 45%;
	}
	.features_contents_box_1{
		justify-content: space-between;
	}
	.features_contents_box_1_2{
		width: 49%;
		margin-right: 0%;
	}
	.flow_contents_box {
		width: 48%;
		margin-bottom: 10px;
	}
	.flow_contents_box:nth-child(2n) {
		margin-right: 0%;
	}
	.flow_contents {
		justify-content: space-between;
	}
	.flow_contents_box:nth-child(n+3){
		margin-bottom: 0px;
	}
	.contact{
		flex-direction: column;	
	}
	.contact_box p{
		font-size: 1.4rem;
	}
	.contact_box:first-child{
		margin-bottom: 20px;
	}
	.footer_contents{
		flex-direction: column;
		align-items: center;
	}
	footer a {
		margin-bottom: 10px;
	}
	#banner{
		display: none!important;
	}
}
/*-----iPhoneSE------*/
@media screen and (max-width: 376px) {
	h1{
		letter-spacing: 2px;
	}
}
