@charset "utf-8";

/*============================ #main ============================*/
.main-visual {
	position: relative;
	width: 100%;
	height: 540px;
	background-color: #49473b;
	padding: 60px 0 0;
}
.main-visual::before,
.main-visual::after {
	content: '';
	position: absolute;
	opacity: 0;
	transition: 0.5s ease;
}
.main-visual::before {
	width: 702px;
	height: 465px;
	background: url(../img/main_bg01.png) center /100% no-repeat;
	left: 0;
	top: 0;
	transform: translate(-100%);
}
.main-visual::after {
	width: 1107.5px;
	height: 541px;
	background: url(../img/main_bg02.png) center /100% no-repeat;
	right: 0;
	bottom: 0;
	transform: translate(100%);
}
/* ---------------------- option ---- */
.js_load--on.main-visual::before,
.js_load--on.main-visual::after {
	opacity: 1;
	transform: translate(0);
}
/* ---------------------- option ---- */
.main-visual-ttl {
	width: 210px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	transform: rotateY(360deg) scaleX(0);
	transition: 0.9s ease-in-out 0.3s;
	position: relative;
	z-index: 2;
}
.main-visual-ttl::before {
	content: '';
	width: 162px;
	height: 171px;
	position: absolute;
	top: 45px;
	right: -130px;
	background: url(../img/main_ebi.png) center /100% no-repeat;
	opacity: 0;
	transform: translateX(-110px);
	transition: 0.2s ease 1.4s;
}
.main-visual-ttl-in {
	width: 210px;
	height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: url(https://keishindo-recruit.jp/voice/img/main_img.png) center /210px 520px no-repeat;
	position: relative;
	z-index: 2;
}
.main-visual-ttl-txt,
.main-visual-ttl-txt__img {
	width: 123px;
	display: block;
}
.main-visual-ttl-txt {
	margin-bottom: 35px;
}
.main-visual__detail {
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.1;
}
/* ---------------------- option ---- */
.js_load--on .main-visual-ttl {
	opacity: 1;
	transform: rotateY(0deg) scaleX(1);
}
.js_load--on .main-visual-ttl::before {
	opacity: 1;
	transform: translateX(0);
}

/*============================ #voice ============================*/
[class*='lcl-voice-blk--'] {
	width: 100%;
	position: relative;
	background: url(../img/bg_01.jpg) center /640px 881px repeat;
}
/* ---------------------- option ---- */
.lcl-voice-blk--work {
	padding: 135px 0 0;
}
.lcl-voice-blk--group,
.lcl-voice-blk--company {
	background: url(../img/bg_02.jpg) center /640px 881px repeat;
}
/* ---------------------- option ---- */
.lcl-voice__ttl {
	font-size: 24px;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.2;
	font-family: '游明朝', 'Yu Mincho', 'YuMincho', serif;
	/*font-weight: bold;*/
}
/* ---------------------- option ---- */
.lcl-voice-in {
	padding: 70px 0 100px;
}
.lcl-voice-blk__ttl {
	margin: 0 auto 40px;
}
.lcl-voice-blk__ttl-img,
.lcl-voice-blk__ttl {
	display: block;
	width: 217px;
}
/* ---------------------- option ---- */
.lcl-voice-list {
	align-items: flex-start;
	width: 1000px;
	margin: 0 auto -60px;
	top: -60px;
}
[class*='lcl-voice-item--'] {
	width: 290px;
	position: relative;
	padding-top: 60px;
}
/* ---------------------- option ---- */
.lcl-voice__link {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.lcl-voice__link.page-top__image:hover {
	animation: none;
}
/* ---------------------- option ---- */
.lcl-voice__link::before {
	content: '';
	width: 90px;
	height: 95px;
	background: url(../img/main_ebi.png) center /100% no-repeat;
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	margin: auto;
	transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
	.lcl-voice__link:hover::before {
		top: -60px;
	}
}
/* ---------------------- option ---- */
.lcl-voice-img-wrp {
	position: relative;
	margin-bottom: 25px;
	z-index: 2;
}
.lcl-voice-img-wrp::after {
	content: '';
	width: 83%;
	height: 30px;
	border-radius: 50%;
	background-color: #e0f4f5;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	box-shadow: 0px 0px 40px 0px rgba(89, 89, 79, 0.9);
	transition: 0.6s ease;
}
@media screen and (min-width: 768px) {
	.lcl-voice-img-wrp::after {
		width: 290px;
	}
}
.lcl-voice-img {
	width: 290px;
	height: 370px;
	position: relative;
	z-index: 2;
}
.lcl-voice-look {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #597d49;
	transition: 0.5s ease;
}
.lcl-voice-name {
	font-size: 15px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-align: center;
	font-family: '游明朝', 'Yu Mincho', 'YuMincho', serif;
	font-weight: bold;
}
.lcl-voice-img__txt {
	position: absolute;
	top: 25px;
	right: -20px;
	display: block;
}
@media screen and (min-width: 768px) {
	.lcl-voice__link:hover .lcl-voice-img-wrp::after {
		box-shadow: 0px 0px 40px 0px rgba(89, 89, 79, 0);
	}
	.lcl-voice__link:hover .lcl-voice-look {
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.4);
		border-radius: 0;
		bottom: 0;
		left: 0;
	}
	.lcl-voice-btn:hover {
		background-color: #fff;
		color: #000;
	}
	.lcl-voice-btn:hover::after {
		right: 5px;
	}
}
/* ---------------------- option ---- */
.lcl-voice-item--01 .lcl-voice-img {
	background: url(../img/work/img_01.jpg) center /100% no-repeat;
}
.lcl-voice-item--02 .lcl-voice-img {
	background: url(../img/work/img_02.jpg) center /100% no-repeat;
}
.lcl-voice-item--03 .lcl-voice-img {
	background: url(../img/work/img_03.jpg) center /100% no-repeat;
}
/*仲間*/
.lcl-voice-item--04 .lcl-voice-img {
	background: url(../img/group/img_01.jpg) center /100% no-repeat;
}
.lcl-voice-item--05 .lcl-voice-img {
	background: url(../img/group/img_02.jpg) center /100% no-repeat;
}
.lcl-voice-item--06 .lcl-voice-img {
	background: url(../img/group/img_03.jpg) center /100% no-repeat;
}
/*福利*/
.lcl-voice-item--07 .lcl-voice-img {
	background: url(../img/benefit/img_01.jpg) center /100% no-repeat;
}
.lcl-voice-item--08 .lcl-voice-img {
	background: url(../img/benefit/img_02.jpg) top right/120% no-repeat;
}
.lcl-voice-item--09 .lcl-voice-img {
	background: url(../img/benefit/img_03.jpg) center /100% no-repeat;
}
/*会社*/
.lcl-voice-item--10 .lcl-voice-img {
	background: url(../img/company/img_01.jpg) center /100% no-repeat;
}
.lcl-voice-item--11 .lcl-voice-img {
	background: url(../img/company/img_02.jpg) center /100% no-repeat;
}
.lcl-voice-item--12 .lcl-voice-img {
	background: url(../img/company/img_03.jpg) center /100% no-repeat;
}
/* ---------------------- option ---- */
.lcl-voice-img__txt {
	width: 136px;
}
#work-pop-01[aria-hidden='false'] .popup-dot-item:nth-child(1),
#work-pop-02[aria-hidden='false'] .popup-dot-item:nth-child(2),
#work-pop-03[aria-hidden='false'] .popup-dot-item:nth-child(3),
#group-pop-01[aria-hidden='false'] .popup-dot-item:nth-child(1),
#group-pop-02[aria-hidden='false'] .popup-dot-item:nth-child(2),
#group-pop-03[aria-hidden='false'] .popup-dot-item:nth-child(3),
#benefit-pop-01[aria-hidden='false'] .popup-dot-item:nth-child(1),
#benefit-pop-02[aria-hidden='false'] .popup-dot-item:nth-child(2),
#benefit-pop-03[aria-hidden='false'] .popup-dot-item:nth-child(3),
#company-pop-01[aria-hidden='false'] .popup-dot-item:nth-child(1),
#company-pop-02[aria-hidden='false'] .popup-dot-item:nth-child(2),
#company-pop-03[aria-hidden='false'] .popup-dot-item:nth-child(3) {
	color: #910003;
	pointer-events: none;
}
/* ---------------------- option ---- */
#work-pop-01 .popup-img {
	background: url(../img/work/img_01.jpg) center /cover no-repeat;
}
#work-pop-02 .popup-img {
	background: url(../img/work/img_02.jpg) center /cover no-repeat;
}
#work-pop-03 .popup-img {
	background: url(../img/work/img_03.jpg) center /cover no-repeat;
}
/**/
#group-pop-01 .popup-img {
	background: url(../img/group/img_01.jpg) center /cover no-repeat;
}
#group-pop-02 .popup-img {
	background: url(../img/group/img_02.jpg) center /cover no-repeat;
}
#group-pop-03 .popup-img {
	background: url(../img/group/img_03.jpg) center /cover no-repeat;
}
/**/
#benefit-pop-01 .popup-img {
	background: url(../img/benefit/img_01.jpg) center /cover no-repeat;
}
#benefit-pop-02 .popup-img {
	background: url(../img/benefit/img_02.jpg) center /cover no-repeat;
}
#benefit-pop-03 .popup-img {
	background: url(../img/benefit/img_03.jpg) center /cover no-repeat;
}
/**/
#company-pop-01 .popup-img {
	background: url(../img/company/img_01.jpg) center /cover no-repeat;
}
#company-pop-02 .popup-img {
	background: url(../img/company/img_02.jpg) center /cover no-repeat;
}
#company-pop-03 .popup-img {
	background: url(../img/company/img_03.jpg) center /cover no-repeat;
}

