@charset "UTF-8";

#pageTop {
	position: fixed;
	bottom: 230px;
	z-index: 999;
}	
footer {
	padding-bottom: 100px;
}
.fixedBanners {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100px;
	display: flex;
	z-index: 999;
	box-shadow: 0 0 4px #000;
	background: #fff;
}
.fixedBanners a {
	display: flex;
	width: 50%;
	align-items: center;
	box-sizing: border-box;
	color: #fff!important;
	position: relative;
}
.fixedBanners a:hover {
	opacity: 0.7;
}
.fixedBannerCatalog {
	background: #ff4200;
}
.fixedBannerRequest {
	background: #4ec4b8;
}
.fixedBannerRequest img {
	width: auto;
	height: 100px;
}
.fixedBanners a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -12px;
	right: 20px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}	
.fixedBanners a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: -10px;
	right: 20px;
	margin: auto;
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #fff;
}

.fixedBanners a .inr {
	display: inline-block;
	text-align: center;
}
.fixedBanners a .img {
	text-align: center;
}
.fixedBanners a .txt {		
	padding: 25px;
}	
.txt01 {
	font-size: 12px;
	display: block;
}
.txt02 {
	font-size: 16px;
	font-weight: bold;
	display: block;
}
@media screen and (max-width:1040px) {
	#pageTop {
		bottom: 120px;
	}	
	footer {
		padding-bottom: 60px;
	}
	.fixedBanners {
		height: 60px;
	}
	.fixedBanners a {
		display: flex;
	}
	.fixedBanners a .img {
		width: 60px;
	}
	.fixedBanners a img {
		width: 60px;
		height: 60px;
	}
	.fixedBannerCatalog img {
		object-fit: contain;
	}
	.fixedBannerRequest img {
		object-fit: cover;
	}		
	.fixedBanners a:before {
		bottom: -45px;
		right: 15px;
	}	
	.fixedBanners a:after {
		bottom: -43px;
		right: 15px;
	}
	.fixedBanners a .txt {		
		padding: 10px;
		line-height: 1.4;
	}	
	.txt01 {
		display: none;
	}
	.txt02 {
		font-size: 11px;
		text-align: left;
	}	
	.idxMainCpInr {
		height: 160px;
		width: 270px;
	}
	.idxMainCp01 {
		font-size: 1.5rem;
	}
	.idxMainCp02 {
		font-size: 1.5rem;
		top: 30px;
	}
	.idxMainCp03 {
		bottom: 84px;
		height: 35px;
		width: 80%;
	}
}

/*------------------------------------------------------------
採用情報 一覧
------------------------------------------------------------*/

.recMain {
	background: url(../images/lower/bg_recruit.jpg) top no-repeat;
	background-size: cover;
}

.recruitList {
	display: flex;
	justify-content: space-around;
	margin: 0 0 45px;
}
.recruitList li {
	width: 48%;
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.recruitList li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
@media screen and (max-width:767px) {
	.recruitList {
		margin: 0 0 20px;
	}
	.recruitList li {
		margin-bottom: 20px;
	font-size: 12px;
	}		
}

/*------------------------------------------------------------
採用情報 詳細
------------------------------------------------------------*/

.wksBox {
	display: flex;
}

.wksBoxL {
	width: 32%;
}

.wksBoxL img {
	width: 100%;
	height: auto;
}

.wksBoxR {
	padding-left: 3%;
	width: 65%;
}

.wksDtlTtl {
	font-weight: 700;
	font-size: 2.2em;
	line-height: 1.4;
	margin-bottom: 30px;
}

@media screen and (max-width:767px) {

	.wksBox {
		display: block;
	}

	.wksBoxL {
		width: 100%;
		padding-bottom: 20px;
	}

	.wksBoxR {
		width: 100%;
		padding: 0;
	}

	.wksDtlTtl {
		font-size: 1.8em;
		margin-bottom: 20px;
	}

}

#wksArea {
	padding: 50px 35px 70px;
}

