@charset "utf-8";

.page-intro .text-meta ul.text-data li.date ,
[id="page-intro"] .text-meta ul.text-data li.date {
	display: none;
}

.lx_recruit_top_mov {
	position: relative;
	margin-top: -60px;
	padding-top: 60px;
}

.lx_recruit_top_mov::before ,
.lx_recruit_top_mov::after {
	content: '';
	position: absolute;

    display: block;
    z-index: -1;
    background: #cbeedd;
    background: linear-gradient(90deg, #cbeedd 0%, #e7f0ef 100%);
}

.lx_recruit_top_mov::before {
	width: calc(50% - 140px);
	height: 74.23%;
	right: 0;
	top: 0;
}

.lx_recruit_top_mov::after {
	left: 0;
	bottom: 0;
	width: 50%;
	height: 41.18%;
}

@media screen and (max-width: 767px) {
	.lx_recruit_top_mov {
		margin-top: -30px;
		padding-top: 30px;
	}

	.lx_recruit_top_mov::before {
		width: calc(50% - 60px);
		top: -30px;
	}

	.lx_recruit_top_mov::after {

		
	}
}


.lx_recruit_slide {
	position: relative;
}
.lx_recruit_slide::before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(22.5% - 20px);
	background-color: #cedbeb;
	display: block;
	width: 100%;
	height: 55%;
	z-index: -1;
}


.lx_recruit_slide .reuse-main-area > .multiColumn1 > .column1 {
	margin-bottom: 0;
}

.lx_recruit_slide .basic-list2 ul.tabItems li {
	border-radius: 5px;
}

.lx_recruit_slide .basic-list2 .item {
	overflow: hidden;
	border-radius: 5px;
    box-shadow: 3px 4px rgba(6,19,36,.2);
}

.lx_recruit_slide .basic-list2.thumnail .item {
	padding-bottom: 0;
	margin-bottom: 0;
}

.basic-list2.thumnail .item .n_img img {
	font-family: inherit;
	object-fit: unset;
	height: auto;
}

.lx_recruit_slide .basic-list2 .item .date ,
.lx_recruit_slide .basic-list2 .item .c_icon {
	display: none;
}

.lx_recruit_slide .basic-list2 .item > a ,
.lx_recruit_slide .basic-list2 .item > span {
	display: block;
	padding: 32px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	width: 100%;
}

.lx_recruit_slide .basic-list2 .item > a::before ,
.lx_recruit_slide .basic-list2 .item > span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 8px;
	border-radius: 0 0 5px 5px;
    background: #0d4da1;
    background: linear-gradient(90deg, #0d4da1 0%, #008bd5 100%);
}

.lx_recruit_slide .basic-list2 .item .news_tx {
	font-weight: bold;
	color: #003f99;
	text-align: center;
}

#sharewithmain .lx_recruit_slide .slick-prev ,
#sharewithmain .lx_recruit_slide .slick-next {
	background-color: #003f99;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	border-radius: 8px;
	z-index: 2;
}

#sharewithmain .lx_recruit_slide .slick-next {
	right: 0;
}

#sharewithmain .lx_recruit_slide .slick-prev::before ,
#sharewithmain .lx_recruit_slide .slick-next::before {
	content: '';
	position: absolute;
	top: calc(50% - 6.5px);
	left: calc(50% - 4px);
	display: block;
	width: 8px;
	height: 13px;
	background: url("../../resources/sw_img/icon/icon_arr01_white.svg") center center no-repeat;
	background-size: 8px 13px;
}


#sharewithmain .lx_recruit_slide .slick-prev::before {
	transform: rotate(180deg); 
}


