@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	position: relative;
}
#main .mainVisual .fooUl {
	line-height: 0;
	height: 100vh;
}
#main .mainVisual .fooUl li,
#main .mainVisual .fooUl .slick-list,
#main .mainVisual .fooUl .slick-track,
#main .mainVisual .fooUl .slick-slide,
#main .mainVisual .fooUl .slick-slide > div {
	height: 100%;
}
#main .mainVisual .fooUl li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
}
#main .mainVisual .fooUl .animate img {
	animation: slideimg 11s forwards linear;
}
@keyframes slideimg {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
#main .mainVisual .inner {
	padding-top: 21rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 110rem;
}
#main .mainVisual .inner .titleImg {
	margin-bottom: 5.2rem;
	width: 49rem;
}
#main .mainVisual .inner .en {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.08rem;
	font-family: "Roboto", sans-serif;
}
#main .mainVisual .scrollBox {
	position: absolute;
	bottom: 0;
	right: 4.7rem;
}
#main .mainVisual .scrollBox a {
	padding: 0 0 21.7rem;
	position: relative;
	display: block;
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.06rem;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#main .mainVisual .scrollBox a:hover {
	opacity: 0.7;
}
#main .mainVisual .scrollBox a::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 20.1rem;
	background: #FFF;
	content: '';
}
#main .message {
	padding: 11.4rem 0 12.4rem;
}
#main .message .hTitle {
	color: #B9A76F;
	font-size: 2.4rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	letter-spacing: 0.24rem;
}
#main .message .textBox {
	margin-top: -0.2rem;
	width: calc(100% - 23.1rem);
}
#main .message .textBox .text {
	margin-bottom: 4rem;
	font-size: 2rem;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	line-height: 2;
	letter-spacing: 0.2rem;
}
#main .message .textBox .text:last-child {
	margin-bottom: 0;
}
#main .message .textBox .textArea {
	margin-top: 6.3rem;
}
#main .message .textBox .textArea .textImg {
	margin-bottom: 3.8rem;
	width: 44.8rem;
}
#main .message .textBox .textArea .smallText {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	font-family: 'Noto Serif JP', serif;
}
#main .outPhotoList li {
	margin-right: 0.2rem;
	width: 47.5rem;
}
#main .comImgArea {
	padding: 0;
	background: #FFF;
}
#main .comImgArea .imgBox {
	margin-bottom: 0;
	padding: 20rem 0 19.9rem;
	background: rgba(200, 186, 140, 0.3);
}
#main .comImgArea .imgBox .photoBox {
	width: 61.25%;
	position: relative;
}
#main .comImgArea .imgBox .photoBox img {
	width: 100%;
}
#main .comImgArea .imgBox .photoBox .textImg {
	display: block;
	position: absolute;
	top: -8rem;
	left: -5rem;
	width: 14.7rem;
	mix-blend-mode: overlay;
}
#main .comImgArea .imgBox .textBox {
	width: 38.75%;
}
#main .comImgArea .imgBox .textBox .subBox {
	margin-left: auto;
	width: 38.8rem;
}
#main .comImgArea .imgBox .textBox .subBox .headLine03 {
	margin-bottom: 5rem;
}
#main .comImgArea .imgBox.reverse {
	background: #F7F5EE;
}
#main .comImgArea .imgBox.reverse .photoBox .textImg {
	top: -8rem;
	left: auto;
	right: -5rem;
}
#main .comImgArea .imgBox.reverse .textBox .subBox {
	margin-left: 8.2rem;
}
#main .interview .comBgBox {
	padding-bottom: 12rem;
}
#main .interview .comBox {
	padding: 19.8rem 0 0;
}
#main .interview .topBox {
	margin-bottom: 6.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .interview .topBox .text {
	margin-top: 4.1rem;
	width: calc(100% - 35rem);
	line-height: 2;
}
#main .interview .comInnerBox .area.style01 {
	margin-top: 4.7rem;
}
#main .system {
	padding: 19.8rem 0 20rem;
}
#main .system .inner {
	align-items: flex-start;
}
#main .system .inner .textBox {
	width: 35rem;
}
#main .system .inner .textBox .comText {
	margin-bottom: 5.7rem;
}
#main .system .inner .linkArea {
	width: calc(100% - 43.6rem);
	gap: 2rem 0;
}
#main .system .inner .linkArea .area {
	width: calc((100% - 2rem) / 2);
}
#main .system .inner .linkArea .area a {
	padding: 3.2rem 2rem 8.8rem;
	height: 100%;
	display: block;
	border: 1px solid #C8BA8C;
	background: #FFF url(../img/common/icon07.png) no-repeat center bottom 2.3rem / 4rem;
}
#main .system .inner .linkArea .area a:hover {
	opacity: 0.7;
}
#main .system .inner .linkArea .area .photo {
	margin: 0 auto 2.6rem;
	width: 10.2rem;
}
#main .system .inner .linkArea .area .title {
	margin-bottom: 1.8rem;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.24rem;
	text-align: center;
}
#main .system .inner .linkArea .area .text {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
}
#main .recruit {
	padding: 0.5rem 0 10rem;
	position: relative;
	background: #B9A76F;
}
#main .recruit .enImg {
	margin: -3.3rem auto 5.4rem;
	width: 110rem;
	mix-blend-mode: overlay;
}
#main .recruit .text {
	margin-bottom: 5.7rem;
	color: #FFF;
	text-align: center;
	line-height: 2;
}
@media all and (max-width: 896px) {
	#main {
		padding-top: 0;
	}
	#main .mainVisual .inner {
		padding-top: 0;
		position: absolute;
		top: 38.7rem;
		left: 3rem;
		right: 3rem;
		transform: none;
		width: auto;
		max-width: inherit;
	}
	#main .mainVisual .inner .titleImg {
		margin-bottom: 2.8rem;
		width: 29.8rem;
	}
	#main .mainVisual .inner .en {
		font-size: 1.2rem;
		letter-spacing: 0.06rem;
	}
	#main .mainVisual .fooUl li img {
		object-position: center 20%;
	}
	#main .mainVisual .scrollBox {
		right: 2.7rem;
	}
	#main .mainVisual .scrollBox a {
		padding: 0 0 5.8rem;
		font-size: 1rem;
		letter-spacing: 0.05rem;
	}
	#main .mainVisual .scrollBox a::before {
		margin-left: -1px;
		height: 5rem;
	}
	#main .message {
		padding: 7.4rem 0 8.2rem;
	}
	#main .message .inner {
		display: block;
	}
	#main .message .hTitle {
		margin-bottom: 3.5rem;
	}
	#main .message .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .message .textBox .text {
		margin-bottom: 3rem;
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: 0.08rem;
		text-align: justify;
	}
	#main .message .textBox .textArea {
		margin-top: 4rem;
	}
	#main .message .textBox .textArea .textImg {
		margin-bottom: 2.7rem;
		width: 27rem;
	}
	#main .message .textBox .textArea .smallText {
		font-size: 1.6rem;
		letter-spacing: 0.08rem;
	}
	#main .outPhotoList li {
		margin-right: 0.2rem;
		width: 30rem;
	}
	#main .comImgArea .imgBox {
		margin-bottom: 0;
		padding: 8rem 0;
		display: block;
	}
	#main .comImgArea .imgBox .photoBox {
		margin: 0 0 3.9rem 3rem;
		width: auto;
	}
	#main .comImgArea .imgBox .photoBox .textImg {
		top: -5.6rem;
		left: -1.5rem;
		width: 6.6rem;
	}
	#main .comImgArea .imgBox .textBox {
		width: auto;
	}
	#main .comImgArea .imgBox .textBox .subBox {
		margin: 0 3rem !important;
		width: auto;
	}
	#main .comImgArea .imgBox .textBox .subBox .headLine03 {
		margin-bottom: 2.8rem;
	}
	#main .comImgArea .imgBox .textBox .subBox .comText {
		margin-bottom: 4.1rem;
	}
	#main .comImgArea .imgBox.reverse {
		padding-bottom: 7.9rem;
	}
	#main .comImgArea .imgBox.reverse .photoBox {
		margin: 0 3rem 3.9rem 0;
	}
	#main .comImgArea .imgBox.reverse .photoBox .textImg {
		top: -5.6rem;
		left: auto;
		right: -1.5rem;
	}
	#main .interview .comBgBox {
		padding-bottom: 8rem;
	}
	#main .interview .comBox {
		margin: 0 1.5rem;
		padding: 7.9rem 0 0;
	}
	#main .interview .topBox {
		margin: 0 -1.5rem 4.9rem;
		display: block;
	}
	#main .interview .topBox .headLine03 {
		margin-bottom: 2.8rem;
	}
	#main .interview .topBox .text {
		margin-top: 0;
		width: auto;
		line-height: 1.8;
		text-align: justify;
	}
	#main .interview .comInnerBox .area.style01 {
		margin-top: 3.2rem;
	}
	#main .system {
		padding: 7.9rem 0 8rem;
	}
	#main .system .inner {
		display: block;
	}
	#main .system .inner .textBox {
		width: auto;
	}
	#main .system .inner .textBox .comText {
		margin-bottom: 4rem;
	}
	#main .system .inner .linkArea {
		width: auto;
		display: block;
	}
	#main .system .inner .linkArea .area {
		margin-bottom: 2.4rem;
		width: auto;
	}
	#main .system .inner .linkArea .area a {
		padding: 3.1rem 2rem 8.8rem;
	}
	#main .system .inner .comBtn {
		margin: 5.6rem auto 0;
	}
	#main .recruit {
		padding: 0.5rem 0 8rem;
	}
	#main .recruit .enImg {
		margin: -2.3rem auto 6.2rem;
		width: auto;
	}
	#main .recruit .enImg img {
		width: 100%;
	}
	#main .recruit .headLine03 {
		margin-bottom: 2.8rem;
	}
	#main .recruit .text {
		margin-bottom: 5.6rem;
		line-height: 1.8;
	}
}