@charset "utf-8";
/*
ブレイクポイントは標準のLightningテーマおよびBootstrapの理念に基づき
$sm-min: 576px;
$md-min: 768px;
$lg-min: 992px;
$xl-min: 1200px;
となっているのでそれに準じてください。
*/


@media (max-width:1199px) {
	
#header-top .container, #site-header-container.container {
    max-width: 98%;
    min-width: 98%;
}







@media (max-width:991.5px) {




@media (max-width:767px) {

	
	
/* ↓最大576px スマホ限定*/
@media screen and (max-width: 576px) {
	:root{
		    --wp--preset--font-size--large: 20px;
	}
	.site-header .site-header-logo{
		margin:10px 0;
	}

	.teaser_copy{
		font-size:28px !important;
	}
.top_working p{
		line-height:1.4 !important;
	}
	.is-style-re-title .vk_heading_subtext{
		line-height:1.2 !important;
	}
.top_service1 {
    padding-left: 0px;
    padding-right: 20px;
}
	.top_working{
		padding:30px;
	}
	.contact_btn a{
		min-width:100% !important;
	}
	.left_border{
		border-left:none;
		border-top:solid 1px rgba(255, 255, 255, 0.27);
		padding:15px 0;
		margin-top:20px!important;
	}
	.footer_logo img{

		margin:auto;
	}
	.footer_logo p{
		font-size:13px !important;
	}
	#menu-item-4386 a{
		margin:0;
		border-radius:0;
	}
	.page-header-title, h1.page-header-title{
		font-size:24px !important;
	}
	.page-header{
		min-height:7em;
	}
	.vk_step .vk_step_item .vk_step_item_dot{
		width:70px;
		height:70px;
	}
	.page-header-inner{
		margin:0 !important
	}
	.vk_step .vk_step_item .vk_step_item_dot_caption{
		font-size:15px;
		padding-top:8px;
	}
	.vk_step .vk_step_item .vk_step_item_dot_num{
		font-size:28px;
	}
	.vk_step .vk_step_item {
    padding: 0 0 0 calc(1rem * 6.5);
}
	.vk_step_item_lineStyle-default::before {
    left: 34px;
}
}
}
}
}