@media screen and (max-width: 767px) {
	/*============================ #sp ============================*/
	.main-visual {
		height: 345px;
		padding: 35px 0 0;
	}
	.main-visual::before {
		width: 472px;
		height: 313px;
		left: -300px;
		top: -40px;
	}
	.main-visual::after {
		width: 800px;
		height: 391px;
		right: -280px;
		bottom: -10px;
	}
	.main-visual-ttl {
		width: 137px;
	}
	.main-visual-ttl::before {
		width: 102px;
		height: 112px;
		top: 30px;
		right: -82px;
	}
	.main-visual-ttl-in {
		width: 137px;
		height: 352px;
		background: url(https://keishindo-recruit.jp/voice/img/main_img.png) center /137px 352px no-repeat;
	}
	.main-visual-ttl-txt,
	.main-visual-ttl-txt__img {
		width: 81px;
	}
	.main-visual-ttl-txt {
		margin-bottom: 20px;
	}
	.main-visual__detail {
		font-size: 13px;
	}
	/*============================ #header ============================*/
	.lcl-voice-blk--work {
		padding: 65px 0 0;
	}
	.lcl-voice__ttl {
		font-size: 13px;
	}
	/* ---------------------- option ---- */
	.lcl-voice-in {
		padding: 25px 15px 35px;
	}
	.lcl-voice-blk__ttl {
		margin: 0 auto 20px;
	}
	.lcl-voice-blk__ttl-img,
	.lcl-voice-blk__ttl {
		width: 110px;
	}
	/* ---------------------- option ---- */
	.lcl-voice-list {
		width: 85%;
		margin: 0 auto;
		top: 0;
	}
	[class*='lcl-voice-item--'] {
		padding-top: 0;
	}
	.lcl-voice__link::before {
		content: none;
	}
	.lcl-voice-img-wrp {
		margin-bottom: 15px;
		padding: 0 10%;
	}
	.lcl-voice-img-wrp::after {
		width: 53%;
	}
	.lcl-voice-img {
		width: 100%;
		height: 0;
		padding-top: 127.586207%;
	}
	.lcl-voice-img__txt {
		top: 15px;
	}
	.lcl-voice-look {
		bottom: 5px;
		left: 5px;
		width: 27px;
		height: 27px;
		font-size: 16px;
	}
	.lcl-voice-name {
		font-size: 13px;
	}
	.lcl-voice-btn {
		width: 145px;
		height: 30px;
		padding: 0 15px;
		font-size: 11px;
	}
	/* ---------------------- option ---- */
	.lcl-voice-img__txt {
		width: 47%;
	}
	/* ---------------------- option ---- */
	.lcl-voice-list .slick-arrow {
		position: absolute;
		width: 20px;
		height: 20px;
		display: block;
		bottom: 0;
		margin: auto;
		top: 0;
	}
	.lcl-voice-list .slick-prev:before,
	.lcl-voice-list .slick-next:before {
		content: '';
		width: 25px;
		height: 25px;
		border: 0px;
		border-top: solid 2px #62b0b3;
		border-right: solid 2px #62b0b3;
		position: absolute;
	}
	.lcl-voice-list .slick-prev {
		left: -30px;
	}
	.lcl-voice-list .slick-prev:before {
		transform: rotate(-135deg);
	}
	.lcl-voice-list .slick-next {
		right: -20px;
	}
	.lcl-voice-list .slick-next:before {
		transform: rotate(45deg);
	}
	/* ---------------------- option ---- */
}