@charset "utf-8";
/* CSS Document */

/*----------------------------------------
全ページ
------------------------------------------*/
html{
	font-family: "ヒラギノ角ゴシック", "Hiragino Sans", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #444444;
  font-size: 15px;
	-webkit-font-smoothing: antialiased;
}
.wrap{
  position: relative;
  width: 1027px;
  margin: 0 auto;
}
a:link    {color: #000000; text-decoration: none;}
a:visited {color: #000000;}
a:hover   {color: #28B227; text-decoration: none;}
a:active  {color: #28B227;}

a img{
  transition-duration: 0.2s;
}
a img:hover{
  opacity: 0.7;
  transition-duration: 0.2s;
}


/* ヘッダー */
header #hd-text{
	padding: 1px 0;
	color: #FFFFFF;
	font-size: 11px;
	background: #FF7200;
	height: 19px;
	line-height: 19px;
	box-sizing: border-box;
}
header #hd-text p.right{
	margin: 0 10px 0 auto;
}
header #hd-text p.right a{
	color: #FFFFFF;
}
header #hd-text p.right a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 20%;
	margin-left: 10px
}
header .wrap{
	width: 980px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
header .wrap:nth-of-type(2){
	height: 80px;
}
header .wrap h1{
	margin-right: auto;
}
header .wrap #hd-search{
	width: 290px;
	height: 46px;
	transition-duration: 0.2s;
}
header .wrap #hd-search a{
	width: 290px;
	height: 47px;
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	background: url(../../img/pc/lp/skylark/hd-search.png) no-repeat center bottom;
	transition-duration: 0.2s;
}
header .wrap #hd-search a:hover{
	color: #D75500;
	line-height: 52px;
	background: url(../../img/pc/lp/skylark/hd-search_on.png) no-repeat center bottom;
	transition-duration: 0.2s;
}



#top-img{
	background: url(../../img/pc/lp/skylark/bg-topimg.png) no-repeat;
	background-position: center top;
}
#top-img ul.wrap{
	width: 980px;
	height: 105px;
	padding: 375px 0 25px 0;
	background: url(../../img/pc/lp/skylark/img-top.png) no-repeat;
	display: flex;
	justify-content: space-between;
}
#top-img ul.wrap li{
	width: 274px;
	height: 119px;
	padding: 0 18px;
	border-radius: 6px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#top-img ul.wrap li p{
	line-height: 1.4;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	text-align: center;
	color: #444444;
	font-weight: bold;
	font-size: 16px;
}
#top-img ul.wrap li p:first-child{
	width: 100%;
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
	font-size: 21px;
	color: #ff7200;
	font-weight: bold;
	border-bottom: 1px dashed #ff7200;
}



/* お住いのエリアで求人を探す */
#area1{
	padding: 70px 0 78px 0;
}
#area1 h2{
	text-align: center;
}
#area1 .box-area{
	padding: 20px 0;
	margin: 45px auto 0;
	border: solid 4px #ffbb6a;
}
#area1 .box-area p.text1{
	margin-bottom: 20px;
	text-align: center;
}
#area1 .box-area ul{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	justify-content: center;
}
#area1 .box-area ul li{
	margin: 0 16px 16px 0;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	transition-duration: 0.2s;
}
#area1 .box-area ul li:last-child{
	margin: 0 0 16px 0;
}
#area1 .box-area ul li a{
	width: 213px;
	height: 57px;
	line-height: 52px;
	color: #FFFFFF;
	background: url(../../img/pc/lp/skylark/btn-area.png);
	display: block;
	transition-duration: 0.2s;
}
#area1 .box-area ul li a:hover{
	line-height: 63px;
	color: #d75500;
	background: url(../../img/pc/lp/skylark/btn-area_on.png);
	transition-duration: 0.2s;
}
#area1 .box-area:nth-child(4) ul li a{
	width: 273px;
	background: url(../../img/pc/lp/skylark/btn-area2.png);
}
#area1 .box-area:nth-child(4) ul li a:hover{
	background: url(../../img/pc/lp/skylark/btn-area2_on.png);
}



/*  */
#feature{
	padding: 78px 0 50px 0;
	background: #ff7200;
}
#feature h2{
	margin-bottom: 46px;
	text-align: center;
}

#feature .box{
	width: 900px;
	margin: 0 auto 20px;
	padding: 40px;
	background: #FFFFFF;
}
#feature .wrap section:nth-of-type(2) .box{
	flex-direction: row-reverse;
}
#feature .box .flex{
	display: flex;
	justify-content: space-between;
}
#feature .box h3{
	margin: 0 auto 26px;
	color: #ff7200;
	font-size: 28px;
	line-height: 2.2;
	background: url(../../img/pc/lp/skylark/bg_title01.png) left bottom no-repeat;
}