@media print, screen and (min-width: 768px) {
	.lx_recruit_slide .reuse-main-area {
		overflow: visible;
	}
	.lx_recruit_slide .reuse-main-area > .multiColumn1 {
		margin-right: -25px;
		margin-left: -25px;
	}

	.lx_recruit_slide .reuse-main-area > .multiColumn1 > .column1 {
		width: calc(1000px + 50px);
		max-width: initial;
	}

	#sharewithmain .lx_recruit_slide .tabItems.slick-slider .slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#sharewithmain .lx_recruit_slide li.slick-slide {
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.lx_recruit_slide .basic-list2 ul.tabItems li {
		padding: 0 25px 10px;
	}

	.lx_recruit_slide.multiColumn1 .basic-list2 .item {
		padding-left: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

}

@media screen and (max-width: 767px) {
	
	.lx_recruit_slide .basic-list2 ul.tabItems li {
		padding: 0 10px 10px;
	}
}


/*=== 詳細ページ ===*/

@media print, screen and (min-width: 768px) {
	.lx_recruit_table_schedule {
		padding: 40px 0 80px;
		background: #f6fafe;
	}
	
	.lx_recruit_table_schedule .ircalendar {
		position: relative;
		margin-top: 20px;
	}

	.lx_recruit_table_schedule .ircalendar:before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 0;
		height: 100%;
		margin-left: -2px;
		border-left: 4px dotted #ccdcef;
	}

	.lx_recruit_table_schedule .ircalendar > div:after ,
	.lx_recruit_table_schedule .ircalendar-item:after {
		content:"";
		display: block;
		clear: both;
	}

	.lx_recruit_table_schedule .ircalendar-item > table ,
	.lx_recruit_table_schedule .ircalendar-item > table > tbody ,
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr ,
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr > th ,
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr > td {
		display: block;
		margin: 0;
		width: auto;
	}

	.lx_recruit_table_schedule .ircalendar-item > table {
		position: relative;
		width: calc(50% - 40px);
		padding: 25px 20px 10px;
	/*	background: #fff; */
		-webkit-box-shadow: 0 2px 10px rgba(0,0,0, 0.2);
				box-shadow: 0 2px 10px rgba(0,0,0, 0.2);
		z-index: 10;
	}

	.lx_recruit_table_schedule .ircalendar-item > table::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 5px;
		background: #0d4da1;
		background: linear-gradient(90deg, #0d4da1 0%, #008bd5 100%);
	}

	.lx_recruit_table_schedule .ircalendar-item > table::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: -1;
	}

	.lx_recruit_table_schedule .ircalendar-item > table > tbody::before ,
	.lx_recruit_table_schedule .ircalendar-item > table > tbody::after {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -10px;
		display: block;
		width: 20px;
		height: 20px;
		background: #fff;
		-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
				transform: rotate(45deg);
	}

	.lx_recruit_table_schedule .ircalendar-item > table > tbody::after {
		-webkit-box-shadow: 0 2px 10px rgba(0,0,0, 0.2);
				box-shadow: 0 2px 10px rgba(0,0,0, 0.2);
		z-index: -1;
	}

	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr::before {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -15px;
		display: block;
		width: 30px;
		height: 30px;
		border: 5px solid #fff;
		border-radius: 100%;
		-webkit-box-shadow: 0 2px 10px rgba(0,0,0, 0.2);
				box-shadow: 0 2px 10px rgba(0,0,0, 0.2);
	}

	.mgnlEditorBar ~* .lx_recruit_table_schedule .ircalendar-item:nth-child(2n+1) > table ,
	.lx_recruit_table_schedule .ircalendar-item:nth-child(2n) > table {
		float: left;
	}

	.mgnlEditorBar ~* .lx_recruit_table_schedule .ircalendar-item:nth-child(2n+1) > table > tbody::before ,
	.mgnlEditorBar ~* .lx_recruit_table_schedule .ircalendar-item:nth-child(2n+1) > table > tbody::after,
	.lx_recruit_table_schedule .ircalendar-item:nth-child(2n) > table > tbody::before ,
	.lx_recruit_table_schedule .ircalendar-item:nth-child(2n) > table > tbody::after {
		left: 100%;
		margin-left: -10px;
	}

	.mgnlEditorBar ~* .lx_recruit_table_schedule .ircalendar-item:nth-child(2n+1) > table > tbody > tr::before ,
	.lx_recruit_table_schedule .ircalendar-item:nth-child(2n) > table > tbody > tr::before {
		left: calc(100% + 40px);
		margin-left: -15px;
		background: #003f99;
	}

	.mgnlEditorBar ~* .lx_recruit_table_schedule .ircalendar-item:nth-child(2n) > table ,
	.lx_recruit_table_schedule .ircalendar-item:nth-child(2n+1) > table {
		float: right;
	}

	.mgnlEditorBar ~* .lx_recruit_table_schedule .ircalendar-item:nth-child(2n) > table > tbody::before ,
	.mgnlEditorBar ~* .lx_recruit_table_schedule .ircalendar-item:nth-child(2n) > table > tbody::after ,
	.lx_recruit_table_schedule .ircalendar-item:nth-child(2n+1) > table > tbody::before ,
	.lx_recruit_table_schedule .ircalendar-item:nth-child(2n+1) > table > tbody::after {
		right: 100%;
		margin-right: -10px;
	}

	.mgnlEditorBar ~* .lx_recruit_table_schedule .ircalendar-item:nth-child(2n) > table > tbody > tr::before ,
	.lx_recruit_table_schedule .ircalendar-item:nth-child(2n+1) > table > tbody > tr::before {
		right: calc(100% + 40px);
		margin-right: -15px;
		background: #003f99;
	}


	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr > th ,
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr > td {
		padding: 0;
		background: none;
		border: none;
		font-weight: normal;

		padding-bottom: 10px;
	}

	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr > th.empty ,
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr > td.empty {
		display: none;
	}

	/* .lx_recruit_table_schedule .ircalendar-item > table > tbody > tr > th {
		color: #6d99c6;
		font-weight: bold;
	} */

	.lx_recruit_table_schedule .ircalendar-item .ircalendar-item1 {
		/* font-style: normal;

		display: inline-block;
		padding: 3px 16px;
		color: #fff;
		background: #6d99c6;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0.05em;
		border-radius: 40px;
		margin-right: 5px; */
	}

	.lx_recruit_table_schedule .ircalendar-item img {
		margin-bottom: 10px;
	}
}


