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




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header .recruit-nav {
	display: none;
}
#header.active .recruit-nav {
	display: flex;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	padding-bottom: 70px;
}



/* opening
--------------------- */
.opening{
    width: 100%;
    height: 100vh;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
	pointer-events: none;
}
.opening__mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,1);
    z-index: 1;
	pointer-events: none;
}
.opening__logo{
    display: block;
    width: 250px;
    height: 150px;
    z-index: 2;
    opacity: 0;/*予め透明に*/
	pointer-events: none;
}


	
	
/* kv
--------------------- */
#kv {
	width: 100%;
	height: -webkit-calc(100vh - 70px);
	height: calc(100vh - 70px);
	overflow: hidden;
	position: relative;
}
	#kv h2 {
		font-size: clamp(9.375rem, 9.615vw + 0.962rem, 12.5rem);
		line-height: 1.2em;
		color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}


	
	
/* local-nav
--------------------- */
#local-nav {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 15;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
body.fixed #local-nav {
	opacity: 0;
	pointer-events: none;
}
#local-nav ul.nav-btn {
	background: #00A33C;
}
	#local-nav ul.nav-btn li {
		width: 33.3333333%;
		border-right: solid 1px rgba(255,255,255,0.3);
	}
	#local-nav ul.nav-btn li:nth-last-child(1) {
		border-right: none;
	}
		#local-nav ul.nav-btn li a {
			display: flex;
			justify-content: center;
			align-items: center;
			height: 70px;
			font-size: 1.8rem;
			font-weight: 700;
			line-height: 1.3em;
			text-align: center;
			color: #fff;
		}
		#local-nav ul.nav-btn li a.active {
			background: #74B933;
		}


	
	
/* popup
--------------------- */
.popup {
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 14;
}
	.popup .bg {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: -webkit-calc(100vh - 70px);
		height: calc(100vh - 70px);
		background: rgba(0,0,0,0.85);
	}
		.popup .bg .area {
			width: 1100px;
			margin: 0 auto;
		}
			.popup .bg .area h2 {
				font-size: 3.4rem;
				font-weight: 700;
				line-height: 1.3em;
				text-align: center;
				color: #fff;
			}

			.popup .bg .area .list a.linkbox {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 31%;
				height: 200px;
				padding: 10px;
				margin-right: 3.5%;
				margin-top: 3.5%;
				position: relative;
			}
			.popup .bg .area .list a.linkbox:hover {
				opacity: 0.7;
			}
			.popup .bg .area .list a.linkbox:nth-child(3) {
				margin-right: 0;
			}
			.popup .bg .area .list a.linkbox:nth-child(4) {
				width: 48.25%;
			}
			.popup .bg .area .list a.linkbox:nth-child(5) {
				width: 48.25%;
				margin-right: 0;
			}
			.popup02 .bg .area .list a.linkbox:nth-child(4) {
				width: 31%;
			}
			.popup02 .bg .area .list a.linkbox:nth-child(5) {
				width: 31%;
				margin-right: 3.5%;
			}
			.popup02 .bg .area .list a.linkbox:nth-child(6) {
				width: 31%;
				margin-right: 0;
			}

			.popup01 .bg .area .list a.linkbox:nth-child(1) {
				background: url("../img/top_nav01_pht01.jpg") no-repeat center / cover;
			}
			.popup01 .bg .area .list a.linkbox:nth-child(2) {
				background: url("../img/top_nav01_pht02.jpg") no-repeat center / cover;
			}
			.popup01 .bg .area .list a.linkbox:nth-child(3) {
				background: url("../img/top_nav01_pht03.jpg") no-repeat center / cover;
			}
			.popup01 .bg .area .list a.linkbox:nth-child(4) {
				background: url("../img/top_nav01_pht04.jpg") no-repeat center / cover;
			}
			.popup01 .bg .area .list a.linkbox:nth-child(5) {
				background: url("../img/top_nav01_pht05.jpg") no-repeat center / cover;
			}

			.popup02 .bg .area .list a.linkbox:nth-child(1) {
				background: url("../img/top_nav02_pht01.jpg") no-repeat center / cover;
			}
			.popup02 .bg .area .list a.linkbox:nth-child(2) {
				background: url("../img/top_nav02_pht02.jpg") no-repeat center / cover;
			}
			.popup02 .bg .area .list a.linkbox:nth-child(3) {
				background: url("../img/top_nav02_pht03.jpg") no-repeat center / cover;
			}
			.popup02 .bg .area .list a.linkbox:nth-child(4) {
				background: url("../img/top_nav02_pht04.jpg") no-repeat center / cover;
			}
			.popup02 .bg .area .list a.linkbox:nth-child(5) {
				background: url("../img/top_nav02_pht05.jpg") no-repeat center / cover;
			}
			.popup02 .bg .area .list a.linkbox:nth-child(6) {
				background: url("../img/top_nav02_pht06.jpg") no-repeat center / cover;
			}

			.popup03 .bg .area .list a.linkbox:nth-child(1) {
				background: url("../img/top_nav03_pht01.jpg") no-repeat center / cover;
			}
			.popup03 .bg .area .list a.linkbox:nth-child(2) {
				background: url("../img/top_nav03_pht02.jpg") no-repeat center / cover;
			}
			.popup03 .bg .area .list a.linkbox:nth-child(3) {
				background: url("../img/top_nav03_pht03.jpg") no-repeat center / cover;
			}
			.popup03 .bg .area .list a.linkbox:nth-child(4) {
				background: url("../img/top_nav03_pht04.jpg") no-repeat center / cover;
			}
			.popup03 .bg .area .list a.linkbox:nth-child(5) {
				background: url("../img/top_nav03_pht05.jpg") no-repeat center / cover;
			}
				.popup .bg .area .list a.linkbox .head {
					font-size: 2.2rem;
					font-weight: 700;
					text-align: center;
					line-height: 1.4em;
					color: #fff;
				}
				.popup .bg .area .list a.linkbox .more {
					width: 100%;
					font-size: 1.3rem;
					font-weight: 700;
					text-align: center;
					line-height: 1;
					color: #fff;
					text-decoration: underline;
					position: absolute;
					bottom: 30px;
					left: 0;
					transition: 0.3s;
					-webkit-transition: 0.3s;
				}
				.popup .bg .area .list a.linkbox:hover .more {
					letter-spacing: 0.06em;
					text-decoration: none;
				}