.wksWrp {
	max-width: 1230px;
	margin: 0 auto;

}	
.wksWrp p {
	font-size: 1.6em;
	font-weight: normal
}	
@media screen and (max-width:767px) {
	#wksArea {
		padding: 30px 15px 40px;
	}	
	.wksWrp p {
		font-size: 1.3em;
	}	
}
/*募集要項*/
#smrArea {
	padding: 0px 35px 70px;
}
.smrWrp {
	max-width: 1230px;
	margin: 0 auto;

}	
.smrWrp p {
	font-size: 1.6em;
	font-weight: normal
}	
.smrTbl {
	border-top: 1px solid #494949;
	border-left: 1px solid #494949;
	width: 100%;
}
.smrTbl th{
	background: #1f1f1f;
	color: #fff;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	padding: 25px;
	font-size: 1.6em;
	width: 0;
	white-space: nowrap;
	box-sizing: border-box;
	min-width: 240px;
}
.smrTbl td {
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	padding: 25px;
	font-size: 1.6em;
	box-sizing: border-box;
}
@media screen and (max-width:767px) {
	#smrArea {
		padding: 0px 15px 40px;
	}	
	.smrWrp p {
		font-size: 1.3em;
	}	
	.smrTbl {
		display: block;
	}
	.smrTbl tr,
	.smrTbl thead,
	.smrTbl tbody {
		width: 100%;
		display: block;
	}
	.smrTbl th{
		padding: 10px;
		font-size: 1.3em;
		display: block;
		width: 100%;
	}
	.smrTbl td {
		padding: 10px;
		font-size: 1.3em;
		display: block;
		width: 100%;
	}
}

/*応募の流れ*/
#flwArea {
	padding: 0px 35px 70px;
	text-align: center;
}
.flwWrp {
	max-width: 1230px;
	margin: 0 auto;
}	
.flwListWrap {
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}
.flwListWrap:before {
	width: 100%;
	height: 6px;
	position: absolute;
	display: block;
	content: "";
	background: #ff4200;
	top: calc(50% - 3px);
	left: 0;
	box-sizing: border-box;
}
.flwWrp p {
	font-size: 1.6em;
	font-weight: normal
}	
.flwList {
	display: flex;
	justify-content: space-between;
	width: 930px;
	margin: 0 auto;
}
.flwList li {
	width: 270px;
	height: 270px;
	box-sizing: :border-box;
	border: 3px solid #ff4200;
	border-radius: 1000px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #fff;
}
.flwList li .step {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 0 20px;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	background: #ff4200;
}
.flwList li .title {
	text-align: center;
	width: 100%;
	font-size: 2.6em;
	font-weight: bold;
	color: #ff4200;
}
.flwList .text {
	position: absolute;
	top: calc(50% + 30px);
	left: 0;
	font-size: 1.4em;
	width: 100%;
	box-sizing: border-box;

}
@media screen and (min-width:768px) and (max-width:1040px) {
	.flwList {
		width: 700px;
	}
	.flwList li {
		width: 210px;
		height: 210px;
	}
	.flwList li .step {
		padding: 20px 0 10px;
		font-size: 1.8em;
	}
	.flwList li .title {
		font-size: 2.2em;
	}
	.flwList .text {
		position: absolute;
		top: calc(50% + 20px);
		font-size: 1.1em;
	}	
}
@media screen and (max-width:767px) {
	#flwArea {
		padding: 0px 15px 40px;
	}	
	.flwWrp p {
		font-size: 1.3em;
	}	
	.flwListWrap {
		margin-bottom: 20px;
		display: block;
	}
			
	.flwListWrap:before {
		width: 4px;
		height: 100%;
		top: 0;
		left: calc(50% - 2px);
	}
	.flwList {
		width: 100%;
		display: block;
		margin-bottom: 40px;
	}
	.flwList li {
		max-width: 500px;
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto 20px;
		border-radius: 10px;
	}
	.flwList li:last-child {
		margin-bottom: 0;
	}
	.flwList li .step {
		padding: 10px;
		font-size: 1.4em;
		position: relative;
		top: auto;
		left: auto;
	}
	.flwList li .title {
		font-size: 1.8em;
		padding: 5px;
	}
	.flwList .text {
		font-size: 1.2em;
		position: relative;
		top: auto;
		left: auto;
		padding-bottom: 5px;
	}
}


.lnkBtn {
	text-align: center;
}

.lnkBtn a {
	display: inline-block ;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.8em;
	line-height: 1;
	padding: 20px 100px;
	background: #4ec4b8;
	border: 1px solid #4ec4b8;
	cursor: pointer;
	color: #fff!important;
}

.lnkBtn a:hover {
	text-decoration: none!important;
	opacity: 0.7;
}

.frmBox04 {
	font-size: 1.2rem;
}

.back  {
	text-align: center;
	font-size: 1.2rem;
	margin: 0 0 75px;
}

.back a {
	text-decoration: underline!important;
}

.back a:hover {
	text-decoration: none!important;
}

@media screen and (max-width:767px) {
	.lnkBtn a {
		font-size: 1.6em;
		padding: 15px 75px;	
	}
	.frmBox04 {
		font-size: 0.9rem;
	}
	.back  {
		font-size: 1rem;
		margin: 0 0 40px;
	}
}