@charset "utf-8";
/* CSS Document */

#categoryNavi01 {
	margin: 0;
}
#categoryNavi01 ul,
#categoryNavi02 ul,
#categoryNavi03 ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
}
#categoryNavi01 ul li a,
#categoryNavi02 ul li a,
#categoryNavi03 ul li a {
	position: relative;
	display: block;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
}
#categoryNavi01 ul li a,
#categoryNavi03 ul li a {
	color: #ffffff;
	background: #000000;
}
#categoryNavi01 ul li a:hover,
#categoryNavi03 ul li a:hover {
	color: #ffffff;
}
#categoryNavi01 ul li a .name,
#categoryNavi03 ul li a .name {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	color: #000000;
	background: #ffaa00;
	box-sizing: border-box;
}
#categoryNavi01 ul li a .name {
	text-align: center;
}

#categoryNavi01 ul li a .arrow,
#categoryNavi03 ul li a .arrow {
	position: absolute;
	display: block;
}
#categoryNavi01 ul li a .arrow:after,
#categoryNavi03 ul li a .arrow:after {
	content: "\e911";
	display: inline-block;
	margin-left: 0.25em;
	vertical-align: middle;
}
#categoryNavi01 ul li a:hover .arrow:after {
	color: #ffaa00;
}

#categoryNavi01 ul li a span,
#categoryNavi01 ul li a span:after,
#categoryNavi03 ul li a span,
#categoryNavi03 ul li a span:after {
	-webkit-transition: all .4s;
	transition: all .4s;
}
#categoryNavi01 ul li a:hover span,
#categoryNavi01 ul li a:hover span:after,
#categoryNavi03 ul li a:hover span,
#categoryNavi03 ul li a:hover span:after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
#categoryNavi02 ul li:last-child {
	position: relative;
	background: #ffaa00;
}
#categoryNavi02 ul li a {
	color: #000000;
}
#categoryNavi02 ul li a:after {
	position: absolute;
	display: block;
}
#categoryNavi02 ul li:first-child a:after {
	content: "\e907";
	color: rgba(255,170,0,0.2);
}
#categoryNavi02 ul li:nth-child(2) a:after {
	content: "\e908";
	color: rgba(255,170,0,0.2);
}
#categoryNavi02 ul li:nth-child(3) a:after {
	content: "\e909";
	color: rgba(255,170,0,0.3);
}
#categoryNavi02 ul li a .arrow {
	display: block;
	z-index: 5;
}
#categoryNavi02 ul li a .arrow:after {
	content: "\e911";
	vertical-align: top;
}
#categoryNavi02 ul li,
#categoryNavi02 ul li a span {
	-webkit-transition: all .4s;
	transition: all .4s;
}
#categoryNavi02 ul li:hover,
#categoryNavi02 ul li a:hover span {
	-webkit-transition: all .3s;
	transition: all .3s;
}
#categoryNavi02 ul li:last-child a .arrow {
	text-align: center;
	border-bottom: 1px solid rgba(216,128,0,0.4);
}
#categoryNavi02 ul li:last-child a .arrow:after {
	color: #ffffff;
	line-height: 1.6;
	vertical-align: bottom;
}
#categoryNavi02 ul li:last-child a .arrow:before {
	content: "\e901";
	margin-right: 0.25em;
	color: #ffffff;
	line-height: 1;
	vertical-align: bottom;
}
#categoryNavi02 ul li:last-child a .tel {
	position: relative;
	line-height: 1.2;
}
#categoryNavi02 ul li:last-child a .tel:before {
	content: "\e906";
	position: absolute;
	top: -2px;
	left: 0;
	line-height: 1.2;
}
#categoryNavi02 ul li:last-child a .tel .txt {
	display: block;
}
#categoryNavi03 ul li:first-child a .name {
	color: #ffffff;
	background: #005596;
}
#categoryNavi03 ul li:last-child a .name {
	color: #ffffff;
	background: #87af28;
}
#categoryNavi03 ul li:first-child a:hover .arrow:after {
	color: #005596;
}
#categoryNavi03 ul li:last-child a:hover .arrow:after {
	color: #87af28;
}