/* 1200px */
@media screen and (max-width: 1200px) {

	
/* popup
--------------------- */
.popup .bg .area {
	width: 100%;
	padding: 0 4%;
}

	
}




/* 1024px */
@media screen and (max-width: 1024px) {


	
	
/* kv
--------------------- */
#kv {
	height: -webkit-calc(100vh - 60px);
	height: calc(100vh - 60px);
}
	#kv h2 {
		font-size: 10.5vw;
		bottom: 0;
	}


	
	
/* local-nav
--------------------- */
#local-nav ul.nav-btn li a {
	height: 60px;
	font-size: 1.6rem;
}
	#local-nav ul.nav-btn li a .ipad {
		display: block;
	}


	
	
/* popup
--------------------- */
.popup .bg {
	height: -webkit-calc(100vh - 60px);
	height: calc(100vh - 60px);
}
	.popup .bg .area h2 {
		font-size: 3.0rem;
	}

	.popup .bg .area .list a.linkbox .head {
		font-size: 2.0rem;
	}
	.popup .bg .area .list a.linkbox .more {
		font-size: 1.2rem;
	}


}





/* max 768px */
@media screen and (max-width: 768px) {




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header .recruit-nav {
	display: flex;
}


	
	
/* kv
--------------------- */
#kv {
	width: 100%;
	height: -webkit-calc(100vh - 110px);
	height: calc(100vh - 110px);
	height: -webkit-calc(100dvh - 110px);
	height: calc(100dvh - 110px);
	overflow: hidden;
	position: relative;
}
	#kv h2 {
		font-size: 15.0vw;
		bottom: 0;
	}


	
	
/* local-nav
--------------------- */
#local-nav {
	width: 100%;
	position: fixed;
	bottom: 50px;
	left: 0;
	z-index: 15;
}
	#local-nav ul.nav-btn li a {
		height: 60px;
		font-size: 1.2rem;
		line-height: 1.0em;
	}


	
	
/* popup
--------------------- */
.popup .bg {
	height: -webkit-calc(100vh - 110px);
	height: calc(100vh - 110px);
}
	.popup .bg .area {
		padding: 0 5%;
	}
		.popup .bg .area h2 {
			font-size: 1.8rem;
			margin-bottom: 20px;
		}

		.popup .bg .area .list {
			display: block;
		}
			.popup .bg .area .list a.linkbox {
				justify-content: space-between;
				width: 100%;
				height: 64px;
				padding: 0;
				margin-right: 0 !important;
				margin-top: 4%;
			}
			.popup .bg .area .list a.linkbox:hover {
				opacity: 1;
			}
			.popup .bg .area .list a.linkbox:nth-child(3) {
				margin-right: 0;
			}
			.popup .bg .area .list a.linkbox:nth-child(4) {
				width: 100%;
			}
			.popup .bg .area .list a.linkbox:nth-child(5) {
				width: 100%;
			}
			.popup .bg .area .list a.linkbox:nth-child(6) {
				width: 100%;
			}
				.popup .bg .area .list a.linkbox .head {
					font-size: 1.6rem;
					text-align: left;
					padding-left: 20px;
				}
				.popup .bg .area .list a.linkbox .more {
					width: auto;
					font-size: 1.2rem;
					text-align: right;
					padding-right: 20px;
					position: static;
				}
				.popup .bg .area .list a.linkbox:hover .more {
					letter-spacing: 0;
					text-decoration: underline;
				}


}