@charset "utf-8";

/*============================ #submain ============================*/
.submain {
	height: 250px;
	background: url(../img/main_bg.jpg) center / cover no-repeat;
	padding: 15px 0 0 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
.submain__title {
	font-size: 30px;
}
.lcl-submain__ttl {
	position: absolute;
	width: 357px;
	bottom: -55px;
	right: 0;
	left: 0;
	margin: auto;
}
/* ---------------------- option ---- */
.lcl-br {
	display: none;
}
/*============================ #general ============================*/

.lcl-wrp {
}
/* ---------------------- option ---- */
.lcl-ttl02 {
	position: relative;
	font-size: 23px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.lcl-ttl02 span {
	display: inline-block;
	position: relative;
}
.lcl-ttl02 span::before,
.lcl-ttl02 span::after {
	content: "";
	width: 29px;
	height: 35px;
	position: absolute;
	top: 0;
}
.lcl-ttl02 span::before {
	background: url(../img/career/ico_01.png) center /100% no-repeat;
	left: -45px;
}
.lcl-ttl02 span::after {
	background: url(../img/career/ico_02.png) center /100% no-repeat;
	right: -45px;
}
/* ---------------------- option ---- */
.lcl-leadtxt {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: 0;
}
/*============================ #header ============================*/
[class^="lcl-bg0"] {
	width: 100%;
	height: 300px;
	position: relative;
}
.lcl-bg01 {
	background: url(../img/bg_02.jpg) center / cover no-repeat fixed;
}
.lcl-bg02 {
	background: url(../img/bg_03.jpg) center / cover no-repeat fixed;
}
.lcl-bg03 {
	background: url(../img/bg_04.jpg) center / cover no-repeat fixed;
}
/*============================ #lead ============================*/
.lcl-lead {
	position: relative;
	/*padding-bottom: 85px;*/
	overflow: hidden;
}
/* ---------------------- option ---- */
.lcl-lead-dishimg01 {
	width: 254px;
	height: 254px;
	background: url(../img/top/work_bg_01.jpg) center /100% no-repeat;
	left: calc((100% - 1000px)/2 - 265px);
	top: 35px;
	position: absolute;
	display: block;
}
.lcl-lead-dishimg02 {
	width: 395px;
	height: 395px;
	background: url(../img/top/work_bg_02.jpg) center /100% no-repeat;
	position: absolute;
	right: 60px;
	top: 152px;
	display: block;
	z-index: 1;
}

/* ---------------------- option ---- */
.lcl-lead::before,
.lcl-lead::after {
	content: "";
	position: absolute;
	bottom: 0;
}
.lcl-lead::before {
	/*width: 404px;
	height: 336.5px;*/
	background: url(../img/lead/bg_01.png) center / 100% no-repeat;
	left: 0;
	width: 30%;
	height: 0;
	padding-top: 24.9876238%;
}
.lcl-lead::after {
	/*width: 895px;
	height: 745px;*/
	background: url(../img/lead/bg_02.png) center / 100% no-repeat;
	right: 0;
	width: 70%;
	height: 0;
	padding-top: 58.2681564%;
}
.lcl-lead-in {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-start;
	padding: 90px 0 85px;
	position: relative;
	z-index: 2;
}
/* ---------------------- option ---- */
.lcl-lead-txt {
	width: 50%;
	padding: 25px 0 0;
}
.lcl-lead-txt h1 {
	font-size: 30px;
	line-height: 1.6666;
	font-weight: bold;
	margin-bottom: 25px;
}
.lcl-lead-txt__yw {
	position: relative;
}
.lcl-lead-txt__yw::after {
	content: "";
	width: 0%;
	height: 18px;
	background-color: #fff94c;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s ease;
}
.lcl-lead-txt__yw .posr {
	z-index: 3;
}
/* ---------------------- option ---- */
.scr_active.lcl-lead-txt .lcl-lead-txt__yw::after {
	width: 103%;
}
/* ---------------------- option ---- */
.lcl-lead-txt p {
	line-height: 1.7333;
}
.lcl-lead-txt__img {
	display: block;
	width: 454px;
	margin: 0 auto;
}
.lcl-lead-img {
	width: 440px;
	position: relative;
}
.lcl-lead-img span {
	display: block;
	position: relative;
	z-index: 2;
}
.lcl-lead-img__01 {
	margin-bottom: 10px;
}
/*============================ #job ============================*/
.lcl-job {
	padding: 25px 0 60px;
}
.lcl-job-in {
	width: 1000px;
	margin: 0 auto;
}
.lcl-job-in {
	align-items: flex-start;
}
[class^="lcl-job-item--"] {
	width: 460px;
	opacity: 0;
	transform: translateY(50px);
	transition: 0.5s ease;
}
/* ---------------------- option ---- */
[class^="lcl-job-item--"].scr_active {
	opacity: 1;
	transform: translateY(0px);
}

/* ---------------------- option ---- */
.lcl-job-img {
	width: 100%;
	height: 211px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.lcl-job-info {
	padding: 25px 25px 35px 25px;
	position: relative;
}
.lcl-job-info::after {
	content: "";
	position: absolute;
	bottom: 15px;
	right: -20px;
	display: inline-block;
}
.lcl-job__ttl {
	color: #07479a;
	font-size: 24px;
	line-height: 1.1;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}
.lcl-job__ttl span {
	display: block;
	font-size: 19px;
	margin-bottom: 10px;
}
.lcl-job-info ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 13px;
}
.lcl-job-info ul li {
	width: 110px;
	height: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
}
.lcl-job-info p {
	line-height: 1.7333;
}
/* ---------------------- option ---- */
.lcl-job-item--01 {
	background-color: #e4f1f4;
	margin-bottom: 60px;
}
.lcl-job-item--02 {
	background-color: #e4f9f1;
	margin-top: 50px;
}
.lcl-job-item--03 {
	background-color: #f6e9ec;
}
.lcl-job-item--04 {
	background-color: #f8f3df;
	margin-top: 50px;
}
/* ---------------------- option ---- */
.lcl-job-item--01 .lcl-job-info ul li {
	background-color: #5076a7;
}
.lcl-job-item--02 .lcl-job-info ul li {
	background-color: #4ba381;
}
.lcl-job-item--03 .lcl-job-info ul li {
	background-color: #f08098;
}
.lcl-job-item--04 .lcl-job-info ul li {
	background-color: #b5961b;
}
/* ---------------------- option ---- */
.lcl-job-item--01 .lcl-job__ttl {
	color: #5076a7;
}
.lcl-job-item--02 .lcl-job__ttl {
	color: #045435;
}
.lcl-job-item--03 .lcl-job__ttl {
	color: #a43737;
}
.lcl-job-item--04 .lcl-job__ttl {
	color: #776f2c;
}
/*============================ #header ============================*/
.lcl-career {
	padding: 25px 0 60px;
	background: url(../img/bg_ptn.jpg) center /551px 363px repeat;
}
.lcl-career .lcl-leadtxt {
	margin-bottom: 40px;
}
.lcl-career-in {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lcl-career-plan {
	width: 50%;
}
.lcl-career-plan-img {
	display: block;
	width: 492px;
}
.lcl-career-img {
	width: 469px;
	align-self: flex-end;
	position: relative;
}
.lcl-career-img::before {
	content: "";
	width: 0;
	height: 77.5px;
	position: absolute;
	bottom: 5px;
	background: url(../img/career/arw_01.png) center /100% no-repeat;
	left: 70px;
	z-index: 2;
	transition: 0.5s ease 0.5s;
}
.lcl-career-img.scr_active::before {
	width: 362.5px;
}
.lcl-career-img__in {
	display: block;
	width: 100%;
	margin-left: auto;
	position: relative;
}
.lcl-career-img__in img {
	display: block;
}
/* ---------------------- option ---- */
[class^="lcl-career-img-cmt0"] {
	position: absolute;
	top: 0;
	transition: 0.5s ease;
	transform: rotateY(360deg);
}
.lcl-career-img-cmt01 {
	width: 170.5px;
	left: 0;
	top: -19px;
}
.lcl-career-img-cmt02 {
	width: 178.5px;
	top: -66px;
	right: 140px;
}
.lcl-career-img-cmt03 {
	width: 162.5px;
	right: 5px;
	top: -114px;
}
.scr_active [class^="lcl-career-img-cmt0"] {
	transform: rotateY(0deg);
}
/*============================ #training ============================*/
.lcl-training {
	padding: 20px 0 15px;
}
.lcl-training .lcl-leadtxt {
	margin-bottom: 45px;
}
.lcl-training-head {
}
.lcl-training-head__img01,
.lcl-training-head__img02 {
	display: block;
	margin: 0 auto;
	position: relative;
}
.lcl-training-head__img01 {
	width: 260px;
}
.lcl-training-head__img01::before,
.lcl-training-head__img01::after {
	content: "";
	position: absolute;
	top: -14px;
	width: 313px;
	transform: scaleY(0);
	transition: 0.5s ease;
}
.lcl-training-head__img01::before {
	height: 169px;
	background: url(../img/training/txt_01.png) center /100% no-repeat;
	left: -299px;
}
.lcl-training-head__img01::after {
	height: 177px;
	background: url(../img/training/txt_02.png) center /100% no-repeat;
	right: -287px;
	transition-delay: 0.2s;
}
/* ---------------------- option ---- */
.scr_active.lcl-training-head__img01::before,
.scr_active.lcl-training-head__img01::after {
	transform: scaleY(1);
}

/* ---------------------- option ---- */
.lcl-training-head__img02 {
	width: 780px;
	top: -70px;
	margin-bottom: -16px;
}
/* ---------------------- option ---- */
.lcl-training .lcl-ttl02 {
	margin-bottom: 60px;
}
/* ---------------------- option ---- */
.lcl-training-list {
	width: 1000px;
	position: relative;
	margin: 0 auto 50px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
[class^="lcl-training-item--"] {
	width: 310px;
	background-color: #f8f3df;
	position: relative;
}
.lcl-training-item__img {
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.lcl-training-info {
	padding: 25px 20px 25px;
}
.lcl-training-info h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.555;
	color: #07479a;
	margin-bottom: 10px;
	height: 53px;
}
.lcl-training-info p {
	line-height: 1.7333;
}
[class^="lcl-training-item--"]::before {
	content: "";
	width: 90px;
	height: 49px;
	position: absolute;
	left: -100px;
	top: -25px;
	opacity: 0;
	transition: 0.5s ease;
}
.lcl-training-item--01::before {
	background: url(../img/training/num_01.png) center /100% no-repeat;
	transition-delay: 0.2s;
}
.lcl-training-item--02::before {
	background: url(../img/training/num_02.png) center /100% no-repeat;
	transition-delay: 0.4s;
}
.lcl-training-item--03::before {
	background: url(../img/training/num_03.png) center /100% no-repeat;
	width: 89.5px;
	transition-delay: 0.6s;
}
/* ---------------------- option ---- */
.scr_active [class^="lcl-training-item--"]::before {
	left: 0;
	opacity: 1;
}

/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px) {
	.submain {
		height: 90px;
		padding: 15px 0 0 0;
	}
	.submain__title {
		font-size: 19px;
	}
	.lcl-submain__ttl {
		width: 111px;
		bottom: -17px;
	}
	/*============================ #general ============================*/

	/* ---------------------- option ---- */
	.lcl-ttl02 {
		font-size: 19px;
		margin-bottom: 15px;
	}
	.lcl-ttl02 span::before,
	.lcl-ttl02 span::after {
		width: 24px;
		height: 29px;
	}
	.lcl-ttl02 span::before {
		left: -35px;
	}
	.lcl-ttl02 span::after {
		right: -35px;
	}
	/* ---------------------- option ---- */
	.lcl-leadtxt {
		font-size: 16px;
		line-height: 1.6875;
		text-align: left;
		margin-bottom: 15px;
		padding: 0 15px;
	}
	/* ---------------------- option ---- */
	[class^="lcl-bg0"] {
		height: 86px;
	}
	.lcl-bg01,
	.lcl-bg02,
	.lcl-bg03 {
		background-attachment: scroll;
	}
	.lcl-bg01 {
		margin-bottom: 35px;
	}
	/*============================ #header ============================*/
	.lcl-lead::before {
		content: none;
	}
	.lcl-lead::after {
		background: url(../img/lead/sp/bg_01.png) center /100% no-repeat;
		width: 100%;
		padding-top: 111.2%;
	}
	.lcl-lead-in::after {
		content: none;
	}
	.lcl-lead-in {
		width: 100%;
		display: block;
		padding: 32px 15px 35px;
	}
	.lcl-lead-txt {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.lcl-lead-txt h1 {
		font-size: 16px;
		line-height: 1.6875;
		margin-bottom: 17px;
	}
	.lcl-lead-txt__yw::after {
		content: none;
	}
	.lcl-lead-txt p {
		line-height: 1.538;
	}
	.lcl-lead-img {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.lcl-lead-txt__img {
		width: 315px;
	}
	.lcl-lead-dishimg01,
	.lcl-lead-dishimg02 {
		display: none;
	}
	/*============================ #job ============================*/
	.lcl-job {
		padding: 40px 0 20px;
	}
	.lcl-job-in {
		width: 100%;
		padding: 0 30px;
	}
	[class^="lcl-job-item--"] {
		width: 100%;
		opacity: 0;
		transform: translateY(50px);
		transition: 0.5s ease;
	}
	.lcl-job-img {
		height: 144.09px;
	}
	.lcl-job-info {
		padding: 15px 0 25px;
	}
	.lcl-job__ttl {
		font-size: 20px;
		margin-bottom: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		letter-spacing: 0;
	}
	.lcl-job__ttl span {
		font-size: 14px;
		margin-bottom: 0;
		margin-right: 5px;
	}
	.lcl-job-info::after {
		bottom: -20px;
		right: -15px;
	}
	.lcl-job-info p {
		line-height: 1.5884;
		padding-right: 20px;
		padding-left: 20px;
	}
	.lcl-job-info ul {
		justify-content: center;
	}
	.lcl-job-info ul li {
		width: 83px;
		height: 23px;
		font-size: 11px;
	}
	.lcl-job-info ul li:first-child {
		margin-right: 10px;
	}
	/* ---------------------- option ---- */
	.lcl-job-item--01,
	.lcl-job-item--02,
	.lcl-job-item--03,
	.lcl-job-item--04 {
		margin-bottom: 34px;
		margin-top: 0;
	}
	.lcl-job-item--03 .lcl-job-info {
		padding-bottom: 40px;
	}
	/* ---------------------- option ---- */
	.lcl-job-item--01 .lcl-job-info::after {
		width: 115px;
		height: 138px;
	}
	.lcl-job-item--02 .lcl-job-info::after {
		width: 113px;
		height: 135px;
	}
	.lcl-job-item--03 .lcl-job-info::after {
		width: 115px;
		height: 138px;
	}
	.lcl-job-item--04 .lcl-job-info::after {
		width: 117px;
		height: 145px;
	}
	/*============================ #career ============================*/
	.lcl-career {
		padding: 0 0 30px;
	}
	.lcl-career-in {
		width: 100%;
		display: block;
	}
	.lcl-career .lcl-leadtxt {
		margin-bottom: 20px;
	}
	.lcl-career-plan {
		width: 100%;
		margin-bottom: 87px;
	}
	.lcl-career-img {
		width: 100%;
		align-self: flex-end;
		position: relative;
	}
	.lcl-career-plan-img,
	.lcl-career-img {
		width: calc(100% - 60px);
		margin: 0 auto;
	}
	/* ---------------------- option ---- */
	.lcl-career-img-cmt01 {
		width: 114.5px;
		left: 0;
		top: -12px;
	}
	.lcl-career-img-cmt02 {
		width: 120px;
		top: -46px;
		right: 90px;
	}
	.lcl-career-img-cmt03 {
		width: 110px;
		right: 0;
		top: -77px;
	}
	/* ---------------------- option ---- */
	.lcl-career-img::before {
		height: 52px;
		left: 50px;
	}
	.lcl-career-img.scr_active::before {
		width: 244px;
	}
	/*============================ #training ============================*/
	.lcl-training {
		padding: 35px 0 0;
	}
	.lcl-training .lcl-leadtxt {
		margin-bottom: 0;
	}
	.lcl-training-head {
	}
	/* ---------------------- option ---- */
	.lcl-training-head__img01 {
		width: 197px;
		padding-top: 135px;
	}
	.lcl-training-head__img01 img {
		display: block;
		position: relative;
		z-index: 2;
	}
	.lcl-training-head__img01::before,
	.lcl-training-head__img01::after {
		top: 0;
	}
	.lcl-training-head__img01::before {
		width: 144.5px;
		height: 148.5px;
		background: url(../img/training/sp/txt_01.png) center /100% no-repeat;
		left: -74px;
		top: 8px;
	}
	.lcl-training-head__img01::after {
		width: 185.5px;
		height: 160.5px;
		background: url(../img/training/sp/txt_02.png) center /100% no-repeat;
		right: -74px;
	}
	/* ---------------------- option ---- */
	.lcl-training-head__img02 {
		width: calc(100% - 30px);
		position: relative;
		z-index: 3;
		margin-bottom: -35px;
	}
	/* ---------------------- option ---- */
	.lcl-training .lcl-ttl02 {
		margin-bottom: 50px;
	}
	.lcl-training-list {
		width: 100%;
		margin: 0 auto 35px;
		display: block;
		padding: 0 30px 0;
	}
	[class^="lcl-training-item--"] {
		width: 100%;
	}
	[class^="lcl-training-item--"]:not(:last-child) {
		margin-bottom: 35px;
	}
	[class^="lcl-training-item--"]::before {
		right: 0;
		margin: 0 auto;
	}
	.lcl-training-item__img {
		height: 160.5px;
	}
	.lcl-training-info {
		padding: 20px 15px 20px;
	}
	.lcl-training-info h3 {
		font-size: 15px;
		line-height: 1.533;
		margin-bottom: 6px;
		height: auto;
	}
	.lcl-training-info p {
		line-height: 1.538;
	}
}
/*============================ #SE ============================*/
@media screen and (max-width: 320px) {
	.submain {
		padding: 5px 0 0 0;
	}
	.lcl-br {
		display: block;
	}
	/*============================ #career ============================*/
	.lcl-career-img.scr_active::before {
		width: 180px;
	}
	.lcl-career-img-cmt01 {
		width: 84.5px;
	}
	.lcl-career-img-cmt02 {
		width: 93px;
	}
	.lcl-career-img-cmt03 {
		width: 100px;
	}
}