#feature .box div .txt{
	width: 556px;
	line-height: 1.6;
}
#feature .box div .txt p{
	font-size: 18px;
}
#feature .box div .txt p span{
	font-size: 20px;
	font-weight: bold;
}
#feature .box div .txt ul li{
	font-size: 20px;
	font-weight: bold;
}
#feature .box div .txt ul li span{
	color: #ff7200;
}
#feature .box figure{
	width: 343px;
}
#feature .box figure img{
	width: 100%;
}



/* どんな仕事があるの？ここがポイント！ */
#point{
	padding: 78px 0 50px 0;
	background: #ffffd8;
}
#point h2{
	margin-bottom: 46px;
	text-align: center;
}

#point .box{
	width: 900px;
	margin: 0 auto 20px;
	padding: 50px 40px;
	background: #FFFFFF;
	border-top: 5px solid #ff7200;
	border-bottom: 5px solid #ff7200;
}
#point .wrap section:nth-of-type(2) .box{
	flex-direction: row-reverse;
}
#point .box .flex{
	display: flex;
	justify-content: space-between;
}
#point .box h3{
	margin: 0 auto 0.5em;
	color: #444;
	font-size: 28px;
}
#point .box h3 span{
	color: #ff7200;
}

#point .box div .txt{
	width: 556px;
	line-height: 1.6;
}
#point .box div .txt p{
	font-size: 18px;
}
#point .box div .txt p span{
	font-size: 20px;
	font-weight: bold;
}
#point .box figure{
	width: 343px;
}
#point .box figure img{
	width: 100%;
}
#point .box .btn a{
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	        justify-content: center;
	width: calc(440px - 1em);
	height: 50px;
	padding-left: 1em;
	margin-top: 1em;
	font-size: 20px;
	color: #ff7200;
	font-weight: bold;
	border: 2px solid #FF7200;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background: url(../../img/pc/lp/skylark/icon_arrow.png) no-repeat 95% center;
}



/* お住いのエリアで求人を探す2 */
#area2{
	padding-bottom: 39px;
}
#area2 #h2-area{
	padding: 36px 0 60px;
	background: url(../../img/pc/lp/skylark/h2-area2-bg.png) center top no-repeat;
}

#area2 h2{
	text-align: center;
}
#area2 .wrap{
	width: 940px;
	padding: 0 20px 20px 20px;
	background: #FFFFFF;
}
#area2 .box-area{
	padding: 20px 0;
	margin: 45px auto 0;
	border: solid 4px #ffbb6a;
	line-height: 1.6;
}
#area2 .box-area p.text1{
	margin-bottom: 20px;
	text-align: center;
}
#area2 .box-area ul{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	justify-content: center;
}
#area2 .box-area ul li{
	margin: 0 16px 16px 0;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	transition-duration: 0.2s;
}
#area2 .box-area ul li:last-child{
	margin: 0 0 16px 0;
}
#area2 .box-area ul li a{
	width: 213px;
	height: 57px;
	line-height: 52px;
	color: #FFFFFF;
	background: url(../../img/pc/lp/skylark/btn-area.png);
	display: block;
	transition-duration: 0.2s;
}
#area2 .box-area ul li a:hover{
	line-height: 63px;
	color: #d75500;
	background: url(../../img/pc/lp/skylark/btn-area_on.png);
	transition-duration: 0.2s;
}
#area2 .box-area:nth-child(3) ul li a{
	width: 273px;
	background: url(../../img/pc/lp/skylark/btn-area2.png);
}
#area2 .box-area:nth-child(3) ul li a:hover{
	background: url(../../img/pc/lp/skylark/btn-area2_on.png);
}
#area2 .box-area .name{
	font-size: 20px;
	color: #cb000d;
	font-weight: bold;
	text-align: center;
}
#area2 .box-area:nth-child(2) .name{
	color: #e40024;
}
#area2 .box-area:nth-child(3) .name{
	color: #231815;
}
#area2 .box-area:nth-child(4) .name{
	color: #993437;
}
#area2 .box-area:nth-child(5) .name{
	color: #231815;
}
#area2 .box-area .name + p{
	margin-bottom: 1em;
	font-size: 18px;
	text-align: center;
}



#gallery{
	padding: 30px 0;
	background: url(../../img/pc/lp/skylark/bg-gallery.png);
}
#gallery ul{
	width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}



#copyright{
	padding: 20px 0;
	color: #FFFFFF;
	background: #ff7200;
}
#copyright small{
	width: 980px;
	margin: 0 auto;
	text-align: center;
	display: block;
}