h2 {
	text-align: center;
}
#search h2:before {
	content: "\e905";
	display: block;
}
#search p {
	text-align: center;
}
#search ul li {
	vertical-align: top;
	background-repeat: no-repeat;
}
#search ul li:first-child {
	background-color: #005596;
	background-image: url(../images/icon_select_w.png);
}
#search ul li:nth-child(2) {
	background-color: #ffaa00;
	background-image: url(../images/icon_select_b.png);
}
#search ul li:last-child {
	margin-right: 0;
}
#search ul li select {
	display: block;
	font-weight: bold;
}
#search ul li:first-child select {
	color: #ffffff;
}
#search ul li:nth-child(2) select {
	color: #000000;
}
#search ul li select option {
	color: #000000;
	font-weight: normal;
	background-color: #ffffff;
}
#search ul li:last-child input {
	display: block;
	color: #ffffff;
	border: none;
	outline: none;
	background-color: #000000;
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
	border-radius: 0;
	cursor: pointer;
}

#search .setting {
	text-align: right;
}
#search .setting a {
	color: #000000;
	line-height: 2;
	text-decoration: none;
}
#search .setting a:after {
	content: "\e90a";
	margin-left: 0.25em;
	color: #000000;
	vertical-align: top;
}


#feature {
	background: rgba(212,201,167,0.2);
}
#feature h2:before {
	content: "\e90b";
	display: block;
}
#feature ul {
	letter-spacing: -.40em;
}
#feature ul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
#feature ul li a {
	display: block;
	text-decoration: none;
}
#feature ul li a .img {
	display: block;
}
#feature ul li a .summary {
	font-weight: bold;
}
#feature ul li a .area {
	display: inline-block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: #005596;
}
#feature ul li a:hover .area {
	color: #ffffff;
	background: #005596;
}
#feature ul li a .jobtype {
	display: inline-block;
	color: #000000;
	text-align: center;
	background: #ffaa00;
}
#feature ul li a:hover .jobtype {
	color: #000000;
	background: #ffaa00;
}

#newly h2:before {
	content: "\e90c";
	display: block;
}
#newly ul {
	width: 100%;
	box-sizing: border-box;
	background: rgba(212,201,167,0.2);
}
#newly ul li {
	position: relative;
	background: #ffffff;
}
#newly ul li a {
	display: block;
	font-weight: bold;
}
#newly ul li a .summary {
	line-height: 1.75;
}
#newly ul li a .detail {
	display: block;
}
#newly ul li a .area {
	clear: both;
}

#newly ul li a .area,
#newly ul li a:hover .area {
	color: #8caf1e;
}
#newly ul li a .jobtype,
#newly ul li a:hover .jobtype {
	color: #005f91;
}
#newly ul li a .jobstyle,
#newly ul li a:hover .jobstyle {
	color: #000000;
}
#newly ul li a .jobtype:before,
#newly ul li a .jobstyle:before {
	content: "/";
	margin: 0 0.25em;
	color: #8f8f8f;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
#newly ul li.seemore a {
	display: block;
	color: #ffffff;
	background: #000000;
	border-bottom: 1px solid transparent;
}
#newly ul li.seemore a > span:after {
	content: "\e911";
	vertical-align: top;
}


