@charset "utf-8";

/*============================ #main ============================*/
.main-visual {
	position: relative;
	height: 775px;
	background: url("https://keishindo-recruit.jp/benefit/img/main_bg.jpg") center /cover no-repeat;
	padding-top: 170px;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.main-visual {
		min-width: 1100px;
	}
}
.main-visual__ttl {
	position: relative;
	opacity: 0;
	transform: translateY(-100px);
	transition: 0.8s ease 1.3s;
}
.main-visual__ttl::before {
	content: "";
	width: 143px;
	height: 185px;
	background: url(https://keishindo-recruit.jp/benefit/img/main/main_ebi.png) center /100% no-repeat;
	position: absolute;
	top: -120px;
	right: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	transform: translateY(120px);
	transition: 0.3s ease 1.9s;
}
.main-visual__ttl-in {
	width: 1299.5px;
	height: 165px;
	background: url(https://keishindo-recruit.jp/benefit/img/main/main_ttl.png) center /100% no-repeat;
	display: block;
	margin: 0 auto 23px;
	position: relative;
	z-index: 2;
}
.main-visual__title {
	margin-bottom: 50px;
}
.main-visual__txt {
	font-size: 24px;
	line-height: 1.87;
	letter-spacing: 0.05em;
	text-align: center;
}
/* ---------------------- option ---- */
[class*="main-visual__img--"] {
	position: absolute;
	display: block;
	opacity: 0;
	transform: scale(1.2);
}

.main-visual__img--01 {
	width: 128px;
	top: 33%;
	left: 12vw;
	transition: 0.2s ease 0.1s;
}
.main-visual__img--02 {
	width: 144px;
	top: 56%;
	left: 9vw;
	transition: 0.2s ease 0.3s;
}
.main-visual__img--03 {
	width: 124px;
	top: 32%;
	right: 13vw;
	transition: 0.2s ease 0.5s;
}
.main-visual__img--04 {
	width: 199px;
	right: 13vw;
	bottom: 12%;
	transition: 0.2s ease 0.7s;
}
.main-visual__img--05 {
	width: 219px;
	bottom: -5%;
	left: 18vw;
	transition: 0.2s ease 0.9s;
}
.main-visual__img--06 {
	width: 163.5px;
	right: 22vw;
	bottom: -2%;
	transition: 0.2s ease 1.1s;
}
.main-visual__img--07 {
	width: 240px;
	top: 56%;
	left: 9vw;
	transition: 0.2s ease 0.1s;
}
.main-visual__img--08 {
	width: 240px;
	top: 56%;
	right: 10vw;
	transition: 0.2s ease 0.3s;
}
/* ---------------------- option ---- */
.js_load--on .main-visual__ttl::before,
.js_load--on .main-visual__ttl {
	opacity: 1;
	transform: translateY(0);
}
.js_load--on [class*="main-visual__img--"] {
	opacity: 1;
	transform: scale(1);
}
/*============================ #header ============================*/
.lcl-benefitlist {
	background-color: #d3cfb9;
}
[class*="lcl-benefit-item--"] {
	margin-bottom: 40px;
}
.lcl-benefit-ttl-wrp {
	background: url(https://keishindo-recruit.jp/benefit/img/bg_ptn.jpg) center /1300px 70px repeat-x;
	padding: 13px calc((100% - 1000px)/2);
	width: 100%;
	border-bottom: 5px solid #d63000;
}
.lcl-benefit-item__ttl {
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	position: relative;
	padding-left: 135px;
	cursor: pointer;
	color: #fff;
}
.lcl-benefit-item__ttl::before {
	content: "";
	width: 90px;
	height: 101px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	z-index: 2;
	transition: 0.7s ease;
}
.lcl-benefit-item__ttl::after {
	content: "";
	width: 163px;
	height: 180.5px;
	background: url(https://keishindo-recruit.jp/benefit/img/img_light.png) center /100% no-repeat;
	position: absolute;
	top: 90px;
	left: 0;
	margin: auto;
	bottom: 0px;
	left: -18px;
	opacity: 0;
	transition: 0.8s ease;
	transform: scaleX(0);
}
@media screen and (min-width: 768px) {
	.lcl-benefit-ttl-wrp:hover .lcl-benefit-item__ttl::before {
		transform: translateY(15px);
	}
}
.js-acco--opened .lcl-benefit-item__ttl::before {
	transform: translateY(15px);
}
/* ---------------------- option ---- */
.js-acco--opened .lcl-benefit-item__ttl::after {
	opacity: 1;
	top: 142px;
	transform: scaleX(1);
}
/* ---------------------- option ---- */
.lcl-benefit-item--omote .lcl-benefit-item__ttl::before {
	background: url(https://keishindo-recruit.jp/benefit/img/thanks/ico_ttl.png) center /100% no-repeat;
}
.lcl-benefit-item--refresh .lcl-benefit-item__ttl::before {
	background: url(https://keishindo-recruit.jp/benefit/img/refresh/ico_ttl.png) center /100% no-repeat;
}
.lcl-benefit-item--follow .lcl-benefit-item__ttl::before {
	background: url(https://keishindo-recruit.jp/benefit/img/follow/ico_ttl.png) center /100% no-repeat;
}
.lcl-benefit-item--long .lcl-benefit-item__ttl::before {
	background: url(https://keishindo-recruit.jp/benefit/img/long/ico_ttl.png) center /100% no-repeat;
}
.lcl-benefit-item--event .lcl-benefit-item__ttl::before {
	background: url(https://keishindo-recruit.jp/benefit/img/event/ico_ttl.png) center /100% no-repeat;
}
/* ---------------------- option ---- */
.lcl-plusicon {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
}
.lcl-plusicon:before,
.lcl-plusicon:after {
	content: "";
	width: 16px;
	height: 2px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s ease;
}
.lcl-plusicon:after {
	transform: rotate(90deg);
}
.js-acco--opened .lcl-plusicon:before,
.js-acco--opened .lcl-plusicon:after {
	background-color: #fff;
}
.js-acco--opened .lcl-plusicon:after {
	transform: rotate(180deg);
}
/* ---------------------- option ---- */
.js-accordion {
	display: none;
}
/* ---------------------- option ---- */
.lcl-benefit-cnt {
	width: 100%;
	/*background: rgba(162, 199, 216, 0.6) url(https://keishindo-recruit.jp/benefit/img/bg_01.png) center bottom /1300px 336px no-repeat;*/
}
/* ---------------------- option ---- */
.lcl-benefit-item--omote .lcl-benefit-cnt {
	background: url(https://keishindo-recruit.jp/benefit/img/thanks/bg_01.jpg) center /cover no-repeat;
}
.lcl-benefit-item--refresh .lcl-benefit-cnt {
	background: url(https://keishindo-recruit.jp/benefit/img/refresh/bg_01.jpg) center /cover no-repeat;
}
.lcl-benefit-item--follow .lcl-benefit-cnt {
	background: url(https://keishindo-recruit.jp/benefit/img/follow/bg_01.jpg) center /cover no-repeat;
}
.lcl-benefit-item--long .lcl-benefit-cnt {
	background: url(https://keishindo-recruit.jp/benefit/img/long/bg_01.jpg) center /cover no-repeat;
}
.lcl-benefit-item--event .lcl-benefit-cnt {
	background: url(https://keishindo-recruit.jp/benefit/img/event/bg_01.jpg) center /cover no-repeat;
}

/* ---------------------- option ---- */
.lcl-benefit-cnt-in {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0 80px;
	position: relative;
}
.lcl-benefit-cnt-in::before {
	content: "";
	width: 116px;
	height: 152px;
	position: absolute;
	top: 33px;
	left: 0;
	margin: auto;
	background: url(https://keishindo-recruit.jp/benefit/img/ico_ebi.png) center /100% no-repeat;
	transform: translateY(-80px);
	transition: 1.5s ease 0.5s;
	opacity: 0;
}
.lcl-benefit-cnt-item {
	width: 840px;
	background-color: #fff;
	border-radius: 12px;
	margin-left: auto;
	padding: 35px 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.lcl-benefit-cnt-item:not(:last-child) {
	margin-bottom: 20px;
}
.lcl-benefit-cnt-item-txt {
	width: 420px;
	padding-right: 30px;
}
.lcl-benefit-cnt__ttl {
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	font-weight: bold;
	color: #d72d1c;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.lcl-benefit-cnt__ttl::before {
	content: "\f0da";
	font-family: fontawesome;
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 13px;
	line-height: 1;
	height: 1em;
	margin-right: 13px;
}
.lcl-benefit-cnt__txt {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.05em;
}
.lcl-benefit-cnt__txt:not(:last-child) {
	margin-bottom: 30px;
}
.lcl-benefit-cnt-item-img {
	width: 320px;
}
.lcl-benefit-cnt-item--full .lcl-benefit-cnt-item-txt {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.js-accordion--open .lcl-benefit-cnt-in::before {
		transform: translateY(0);
		opacity: 1;
	}
}
/* ---------------------- option ---- */
.lcl-benefit-item--event .lcl-benefit-cnt-item {
	padding-bottom: 50px;
}
/* ---------------------- option ---- */
.lcl-benefit-slider {
	position: relative;
	height: 210px;
	width: 320px;
}
.lcl-benefit-slider .slick-list li {
	width: 320px;
	height: 210px;
}
.lcl-benefit-slider .slick-arrow {
	width: 30px;
	height: 30px;
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	z-index: 2;
	transition: 0.5s ease;
}
.lcl-benefit-slider .slick-arrow .fa {
	line-height: 1;
}
.lcl-benefit-slider .slick-prev {
	left: 0;
}
.lcl-benefit-slider .slick-next {
	right: 0;
}
.lcl-benefit-slider .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 10px;
	color: #a6a6a6;
	margin-top: 10px;
}
.lcl-benefit-slider .slick-dots .slick-active {
	color: #e34b00;
}
.lcl-benefit-slider .slick-dots li {
	transition: 0.5s ease;
	margin: 0 7.5px;
}
@media screen and (min-width: 768px) {
	.lcl-benefit-slider .slick-dots li:hover {
		color: #e34b00;
		cursor: pointer;
	}
	.lcl-benefit-slider .slick-arrow:hover {
		background-color: #e34b00;
	}
}

/* ---------------------- option ---- */
.lcl-voice {
	width: 100%;
	background: url(https://keishindo-recruit.jp/benefit/img/bg_ptn02.jpg) center /1300px 335px repeat;
	padding: 50px 0 65px;
}
.lcl-voice__ttl {
	font-size: 20px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.3;
	/*color: #fff;*/
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
.lcl-voice__ttl::before {
	content: "";
	width: 22px;
	height: 21px;
	background: url(https://keishindo-recruit.jp/benefit/img/ico_cmt.png) center /100% no-repeat;
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
.lcl-voice-in {
}
.lcl-voice-item {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lcl-voice-item-man {
	width: 160px;
}
.lcl-voice-item-man img {
	display: block;
	width: 145px;
}
.lcl-voice-item-txt {
	width: calc((100% - 160px));
	background-color: #fdfe8c;
	color: #333;
	padding: 18px;
	border-radius: 10px;
	position: relative;
}
.lcl-voice-item-txt::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 10px 7.5px 0;
	border-color: transparent #fdfe8c transparent transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	margin: auto;
}
.lcl-voice-item-txt__in {
	width: 100%;
	font-size: 15px;
	line-height: 2;
}
/* ---------------------- option ---- */
.lcl-benefit-item--follow .lcl-benefit-cnt-in {
	padding-top: 30px;
}
.lcl-benefit-cnt__lead {
	width: 840px;
	margin-left: auto;
	font-size: 15px;
	line-height: 2;
	margin-bottom: 30px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	/*============================ #header ============================*/
	.main-visual {
		height: 430px;
		padding-top: 65px;
		background: url("https://keishindo-recruit.jp/benefit/img/sp/main_bg.jpg") center /cover no-repeat;
	}
	.main-visual__ttl::before {
		width: 71px;
		height: 92.5px;
		top: -55px;
		transform: translateY(50px);
	}
	.main-visual__ttl-in {
		width: 320px;
		height: 60.5px;
		background: url(https://keishindo-recruit.jp/benefit/img/main/sp/main_ttl.png) center /100% no-repeat;
		margin: 0 auto 15px;
	}
	.main-visual-in {
		padding: 0 15px;
	}
	.main-visual__title {
		margin-bottom: 45px;
	}
	.main-visual__txt {
		font-size: 14px;
		line-height: 1.95;
	}
	/* ---------------------- option ---- */
	.main-visual__img--01 {
		width: 46px;
		top: 31%;
		left: 8vw;
	}
	.main-visual__img--04 {
		width: 72px;
		right: 20px;
		bottom: 5px;
	}
	.main-visual__img--05 {
		width: 80px;
		left: 10px;
	}
	.main-visual__img--07 {
		width: 100px;
		left: 0px;
		bottom: -5%;
	}
	.main-visual__img--08 {
		width: 100px;
		right: 0px;
		bottom: -5%;
	}
	/* ---------------------- option ---- */
	.main-visual__img--02,
	.main-visual__img--03,
	.main-visual__img--06 {
		display: none;
	}
	/*============================ #header ============================*/
	[class*="lcl-benefit-item--"] {
		margin-bottom: 30px;
	}
	.lcl-benefit-ttl-wrp {
		padding: 9px 15px;
	}
	.lcl-benefit-item__ttl {
		font-size: 14px;
		line-height: 1.4;
		padding-left: 67px;
		padding-right: 35px;
	}
	.lcl-benefit-item__ttl::before {
		width: 58px;
		height: 65px;
		left: 0;
	}
	/* ---------------------- option ---- */
	.lcl-plusicon {
		right: 0;
	}
	.lcl-plusicon::before,
	.lcl-plusicon::after {
		width: 13px;
	}
	/*============================ #header ============================*/
	.lcl-benefit-cnt-in {
		width: 100%;
		padding: 20px 15px 50px;
	}
	.lcl-benefit-cnt-in::before {
		content: none;
	}
	.lcl-benefit-cnt__lead {
		width: 100%;
		margin: auto;
		font-size: 13px;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	.lcl-benefit-cnt-item {
		width: 100%;
		border-radius: 6px;
		margin: auto;
		padding: 25px 30px;
		display: block;
	}
	.lcl-benefit-cnt-item-txt {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.lcl-benefit-cnt__ttl {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.lcl-benefit-cnt__txt {
		font-size: 13px;
		line-height: 1.6;
	}
	.lcl-benefit-cnt__txt:not(:last-child) {
		margin-bottom: 15px;
	}
	.lcl-benefit-item__ttl::after {
		content: none;
	}
	.lcl-benefit-cnt-item-img {
		width: 100%;
	}
	/* ---------------------- option ---- */
	.lcl-benefit-item--follow .lcl-benefit-cnt-in {
		padding-top: 40px;
	}
	/* ---------------------- option ---- */
	.lcl-benefit-slider,
	.lcl-benefit-slider .slick-list li {
		height: 195px;
		width: 100%;
	}
	.lcl-benefit-slider .slick-dots {
		margin-top: 5px;
	}
	.lcl-benefit-item--event .lcl-benefit-cnt-item {
		padding-bottom: 40px;
	}
	/*============================ #header ============================*/
	.lcl-voice {
		padding: 35px 0 50px;
	}
	.lcl-voice-in {
		padding: 0 15px;
	}
	.lcl-voice__ttl {
		font-size: 15px;
		margin-bottom: 25px;
	}
	.lcl-voice__ttl::before {
		width: 12px;
		height: 24px;
	}
	.lcl-voice-item {
		width: 100%;
		align-items: flex-start;
	}
	/* ---------------------- option ---- */
	.lcl-voice-item:nth-child(2n) {
		flex-direction: row-reverse;
	}
	.lcl-voice-item:nth-child(2n) .lcl-voice-item-txt::before {
		left: auto;
		right: -10px;
		transform: rotateY(180deg);
	}
	/* ---------------------- option ---- */
	.lcl-voice-item:not(:last-child) {
		margin-bottom: 20px;
	}
	.lcl-voice-item-man {
		width: 120px;
	}
	.lcl-voice-item-man img {
		display: block;
		width: 95%;
	}
	.lcl-voice-item-txt {
		width: calc((100% - 130px));
		padding: 15px;
		border-radius: 5px;
	}
	.lcl-voice-item-txt__in {
		font-size: 13px;
		line-height: 1.6;
	}
}