@charset "UTF-8";


.section2{
	padding: 58px 0 80px;
	background-color: rgba(245,165,190,0.101);
}
.searchWrap {
	margin: 50px auto 0;
	width: 579px;
}
.searchConditionList {
	display: flex;
	align-items: center;
	width: 100%;
	height: 75px;
	margin: 0 auto;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.16);
	border-radius: 20px;
	z-index: 1;
	position: relative;
	background-color: #fff;
}
.searchConditionItem {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.searchConditionItem:nth-child(n + 2) {
	border-left: 1px solid #E0E0E0;
	border-bottom: 0;
}
.searchConditionItemInput {
	width: 430px;
	padding: 0 15px;
}
.searchConditionInput {
	width: 100%;
	height: 57px;
	border-radius: 10px;
	border: 0;
	background-color: rgba(245,165,190,0.101);
	padding: 0 15px;
	font-size: 15px;
}
.searchConditionItem:last-child {
	width: 153px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.searchConditionExecBtn {
	width: 120px;
	height: 57px;
	background-color: #F5A5BE;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-image: url(../img/icon_search_white.svg);
	background-position: 28px center;
	background-size: 20px;
	padding: 0 0 0 28px;
	margin: 0;
}

.searchWrap .note {
	margin-top: 1em;
}

.jobSearchResult {
	width: 750px;
	margin: 40px auto 0;
}
.jobSearchItemBox1 {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.16);
	border-radius: 20px;
	background-color: #fff;
	padding: 25px;
	position: relative;
	width: 100%;
}
.jobSearchTitleWrap {
	width: 100%;
}
.jobSearchTitle {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.jobSearchFacility {
	font-size: 17px;
	font-weight: bold;
	color: #F5A5BE;
	line-height: 1.4;
}
.jobSearchItemBox2, .jobSearchItemBox3 {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #E0E0E0;
}
.jobSearchDlInner {
	display: flex;
}
.jobSearchDlInner:nth-child(n + 2) {
	margin-top: 5px;
}
.jobSearchDt {
	font-weight: bold;
	width: 95px;
}
.jobSearchDd {
	width: calc(100% - 95px);
}
.jobSearchBtnWrap {
	margin-top: 40px;
}
.jobSearchBtn {
	width: 342px;
	line-height: 50px;
	text-align: center;
	border-radius: 20px;
	font-size: 16px;
	font-weight: bold;
	background-color: #F5A5BE;
	color: #fff;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width:480px) {
	.searchWrap {
		margin: 8.33vw 0 0;
		padding: 0 4.44vw;
		width: 100%;
	}
	.searchConditionList {
		display: block;
		width: 100%;
		height: auto;
		box-shadow: none;
		border-radius: 0;
		background-color: inherit;
	}
	.searchConditionItemInput {
		width: 100%;
		padding: 0;
	}
	.searchConditionInput {
		background-color: #fff;
		background-image: none;
		padding: 0 4.17vw 0 !important;
	}
	.searchConditionItem:last-child {
		display: none;
	}
	.searchConditionExecBtnWrap {
		margin-top: 4vw;
	}
	.searchConditionExecBtn {
		border-radius: 5.56vw;
		background-position: 5vw center;
		background-size: 5vw;
		padding: 0 0 0 5vw;
		margin: 0 auto;
		width: 55.56vw;
		height: 11.11vw;
		font-size: 4vw;
		line-height: 11.11vw;
	}
	.searchWrap .note{
		margin-top: 2em;
	}
	.jobSearchResult {
		width: 100%;
		margin: 8.33vw auto 0;
		padding: 0 4.44vw;
	}
	.jobSearchItemBox1 {
		box-shadow: 0px 0px 5.56vw rgba(0,0,0,0.16);
		border-radius: 5.56vw;
		padding: 5.56vw;
		width: 100%;
	}
	.jobSearchTitle {
		font-size: 4vw;
	}
	.jobSearchItemBox2, .jobSearchItemBox3 {
		margin: 3vw 0 0;
		border-top: 0;
		padding: 0;
	}
	.jobSearchDl {
		border-top: 1px solid #E0E0E0;
		padding-top: 3vw;
		font-size: 3.89vw;
	}
	.jobSearchDt {
		width: 21.11vw;
	}
	.jobSearchDd {
		width: calc(100% - 21.11vw);
	}
	.jobSearchBtnWrap {
		margin-top: 4vw;
	}
	.jobSearchBtn {
		border-radius: 5.56vw;
		background-position: 5vw center;
		background-size: 5vw;
		padding: 0 0 0 5vw;
		width: 80vw;
		height: 11.11vw;
		font-size: 4vw;
		line-height: 11.11vw;
	}
}