@charset "utf-8";

body.pageTop {
	/* border-top: 30px solid #F6F1F1; */
	padding: 0;
}
.moveSearchBtnWrap {
	position: fixed;
	bottom: 20px;
	right: 10vw;
	z-index: 10;
	transition: all 100ms 0s ease;
}
.moveSearchBtn {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #3AB924;
	border: 4px solid #6AD956;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.9px;
}
.mainVisual {
	height: 505px;
	background-image: url(../images/top/main_visual.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.mainVisual .inner {
	width: 985px;
	overflow: hidden;
}
.mainVisualTextWrap {
	margin-top: 160px;
	overflow: hidden;
	letter-spacing: 2.1px;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	font-weight: bold;
	color: #fff;
}
.mainVisualText1 {
	font-size: 42px;
}
.mainVisualText2 {
	font-size: 16px;
}
.mainVisualGreen {
	color: #3AB924;
}
.topSearchWrap {
	margin-top: 90px;
	background-color: rgb(255,255,255, 0.95);
	border-radius: 8px;
	padding: 25px;
}
.topSearch {
	display: flex;
}
.topSearchDl{
	display: flex;
}
.topSearchDlBlock{
}
.topSearchDlBlock:nth-child(n + 2) {
	margin-left: 15px;
}
.topSearchDt {
	font-size: 16px;
}
.topSearchDd{
	margin-top: 5px;
}
.topSearchDd .inputSelect {
	width: 160px;
	border-radius: 25px;
	background-color: #fff;
}
.topSearchDlBlock:first-child .inputSelect {
	width: 200px;
}
.topSearchDd .inputText {
	width: 200px;
	border-radius: 25px;
}
.topSearchDtText {
	font-size: 12px;
}
.topSearchBtnWrap {
	margin-left: 30px;
	display: flex;
	align-items: flex-end;
}
.topSearchBtn {
	width: 140px;
	height: 50px;
	background-color: #3AB924;
	border: 2px solid #6AD956;
	border-radius: 25px;
	color: #fff;
	letter-spacing: 0.8px;
	font-size: 16px;
}
.strengthsList {
	margin-top: 40px;
	font-size: 16px;
	text-indent: -1em;
	padding-left: 1em;
}
.strengthsItem {
	line-height: 1.8;
}
.strengthsList2 {
	display: flex;
	gap: 0 20px;
	margin-top: 40px;
}
.strengthsItem2 {
	width: calc(25% - 10px);
	border: 1px solid #ddd;
	padding: 2em 2em;
	border-radius: 5px;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.098);
}
.strengthsItemImg {
	width: 60px;
}
.strengthsItem2 p:first-child {
	text-align: center;
}
.strengthsItem2 p:nth-child(2) {
	margin-top: 1em;
	font-size: 1.4em;
	color: #F59D25;
}
.topNewJob {
	margin-top: 100px;
}
.topNewJob .inner {
	width: 1080px;
}
.topTitleWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topTitle {
	font-size: 40px;
	font-weight: bold;
	color: #3AB924;
	display: flex;
	align-items: center;
	letter-spacing: 2px;
}
.topTitleJa {
	color: #6AD956;
	font-size: 20px;
	font-weight: normal;
	margin-left: 40px;
}
.topTitleLinkBtn {
	display: block;
	width: 180px;
	height: 60px;
	background-color: #3AB924;
	border-radius: 30px;
	border: 3px solid #6AD956;
	text-align: center;
	letter-spacing: 1px;
	color: #FFFFFF;
	font-size: 20px;
}
.topNewJobList {
	margin: -15px 0 0 -45px;
	display: flex;
}
.topNewJobItem {
	width: 330px;
	margin: 55px 0 0 45px;
	position: relative;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.098);
	border-radius: 8px;
	background-color: #ffff;
	padding: 25px 20px;
}
.topNewJobItemTitleWrap{
}
.topNewJobItemTitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.topNewJobItemTagWrap {
	margin-top: 10px;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	padding: 10px 0;
}
.topNewJobItemTagList {
	display: flex;
	flex-wrap: wrap;
	margin: -5px 0 0 -10px;
}
.topNewJobItemTagItem {
}
.topNewJobItemCond{
}
.topNewJobItemCondBlock {
	display: flex;
	margin-top: 10px;
	align-items: center;
	line-height: 1.6em;
}
.topNewJobItemCondDt {
	width: 50px;
}
.topNewJobItemCondDd {
	margin-left: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #3AB924;
	width: calc(100% - 50px);
}
.topFeature{
	margin-top: 85px;
}
.topFeature .inner{
	width: 1080px;
}
.topFeatureList{
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0 -30px;
}
.topFeatureItem{
	width: 340px;
	position: relative;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.098);
	border-radius: 8px;
	background-color: #ffff;
	margin: 30px 0 0 30px;
}
.topFeatureImgWrap{
	width: 100%;
	height: 182px;
}
.topFeatureImg {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 8px 8px 0 0;
}
.topFeatureTitle {
	padding: 20px;
	line-height: 1.6;
	font-size: 16px;
	font-weight: bold;
}
.topFeatureTitle .strong{
	color: #F59D25;
	font-weight: bold;
}