@media print, screen and (min-width: 768px) {
	main section {
		margin-bottom: 75px;
	}
	#categoryNavi01 ul li,
	#categoryNavi02 ul li {
		width: 25%;
	}
	#categoryNavi01 ul li:first-child,
	#categoryNavi03 ul li {
		width: 50%;
	}
	#categoryNavi01 ul li a,
	#categoryNavi03 ul li a {
		font-size: 1.5vw; /*24px*/
	}
	#categoryNavi01 ul li a .name,
	#categoryNavi03 ul li a .name {
		width: 21vw;
		font-size: 1.125vw; /*18px*/
		line-height: 3;
	}
	#categoryNavi03 ul li a .name {
		padding-left: 2.5vw;
	}
	#categoryNavi01 ul li a .summary,
	#categoryNavi03 ul li a .summary {
		position: absolute;
		top: 2.5vw;
		left: 2.5vw;
		font-size: 2.2vw;
		line-height: 1.18;
		opacity: 0;
	}
	#categoryNavi01 ul li a:hover .summary,
	#categoryNavi03 ul li a:hover .summary {
		opacity: 1;
	}
	#categoryNavi01 ul li:first-child a .summary {
		top: 14vw;
		left: 4.4vw;
		font-size: 4.2vw; /*67px*/
		line-height: 1.1;
	}
	#categoryNavi01 ul li a:hover .img,
	#categoryNavi03 ul li a:hover .img {
		opacity: 0.6;
	}
	#categoryNavi01 ul li a .arrow,
	#categoryNavi03 ul li a .arrow {
		right: 3vw;
		bottom: 3.5vw;
	}
	#categoryNavi01 ul li a .arrow:after,
	#categoryNavi03 ul li a .arrow:after {
		font-size: 3.5vw; /*56px*/
	}
	#categoryNavi02 {
		margin-bottom: 3vw;
	}
	#categoryNavi02 ul li:first-child {
		background: rgba(255,170,0,0.2);
	}
	#categoryNavi02 ul li:nth-child(2) {
		background: rgba(255,170,0,0.4);
	}
	#categoryNavi02 ul li:nth-child(3) {
		background: rgba(255,170,0,0.5);
	}
	#categoryNavi02 ul li a {
		padding: 2vw 2vw 4.5vw 2vw;
		font-size: 1.5vw; /*24px*/
	}
	#categoryNavi02 ul li:last-child a {
		padding: 2vw 2vw 2.5vw 2vw;
	}
	#categoryNavi02 ul li a:after {
		right: 1vw;
		bottom: 1vw;
	}
	#categoryNavi02 ul li:first-child a:after {
		right: 0;
		font-size: 8vw;
	}
	#categoryNavi02 ul li:nth-child(2) a:after {
		font-size: 9.5vw;
	}
	#categoryNavi02 ul li:nth-child(3) a:after {
		bottom: 1.5vw;
		font-size: 7.5vw;
	}
	#categoryNavi02 ul li:not(:last-child) a .summary {
		position: relative;
		z-index: 10;
	}
	#categoryNavi02 ul li:not(:last-child) a .arrow {
		position: absolute;
		right: 1.8vw;
		bottom: 2vw;
		font-size: 1vw; /*16px*/
	}
	#categoryNavi02 ul li a .arrow:after {
		margin-left: 0.25em;
		font-size: 1.3vw; /*22px*/
	}
	#categoryNavi02 ul li:last-child a .arrow {
		margin-bottom: 1.5vw;
		padding-bottom: 1vw;
		font-size: 1.6vw; /*26px*/
		line-height: 1.2;
	}
	#categoryNavi02 ul li:last-child a .arrow:after {
		font-size: 1.4vw;
	}
	#categoryNavi02 ul li:last-child a .arrow:before {
		font-size: 2.3vw;
	}
	#categoryNavi02 ul li:last-child a .sub {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	#categoryNavi02 ul li:last-child a .tel {
		padding: 0 0.5vw 0 2.8vw;
		font-size: 1.3vw; /*22px*/
	}
	#categoryNavi02 ul li:last-child a .tel:before {
		font-size: 2.4vw;
	}
	#categoryNavi02 ul li:last-child a .tel .txt {
		font-size: 0.8vw;
	}
	#categoryNavi02 ul li:last-child a .note {
		font-size: 0.75vw; /*12px*/
	}
	#categoryNavi02 ul li:hover:first-child,
	#categoryNavi02 ul li:hover:nth-child(2),
	#categoryNavi02 ul li:hover:nth-child(3),
	#categoryNavi02 ul li:hover:last-child {
		background: #ffffff;
	}
	#categoryNavi02 ul li:first-child a:hover:after,
	#categoryNavi02 ul li:nth-child(2) a:hover:after,
	#categoryNavi02 ul li:nth-child(3) a:hover:after {
		color: rgba(255,170,0,0.1);
	}
	#categoryNavi02 ul li a:hover .arrow,
	#categoryNavi02 ul li a:hover .arrow:after {
		color: #ffaa00;
	}
	#categoryNavi02 ul li:last-child a:hover .arrow,
	#categoryNavi02 ul li:last-child a:hover .arrow:before,
	#categoryNavi02 ul li:last-child a:hover .arrow:after,
	#categoryNavi02 ul li:last-child.hover a .arrow,
	#categoryNavi02 ul li:last-child.hover a .arrow:before,
	#categoryNavi02 ul li:last-child.hover a .arrow:after {
		color: #ffaa00;
	}
	#categoryNavi03 .inner {
		width: 92.5%;
	}
	#categoryNavi03 ul li a .summary {
		top: 7vw;
		left: 5vw;
	}
	#categoryNavi03 ul li a .arrow {
		bottom: 2vw;
		font-size: 1.2vw;
	}
	#categoryNavi01 ul li a:after,
	#categoryNavi03 ul li a:after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	#categoryNavi02 ul li:last-child:after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transition: all .4s;
		cursor: pointer;
	}
	#categoryNavi02 ul li:last-child a {
		position: relative;
		z-index: 10;
	}
	#categoryNavi02 ul li:last-child:hover:after {
		box-shadow: inset 0 0 0 10px #ffaa00;
		transition: all .3s;
	}
	#categoryNavi01 ul li a:hover:after {
		box-shadow: inset 0 0 0 10px #ffaa00;
	}

	#categoryNavi03 ul li:first-child a:hover:after {
		box-shadow: inset 0 0 0 10px #005596;
	}
	#categoryNavi03 ul li:last-child a:hover:after {
		box-shadow: inset 0 0 0 10px #87af28;
	}
	h2 {
		margin-bottom: 40px;
		font-size: 3.6rem;
	}
	#search {
		margin-bottom: 60px;
	}
	#search .inner {
		width: 850px;
	}
	#search h2 {
		margin-bottom: 20px;
	}
	#search h2:before {
		margin-bottom: 28px;
		font-size: 4.5rem;
	}
	#search p {
		margin-bottom: 40px;
		font-size: 2.0rem;
	}
	#search ul {
		margin-bottom: 28px;
		letter-spacing: -.40em;
	}
	#search ul li {
		display: inline-block;
		width: 270px;
		margin-right: 20px;
		letter-spacing: normal;
		background-position: center right 20px;
		background-size: 16px 24px;
	}
	#search ul li select,
	#search ul li input {
		width: 270px;
		height: 70px;
		padding: 0 20px;
		font-size: 1.8rem;
		line-height: 3.8;
	}
	#search ul li:first-child select {
		background-size: 16px 24px;
		background-position: right 20px center;
	}
	#search ul li:nth-child(2) select {
		background-size: 16px 24px;
		background-position: right 20px center;
	}
	#search ul li:last-child input {
		background-size: 24px;
	}
	#search .setting {
		font-size: 1.4rem;
	}
	#search .setting a:after {
		font-size: 2.8rem;
	}
	#search .setting a:hover {
		color: #ffaa00;
	}
	#feature .inner {
		width: 1200px;
		padding: 90px 0 120px 0;
	}
	#feature h2:before {
		margin-bottom: 28px;
		font-size: 6.5rem;
	}
	#feature .date {
		position: absolute;
		right: 0;
		top: 140px;
		color: #959595;
		font-size: 1.4rem;
	}
	#feature ul li {
		width: 23.65%;
		margin: 0 1.8% 0 0;
	}
	#feature ul li:last-child {
		margin-right: 0;
	}
	#feature ul li a {
		font-size: 1.2rem;
	}
	#feature ul li a .img {
		margin-bottom: 12px
	}
	#feature ul li a .summary {
		margin-bottom: 10px;
		font-size: 1.4rem;
		line-height: 1.75;
		border-bottom: 1px solid transparent;
		transition: all .4s;
	}
	#feature ul li a:hover .summary {
		border-bottom: 1px solid #000000;
		transition: all .3s;
	}
	#feature ul li a .area {
		width:48%;
		margin: 0 4% 24px 0;
		line-height: 2.1;
	}
	#feature ul li a .jobtype {
		width: 48%;
		margin: 0 0 24px 0;
		line-height: 2.1;
	}
	#newly .inner {
		width: 1200px;
	}
	#newly h2:before {
		margin-bottom: 28px;
		font-size: 4.5rem;
	}
	#newly ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 24px 24px 0 24px;
	}
	#newly ul li {
		width: 368px;
		margin: 0 24px 24px 0;
	}
	#newly ul li:nth-child(3n) {
		margin-right: 0;
	}
	#newly ul li a {
		padding: 50px 50px 40px 50px;
		font-size: 1.1rem;
	}
	#newly ul li a .summary {
		font-size: 1.8rem;
		border-bottom: 1px solid transparent;
		transition: all .4s;
	}
	#newly ul li a .detail {
		margin-top: 10px;
	}
	#newly ul li a:hover .summary {
		border-bottom: 1px solid #000000;
		transition: all .3s;
	}
	#newly ul li.seemore a {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	#newly ul li.seemore a > span {
		position: absolute;
		width: 100%;
		top: 45%;
		text-align: center;
	}
	#newly ul li.seemore a > span:after {
		margin-left: 0.25em;
		font-size: 2.8rem;
	}
	#newly ul li.seemore a span span {
		border-bottom: 1px solid transparent;
		transition: all .4s;
	}
	#newly ul li.seemore a:hover span span {
		border-bottom: 1px solid #ffffff;
		transition: all .3s;
	}
}


