@charset "utf-8";

/*============================ #main ============================*/
.main-visual {
	position: relative;
	width: 100%;
	height: 440px;
	background: url('../img/main_bg.jpg') center /cover no-repeat;
}
.main-visual__title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
}
.main-visual__ttl {
	width: 582px;
	display: block;
}
.main-visual__title--sub {
	font-size: 18px;
	display: block;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.05em;
}
/*============================ #header ============================*/
.lcl-nav {
	padding: 70px 0 90px;
	background: url(../img/nav/bg_01.jpg) center /660px 450px repeat;
}
.lcl-nav__ttl {
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.lcl-navlist {
	justify-content: center;
	/*width: 570px;*/
	width: 420px;
	margin: auto;
	align-items: flex-end;
}
.lcl-nav-item {
	width: 120px;
	opacity: 0;
	position: relative;
	transition: 0.7s ease;
}
@media screen and (min-width: 768px) {
	.lcl-nav-item:not(:nth-child(3n)) {
		margin-right: 30px;
	}
}
.lcl-nav__link {
	display: inline-block;
	width: 100%;
	height: 100%;
}
/* ---------------------- option ---- */
/*.lcl-nav-item:nth-child(1),
.lcl-nav-item:nth-child(5) {
	transform: translateX(-200px);
	transition-delay: 0.3s;
}
.lcl-nav-item:nth-child(2),
.lcl-nav-item:nth-child(6) {
	transform: translateX(-150px);
}
.lcl-nav-item:nth-child(4),
.lcl-nav-item:nth-child(8) {
	transform: translateX(200px);
	transition-delay: 0.3s;
}
.lcl-nav-item:nth-child(3),
.lcl-nav-item:nth-child(7) {
	transform: translateX(150px);
}*/
.lcl-nav-item:nth-child(1) {
	transform: translateX(-200px);
	transition-delay: 0.6s;
}
.lcl-nav-item:nth-child(2) {
	transform: translateX(-150px);
	transition-delay: 0.3s;
}
.lcl-nav-item:nth-child(3) {
	transform: translateX(-100px);
}
.lcl-nav-item:nth-child(4) {
	transform: translateX(200px);
}
.lcl-nav-item:nth-child(5) {
	transform: translateX(150px);
	transition-delay: 0.3s;
}
.lcl-nav-item:nth-child(6) {
	transform: translateX(100px);
	transition-delay: 0.6s;
}
.js_load--on .lcl-nav-item {
	opacity: 1;
	transform: translateX(0);
}

/*============================ #worklist ============================*/
.lcl-worklist {
	margin-bottom: 95px;
}
[class*='lcl-work-item--'] {
	position: relative;
	padding-top: 10px;
}
[class*='lcl-work-item--']:not(:last-child) {
	margin-bottom: 80px;
}
[class*='lcl-work-item--']::before {
	content: '';
	width: 100%;
	height: 325px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.lcl-work-catch,
.lcl-work-cnt,
.lcl-work-img,
.lcl-work-flow {
	width: 50%;
	position: relative;
}
/* ---------------------- option ---- */
.lcl-work-top {
	align-items: stretch;
}
.lcl-work-catch {
	background-color: #cfedee;
}
/* ---------------------- option ---- */
.lcl-work-flg {
	width: 130px;
	position: absolute;
	top: -80px;
	left: calc((50% - 500px)/2 + 130px);
	z-index: 3;
}
.lcl-work-catch-in {
	height: 100%;
}
.lcl-work-catch__img {
	display: block;
	position: relative;
	padding: 30px 0 40px;
	margin-left: auto;
	margin-right: 30px;
	opacity: 0;
	transform: translateY(80px);
	transition: 0.8s ease;
}
/* ---------------------- option ---- */
.scrollin .lcl-work-catch__img {
	opacity: 1;
	transform: translateY(0);
}

/* ---------------------- option ---- */
.lcl-work-cnt {
	background: url(../img/pattern_01.jpg) center /264px 327px repeat;
	padding: 50px 5% 50px;
	margin-top: 280px;
}
.lcl-work-ttl-wrp {
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}
.lcl-work-ttl::after {
	
	width: 130%;
	height: 15px;
	display: block;
	position: absolute;
	left: -15%;
	bottom: -5px;
	background-color: #d0eded;
}
.lcl-work-ttl {
	color: #ea4e44;
	font-size: 24px;
	
	line-height: 1.1;
	letter-spacing: 0.1em;
	position: relative;
	display: inline-block;
}
.lcl-work-ttl .posr {
	z-index: 1;
}
.lcl-work-txt {
	line-height: 1.875;
	letter-spacing: 0.1em;
	font-size:90%;
}
.lcl-work-txt:not(:last-of-type) {
	margin-bottom: 25px;
}
/* ---------------------- option ---- */
.lcl-work-btm {
	align-items: flex-start;
}
.lcl-work-img {
	height: 350px;
	position: relative;
}
.lcl-work-flow {
	background-color: #cfedee;
	padding: 40px 0 40px;
}

/* ---------------------- option ---- */
.lcl-work-flow .lcl-work-ttl::after {
	background-color: #fff;
}
.lcl-flow {
	justify-content: center;
}
.lcl-flow-cnt {
	width: 240px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px 20px;
	position: relative;
}
.lcl-flow-cnt::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 32px 0 32px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}
/* ---------------------- option ---- */
.lcl-flow-cnt:nth-child(1) {
	margin-bottom: 30px;
	margin-right: 20px;
}
.lcl-flow-cnt:nth-child(1)::before {
	bottom: -13px;
}
.lcl-flow-cnt:nth-child(2) {
	margin-top: 30px;
}
.lcl-flow-cnt:nth-child(2)::before {
	top: -13px;
}
/* ---------------------- option ---- */
.lcl-flow-item {
	margin-bottom: 25px;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.lcl-flow-item__time {
	font-size: 20px;
	position: relative;
}
/*.lcl-flow-item__time::before {
	content: '\f017';
	position: relative;
	display: inline-block;
	font-family: fontawesome;
	margin-right: 10px;
} */
.lcl-flow-item__txt {
	line-height: 1.8;
}
/* ---------------------- sales ---- */
.lcl-work-item--sales::before {
	background-image: url(../img/sales/bg_01.jpg);
}
.lcl-work-item--sales .lcl-work-img {
	background: url(../img/sales/img_02.jpg) center top /cover no-repeat;
}
/* ---------------------- planning ---- */
.lcl-work-item--planning::before {
	background-image: url(../img/recruit2/matsumotobanar.jpg);
}
.lcl-work-item--planning .lcl-work-catch,
.lcl-work-item--planning .lcl-work-flow,
.lcl-work-item--planning .lcl-work-cnt .lcl-work-ttl::after,
.lcl-work-catch::before {
	background-color: #ffe8b8;
}
.lcl-work-item--planning .lcl-work-img {
	background: url(../img/recruit2/matsumoto2.jpg) center top /cover no-repeat;
}
/* ---------------------- biz ---- */
.lcl-work-item--biz::before {
	background-image: url(../img/recruit2/hiratsukabanar.jpg);
}
.lcl-work-item--biz .lcl-work-catch,
.lcl-work-item--biz .lcl-work-flow,
.lcl-work-item--biz .lcl-work-cnt .lcl-work-ttl::after,
.lcl-work-catch::before {
	background-color: #cae4f6;
}
.lcl-work-item--biz .lcl-work-img {
	background: url(../img/recruit2/hiratsuka2.jpg) center top /cover no-repeat;
}

/* ---------------------- affairs ---- */
.lcl-work-item--affairs::before {
	background-image: url(../img/recruit2/tsukagoshibanar.png);
}
.lcl-work-item--affairs .lcl-work-catch,
.lcl-work-item--affairs .lcl-work-flow,
.lcl-work-item--affairs .lcl-work-cnt .lcl-work-ttl::after,
.lcl-work-catch::before {
	background-color: #fee2df;
}
.lcl-work-item--affairs .lcl-work-img {
	background: url(../img/recruit2/tsukagoshi2.jpg) center top /cover no-repeat;
}
/* ---------------------- product-management ---- */
.lcl-work-item--product-management::before {
	background-image: url(../img/product-management/bg_01.jpg);
}
.lcl-work-item--product-management .lcl-work-catch,
.lcl-work-item--product-management .lcl-work-flow,
.lcl-work-item--product-management .lcl-work-cnt .lcl-work-ttl::after,
.lcl-work-catch::before {
	background-color: #f0e1f6;
}
.lcl-work-item--product-management .lcl-work-img {
	background: url(../img/product-management/img_02.jpg) center top /cover no-repeat;
}
/* ---------------------- qa ---- */
.lcl-work-item--qa::before {
	background-image: url(../img/qa/bg_01.jpg);
}
.lcl-work-item--qa .lcl-work-catch,
.lcl-work-item--qa .lcl-work-flow,
.lcl-work-item--qa .lcl-work-cnt .lcl-work-ttl::after,
.lcl-work-catch::before {
	background-color: #f7e4dd;
}
.lcl-work-item--qa .lcl-work-img {
	background: url(../img/qa/img_02.jpg) center top /cover no-repeat;
}
/* ---------------------- product-dev ---- */
.lcl-work-item--product-dev::before {
	background-image: url(../img/product-dev/bg_01.jpg);
}
.lcl-work-item--product-dev .lcl-work-catch,
.lcl-work-item--product-dev .lcl-work-flow,
.lcl-work-item--product-dev .lcl-work-cnt .lcl-work-ttl::after,
.lcl-work-catch::before {
	background-color: #f6ecec;
}
.lcl-work-item--product-dev .lcl-work-img {
	background: url(../img/product-dev/img_02.jpg) center top /cover no-repeat;
}
/* ---------------------- logistics ---- */
.lcl-work-item--logistics::before {
	background-image: url(../img/logistics/bg_01.jpg);
}
.lcl-work-item--logistics .lcl-work-catch,
.lcl-work-item--logistics .lcl-work-flow,
.lcl-work-item--logistics .lcl-work-cnt .lcl-work-ttl::after,
.lcl-work-catch::before {
	background-color: #e4edfe;
}
.lcl-work-item--logistics .lcl-work-img {
	background: url(../img/logistics/img_02.jpg) center top /cover no-repeat;
}
@media screen and (min-width: 768px) {
	.lcl-work-item--sales .lcl-work-catch__img {
		width: 435.5px;
	}
	.lcl-work-item--planning .lcl-work-catch__img {
		width: 377px;
	}
	.lcl-work-item--biz .lcl-work-catch__img {
		width: 378px;
	}
	.lcl-work-item--affairs .lcl-work-catch__img {
		width: 365px;
	}
	.lcl-work-item--product-management .lcl-work-catch__img {
		width: 412px;
	}
	.lcl-work-item--qa .lcl-work-catch__img {
		width: 546px;
	}
	.lcl-work-item--product-dev .lcl-work-catch__img {
		width: 382px;
	}
	.lcl-work-item--logistics .lcl-work-catch__img {
		width: 377px;
	}
}

@media screen and (max-width: 767px) {
	/*============================ #header ============================*/
	.main-visual {
		height: 175px;
	}
	.main-visual__img {
		padding: 0 15px;
	}
	.main-visual__ttl {
		width: 100%;
	}
	.main-visual__title--sub {
		font-size: 13px;
	}
	/*============================ #header ============================*/
	.lcl-nav {
		padding: 25px 0 20px;
	}
	.lcl-nav__ttl {
		font-size: 15px;
	}
	.lcl-navlist {
		justify-content: space-between;
		width: 100%;
		padding: 0 15px;
	}
	.lcl-nav-item {
		width: calc((100% - 45px)/3);
		margin-bottom: 10px;
	}
	/*============================ #header ============================*/
	[class*='lcl-work-item--'] {
		padding-top: 160px;
	}
	[class*='lcl-work-item--']:not(:last-child) {
		margin-bottom: 40px;
	}
	[class*='lcl-work-item--']::before {
		height: 160px;
	}

	.lcl-work-catch,
	.lcl-work-cnt,
	.lcl-work-img,
	.lcl-work-flow {
		width: 100%;
	}
	/* ---------------------- option ---- */
	.lcl-work-top {
		display: block;
	}
	.lcl-work-flg {
		width: 60px;
		top: -110px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.lcl-work-catch-in {
		display: block;
		height: auto;
		padding: 55px 15px 15px;
	}
	.lcl-work-cnt {
		background: url(../img/pattern_01.jpg) center /264px 327px repeat;
		padding: 30px 5% 20px;
		margin-top: 0;
	}
	.lcl-work-ttl-wrp {
		margin-bottom: 6px;
	}
	.lcl-work-ttl {
		font-size: 13px;
	}
	.lcl-work-ttl::after {
		height: 7.5px;
		bottom: -3px;
	}
	.lcl-work-txt {
		line-height: 1.58;
		letter-spacing: 0.05em;
		font-size: 12px;
	}
	.lcl-work-txt:not(:last-of-type) {
		margin-bottom: 12px;
	}
	/* ---------------------- option ---- */
	.lcl-work-img {
		height: 172px;
	}
	/* ---------------------- option ---- */
	.lcl-work-flow {
		padding: 25px 15px 30px;
	}
	.lcl-work-flow .lcl-work-ttl-wrp {
		margin-bottom: 20px;
	}
	.lcl-flow {
		display: block;
		padding: 0 15px;
	}
	.lcl-flow-cnt {
		width: 100%;
	}
	.lcl-flow-cnt::before {
		content: none;
	}
	.lcl-flow-item {
		margin-bottom: 10px;
		line-height: 1.5;
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 10px;
	}
	.lcl-flow-item:last-child {
		margin-bottom: 0;
	}
	.lcl-flow-item__time {
		font-size: 16px;
	}
	.lcl-flow-item__time::before {
		margin-right: 5px;
	}
	.lcl-flow-item__txt {
		line-height: 1.5;
		font-size: 12px;
	}
	.lcl-flow-cnt:nth-child(1),
	.lcl-flow-cnt:nth-child(2) {
		margin: 0 auto;
	}
	.lcl-flow-cnt:nth-child(1) {
		padding-bottom: 10px;
	}
	.lcl-flow-cnt:nth-child(2) .lcl-flow-item:last-child {
		border-bottom: none;
	}
	.lcl-flow-cnt:nth-child(2) {
		padding-top: 0;
	}

	/*============================ #header ============================*/
	.lcl-work-catch__img {
		margin: auto;
		padding: 0;
	}
	.lcl-work-item--affairs .lcl-work-catch__img,
	.lcl-work-item--qa .lcl-work-catch__img,
	.lcl-work-item--logistics .lcl-work-catch__img,
	.lcl-work-item--product-dev .lcl-work-catch__img,
	.lcl-work-item--planning .lcl-work-catch__img,
	.lcl-work-item--product-management .lcl-work-catch__img,
	.lcl-work-item--sales .lcl-work-catch__img,
	.lcl-work-item--biz .lcl-work-catch__img {
		width: 65%;
	}
}
