@charset "Shift_JIS";
/*採用情報 TOP List*/
#recruit-top *{
	box-sizing: border-box;
}
#recruit-top a:hover{
	opacity: 1;
}
:root{
	/* color
	============================== */
	--color-blue: #1B439A;
	--color-lightBlue: #0099DB;
	--color-orange: #FFA500;
	--color-green: #07BF39;
	--hover-lightBlue: #0076DB;
	--hover-orange: #FF7F00;
	--hover-green: #079b2e;
}
#recruit-top.container{
	padding-block: 60px 100px;
}
.recruit__button{
	background: url(../images/bg_recruit-top_01_pc.png) no-repeat center / cover;
	background-position-y: bottom;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 17px;
	height: 270px;
	justify-content: center;
	overflow: hidden;
	padding: 55px 55px 110px;
	position: relative;
	margin-bottom: 50px;
}
.recruit__button::before{
	background: rgb(0 0 0 /30%);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.recruit__head{
	font-size: 35px;
	letter-spacing: 3px;
}
.recruit__lead{
	font-size: 15px;
	letter-spacing: 1px;
}
.recruit__button > *{
	color: #fff;
	position: relative;
}
.recruit__deco{
	align-items: center;
	background: var(--color-blue);
	bottom: 0;
	display: flex;
	height: 55px;
	justify-content: flex-end;
	left: 0;
	padding: 0 35px;
	position: absolute;
	width: 100%;
}
.recruit__deco--txt{
	font-size: 18px;
	font-weight: 500;
	padding-right: 10px;
	position: relative;
}
.recruit__deco--txt::before{
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	height: 7px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%) rotate(-45deg);
	width: 7px;
}
.movie__button{
	background: url(../images/bg_recruit-top_02_pc.png) no-repeat center / cover;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 17px;
	height: 270px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	border: 3px solid var(--color-blue);
}
.movie__button::before{
	content: '';
	/*background: rgb(0 0 0 /30%);*/
	display: flex;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.movie__mark{
	position: absolute;
	width: 65px;
	height: 65px;
	right: 235px;
	top: 50%;
	transform: translate(0, -50%) ;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.play__txt{
	font-size: 21px;
	font-weight: bold;
	color: var(--color-blue);
}
.movie__box{
	display: flex;
	align-items: center;
	height: 100%;
	color: #fff;
	position: relative;
}
.movie__headarea{
	display: inline-flex;
	flex-direction: column;
	gap: 17px;
	position: relative;
	padding-left: 55px;
	z-index: 1;
}
.movie__headarea::before{
	content: "";
	width: 570px;
	height: 320px; 
	position: absolute;
	background: #fff;
	clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.movie__head {
    font-size: 37px;
    letter-spacing: 3px;
	color: var(--color-blue);
}
.movie__marker{
	background: linear-gradient(transparent 70%, #D7DDEC 30%);
}
.movie__lead {
    font-size: 15px;
    letter-spacing: 1px;
	line-height: 200%;
	color: #000;
}
.movie__deco{
	background: var(--color-blue);
	display: flex;
	justify-content: center;
	width: 168px;
	padding: 10px 25px;
	border-radius: 50px;
}
.movie__deco--txt{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
@media (hover: hover) and (pointer: fine){
	.recruit__button::before,
	.recruit__deco,
	.recruit__deco--txt::before,
	.movie__button::before,
	.movie__deco,
	.movie__deco--txt::before{
		transition: .3s;
	}
	.recruit__button:hover::before,
	.movie__button:hover::before{
		background: rgb(0 0 0 /25%);
		transition: .3s;
	}
	.recruit__button:hover .recruit__deco{
		background: #1544ab;
	}
	.recruit__button:hover .recruit__deco--txt::before,
	.movie__button:hover .movie__deco--txt::before{
		right: -5px;
		transition: .3s;
	}
}
.people{
	margin-top: 30px;
	padding-top: 82px;
	position: relative;
}
.people::before{
	background: url(../images/deco_recruit-top_01.png) no-repeat center / cover;
	content: '';
	height: 87px;
	position: absolute;
	right: 20px;
	top: 0;
	width: 190px;
	z-index: 1;
}
.people__button{
	align-items: center;
	box-shadow: 2px 2px 12px rgb(0 0 0 / 15%);
	background: #fff;
	border-radius: 10px;
	display: flex;
	overflow: hidden;
}
.people__img{
	max-width: 520px;
}
.people__caption{
	color: var(--color-blue);
	text-align: center;
	padding-right: 25px;
	width: calc(100% - 520px);
}
.people__caption::before{
	border-bottom: 2px solid var(--color-blue);
	border-right: 2px solid var(--color-blue);
	content: '';
	height: 7px;
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translate(0, -50%) rotate(-45deg);
	width: 7px;
}
.people__caption > *{
	line-height: 100%;
}
.people__caption--head{
	font-size: 30px;
	margin: 6px 0 20px;
}
.people__caption--sub{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}
@media (hover: hover) and (pointer: fine){
	.people__button,
	.people__caption,
	.people__caption::before{
		transition: .3s;
	}
	.people__button:hover{
		box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
		transition: .3s;
	}
	.people__button:hover .people__caption{
		color: #1544ab;
		transition: .3s;
	}
	.people__button:hover .people__caption::before{
		right: 30px;
		transition: .3s;
	}
}
.recruit-info__list{
	display: flex;
	gap: 48px;
	margin-top: 60px;
}
.recruit-info__item{
	width: calc((100% - 48px)/2);
}
[class^="recruit-info__link--"]{
	border: 3px solid var(--color-green);
	border-radius: 20px;
	display: block;
	height: 388px;
	padding: 60px;
}
.recruit-info__link--green{
	border-color: var(--color-green);
}
.recruit-info__link--orange{
	border-color: var(--color-orange);
}
.recruit-info__head{
	font-size: 26px;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 15px;
}
.recruit-info__sub{
	font-size: 15px;
	font-weight: 500;
}
[class$="--green"] .recruit-info__sub{
	color: var(--color-green);
}
[class$="--orange"] .recruit-info__sub{
	color: var(--color-orange);
}
.recruit-info__lead{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 220%;
	margin-top: 22px;
}
.recruit-info__button{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-top: 60px;
	padding-right: 52px;
	position: relative;
}
.recruit-info__button::before,
.recruit-info__button::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.recruit-info__button::before{
	border-radius: 22px;
	box-sizing: border-box;
	height: 41px;
	width: 41px;
}
.recruit-info__button::after{
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	height: 7px;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translate(0, -50%) rotate(-45deg);
	width: 7px;
}
[class$="--green"] .recruit-info__button{
	color: var(--color-green);
}
[class$="--green"] .recruit-info__button::before{
	background: var(--color-green);
	border: 2px solid var(--color-green);
}
[class$="--orange"] .recruit-info__button{
	color: var(--color-orange);
}
[class$="--orange"] .recruit-info__button::before{
	background: var(--color-orange);
	border: 2px solid var(--color-orange);
}
@media (hover: hover) and (pointer: fine){
	[class^="recruit-info__link-"],
	.recruit-info__sub,
	.recruit-info__button,
	.recruit-info__button::before{
		transition: .3s;
	}
	[class^="recruit-info__link-"]:hover{
		transition: .3s;
	}
	.recruit-info__link--green:hover{
		border-color: var(--hover-green);
	}
	.recruit-info__link--orange:hover{
		border-color: var(--hover-orange);
	}
	[class$="--green"]:hover .recruit-info__sub{
		color: var(--hover-green);
	}
	[class$="--orange"]:hover .recruit-info__sub{
		color: var(--hover-orange);
	}
	[class$="--green"]:hover .recruit-info__button{
		color: var(--hover-green);
	}
	[class$="--orange"]:hover .recruit-info__button{
		color: var(--hover-orange);
	}
	[class^="recruit-info__link-"]:hover .recruit-info__button::before{
		background: transparent;
		transition: .3s;
	}
	.recruit-info__link--green:hover .recruit-info__button::before,
	.recruit-info__link--green:hover .recruit-info__button::after{
		border-color: var(--hover-green);
	}
	.recruit-info__link--orange:hover .recruit-info__button::before,
	.recruit-info__link--orange:hover .recruit-info__button::after{
		border-color: var(--hover-orange);
	}
}
@media screen and (max-width: 640px) {
	.movie__button {
		background: url(../images/bg_recruit-top_02_sp.png) no-repeat center / cover;
		gap: 10px;
		height: 210px;
	}
	.movie__mark {
		width: 45px;
		height: 45px;
		right: 20%;
		top: 50%;
		gap: 15px;
	}
	.play__txt {
		font-size: 14px;
	}
	.movie__headarea {
		padding-left: 30px;
		gap: 10px;
	}
	.movie__headarea::before {
		content: "";
		width: 70%;
		height: 210px;
	}
	.movie__head {
		font-size: 22px;
	}
	.movie__lead {
        font-size: 13px;
		line-height: 160%;
    }
	.movie__deco{
		width: 140px;
		padding: 10px 15px;
	}
	.movie__deco--txt{
		font-size: 13px;
	}
	#recruit-top.container{
		box-sizing: border-box;
		padding: 40px 2% 60px;
	}
	.recruit__button{
		background: url(../images/bg_recruit-top_01_sp.png) no-repeat center right / cover;
		gap: 10px;
		height: 210px;
		padding: 20px 20px 30px;
		margin-bottom: 30px;
	}
	.recruit__head{
		font-size: 22px;
		letter-spacing: 3px;
	}
	.recruit__lead{
		font-size: 13px;
	}
	.recruit__deco{
		height: 35px;
		justify-content: center;
		padding: 0 20px;
	}
	.recruit__deco--txt{
		font-size: 14px;
		padding-right: 12px;
	}
	.recruit__deco--txt::before{
		height: 5px;
		width: 5px;
	}
	.people{
		margin-top: 20px;
		padding-top: 52px;
	}
	.people::before{
		height: 55px;
		right: 20px;
		width: 120px;
	}
	.people__button{
		align-items: center;
		box-shadow: 0 0 7px rgb(0 0 0 / 30%);
		flex-direction: column;
	}
	.people__img{
		max-width: 100%;
	}
	.people__img img{
		width: 100%;
	}
	.people__caption{
		padding: 15px 25px;
		width: 100%;
	}
	.people__caption::before{
		content: none;
	}
	.people__caption--head{
		font-size: 22px;
		margin: 2px 0 6px;
	}
	.people__caption--sub{
		font-size: 12px;
	}
	.recruit-info__list{
		gap: 7px;
		margin-top: 35px;
	}
	.recruit-info__item{
		width: calc((100% - 7px)/2);
	}
	[class^="recruit-info__link--"]{
		border-radius: 10px;
		height: auto;
		min-height: 258px;
		padding: 25px 15px;
	}
	.recruit-info__head{
		font-size: 19px;
		margin-bottom: 8px;
	}
	.recruit-info__sub{
		font-size: 13px;
	}
	.recruit-info__lead{
		font-size: 13px;
		letter-spacing: 0;
		line-height: 160%;
		margin-top: 15px;
		text-align: justify;
	}
	.recruit-info__button{
		font-size: 14px;
		margin-top: 18px;
		padding-right: 35px;
	}
	.recruit-info__button::before{
		border-radius: 15px;
		height: 29px;
		width: 29px;
	}
	.recruit-info__button::after{
		height: 5px;
		right: 12px;
		width: 5px;
	}
}

/*パート・アルバイト採用情報
------------------------------------------------------------------------------------------------------------------------------*/
/*注意文・注釈*/
.annotation {
	color:#FF4B01;
	font-weight:normal;
	}
/*ページ内リンク
----------------------------*/
.jobSpotList {
	margin:24px 0px 16px 0px;
	display: block;
	clear: both;
	}
.titJobSpotList {
	margin:0 1% 0 0;
	padding:4px 6px 2px 6px;
	font-size:100%;
	font-weight:bold;
	float:left;
	position:relative;
	background:#007ADA;
	color: #ffffff;
	}
.lisJobSpot {
	float:left;
	display: block;
	padding:4px 6px 2px 3px;
	 width: calc(100% - 80px);
	box-sizing: border-box;
	}
.lisJobSpot li {
	padding:0 18px 10px 0;
	margin:0 2% 0 0;
	font-size:100%;
	font-weight:bold;
	float:left;
	position:relative;
	}
.lisJobSpot li:before {
	font-family:"Font Awesome 5 Free";
	content:'\f13a';
	font-size:103%;
	position:absolute;
	right:0;
	color:#007ADA; 
	}
.lisJobSpot.arrowSide li:before {
	font-family:"Font Awesome 5 Free";
	content:'\f138';
	font-size:103%;
	position:absolute;
	right:0;
	color:#007ADA; 
	}
.lisJobSpot li a {
	text-decoration:underline;
	}
.lisJobSpot li a:hover{
	text-decoration:none;
	}


/*勤務地（見出し）
----------------------------*/
.titJobSpot {
	margin:0px auto 10px auto;
	padding:1% 1.5%;
	font-size:126%;
	line-height:126%;
	font-weight: bold;
	text-align:left;
	display:block;
	color:#007ADA;
	border-radius:2px;
	vertical-align: middle;
	font-weight: bold;
	background: #D1E6FF;
}
/*表組み パート・アルバイト採用情報データ*/
.jobSection {
	margin:0px auto 46px auto;
	text-align: center;
}
.tablePartTimeData{
	text-align: left;	
	float:left;
	border: none;
	width: 100%;
	margin: 0px 0px 18px 0px;
	border-top:1px solid #999999;
	box-sizing: border-box;
	}
.tablePartTimeData caption{
	margin: 0px 0px 6px 0px;
	padding:4px 0px 4px 7px;	
	border-left: 6px solid #349BFF;
	font-size:110%;
	font-weight: bold;
	line-height:140%;
	text-align: left;
	}
.tablePartTimeData th {
	vertical-align:top;
	margin-bottom: 10px;
	padding: 10px;
	color: #005CC1;
	width: 22%;	
	font-weight:bold;
	background-color:#EEEEEE;
	background-repeat:no-repeat;
	text-align: left;
	border-bottom:1px solid #999999;
	line-height:150%;
	box-sizing: border-box;	
	}
.tablePartTimeData p {
	margin-bottom: 7px;
	}
.tablePartTimeData p.adjust {
	margin-top: -12px;
	margin-bottom: 7px;
	}
.tablePartTimeData p b {
	margin-left: -5px;
	font-weight: normal;
	}
.tablePartTimeData ul.jobinfo-list {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 24px;
	padding-bottom: 4px;
	}
.tablePartTimeData ul.jobinfo-list>li {
	list-style-type: square;
	margin-bottom: 4px;
	}
.tablePartTimeData ul.jobinfo-list-d {
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 24px;
	padding-bottom: 4px;
	}
.tablePartTimeData ul.jobinfo-list-d>li {
	list-style-type:disc;
	margin-bottom: 4px;
	}
@media screen and (max-width: 640px)  {
.tablePartTimeData th {
	padding: 2.15% 2% 2% 2%;
	width: auto;
	border-bottom:none;
	margin:0% 0% 0% 0%;
	line-height:140%;
	display:block;
	}
.tablePartTimeData th br {
	display:none;
	}
.tablePartTimeData th a {
	margin:-1% 0% 0% 0px;
	float:right;
	}
.tablePartTimeData tr {
	border-bottom:1px solid #999999;
	}
}

.tablePartTimeData td {
	vertical-align:top;
	padding: 10px 0 10px 10px;
	border-bottom:1px solid #999999;
	line-height:150%;
	}

@media screen and (max-width: 640px)  {
.tablePartTimeData td {
	display:inline-block;
	border-bottom:none;
	margin:0px 2% 0px 0%;
	width:100%;
	padding:1.5% 0% 2% 0%;
	}
.tablePartTimeData td:last-child {
	margin:0px 0% 0px 0%;
	}
}
a.btnPartTime {
	background:#0088FF;
	margin: 0 auto;
	padding:0.5% 1.5%;
	min-width:46px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
	border:solid 2px #0088FF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	}

/*応募するボタン*/
.btnToPartForm {
	text-align: center;
	margin: 0px auto 10px auto;
	display: inline-block;
	min-width: 26%;
}
.btnToPartForm a {
	display: inline-block;
	background: #004098;
	border-radius: 10px;
	padding: 16px 0 16px 16px;
	color: #fff;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	font-size: 140%;
	font-weight: bold;
}
.btnToPartForm a:before {
	font-family:"Font Awesome 5 Free";
	content:'\f138';
	font-size:103%;
	position:absolute;
	left:0;
	color:#ffffff; 
	margin-left: 8px;
}
@media screen and (max-width: 640px)  {
	.btnToPartForm {
		margin:  0 0 0 0;
		min-width: 48%;		
	}
}


