<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* top */
@media screen and (min-width: 768px), print {
.top__link .u-Related-menu__item {
	padding: 25px;
}	
}

.c-staff {
	padding: 60px 0 30px;
}

.is-Person .c-staff {
	padding: 30px 0;
}

.c-staff__profile {
	width: 100%;
	margin: -55px 0 0;
	position: relative;
	z-index: 10;
}

.c-staff__profile:before,
.c-staff__profile:after {
	content: '';
	width: 59.25%;
	height: 100%;
	display: block;
	background: #30a324;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.c-staff__profile:after {
	width: 62.9%;
	background: url("/recruit/_assets/img/common/bg-keyvisual-01.png") no-repeat right center / auto 100%;
	transform: scale(-1,1);
	z-index: 10;
}

.c-staff__profile .u-Inner {
	min-height: 120px;
	margin-left: 37.1%;
}

.c-staff__profile-text {
	font-size: 2rem;
	line-height: 1.75;
	padding: 0 0 0 8em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
}

.c-staff__profile-text:before {
	content: 'Profile';
	font-size: 1.8rem;
	font-weight: 400;
	padding: 0 2em;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.c-staff__image-caption {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 1em 0 0;
	display: block;
}

.c-staff__title-main {
	font-size: 3.6rem;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 50px 0 30px;
}

.c-staff__inner {
	width: 625px;
	margin: 0 auto;
}

.c-staff__question {
	padding: 50px 0 0;
}

.c-staff__question-title {
	margin: 0 0 1em;
	padding: 0 0 0 3.5em;
	position: relative;
}

.c-staff__question-title:after {
	content: '';
	width: 3em;
	height: 1px;
	display: block;
	background: #000;
	position: absolute;
	top: .75em;
	left: 0;
}

.c-Person-message {
	padding: 30px 0 0;
}

.c-Person-message__text {
	margin: 0 0 30px;
}

.c-Person-message__text b {
	font-size: 2.4rem;
	line-height: 1;
	margin: 0 0 .5em;
	padding: .15em .15em .35em;
	border-bottom: 2px solid #c00000;
	display: inline-block;
	position: relative;
}

.is-Staff .u-Title__mid em {
	position: relative;
}

.c-staff__profile-text-illust {
	width: 80px;
	position: absolute;
	top: 50%;
	right: -1em;
	transform-origin: bottom center;
	transform: translate(0,-55%);
	animation: anim-staff__profile-text-illust 3s 0s infinite;
}

@keyframes anim-staff__profile-text-illust {
	0% {
		transform: translate(100%,-55%);
	}
	50% {
		transform: translate(100%,-50%);
	}
	100% {
		transform: translate(100%,-55%);
	}
}

.c-Humanresources {
	padding: 60px 0 0;
}

.c-Humanresources ul li {
	max-width: 150px;
	margin: 0 10px;
}

.c-Humanresources .u-Text {
	margin: 0;
	padding: 1em 0 0;
}

</pre></body></html>