@charset "UTF-8";
.mv {
	position: relative;
}
.video-box {
	position: relative;
	overflow: hidden;
	width: calc(100% - 160px);
	border-radius: 0 0 0 160px;
	left: 160px;
	height: 100vh;
	max-height: 700px;
	z-index: 1;
}
@media screen and (max-width: 1280px) {
	.video-box {
		width: calc(100% - 50px);
		border-radius: 0 0 0 50px;
		left: 50px;
		max-height: 400px;
	}
}
.video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mv:before {
	width: 320px;
	height: 100%;
	background: linear-gradient(#f8c6a2 0%, #f0c144 100%);
	left: 0;
	top: 0;
	z-index: -1;
}
.top-section01 {
	padding: 80px 0 0;
}
.top-section01 .cc {
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 50px;
}
.top-link-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 80px;
}
.top-link-box ul li {
	position: relative;
	border-left: solid 1px #D9D8D7;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	transition: all .5s;
}
.top-link-box ul li:hover {
	background: rgba(254, 251, 242, 1.00);
}
.top-link-box ul li:last-child {
	border-right: solid 1px #D9D8D7;
}
.top-link-box ul li .imgbox {
	width: 70%;
	margin: 20px auto 10px;
	;
}
.top-link-box ul li p {
	position: relative;
	padding-bottom: 30px;
}
.top-link-box ul li p:before {
	width: 27px;
	height: 6px;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	background-image: url("../img/common_img/gmenu-arrow.svg");
}
.top-section02 .top-message {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #F8F6EC;
}
.top-section02 .top-message .imgbox {
	width: 50%;
	position: relative;
	border-radius: 0 0 160px 0;
	overflow: hidden;
}
.top-section02 .top-message .txtbox {
	width: 50%;
	box-sizing: border-box;
	padding: 0 50px 0 5%;
	position: relative;
}
.top-section02 .top-message .txtbox .all-txt {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.top-section02 .top-message .txtbox .all-txt .ttl {
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	color: #D1C086;
	font-weight: 500;
	margin-bottom: 20px;
}
.top-section02 .top-message .txtbox .all-txt .cc {
	font-size: min(1.7vw, 24px);
	font-weight: 500;
	line-height: 1.6em;
	padding-bottom: 20px;
}
.top-section02 .top-message .txtbox .all-txt > p:nth-child(2) {
	font-size: 14px;
	line-height: 1.4em;
	padding-bottom: 10px;
}
.top-section02 .top-message .txtbox .all-txt > p:nth-child(3) {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 500;
	letter-spacing: .08em;
	margin-bottom: 30px;
}
.top-section02 .top-message .txtbox .all-btn {
	position: relative;
}
.top-section03 {
	padding: 120px 0 80px;
}
.top-section04 {
	padding: 60px 0 120px;
	background: url("../img/top_img/top-recruit.jpg") no-repeat center center;
	background-size: cover;
	min-height: 500px;
}
.top-section04 .h3-style01 span {
	color: #FFF;
}
.top-section04 .h3-style01:before {
	background-image: url("../img/common_img/deco-img01-white.svg");
}
.top-section04 .top-recruit-cc {
	width: 470px;
	padding: 20px 0 30px;
}
.top-section04 .top-recruit-cc + p {
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
}
.top-section04 .btn01 {
	margin: 30px 0 0;
}
.btn01 {
	background: #FFF;
	border-radius: 6px;
	z-index: 3;
	display: inline-block;
	transition: all .5s;
	position: relative;
}
.btn01 p {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	padding: 10px 80px;
}
.btn01:after {
	width: 27px;
	height: 6px;
	right: 10px;
	top: calc(50% - 3px);
	background-image: url("../img/common_img/gmenu-arrow.svg");
}
.all-btn {
	background: #D1C086;
	width: 160px;
	height: 24px;
	border-radius: 4px;
	z-index: 2;
	display: inline-block;
	filter: drop-shadow(2px 2px 4px rgba(214, 214, 214, 0.5));
	position: absolute;
	right: 0;
	top: 0;
	transition: all .5s;
}
.all-btn:before {
	width: 27px;
	height: 6px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../img/common_img/arrow-white.svg");
}
.all-btn p {
	color: #FFF;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
}
.all-btn:hover {
	background: #C4AF65;
}
@media screen and (max-width: 767px) {
	.mv {
		position: relative;
	}
	.video-box {
		position: relative;
		overflow: hidden;
		width: calc(100% - 20px);
		border-radius: 0 0 0 50px;
		left: 20px;
		height: 400px;
		z-index: 1;
	}
	.video {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		height: 400px;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.mv:before {
		width: 100px;
		height: 100%;
		background: linear-gradient(#f8c6a2 0%, #f0c144 100%);
		left: 0;
		top: 0;
		z-index: -1;
	}
	.top-section01 {
		padding: 40px 0 0;
	}
	.top-section01 .cc {
		font-size: 17px;
		font-weight: 500;
		padding-bottom: 50px;
	}
	.top-section01 > .imgbox {
		width: 100%;
		overflow: hidden;
		text-align: center;
		position: relative;
	}
	.top-link-box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 auto 80px;
		max-width: 500px;
	}
	.top-link-box ul li {
		position: relative;
		border-left: solid 1px #D9D8D7;
		width: 50%;
		box-sizing: border-box;
		text-align: center;
		transition: all .5s;
		margin-bottom: 20px;
	}
	.top-link-box ul li:hover {
		background: rgba(254, 251, 242, 1.00);
	}
	.top-link-box ul li:nth-child(even) {
		border-right: solid 1px #D9D8D7;
	}
	.top-link-box ul li p {
		position: relative;
		font-size: 13px;
		padding-bottom: 30px;
	}
	.top-section02 .top-message {
		position: relative;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		background: #F8F6EC;
	}
	.top-section02 .top-message .imgbox {
		width: 100%;
		max-width: 480px;
		position: relative;
		top: 0;
		border-radius: 0 0 160px 0;
		overflow: hidden;
		margin-bottom: 40px;
	}
	.top-section02 .top-message .txtbox {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 50px 0 5%;
		position: relative;
	}
	.top-section02 .top-message .txtbox .all-txt {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.top-section02 .top-message .txtbox .all-txt .ttl {
		font-size: 32px;
		font-family: 'Montserrat', sans-serif;
		color: #D1C086;
		font-weight: 500;
		margin-bottom: 20px;
	}
	.top-section02 .top-message .txtbox .all-txt .cc {
		font-size: min(4.8vw, 18px);
		font-weight: 500;
		line-height: 1.6em;
		padding-bottom: 20px;
	}
	.top-section02 .top-message .txtbox .all-txt > p:nth-child(2) {
		font-size: 14px;
		line-height: 1.4em;
		padding-bottom: 10px;
	}
	.top-section02 .top-message .txtbox .all-txt > p:nth-child(3) {
		font-size: 18px;
		line-height: 1.4em;
		font-weight: 500;
		letter-spacing: .08em;
		margin-bottom: 30px;
	}
	.top-section02 .top-message .txtbox .all-btn {
		position: relative;
		left: 0;
		transform: translateX(0);
		margin-bottom: 40px;
	}
	.top-section03 {
		padding: 60px 0 20px;
	}
	.top-section04 {
		padding: 60px 0 120px;
		background: url("../img/top_img/top-recruit.jpg") no-repeat 35% center;
		background-size: cover;
		min-height: 400px;
	}
	.top-section04 .h3-style01 span {
		color: #FFF;
	}
	.top-section04 .h3-style01:before {
		background-image: url("../img/common_img/deco-img01-white.svg");
	}
	.top-section04 .top-recruit-cc {
		width: 90%;
		max-width: 400px;
		padding: 20px 0 30px;
	}
	.top-section04 .top-recruit-cc + p {
		color: #FFF;
		font-size: 20px;
		font-weight: 500;
	}
	.top-section04 .btn01 {
		margin: 30px 0 0;
	}
	.btn01 {
		background: #FFF;
		border-radius: 6px;
		z-index: 3;
		display: inline-block;
		transition: all .5s;
		position: relative;
	}
	.btn01 p {
		font-size: 16px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 500;
		text-align: center;
		padding: 10px 80px;
	}
	.btn01:after {
		width: 27px;
		height: 6px;
		right: 10px;
		top: calc(50% - 3px);
		background-image: url("../img/common_img/gmenu-arrow.svg");
	}
	.all-btn {
		border-radius: 4px;
		z-index: 2;
		display: inline-block;
		filter: drop-shadow(2px 2px 4px rgba(214, 214, 214, 0.5));
		position: relative;
		right: 0;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		transition: all .5s;
	}
	.all-btn p {
		color: #FFF;
		font-size: 12px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 500;
		padding: 0 30px 0 5px;
	}
	.all-btn:hover {
		background: #C4AF65;
	}
}
@media screen and (max-width: 480px) {
	.video-box {
		height: 300px;
	}
	.video {
		height: 300px;
	}
}