@charset "UTF-8";

/* ----- topNear ----- */

.topNear {
	position: relative;
}

.topNear>.slideLR_SclTrigger {
	position: absolute;
	top: 9rem;
	left: 0;
	z-index: 2;
	width: 100%;
}

.topNear .heading {
	color: #fff;
}

.topNear .heading::before {
	background-color: #fff;
}

.topNear__svg {
	position: absolute;
	bottom: 18rem;
	right: 6.5rem;
	width: 79.9rem;
	z-index: 2;
}

.ly-topNear {
	position: absolute;
	top: 25.5rem;
	left: 12.5rem;
	z-index: 2;
	width: 75rem;
}

.topNear__ttl {
	font-size: 5rem;
	font-weight: 600;
	color: #fff;
}

.topNear__txt {
	font-size: 2.5rem;
	color: #fff;
	line-height: 2;
	margin-top: 6rem;
}

/* ----- topService ----- */
.topService {
	position: relative;
	padding: 25rem 0 18rem;
	overflow: hidden;
}

/* ----- topRecruit ----- */
.ly-mediaJob {
	display: flex;
	margin-bottom: 20rem;
}

.mediaJob__wrap {
	position: relative;
}

.mediaJob {
	width: 60rem;
	height: 100%;
	position: relative;
}

.mediaJob__ttl {
	font-size: 6.2rem;
	font-family: "gothic-db";
	color: #fff;
	line-height: 1.25;
	padding: 15rem 0 0 13rem;
	animation-delay: 0.3s;
}

.mediaJob__linkWrap {
	position: absolute;
	top: 36.5rem;
	right: 4rem;
	width: 34rem;
	height: 8rem;
	border-radius: 0.5rem;
	background-color: #ffffffd7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2rem;
	z-index: 2;
}

.mediaJob__ico {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5.5rem;
	height: 5.5rem;
	background-color: #000;
	border-radius: 50%;
	font-size: 4rem;
	color: #fff;
}

.mediaJob__logo {
	/* width: 16.3rem;
  margin: 0 0.8rem; */
	width: 24rem;
	margin: 0 0.8rem;
}

.mediaJobPic {
	width: 132rem;
	height: 63rem;
}

.mediaJob__txt {
	font-size: 2.3rem;
	font-family: "gothic-r";
	color: #000;
}

.mediaJob__arrow {
	display: inline-block;
	width: 1.6rem;
	height: 1.5rem;
	background-image: url(../../img/common/arrow_black_r.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 2rem;
}

/* ------------------------------------------
/* sp
/* ------------------------------------------ */
@media (max-width: 767px) {

	/* ----- topNear ----- */
	.topNear {
		position: relative;
	}

	.topNear>.slideLR_SclTrigger {
		position: static;
		width: 100%;
	}

	.topNear .heading {
		color: #1e46aa;
	}

	.topNear .heading::before {
		background-color: #1e46aa;
	}

	.topNear__svg {
		bottom: 8rem;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 30rem;
	}

	.ly-topNear {
		position: static;
		width: 100%;
		padding: 0 2rem;
		margin-top: 5rem;
	}

	.topNear__ttl {
		font-size: 2.2rem;
		color: #1e46aa;
	}

	.topNear__txt {
		font-size: 1.4rem;
		margin-top: 2.5rem;
		color: #1e46aa;
	}

	/* ----- topService ----- */
	.topService {
		position: relative;
		padding: 0 0 10rem;
		overflow: hidden;
	}

	/* ----- topRecruit ----- */
	.ly-mediaJob {
		display: block;
		margin-bottom: 10rem;
	}

	.mediaJob {
		width: 100%;
		position: relative;
	}

	.mediaJob__ttl {
		position: static;
		padding: 7rem 0 16rem 2rem;
		font-size: 2.8rem;
		line-height: 1.4;
		animation-delay: 0.3s;
	}

	.mediaJob__linkWrap {
		position: absolute;
		top: 17rem;
		left: 2rem;
		width: 33.5rem;
		height: 7rem;
	}

	.kimono-link {
		top: 13rem;
	}

	.mediaJob__ico {
		width: 3rem;
		height: 3rem;
		font-size: 2rem;
	}

	.mediaJob__logo {
		width: 22rem;
		margin: 0 0.5rem;
	}

	.mediaJobPic {
		width: 100%;
		height: 21rem;
	}

	.mediaJob__txt {
		font-size: 1.4rem;
	}

	.mediaJob__arrow {
		width: 1.2rem;
		height: 1.1rem;
		margin-left: 0.5rem;
	}
}
