@media(min-width:1200px) {

	.menu-close,
	.menu-icon {
		display: none;

	}

	.menu {
		display: inline-flex;
	}

	.menu li:not(:first-child) {
		margin-left: 1rem;
	}

	.menu a {
		text-transform: uppercase;
		font-weight: 400;
		color: #231F20;
		font-weight: 500;
		position: relative;
		transition: 0.3s color;
		display: inline-block;
	}

	.menu a:hover {
		color: #003153
	}

	.menu a:after {
		transition: 0.3s all;
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 0;
		border-bottom: 1px solid #003153;
	}

	.menu a:hover:after {
		left: 0;
		width: 100%;
	}

	a.tel {
		font-weight: 500;
		font-size: 1.25rem;
		line-height: 1;
		color: #231F20
	}

	.header {
		padding: 1.5rem 0;
	}

	.sec0 {
		height: 100vh;
		min-height: 750px;
	}
}

@media(max-width:1199px) {
	.header {
		padding: 1rem 0;
		background: #fff;
	}

	.menu-icon {
		position: relative;
		width: 1.75rem;
		height: 1.5rem;

	}

	.menu-icon:after,
	.menu-icon:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		border-top: 2px solid #003153;
		border-bottom: 2px solid #003153;
		transform: translateY(-050%)
	}

	.menu-icon:after {
		height: 40%;
	}

	.menu-icon:before {
		height: 100%;
	}

	.menu {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		min-height: 100vh;
		background: #fff;
		z-index: 1;
		padding-top: 4rem;
		transform: translateY(-100%);
		transition: 0.5s transform
	}

	.menu.active {
		transform: translateY(0)
	}

	.menu a {
		display: inline-block;
		width: 100%;
		padding: 1rem 1.5rem;
		color: #231F20;
		border-top: 1px solid #eee;
	}

	.menu-close {
		position: absolute;
		width: 1.75rem;
		height: 1.5rem;
		left: 1.5rem;
		top: 1.5rem;

	}

	.menu-close:after,
	.menu-close:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		border-top: 2px solid #003153;
		transform: translateY(-050%)
	}

	.menu-close:after {
		transform: rotate(-45deg)
	}

	.menu-close:before {
		transform: rotate(45deg)
	}

	.tel span {
		display: none;
	}

	.tel {
		width: 2rem;
		height: 2rem;
		background: url(../img/tel.svg) 50% /contain no-repeat;
	}
}

@media(max-width:1199px) and (min-width:768px) {
	.sec0 {
		text-align: center;

	}

	.first-img {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}

	.work img {
		height: 100%;
		width: auto;

	}

	.sec2 {
		text-align: center;
	}

	.work {
		height: 300px;
	}

	.footer {
		text-align: center;
	}
}



@media(max-width:767px) {

	body,
	html {
		font-size: 14px;
	}

	.sec0 {
		text-align: center;

	}

	.first-img {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}

	.work {
		height: 300px;
	}

	.work img {
		height: 120%;
		width: auto;

	}

	.sec2 {
		text-align: center;
	}


	.fz5 {
		font-size: 2rem;
	}

	.service-img img:nth-child(4) {
		width: 3rem;
	}

	.footer {
		text-align: center;
	}
}
