@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");

html.fixed,
html.fixed body {
	overflow: hidden;
}

html {
	overflow-x: hidden;
}
body {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
	color: #fff;
	background: #000;
	font-size: 18px;
	letter-spacing: 0.06em;
	overflow-x: hidden;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	color: inherit;
	text-decoration: none;
}
header a[target="_blank"],
footer a[target="_blank"] {
	padding-right: 20px;
	background: url(../img/common/new_win_w.png) right center/12px auto no-repeat;
}
.wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.fl {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.opti {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 2px;
}
.tac {
	text-align: center;
}

/*hum*/

header.fl {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
	width: 100%;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all 0.4s;
	-webkit-transition: -webkit-transform all 0.4s;
}
.menu-trigger {
	width: 40px;
	height: 32px;
	z-index: 100;
	position: fixed;
	right: 20px;
	top: 20px;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
	-moz-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
	-ms-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 14px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(14px) rotate(-45deg);
	transform: translateY(14px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-14px) rotate(45deg);
	transform: translateY(-14px) rotate(45deg);
}
.sp_nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	transition: 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	padding: 20px 0;
	text-align: center;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}
.sp_nav.active {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.sp_nav li {
	padding: 10px 0;
	font-size: 24px;
}
/*humここまで*/

.entry_btn {
	position: fixed;
	top: auto;
	bottom: 30px;
	right: 10px;
	width: 148px;
	z-index: 99;
	filter: drop-shadow(0px 0px 6px #4747476b);
}
.cont_title {
	text-align: center;
}
.sub_title {
	text-align: center;
	margin-top: 30px;
}
.sub_title span {
	display: inline-block;
	font-weight: bold;
	padding-bottom: 15px;
	letter-spacing: 0.3em;
	/* border-bottom: 5px solid #000;
	color: #000; */
	border-bottom: 5px solid #fff;
	color: #fff;
}
.building_bg {
	background: url(../img/common/buliding_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 150px 0;
}

.marker {
	position: relative;
	z-index: 2;
	display: inline-block;
}
.marker::before {
	display: inline-block;
	content: "";
	background: -o-linear-gradient(left, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
	background: -webkit-gradient(linear, left top, right top, from(#ceda00), color-stop(50%, #8dc21f), to(#4dbaa9));
	background: linear-gradient(to right, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
	width: 150%;
	height: 1em;
	position: absolute;
	z-index: -1;
	-webkit-transform: skewX(-30deg) translateX(-50%);
	transform: skewX(-30deg) translateX(-50%);
	bottom: -0.2em;
	left: 50%;
}

/*------------
header
------------*/

.header_logo {
	width: 220px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/*------------
footer
------------*/

footer {
	background: #1f1f1f;
	color: #fff;
	text-align: center;
	padding: 80px 0 20px;
}
.footer_nav li a {
	padding: 0 20px;
}
.footer_nav li:after {
	content: "|";
}
.footer_nav li:last-child:after {
	content: "";
}
.footer_nav {
	margin-top: 80px;
}
.footer_logo {
	max-width: 250px;
	display: inline-block;
}
.copy {
	display: block;
	margin-top: 60px;
}

.tab,
.sp {
	display: none;
}

@media only screen and (max-width: 1199px) {
	.mv_sp img {
		width: 100%;
	}
	.pc {
		display: none;
	}
	.tab {
		display: inherit;
	}

	.wrap {
		padding: 0 4%;
	}

	.building_bg {
		padding: 90px 0 100px;
	}

	.entry_btn {
		width: 22%;
		max-width: 140px;
		bottom: 1%;
		right: 1%;
	}

	/*------------
header
------------*/

	header.fl {
		position: absolute;
		top: auto;
	}

	/*------------
footer
------------*/

	footer {
		padding-bottom: 10px;
	}
	footer nav ul {
		justify-content: center;
	}
	footer nav li a {
		padding: 0 20px 5px;
	}
	.copy {
		font-size: 12px;
		margin-top: 30px;
	}
	.footer_logo {
		width: 200px;
	}
	.footer_nav {
		display: none;
	}
}

@media only screen and (max-width: 420px) {
	.building_bg {
		padding: 50px 0 60px;
	}
	.sp {
		display: inherit;
	}
	.tab,
	.sp_none {
		display: none;
	}

	header.fl {
		padding: 10px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.cont_title {
		max-width: 80%;
		margin: 0 auto;
	}
	.sub_title {
		font-size: 14px;
	}
	.header_logo {
		display: inherit;
		width: 120px;
	}
	.menu-trigger {
		top: 10px;
		right: 10px;
		width: 32px;
		height: 26px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 11px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-45deg);
		transform: translateY(11px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
	}
	.sp_nav {
		height: auto;
	}
	.sp_nav li a {
		font-size: 14px;
	}

	footer {
		padding: 40px 0 20px;
	}
	.footer_nav ul {
		display: block;
	}
	.footer_nav li::after {
		content: none;
	}
	.footer_nav li a {
		font-size: 13px;
	}
	.footer_logo {
		width: 160px;
	}
	.copy {
		margin-top: 20px;
	}
}