@media screen and (max-width: 767px) {
	.lx_recruit_table_schedule {
		padding: 80px 0 100px;
		background: #f6fafe;
	}
	
	.lx_recruit_table_schedule .ircalendar {
		position: relative;
		margin-top: 20px;
	}
	
	.lx_recruit_table_schedule .ircalendar:before {
		content: "";
		position: absolute;
		top: 0;
		left: 40px;
		display: block;
		width: 0;
		height: 100%;
		margin-left: -2px;
		border-left: 3px dotted #ccdcef;
	}
	
	.lx_recruit_table_schedule .ircalendar > div:after ,
	.lx_recruit_table_schedule .ircalendar-item:after {
		content:"";
		display: block;
		clear: both;
	}
	
	.lx_recruit_table_schedule .ircalendar-item > table ,
	.lx_recruit_table_schedule .ircalendar-item > table > tbody ,
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr ,
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr > th ,
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr > td {
		display: block;
		margin: 0;
		width: auto;
	}
	
	.lx_recruit_table_schedule .ircalendar-item > table {
		position: relative;
		width: calc(100% - 80px);
		padding: 25px 20px 10px;
	/*	background: #fff; */
		-webkit-box-shadow: 0 2px 10px rgba(0,0,0, 0.2);
				box-shadow: 0 2px 10px rgba(0,0,0, 0.2);
		z-index: 10;
		margin-bottom: 10px;
	}
	
	.lx_recruit_table_schedule .ircalendar-item > table::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 5px;
		background: #0d4da1;
		background: linear-gradient(90deg, #0d4da1 0%, #008bd5 100%);
	}
	
	.lx_recruit_table_schedule .ircalendar-item > table::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: -1;
	}
	
	.lx_recruit_table_schedule .ircalendar-item > table > tbody::before ,
	.lx_recruit_table_schedule .ircalendar-item > table > tbody::after {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -10px;
		display: block;
		width: 20px;
		height: 20px;
		background: #fff;
		-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	
	.lx_recruit_table_schedule .ircalendar-item > table > tbody::after {
		-webkit-box-shadow: 0 2px 10px rgba(0,0,0, 0.2);
				box-shadow: 0 2px 10px rgba(0,0,0, 0.2);
		z-index: -1;
	}
	
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr::before {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -15px;
		display: block;
		width: 30px;
		height: 30px;
		border: 5px solid #fff;
		border-radius: 100%;
		-webkit-box-shadow: 0 2px 10px rgba(0,0,0, 0.2);
				box-shadow: 0 2px 10px rgba(0,0,0, 0.2);
	}
	
	
	.lx_recruit_table_schedule .ircalendar-item > table > tbody::before ,
	.lx_recruit_table_schedule .ircalendar-item > table > tbody::after {
		right: 100%;
		margin-right: -10px;
	}
	
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr::before {
		right: calc(100% + 40px);
		margin-right: -15px;
		background: #003f99;
	}
	
	
	.lx_recruit_table_schedule .ircalendar-item > table {
		float: right;
	}
	
	
	
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr > th ,
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr > td {
		padding: 0;
		background: none;
		border: none;
		font-weight: normal;
	
		padding-bottom: 10px;
	}
	
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr > th.empty ,
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr > td.empty {
		display: none;
	}
	
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr > th {
		color: #6d99c6;
		font-weight: bold;
	}
	
	.lx_recruit_table_schedule .ircalendar-item > table > tbody > tr > th em {
		font-style: normal;
	
		display: inline-block;
		padding: 3px 16px;
		color: #fff;
		background: #6d99c6;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0.05em;
		border-radius: 40px;
		margin-right: 5px;
	}
	
	.lx_recruit_table_schedule .ircalendar-item img {
		margin-bottom: 10px;
	}
	
}