.img-object {
	background-size: cover;
	background-position: center center;
	position: relative;
}
.img-object img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.header-ct {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.header-ct img {
	width: 100%;
	height: auto;
}
.header-ct .h-tel {
	background-color: #1950d8;
	position: relative;
	width: 160px;
	display: flex;
	align-items: center;
	height: 100%;
}
.header-ct .h-tel .tel {position: relative;z-index: 2;}
.header-ct .h-tel dl {
	padding-left: 55px;
}
.header-ct .h-tel dl::before {
	content: "";
	background: url(../img/icon_tel.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 29px;
	height: 37px;
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
}
.header-ct .h-tel dl dt {
	font-size: 18px;
	margin-bottom: 6px;
}
.header-ct .h-tel dl dd {
	font-size: 16px;
}
.header-ct .h-line {
	position: relative;
	width: 200px;
	background: #06c755;
	z-index: 2;
	margin-left: 1px;
	display: flex;
	align-items: center;
	height: 100%;
}
.header-ct .h-line a {
}
.header-ct .h-line dl {
	padding-left: 55px;
}
.header-ct .h-line dl::before {
	content: "";
	background: url(../img/icon_line.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 44px;
	height: 41px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.header-ct .h-line dl dt {
	font-size: 18px;
	margin-bottom: 6px;
}
.header-ct .h-line dl dd {
	font-size: 16px;
}
.header-ct dl {
	font-weight: 600;
	line-height: 1;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
.header-ct {
	max-width: 230px;
	flex-wrap: wrap;
	margin: 0 auto;
	background: none;
}
.header-ct .h-tel {
	width: 100%;
	margin-bottom: 10px;
}
.header-ct .h-tel dl {
	padding-left: 80px;
}
.header-ct .h-tel dl::before {
	width: 29px;
	height: 37px;
	left: 30px;
}
.header-ct .h-tel dl dt {
	font-size: 18px;
	margin-bottom: 10px;
}
.header-ct .h-tel dl dd {
	font-size: 16px;
}
.header-ct .h-line {
	width: 100%;
	background: #06c755;
}
.header-ct .h-line dl {
	padding-left: 80px;
}
.header-ct .h-line dl::before {
	width: 44px;
	height: 41px;
	left: 22px;
}
.header-ct .h-line dl dt {
	font-size: 18px;
	margin-bottom: 10px;
}
.header-ct .h-line dl dd {
	font-size: 16px;
}
.header-ct dl {
	padding-top: 18px;
	padding-bottom: 18px;
}
}
.header-box {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 11;
	background: #fff;
	height: 80px;
	display: flex;
}
.header-box h1 {
    position: relative;
    line-height: 1;
    padding-top: 20px;
    max-width: 183px;
}
.header-box h1 img {
	width: 100%;
	height: auto;
}
.header-box .h-top {
	display: flex;
	margin-left: auto;
	padding-right: 25px;
}
.nav-box-fix {
	display: flex;
	align-items: flex-end;
	height: 70px;
	padding-left: 30px;
}
.nav-box-fix li {
	padding: 0 10px;
}
.nav-box-fix li a {
	font-size: 16px;
	padding: 20px 0;
	font-weight: 500;
}
.nav-box-fix li a:hover {
	text-decoration: none;
	opacity: .7;
}

@media only screen and (max-width: 767px) {
.header-box {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: auto;
	bottom: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
	overflow: scroll;
}
.header-box h1 {
	padding-top: 10px;
	max-width: 186px;
	margin: 0 auto;
	width: 40%;
}
.header-box .h-top {
	display: block;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
}
.h-logo-s {
        padding-top: 10px;
        max-width: 180px;
        margin: 0 auto;
        width: 50%;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 11;
}
.nav-Opened .header-box {
	opacity: 1;
	visibility: visible;
}
.nav-box-fix {
	display: block;
	height: auto;
	padding: 20px 0;
}
.nav-box-fix li {
	padding: 0px;
	text-align: center;
}
.nav-box-fix li a {
	font-size: 15px;
	padding: 20px 0;
	text-align: center;
	display: block;
	font-weight: 500;
}
.nav-box-fix li a:hover {
	opacity: 1;
}
}
#top {
	padding-top: 75px;
	position: relative;
}

@media only screen and (max-width: 767px) {
#top::before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
	background-color: #fff;
	height: 75px;
	z-index: 10;
}
}

footer {
	text-align: center;
	color: #fff;
	padding: 30px 0;
	background-color: #1f1f1f;
}

footer .logo {
	max-width: 200px;
	margin: 0 auto 0;
}
footer .logo a:hover {
	opacity: 1;
}
footer .footer-nav li {
	display: inline-block;
	padding: 12px 0 18px;
}
footer .footer-nav li a {
	color: #fff;
	font-size: 16px;
	padding: 0 12px;
	font-weight: 600;
}
footer .link-address {
	border-top: 1px solid #ffffff;
	padding-top: 15px;
	font-size: 16px;
	letter-spacing: 1px;
}
footer a:hover {
	text-decoration: none;
	opacity: .6;
}

@media only screen and (max-width: 767px) {
footer {
	padding: 6vw 0 10vw;
}
footer .logo {
	max-width: 200px;
	margin: 0 auto 4vw;
}
footer .footer-nav {
	text-align: center;
	margin-bottom: 5vw;
}
footer .footer-nav li {
	padding: 5px 0;
}
footer .footer-nav li a {
	padding: 0px 8px;
}
footer .link-address {
	padding-top: 20px;
	font-size: 12px;
}
}



@media only screen and (min-width: 767px) and (max-width: 1199px) {
	.header-box {
		overflow: hidden;
		height: 114px;
	}
.nav-box-fix {
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 32px;
    width: 100%;
}
	.header-box .h-top {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}
	.header-box h1 {
		min-width: 150px;
		padding-top: 0;
		position: absolute;
		top: 0;
		left: 20px;
	}
	.header-ct {
		width: 310px;
		height: 68px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.header-ct dl {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.header-ct .h-tel dl {
		padding-left: 48px;
	}
	.header-ct .h-tel dl dt,
	.header-ct .h-line dl dt {
		font-size: 15px;
	}
	.header-ct .h-tel dl dd,
	.header-ct .h-line dl dd {
		font-size: 14px;
	}
	.header-ct .h-line dl::before {
		width: 36px;
		height: 32px;
		left: 20px;
	}
	.header-ct .h-tel dl::before {
		width: 24px;
		height: 32px;
	}
}



