@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.en {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.yamamiRED {
	color: #cf0012;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.rec_pc_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 7px solid;
	border-image: linear-gradient(to right, #7d0012, #cf0012) 1;
	.logo {
		padding: 20px;
		img {
			width: 200px;
			margin-right: 1vw;
		}
	}
	.item {
		display: flex;
		a {
			display: block;
			width: 160px;
			padding: 10px 5px;
			text-align: center;
			font-size: 16px;
			font-weight: 400;
			color: #333;
			border-left: 1px solid #AAA;
			span {
				color: #cf0012;
			}
		}
		a:hover {
			background: #F0F0F0;
		}
	}
	.item:nth-child(2) {
		border-bottom: 1px solid #AAA;
	}
	.nav {
		position: relative;
		.retop a {
			position: absolute;
			top: 7px;
			left: -80px;
			display: block;
			text-align: center;
			font-size: 14px;
			font-weight: 500;
			color: #cf0012;
			i {
				font-size: 150%;
				color: #666;
			}
		}
	}
}
.top_mov {
	position: relative;
	video {
		display: block;
	}
	.catch {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		h1 {
			color: #FFF;
			font-size: 60px;
			font-weight: 500;
			line-height: 1.5;
			text-shadow: #111110 1px 0 10px;
		}
		.en {
			margin: 20px auto 0 auto;
			color: #FFF;
			font-size: 30px;
			font-weight: 600;
			text-shadow: #111110 1px 0 10px;
		}
	}
}
.overlap-slider{
	position:relative;
	width:100%;
	height:520px;
	overflow:hidden;
	.slide{
		position:absolute;
		inset:0;
		z-index:1;
		transform:translateX(100%);
		img{
			width:100%;
			height:100%;
			object-fit:cover;
			display:block;
		}
	}
}
.overlap-slider .slide.active{
	transform:translateX(0);
	z-index:2;
}
.overlap-slider .slide.animating{
	z-index:3;
	animation:slideIn 1.2s ease forwards;
}
@keyframes slideIn {
	from{
		transform:translateX(100%);
	}
	to{
		transform:translateX(0);
	}
}
.mes {
	background: linear-gradient(90deg, #e7e7e7, #afafaf);
	.container {
		padding: 60px 10%;
		.diag_title {
			display: flex;
			align-items: center;
			font-size: 21px;
			font-weight: 600;
			img {
				width: 24px;
				margin-right: 10px;
			}
		}
		.en {
			font-size: 87px;
			font-size: clamp(60px, 7.1vw, 90px);
			font-weight: 600;
		}
		.read {
			margin: 20px 0 0 170px;
			font-size: 32px;
			font-weight: 600;
			line-height: 1.6;
		}
		a.link_btn {
			width: 300px;
			margin: 30px auto 0 auto;
			display: block;
			position: relative;
			background: linear-gradient(90deg, #7d0012, #cf0012);
			p {
				padding: 20px;
				color: #FFF;
			}
			span {
				position: absolute;
				top: 18px;
				right: 20px;
				img {
					width: 24px;
				}
			}
		}
	}
}
.together {
	background: linear-gradient(90deg, #7d0012, #cf0012);
	.container {
		padding: 60px 10%;
		.diag_title {
			margin: 0 0 20px 0;
			display: flex;
			align-items: center;
			font-size: 21px;
			font-weight: 600;
			color: #FFF;
			img {
				width: 24px;
				margin-right: 10px;
			}
		}
		.en {
			font-size: 90px;
			font-weight: 600;
			color: #FFF;
		}
	}
	.item {
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		li {
			width: 50%;
			a {
				display: flex;
			}
			div:first-child {
				padding: 30px 0 30px 30px; 
				flex: 1;
				.diag_title {
					margin: 0 0 10px 0;
					padding: 0;
					display: flex;
					align-items: center;
					font-size: 18px;
					font-weight: 600;
					color: #FFF;
					img {
						width: 24px;
						margin-right: 10px;
					}
				}
			}
			.photo {
				padding: 25px;
				width: 45%;
				img {
					width: 100%;
				}
			}
			.en {
				margin: 5px 0 15px 0;
				color: #FFF;
				font-size: 32px;
				font-weight: 600;
				line-height: 1;
			}
			.cap {
				color: #FFF;
				font-size: 15px;
				font-weight: 600;
				line-height: 1.6;
			}
		}
	}
}
footer {
	padding: 60px 0 60px 0;
	background: linear-gradient(90deg, #7d0012, #cf0012);
	.item {
		display: flex;
		justify-content: center;
		li {
			margin: 0 1.2vw;
			text-align: center;
			.jp {
				margin: 0 auto 7px auto;
				color: #FFF;
				font-size: 1.2vw;
				font-weight: 500;
				line-height: 1.7;
			}
			.en {
				color: rgba(255, 255, 255, 0.8);
				font-size: 0.8vw;
				font-weight: 500;
			}
		}
	}
	.copyright {
		margin: 50px auto 0 auto;
		text-align: center;
		color: #FFF;
		font-size: 12px;
		letter-spacing: 1px;
	}
}
.btm_nav {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	border-top: 1px solid rgba(255, 255, 255, 0.518);
	li {
		padding: 12px 0;
		width: 50%;
		text-align: center;
		a {
			display: flex;
			justify-content: center;
			align-items: center;
		}
	}
	li:first-child {
		background: linear-gradient(90deg, #e7e7e7, #afafaf);
		font-size: 16px;
		font-weight: 500;
		img {
			width: 14px;
			margin-right: 7px;
		}
	}
	li:last-child {
		background: linear-gradient(90deg, #7d0012, #cf0012);
		color: #FFF;
		font-size: 16px;
		font-weight: 500;
		img {
			width: 22px;
			margin-right: 7px;
		}
	}
}
.catch {
	display: grid;
	place-content: center;
	h1 {
		margin: 0 auto 20px auto;
		text-align: center;
		color: #FFF;
		font-family: "Montserrat", sans-serif;
		font-size: 80px;
		font-weight: 600;
	}
	h2 {
		margin: 0 auto 20px auto;
		text-align: center;
		color: #FFF;
		font-size: 32px;
		font-weight: 600;
		line-height: 1.6;
	}
	.read {
		text-align: center;
		color: #FFF;
		font-size: 18px;
		font-weight: 500;
		line-height: 1.8;
	}
	
}
.in_catch {
	height: 600px;
	background: linear-gradient(90deg, #7d0012, #cf0012);
	display: grid;
	place-content: center;
	h1 {
		margin: 0 auto 20px auto;
		text-align: center;
		color: #FFF;
		font-family: "Montserrat", sans-serif;
		font-size: 80px;
		font-weight: 600;
	}
	h2 {
		margin: 0 auto 20px auto;
		text-align: center;
		color: #FFF;
		font-size: 32px;
		font-weight: 600;
		line-height: 1.6;
	}
	.read {
		text-align: center;
		color: #FFF;
		font-size: 18px;
		font-weight: 500;
		line-height: 1.8;
	}
}
.category_box {
	width: 100%;
	height: 600px;
	display: flex;
	.txt_block {
		display: grid;
		place-content: center;
		text-align: center;
		background: #FFF !important;
		.diag_title {
			margin: 0 auto 15px auto;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 17px;
			font-weight: 600;
			img {
				width: 20px;
				margin-right: 10px;
			}
		}
		.title {
			margin: 0 auto 30px auto;
			padding: 10px 40px;
			background: linear-gradient(90deg, #7d0012, #cf0012);
			display: inline-block;
			color: #FFF;
			font-size: 30px;
			font-weight: 600;
		}
		.read {
			margin: 0 auto 20px auto;
			font-size: 28px;
			font-weight: 600;
			line-height: 1.6;
		}
		.cap {
			margin: 0 auto 20px auto;
			font-size: 14px;
			font-weight: 500;
			line-height: 1.7;
		}
		a {
			color: #cf0012;
		}
	}
	.photo_block {
		img {
			width: 100%;
			object-fit: cover;
			height: 600px;
		}
	}
	li {
		width: 50%;
		background: #FFF;
	}
}
.reverse {
	flex-direction: row-reverse;
}
.position {
	padding: 120px 0;
	background: linear-gradient(90deg, #7d0012, #cf0012);
	h2 {
		padding: 0 0 50px 0;
		font-size: 70px;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
		color: #FFF;
	}
	.read {
		padding: 0px 0 50px 0;
		font-size: 20px;
		font-weight: 600;
		line-height: 1.7;
		text-align: center;
		color: #FFF;
	}
	.btn {
		text-align: center;
		a {
			width: 265px;
			height: 265px;
			display: inline-block;
			background: #FFF;
			border-radius: 50%;
			p {
				padding-top: 90px;
				font-size: 25px;
				font-weight: 600;
				line-height: 1.6;
			}
		}
	}
}
.title_pad {
	padding-top: 3%;
}
#area-recruit-text, #area-recruit-table {
	width: 90%;
	margin: auto;
	th, td {
		font-size: 16px;
		line-height: 1.7;
	}
}
@media (min-width: 769px) {
	.forSP { display: none;	}
	.rec_sp_nav { display: none; }
	.other_mem {
		width: 90%;
		margin: auto;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		.col-s {
			width: 30%;
		}
		.echo-title {
			padding-top: 10px !important;
			width: 50%;
			img {
				width: 100%;
			}
		}
		.echo-btn {
			width: 120px;
		}
		.echo-box {
			background-position: right bottom !important;
		}
	}
	.commit-common {
		.container {
			width: 90% !important;
			margin: 0 auto !important;
			padding: 0 0 50px 0 !important;
		}
	}
	#area-entry-qanda {
		.container {
			width: 90% !important;
			margin: 0 auto !important;
			padding: 0 0 50px 0 !important;
		}
	}
	.qanda-box {
		width: 100% !important;
		margin: 30px auto !important;
		padding: 30px 30px 30px 60px !important;
	}
}
@media (max-width: 768px) {
	.forPC { display: none;	}
	.rec_pc_nav {
		display: none;
	}
	.rec_sp_nav {
		height:50px;
		background: #FFF;
		display:flex;
		justify-content:space-between;
		align-items:center;
		padding: 0 10px 0 10px;
		.logo {
			img {
				width: 120px;
			}
		}
		.hamburger{
			width:30px;
			cursor:pointer;
			z-index:1001;
		}
		.hamburger span{
			display:block;
			height:2px;
			background:#cf0012;
			margin:6px 0;
			transition:.3s;
		}
		
		/* メニュー */
		.side-menu{
			position:fixed;
			top:0;
			right:0;
			width:280px;
			height:100%;
			background: linear-gradient(90deg, #7d0012, #cf0012);
			transform:translateX(100%);
			transition:transform .3s ease;
			z-index: 1000;
		}
		
		.side-menu.open{
			transform:translateX(0);
		}
		
		.side-menu ul{
			list-style:none;
		}
		
		.side-menu li{
			border-bottom:1px solid rgba(255, 255, 255, 0.2);
		}
		
		.side-menu a{
			display:block;
			color:#fff;
			text-decoration:none;
			padding:10px 10px 10px 20px;
			.jp {
				margin: 0 0 5px 0;
				font-size: 14px;
				font-weight: 500;
			}
			.en {
				font-size: 10px;
				color: rgba(255, 255, 255, 0.7);
			}
		}
		.entry {
			a {
				margin: 10px 20px 10px 20px;
				padding-left: 35px;
				display: block;
				color: #7d0012;
				background-color: #FFF;
				background-image: url(/recruit/commons/images/icon_entry.png);
				background-repeat: no-repeat;
				background-size: 20px auto;
				background-position: 10px center;
			}
		}
		
		/* 背景 */
		.overlay{
			display:none;
			position:fixed;
			top:0;
			left:0;
			width:100%;
			height:100%;
			background:rgba(0,0,0,.5);
			z-index:999;
		}
		
		/* ×ボタン */
		.hamburger.active span:nth-child(1){
			transform:translateY(9px) rotate(45deg);
			background:#FFF;
		}
		
		.hamburger.active span:nth-child(2){
			opacity:0;
		}
		
		.hamburger.active span:nth-child(3){
			transform:translateY(-9px) rotate(-45deg);
			background:#FFF;
		}
	}
	.top_mov {
		position: relative;
		height: 500px;
		video {
			object-fit: cover;
			object-position: center center;
			height: 500px;
			width: 100%;
		}
		.catch {
			width: 100%;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			text-align: center;
			h1 {
				color: #FFF;
				font-size: 7.5vw;
				font-weight: 500;
				line-height: 1.5;
			}
			.en {
				margin: 20px auto 0 auto;
				color: #FFF;
				font-size: 16px;
				font-weight: 600;
			}
		}
	}
	.mes {
		background: linear-gradient(90deg, #e7e7e7, #afafaf);
		width: 100%;
		.container {
			padding: 40px 5%;
			.diag_title {
				margin: 0 0 5px 0;
				display: flex;
				align-items: center;
				font-size: 13px;
				font-weight: 600;
				img {
					width: 13px;
					margin-right: 10px;
				}
			}
			.en {
				font-size: 40px;
				font-weight: 600;
			}
			.read {
				margin: 10px 0 0 0;
				font-size: 17px;
				font-weight: 600;
				line-height: 1.6;
			}
			a.link_btn {
				width: 240px;
				margin: 30px auto 0 auto;
				display: block;
				position: relative;
				background: linear-gradient(90deg, #7d0012, #cf0012);
				p {
					padding: 14px;
					font-size: 14px;
					color: #FFF;
				}
				span {
					position: absolute;
					top: 14px;
					right: 14px;
					img {
						width: 18px;
					}
				}
			}
		}
	}
	.overlap-slider{
		position:relative;
		width:100%;
		height:400px;
		overflow:hidden;
		.slide{
			position:absolute;
			inset:0;
			z-index:1;
			transform:translateX(100%);
			img{
				width:100%;
				height:100%;
				object-fit:cover;
				display:block;
			}
		}
	}
	.together {
		background: linear-gradient(90deg, #7d0012, #cf0012);
		.container {
			padding: 40px 5%;
			.diag_title {
				margin: 0 0 20px 0;
				display: flex;
				align-items: center;
				font-size: 13px;
				font-weight: 600;
				color: #FFF;
				img {
					width: 13px;
					margin-right: 10px;
				}
			}
			.en {
				font-size: 40px;
				font-weight: 600;
				color: #FFF;
			}
		}
		.item {
			margin: 0;
			display: block;
			li {
				width: 100%;
				a {
					display: flex;
				}
				div:first-child {
					padding: 20px 0 30px 5%; 
					flex: 1;
					.diag_title {
						margin: 0 0 10px 0;
						padding: 0;
						display: flex;
						align-items: center;
						font-size: 13px;
						font-weight: 600;
						color: #FFF;
						img {
							width: 13px;
							margin-right: 10px;
						}
					}
				}
				.photo {
					padding: 20px;
					width: 45%;
					img {
						width: 100%;
					}
				}
				.en {
					margin: 5px 0 15px 0;
					color: #FFF;
					font-size: 22px;
					font-weight: 600;
					line-height: 1.3;
				}
				.cap {
					color: #FFF;
					font-size: 12px;
					font-weight: 600;
					line-height: 1.6;
				}
			}
		}
	}
	.in_catch {
		height: 600px;
		background: linear-gradient(90deg, #7d0012, #cf0012);
		display: grid;
		place-content: center;
		h1 {
			margin: 0 auto 20px auto;
			text-align: center;
			color: #FFF;
			font-family: "Montserrat", sans-serif;
			font-size: 30px;
			font-weight: 600;
		}
		h2 {
			margin: 0 auto 20px auto;
			text-align: center;
			color: #FFF;
			font-size: 18px;
			font-weight: 600;
			line-height: 1.6;
		}
		.read {
			text-align: center;
			color: #FFF;
			font-size: 12px;
			font-weight: 500;
			line-height: 2.0;
		}
	}
	.category_box {
		width: 100%;
		height: auto;
		display: block;
		li {
			width: 100%;
		}
		.txt_block {
			display: block;
			height: 500px;
			.diag_title {
				margin: 0 auto 15px auto;
				font-size: 15px;
				img {
					width: 16px;
				}
			}
			.title {
				padding: 10px 30px;
				font-size: 20px;
			}
			.read {
				font-size: 20px;
			}
			.cap {
				font-size: 13px;
			}
		}
		.photo_block {
			height: 320px;
			img {
				width: 100%;
				object-fit: cover;
				height: 320px;
			}
		}
	}
	.position {
		padding: 100px 0;
		h2 {
			font-size: 25px;
		}
		.read {
			font-size: 13px;
		}
		.btn {
			a {
				width: 160px;
				height: 160px;
				p {
					padding-top: 55px;
					font-size: 15px;
				}
			}
		}
	}
	footer {
		padding: 30px 5% 50px 5%;
		background: linear-gradient(90deg, #7d0012, #cf0012);
		.item {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			li {
				width: 45%;
				margin: 0 0 24px 0;
				text-align: center;
				.jp {
					margin: 0 auto 5pxpx auto;
					color: #FFF;
					font-size: 14px;
					font-weight: 500;
					line-height: 1.7;
				}
				.en {
					color: rgba(255, 255, 255, 0.8);
					font-size: 10px;
					font-weight: 500;
				}
			}
		}
		.copyright {
			margin: 30px auto 0 auto;
			text-align: center;
			color: #FFF;
			font-size: 2.5vw;
			letter-spacing: 1px;
		}
	}
	.btm_nav {
		li {
			padding: 12px 0;
		}
		li:first-child {
			font-size: 14px;
			font-weight: 500;
			img {
				width: 13px;
				margin-right: 5px;
			}
		}
		li:last-child {
			font-size: 14px;
			font-weight: 500;
			img {
				width: 20px;
				margin-right: 5px;
			}
		}
	}
	.visit_btn {
		margin: 0 auto;
		width: 260px;
		.info-btn {
			font-size: 28px;
			font-weight: 500;
		}
	}
	.other_mem {
		width: 90%;
		margin: auto;
		overflow: hidden;
		display: block;
		.col-s {
			width: 100%;
		}
		.echo-title {
			padding-top: 10px !important;
			width: 50%;
			img {
				width: 100%;
			}
		}
		.echo-btn {
			width: 120px;
		}
		.echo-box {
			background-position: right bottom !important;
		}
	}
	#area-img {
		margin: auto !important;
		width: 90% !important;
		img.img-responsive {
			width: 100%;
		}
	}
	.qanda-box {
		width: 90%;
		margin: 0 auto 20px auto !important;
		padding: 20px 15px !important;
		background: #FFF !important;
	}
}