@media screen and (min-width: 1600px) {
	#categoryNavi01 ul li a,
	#categoryNavi03 ul li a {
		font-size: 2.4rem;
	}
	#categoryNavi01 ul li a .name,
	#categoryNavi03 ul li a .name {
		width: 340px;
		font-size: 1.8rem;
	}
	#categoryNavi03 ul li a .name {
		padding-left: 40px;
	}
	#categoryNavi01 ul li a .summary,
	#categoryNavi03 ul li a .summary {
		top: 40px;
		left: 40px;
		font-size: 3.8rem;
	}
	#categoryNavi01 ul li:first-child a .summary {
		top: 224px;
		left: 70px;
		font-size: 6.7rem;
	}
	#categoryNavi01 ul li a .arrow,
	#categoryNavi03 ul li a .arrow {
		right: 48px;
		bottom: 56px;
	}
	#categoryNavi01 ul li a .arrow:after,
	#categoryNavi03 ul li a .arrow:after {
		font-size: 5.6rem;
	}
	#categoryNavi02 {
		margin-bottom: 48px;
	}
	#categoryNavi02 ul li a {
		padding: 50px 30px 70px 30px;
		font-size: 2.4rem;
	}
	#categoryNavi02 ul li:last-child a {
		padding: 0;
	}
	#categoryNavi02 ul li:last-child a:first-child {
		padding: 30px 24px;
	}
	#categoryNavi02 ul li a:after {
		right: 16px;
		bottom: 16px;
	}
	#categoryNavi02 ul li:first-child a:after {
		font-size: 13rem;
	}
	#categoryNavi02 ul li:nth-child(2) a:after {
		font-size: 15rem;
	}
	#categoryNavi02 ul li:nth-child(3) a:after {
		bottom: 24px;
		font-size: 12rem;
	}
	#categoryNavi02 ul li:not(:last-child) a .arrow {
		right: 28px;
		bottom: 32px;
		font-size: 1.6rem;
	}
	#categoryNavi02 ul li a .arrow:after {
		margin-left: 0.25em;
		font-size: 2.2rem;
	}
	#categoryNavi02 ul li:last-child a .arrow {
		padding-bottom: 16px;
		font-size: 2.6rem;
	}
	#categoryNavi02 ul li:last-child a .arrow:after {
		font-size: 2.5rem;
	}
	#categoryNavi02 ul li:last-child a .arrow:before {
		font-size: 3.2rem;
	}
	#categoryNavi02 ul li:last-child a .tel {
		padding: 0 8px 0 40px;
		font-size: 2.2rem;
	}
	#categoryNavi02 ul li:last-child a .tel:before {
		font-size: 3.8rem;
	}
	#categoryNavi02 ul li:last-child a .tel .txt {
		font-size: 1.34rem;
	}
	#categoryNavi02 ul li:last-child a .note {
		font-size: 1.2rem;
	}
	#categoryNavi03 ul li a .summary {
		top: 110px;
		left: 80px;
	}
	#categoryNavi03 ul li a .arrow {
		bottom: 32px;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 767px) {
	main section {
		margin-bottom: 6vw;
	}
	#categoryNavi01 ul,
	#categoryNavi03 ul {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	#categoryNavi02 ul {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#categoryNavi02 ul li {
		width: 33.333%;
		border-left: 1px solid rgba(255,170,0,0.4);
		background: rgba(255,170,0,0.2);
		box-sizing: border-box;
	}
	#categoryNavi01 ul li,
	#categoryNavi02 ul li:last-child,
	#categoryNavi03 ul li {
		width: 100%;
	}
	#categoryNavi01 ul li a .name {
		width: 50%;
		font-size: 3.2vw; /*20px*/
		line-height: 3;
	}
	#categoryNavi01 ul li a .summary,
	#categoryNavi02 ul li a .summary,
	#categoryNavi03 ul li a .summary {
		display: none;
	}
	#categoryNavi01 ul li a .arrow {
		font-size: 4.8vw;
		right: 0;
		bottom: 0;
	}
	#categoryNavi01 ul li a .arrow:after {
		width: 14.5vw;
		color: #ffaa00;
		font-size: 10vw;
		line-height: 1.45;
		text-align: center;
		background: #ffffff;
	}
	#categoryNavi02 {
		margin-bottom: 5vw;
	}
	#categoryNavi02 ul li:first-child,
	#categoryNavi02 ul li:last-child {
		border: none;
	}
	#categoryNavi02 ul li:not(:last-child) a {
		height: 19.35vw;
	}
	#categoryNavi02 ul li a:after {
		top: 2.5vw;
		left: 0;
		right:0;
		margin: 0 auto;
		text-align: center;
	}
	#categoryNavi02 ul li:first-child a:after {
		font-size: 14.88vw;
	}
	#categoryNavi02 ul li:nth-child(2) a:after {
		font-size: 16.16vw;
	}
	#categoryNavi02 ul li:nth-child(3) a:after {
		font-size: 15.15vw;
	}
	#categoryNavi02 ul li:not(:last-child) a .arrow {
		position: relative;
		display: table;
		margin: 0  auto;
		padding-top: 8.4vw;
		font-size: 3.2vw; /*20px*/
		text-align: center;
		z-index: 10;
	}
	#categoryNavi02 ul li:not(:last-child) a .arrow:after {
		display: block;
		font-size: 3.7vw;
		text-align: right;
	}
	#categoryNavi02 ul li:last-child a {
		padding: 0 6vw 6vw 6vw;
	}
	#categoryNavi02 ul li:last-child a:nth-child(2) {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	#categoryNavi02 ul li:last-child a:first-child {
		padding: 6vw 6vw 0 6vw;
	}
	#categoryNavi02 ul li:last-child a .arrow {
		margin-bottom: 4.5vw;
		padding-bottom: 3.8vw;
		font-size: 6.45vw;
		line-height: 1.2;
	}
	#categoryNavi02 ul li:last-child a .arrow:after {
		margin-left: 0.25em;
		font-size: 5.7vw;
	}
	#categoryNavi02 ul li:last-child a .arrow:before {
		font-size: 9.4vw;
	}
	#categoryNavi02 ul li:last-child a .tel {
		padding: 0 1vw 0 9.5vw;
		font-size: 5.5vw;
	}
	#categoryNavi02 ul li:last-child a .tel:before {
		font-size: 9vw;
	}
	#categoryNavi02 ul li:last-child a .tel .txt {
		font-size: 3vw;
	}
	#categoryNavi02 ul li:last-child a .note {
		font-size: 2.9vw;
		padding-bottom: 0.6vw;
	}
	#categoryNavi03 {
		margin-bottom: 9.3vw;
	}
	#categoryNavi03 ul li:first-child {
		display: none;
	}
	#categoryNavi03 ul li:last-child a {
	}
	#categoryNavi03 ul li:last-child a .img,
	#categoryNavi03 ul li:last-child a .name {
		display: table-cell;
		width: 50%;
		vertical-align: top;
	}
	#categoryNavi03 ul li:last-child a .name {
		position: static;
		padding: 2.9vw 0 0 3.2vw;
		font-size: 4.8vw;
		line-height: 1.2;
		text-align: left;
	}
	#categoryNavi03 ul li:last-child a .arrow {
		text-align: right;
		right: 4.8vw;
		bottom: 3.87vw;
		font-size: 3.87vw;
		line-height: 1.75;
	}
	#categoryNavi03 ul li:last-child a .arrow:after {
		display: block;
		color: #ffffff;
		font-size: 7.4vw;
	}
	#categoryNavi03 ul li:last-child a:hover .arrow:after {
		color: #ffffff;
	}
	h2 {
		margin-bottom: 5.8vw;
		font-size: 5.8vw; /*36px*/
	}

	#search {
		margin-bottom: 16vw;
	}
	#search .inner {
		width: 87.5%;
	}
	#search h2 {
		margin-bottom: 2.7vw;
	}
	#search h2:before {
		margin-bottom: 3vw;
		font-size: 9.3vw;
	}
	#search p {
		margin-bottom: 6.6vw;
		font-size: 3.5vw;
	}
	#search ul li {
		margin-bottom: 5vw;
		background-position: center right 3.2vw;
		background-size: 3.2vw 4.8vw;
	}
	#search ul li select,
	#search ul li input {
		width: 100%;
		height: 12vw;
		padding: 0 5vw;
		font-size: 4.5vw;
		line-height: 2.8;
	}
	#search ul li:first-child select {
		background-size: 3.2vw 4.8vw;
		background-position: right 18px center;
	}
	#search ul li:nth-child(2) select {
		background-size: 3.2vw 4.8vw;
		background-position: right 18px center;
	}
	#search ul li:last-child input {
		background-size: 6.4vw;
	}
	#search .setting {
		font-size: 3.2vw;
		text-align: center;
	}
	#search .setting a:after {
		font-size: 5.5vw;
	}
	#feature .inner {
		width: 87.5%;
		padding: 8vw 0 8vw 0;
	}
	#feature h2:before {
		margin-bottom: 3vw;
		font-size: 18.7vw;
	}
	#feature .date {
		display: none;
	}
	#feature ul li {
		width: 48%;
		margin: 0 4% 0 0;
	}
	#feature ul li:nth-child(2n) {
		margin-right: 0;
	}
	#feature ul li a {
		font-size: 2.5vw;
		margin-bottom: 9vw;
	}
	#feature ul li a .img {
		margin-bottom: 1vw;
	}
	#feature ul li a .summary {
		font-size: 3vw;
		line-height: 1.3;
		overflow: hidden;
	}
	#feature ul li a .area {
		display: block;
		width:100%;
		margin: 0 0 1vw 0;
		font-size: 2.5vw;
		line-height: 1.6;
	}
	#feature ul li a .jobtype {
		display: block;
		width:100%;
		margin: 0 0 2vw 0;
		font-size: 2.5vw;
		line-height: 1.6;
	}
	#newly .inner {
		width: 100%;
		padding: 6vw 0 6vw 0;
	}
	#newly h2:before {
		margin-bottom: 3vw;
		font-size: 9.3vw;
	}
	#newly ul {
		padding: 6.4vw 6.25% 2vw 6.25%;
	}
	#newly ul li {
		display: block;
		margin: 0 0 4.8vw 0;
	}
	#newly ul li:not(.seemore) a {
		padding: 4.8vw;
		font-size: 2.9vw;
	}
	#newly ul li a .summary {
		font-size: 3.2vw;
	}
	#newly ul li a .detail {
		margin-top: 6vw;
	}
	#newly ul li.seemore a {
		font-size: 3.8vw;
		line-height: 3.3;
		text-align: center;
	}
	#newly ul li.seemore a > span:after {
		margin-left: 0.25vw;
		font-size: 4.5vw;
		line-height: 2;
		vertical-align: middle;
	}
}

@media all and (-ms-high-contrast: none) {  /* IE 11 & edge */
	#search ul li:first-child select:focus::-ms-value {
	  color: #ffffff;
	  background-color: transparent;
	}
	#search ul li:nth-child(2) select:focus::-ms-value {
	  color: #000000;
	  background-color: transparent;
	}
}

