body {
	font-family: "游明朝体", "YuMincho", "Yu Mincho", serif;
}

nav {
	display: none;
}

header {
	display: none;
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

header .header-container {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .image-header-logo {
	width: 143px;
	height: auto;
	margin-left: 54px;
}

header .header-container .pc-nav {
	display: flex;
	align-items: center;
	margin-right: 64px;
	margin-left: auto;
}

header .header-container .pc-nav li {
	font-size: 16px;
	letter-spacing: 2px;
}

header .header-container .pc-nav li:not(:first-of-type) {
	margin-left: 48px;
}

.menu-open {
	display: none;
}

@media screen and (max-width: 767px) {

	header {
		height: 60px;
	}

	header .image-header-logo {
		width: 120px;
		height: auto;
		margin-left: 24px;
	}

	header .header-container {
		height: 60px;
	}

	header .header-container .pc-nav {
		display: none;
	}

	.menu-open {
		display: block;
		position: fixed;
		top: 24px;
		right: 24px;
		width: 21px;
		height: auto;
		z-index: 10;
	}

	header .header-container .menu-open {
		position: relative;
		margin-right: 24px;
		top: unset;
		right: unset;
	}

	nav {
		width: 100%;
		height: 100vh;
		background: #fff;
		display: none;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}

	nav .menu-close {
		display: block;
		position: absolute;
		top: 28px;
		right: 24px;
		width: 18px;
		height: auto;
	}

	nav .sp-nav {
		margin-bottom: 32px;
	}

	nav .sp-nav li {
		font-size: 16px;
		letter-spacing: 2px;
		text-align: center;
	}

	nav .sp-nav li:not(:first-of-type) {
		margin-top: 32px;
	}

	nav .sp-nav li .image-tel {
		width: 137px;
		height: auto;
		margin-bottom: 10px;
	}

	nav .sp-nav li .small {
		font-size: 11px;
	}

	nav .menu-foot {
		display: block;
		position: absolute;
		bottom: 64px;
		left: 50%;
		right: 50%;
		transform: translateX(-50%);
		width: 48px;
		height: auto;
	}

}

#sec1 {
	width: 100%;
}

#sec1 .kv-container {
	width: 100vw;
	height: 100vh;
}

#sec1 .kv-container .kv {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}

@media screen and (max-width: 767px) {

	#sec1 .kv-container {
		width: 100%;
		height: 100vh;
	}

	#sec1 .kv-container .kv {
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}

}

#sec2 {
	width: 100%;
	margin-top: 32px;
}

#sec2 .concept-container {
	width: 100%;
	padding: 24px 48px;
}

#sec2 .concept-container .image-concept {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {

	#sec2 .concept-container {
		padding: 10px 16px;
	}

}

#sec3 {
	width: 100%;
	margin-top: 32px;
}

#sec3 .value-container {
	width: 100%;
	margin: 0 auto;
	padding: 32px 48px;
}

#sec3 .value-container .image-value {
	width: 100%;
	height: auto;
	margin: 32px auto;
}

@media screen and (max-width: 767px) {

	#sec3 .value-container {
		padding: 10px 16px;
	}

}

#sec4 {
	width: 100%;
	margin-top: 64px;
}

#sec4 .works-container {
	width: 70%;
	margin: 0 auto;
}

#sec4 .works-container .image-works {
	width: 100%;
	height: auto;
}

#sec4 .works-container .sp-tel {
	display: none;
}

@media screen and (max-width: 767px) {

	#sec4 {
		margin-top: 32px;
	}

	#sec4 .works-container {
		width: 100%;
		margin: 0 auto;
		padding: 10px 16px;
		position: relative;
	}

	#sec4 .works-container .sp-tel {
		display: block;
		width: 90%;
		height: 60px;
		position: absolute;
		bottom: 85px;
		z-index: 10;
	}

	@media screen and (max-width: 320px) {
		#sec4 .works-container .sp-tel {
			bottom: 60px;
		}
	}

}

#sec5 {
	width: 100%;
	margin-top: 128px;
}

#sec5 .recruit-container {
	width: 90%;
	max-width: 1264px;
	margin: 0 auto;
	position: relative;
}

#sec5 .recruit-container .image-recruit {
	width: 100%;
	height: auto;
}

#sec5 .recruit-container .text-container {
	width: 100%;
	position: absolute;
	bottom: 10%;
}

#sec5 .recruit-container .message {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.6;
	margin-left: 10px;
}

#sec5 .recruit-container .contact {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 6px;
	margin-top: 30px;
}

#sec5 .recruit-container .contact a {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {

	#sec5 {
		margin-top: 48px;
	}

	#sec5 .recruit-container {
		width: 100%;
		max-width: unset;
		padding: 0 16px;
	}

	#sec5 .recruit-container .text-container {
		width: calc(100% - 16px);
		position: absolute;
		bottom: 10%;
	}

	#sec5 .recruit-container .message {
		letter-spacing: 2px;
		line-height: 1.9;
		margin-left: -4px;
	}

	#sec5 .recruit-container .contact {
		margin-left: -4px;
		margin-top: 36px;
	}

}

@media screen and (max-width: 375px) {

	#sec5 .recruit-container .message {
		line-height: 1.6;
		margin-left: -6px;
	}

	#sec5 .recruit-container .contact {
		margin-top: 30px;
		margin-left: -6px;
	}

}

@media screen and (max-width: 320px) {

	#sec5 .recruit-container .message {
		font-size: 12px;
	}

}

footer {
	width: 100%;
	padding: 128px 0 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

footer .image-footer-logo {
	width: 141px;
	height: auto;
}

footer .company-name {
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 72px;
}

footer .address,
footer .license {
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 24px;
	text-align: center;
	line-height: 1.8;
}

footer .copyright {
	font-size: 11px;
	letter-spacing: 2px;
	margin-top: 96px;
}

@media screen and (max-width: 767px) {

	footer {
		width: 100%;
		padding: 96px 0 32px;
	}

	footer .image-footer-logo {
		width: 95px;
		height: auto;
	}

	footer .company-name {
		font-size: 17px;
		margin-top: 56px;
	}

	footer .address,
	footer .license {
		font-size: 13px;
		margin-top: 24px;
		line-height: 2;
		text-align: center;
	}

	footer .license {
		margin-top: 16px;
	}

	footer .copyright {
		font-size: 11px;
		margin-top: 72px;
	}

}

@media screen and (max-width: 320px) {

	footer .address,
	footer .license {
		font-size: 10px;
	}

	footer .copyright {
		font-size: 9px;
		margin-top: 56px;
	}

}

/* 汎用クラス */
.pc-hidden {
	display: none;
}

@media screen and (max-width: 767px) {

	.sp-hidden {
		display: none;
	}

	.pc-hidden {
		display: block;
	}

}