@media (max-width: 450px) {
	body.pageTop {
		border-top: 0;
	}
	.moveSearchBtnWrap {
		top: auto;
		bottom: 2vw;
		right: 2vw;
	}
	.moveSearchBtn {
		width: 20.51vw;
		height: 20.51vw;
		font-size: 3.59vw;
	}
	.mainVisual {
		height: 102.56vw;
		background-image: url(../images/top/main_visual_sp.jpg);
	}
	.mainVisualTextWrap {
		margin-top: 42.31vw;
		letter-spacing: 0.54vw;
		text-shadow: 0vw 0vw 2.05vw rgba(0,0,0,1);
		padding-left: 6.41vw;
	}
	.mainVisualText1 {
		font-size: 5.5vw;
	}
	.mainVisualText2 {
		font-size: 3.08vw;
	}
	.topSearchSpWrap {
		margin: 21.79vw 6% 0;
		background-color: rgb(255,255,255,0.95);
		padding: 3.85vw;
		border-radius: 2.05vw;
	}
	.topSearchSp{
	}
	.topSearchSpList {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.topSearchSpItem {
		height: 15.38vw;
		width: 30%;
		font-size: 3.59vw;
		background-color: #fff;
		border-radius: 2.05vw;
		padding: 0 1.28vw;
		line-height: 1.4;
		box-shadow: 0vw 0vw 3.85vw rgba(0,0,0,0.098);
	}
	.inputSelectWrap {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.inputSelectLabel {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	.topSearchSpItemText {
		display: block;
		font-size: 2.56vw;
	}
	.inputSelectHidden {
		position: absolute;
		opacity: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.topSearchSpItemBtn{
	}
	.topSearchSpWord {
		margin-top: 5.13vw;
		box-shadow: 0vw 0vw 3.85vw rgba(0,0,0,0.098);
		border-radius: 2.05vw;
	}
	.strengthsList {
		margin-top: 10.26vw;
		font-size: 3.59vw;
	}
	.strengthsList2 {
		gap: 4vw;
		margin-top: 10.26vw;
		flex-wrap: wrap;
	}
	.strengthsItem2 {
		width: 100%;
		box-shadow: 0vw 0vw 3.08vw rgba(0,0,0,0.098);
		border-radius: 2.05vw;
	}
	.strengthsItemImg {
		width: 12vw;
	}
	.topNewJob .inner {
		padding: 0 6%;
	}
	.topNewJob {
		margin-top: 20.51vw;
	}
	.topTitleWrap {
		display: block;
	}
	.topTitle {
		font-size: 8.21vw;
		display: block;
		text-align: center;
	}
	.topTitleJa {
		font-size: 4.1vw;
		margin-left: 0;
		display: block;
	}
	.topNewJob .jobCommonList {
		margin: 10.26vw 0 0 0;
		display: block;
	}
	.topNewJobBtnWrap {
		margin-top: 15.38vw;
	}
	.topFeature {
		margin-top: 30vw;
	}
	.topFeature .inner {
		padding: 0 6%;
	}
	.topFeatureList {
		display: block;
		margin: 10.26vw 0 0 0;
	}
	.topFeatureItem {
		width: 100%;
		box-shadow: 0vw 0vw 3.08vw rgba(0,0,0,0.098);
		border-radius: 2.05vw;
		margin: 14.1vw 0 0 0;
	}
	.topFeatureImg {
		border-radius: 2.05vw 2.05vw 0 0;
	}
	.topFeatureTitle {
		padding: 5.13vw;
		font-size: 4.2vw;
	}
	
}