@import url("search.css");

#front_wrap{}


/* ------------------------------
 #top_banner
------------------------------ */

#fview{
	position: relative;
	text-align: center;
}


#fview h1{
	color: #009afe;
	display: block;
	margin-bottom: .3em;
	font-size: 17px
}

.fvnav li.sup{
	margin-bottom: 10px
}


@media screen and (max-width: 666px) {
	.fvnav{padding: 0 0 5%}
	.fvnav ul li{margin-top: .5em}
	.topbanner img{
		width: 100%;
		height: auto
	}
}	

@media print, screen and (min-width: 667px) {
	#fview{}
	#fview h1{font-size: 24px}
	.fvnav{}
	
	.fvnav ul{
		display: flex;
		justify-content: center;
		flex-wrap:wrap;
		align-items: center;
		margin-top: 20px
	}
	.fvnav ul li{
	width: calc(( 100% - 20px ) / 2 );
	margin-right: 20px;
	}
	
	.fvnav ul li:nth-child( 2n ) {margin-right: 0;}
	
	.topbanner img{
		object-fit: cover;
		object-position:bottom;
		height: 40vw;
		width: 100%
	}}	

@media print, screen and (min-width: 1024px) {
	

	.fvnav{max-width: 860px;margin: -5% auto 0;position: relative}
	#fview h1{font-size: 28px}
}	

@media print, screen and (min-width: 1360px) {
	.fvnav{margin: -10% auto 0;}
	#fview h1{font-size: 32px}
}	







/* ************************************************ 
*	#common
* ************************************************ */


span.area_name{
	white-space: nowrap;
	border: solid 2px #ccc;
	background: #fff;
	display: inline-block;
	margin-right: .8em;
	font-size: .7em;font-weight: bold;
	padding: .2em .3em;
	line-height: 1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}


.feature_banner{
	margin: 3% auto 5%;
}

.feature_banner img{
	width: auto
}






/* ------------------------------
 accordion
------------------------------ */

.ac_box {
  margin: 0 auto;
  padding: 0 0 10px
}

.ac_box .ac_header {
  background-color: #def2ff;
  font-weight: bold;
  padding: 1em 1em;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: 10px
}
.ac_box .ac_header:hover {
  opacity: .8;
}


nav#jobnav .ac_box .ac_header.open h3:before {
  	font-family: icomoon;
	content: "\e978";
	padding-right: .5em
}




.ac_box .ac_inner {display: none;}
.ac_box .ac_inner.stay {display: block;}

@media screen and (max-width: 767px) {
	.ac_box .ac_header {}
	.ac_box .ac_header .i_box {
	    width: 30px;
	    height: 30px;
	    margin-top: -15px;
	  }
}	

@media print, screen and (min-width: 768px) {
	.ac_box .ac_header{
		font-size: 1.2em
	}
}	

@media print, screen and (min-width: 1024px) {}	



/* ************************************************ 
*	#newjob
* ************************************************ */


#newjob{
	margin-bottom: 5%
}





/* ************************************************ 
*	#entry_job
* ************************************************ */

#entry_job{}

ul.joblist{}

ul.joblist li a{
	display: block
}


/* ************************************************ 
*	#pickup_job
* ************************************************ */


#pickup_job{
	padding: 1em 0 2em;
}

#pickup_job h2{
	background: #00abfe;
	padding: .5em 1em;
	margin-bottom: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	color: #fff
	}
#pickup_job h2:before{
	font-family: icomoon;
	content: "\ea58";
	padding-right: .3em;
	color: #faf200;
}

@media  (min-width: 667px) {
	#pickup_job{padding: 3em 0;}
	#pickup_job h2{margin-bottom: 1.5em;}
}

#pickuplist{}

/*
#pickuplist h2{
	background: #00abfe;
	color: #fff;
	padding: .5em 1em;
	margin-bottom: 1.5em}

#pickuplist h2:before{
	font-family: icomoon;
	content: "\e9b5";
	padding-right: .3em;
	color: #00abff;
}
*/

#pickuplist > div{
}


#pickuplist .slick-slide {
  min-height: 100%;
  background: #ebf7fa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 3px #fff;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#pickuplist .slick-slide:hover{
	border: solid 3px #00abfe;
}

/* ************************************************ 
*	slick
* ************************************************ */


.slick-dots {
    bottom: -35px;
 }

#pickuplist .prev{position: absolute;
	left: -5px;
	top: 35%;
	background: #00abfe;
	z-index: 100;
	padding: 0 1em;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .8em
}

#pickuplist .prev:before{
	font-family: icomoon;
	content: "\e973";
	color: #fff;
	font-size: 1.2em
}


#pickuplist .next{position: absolute;
	right: -5px;
	top: 35%;
	background: #00abfe;
	z-index: 100;
	padding: 0 1em;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .8em
}

#pickuplist .next:before{
	font-family: icomoon;
	content: "\e974";
	color: #fff;
	font-size: 1.2em
}

#pickuplist .prev:hover,
#pickuplist .next:hover {background: #000}



@media  (min-width: 667px) {
	#pickuplist > div.slick-list {margin-right: -12px;  /* ガター分ネガティブマージン */}
	.slick-slide{margin-right: 12px;  /* ガター */}
}	


#pickuplist div img{}

.jobpost{padding: .6em;}
.jobpost img{width: 100%;height:240px;object-fit:cover;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	position: relative;
}

.jp_thumb{position: relative}
.jp_thumb .mgi{
	display: block;
	position: absolute;
	left: 0;
	top:0;
	background: url(../img/icon/oiwai_i.png) no-repeat left top;
	height: 60px;
	width: 60px;
	background-size: cover;
	z-index: 10
}
	

.jobpost dl{padding: 1em .5em 0}
.jobpost dl dt{
	font-size: 1.1em;margin-bottom: .3em;
	margin-bottom: .5em;
}
.jobpost dl dt span.area_name{
	white-space: nowrap;
	float: left;
	border: solid 2px #ccc;
	background: #fff;
	display: inline-block;
	margin-right: .8em;
	font-size: .7em;font-weight: bold;
	padding: .2em .3em;
	line-height: 1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
	
.jobpost dl dt a{
	color:#00abfe;
	font-weight: bold;}
	
.jobpost dl dd{
	line-height: 1.5em;
	font-size: .9em
}
.jobpost dl dd br{display: none}


ul.oiwai_banner li{margin: 0 0 1em;}

@media print, screen and (min-width: 768px) {
	ul.oiwai_banner{
	display: flex;
	justify-content: space-between;
	margin: 3em auto 5em}


	ul.oiwai_banner li{
	width: 48%;
	}
}	


/* ************************************************ 
*	#pickup_job
* ************************************************ */

#newentry{}

h2.subsech2{
	margin-bottom: 1em;
	padding:.5em .5em .5em;
	border-bottom: solid 2px #009afe;
}


.wrap-tab{}

.list-tab{
  display: flex;
  margin: 0 -2px;
}
.list-tab > li{
  display: block;
  padding: 0.6em;
  margin: 0 2px;
  width: 100%;
  color: #fff;
  text-align: center;
  background:  rgba(var(--color-main-rgb), 0.3);
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 4px 4px 0px 0px;
  font-weight: bold
}

.list-tab .active{
  background: #009afe;
  position: relative;
}

.tab-content{
  display: none;
  padding: 1em 0 0;
  position: relative;
}
.tab-content.active{
  display: block;
}


.newitem{
	border-bottom: dashed 1px #ccc;
	padding: .8em .5em .5em
}
.newitem a{
	text-decoration: underline
}

.tab-content div:last-child{
	border-bottom: none
	
}



.newitem h3 br{
	display: none
}


@media screen and (max-width: 767px) {
	#newentry{
		margin: 0 0 2em
	}
	.list-tab > li{font-size: 12px}
}	

@media print, screen and (min-width: 768px) {}	

@media print, screen and (min-width: 1024px) {}	





/* ------------------------------
 INDEX
------------------------------ */

#entry_info{}

#entry_btn{text-align: center;margin-bottom: 1em;background: #fff}
#entry_btn img{padding: 1em 0 0}


#entry_info h3.bl {
	font-family: "Jun 501";
	letter-spacing: 0;
	position: relative;
	background: #FDF200;
	padding: .8em 1em;
	line-height: 1.5em;
	font-size: 1.2em;
	border-radius: 8px;
}
#entry_info h3.bl:after,
#sns_btn h3.bl:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 213, 0, 0);
	border-top-color: #FDF200;
	border-width: 6px;
	margin-left: -6px;
}

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

@media print, screen and (min-width: 668px) {
	#newentry{
		width: calc(100% - 260px);
		padding-right: 3%;
		margin-bottom: 5%
	}
	#entry_info{
		width: 260px;
		padding: 52px 0 0
	}
}	

@media print, screen and (min-width: 1024px) {}	


@media screen and (max-width: 768px) {
	#entry_btn{display: none}
}	



/* ************************************************ 
*	#serch_entry
* ************************************************ */



#serch_entry{
	padding: 1em 0 1em;
	background-color   : #f2f8fb;
	background-image   : radial-gradient(#ffffff 22%, rgba(255,255,255,0) 23%),
                       radial-gradient(#ffffff 22%, rgba(255,255,255,0) 23%);
	background-position: 0 0, 5px 5px;
	background-size    : 10px 10px;
}





#serch_wrap{
}



@media (max-width: 666px) {
	#serch_main{margin-bottom: 1em}
}	
@media  (min-width: 667px){
	#serch_entry{padding: 3em 0;}
}

@media screen and (min-width: 667px) and (max-device-width: 768px) {
	#serch_entry #serch_main{margin-bottom: 1em}
}


/*@media  (min-width: 769px) {
	#serch_entry #serch_main{width: 75%;}
	#serch_entry #serch_side{width: 23%;
		position: relative;
	}
}	*/


.rshadow{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow:2px 2px 0px rgba(204, 204, 204, 0.5);
	-moz-box-shadow:2px 2px 0px rgba(204, 204, 204, 0.5);
	box-shadow: 2px 2px 0px rgba(204, 204, 204, 0.5);
}

/* #main_serch */
h1#read{
	font-family: "Jun 501";
	font-size: 1.2em;
	color: #00abfe;
	text-align: center;
	margin-bottom: .8em
}


#entry_num{background: #fff;margin-bottom: 1em}

@media (max-width: 667px) {
	h1#read{padding: 0 1em}
	#entry_num{display: block;padding: .5em}
	#entry_num .biginner_more{width: 80%;margin: 0 auto}
	.sp-br{display: block}

}	

@media  (min-width: 668px) {
	h1#read{font-size: 2em;}
}


p.count{text-align: center;font-size: 1.2em;margin: 0 1em}
p.count span{font-size: 2em;
	font-family: "UD Shin Go Conde90 M";
	font-style: italic;
	color: #ff4900
}

/* ************************************************ 
*	#j_point
* ************************************************ */

#point{
	margin-top: 5%;
	text-align: center;
	position: relative;
}

#point_list{
	padding: 2.5em 0 2em;
	background: #ebf7fa;}

#point h2{
	font-size: 24px;
    display: block;
	margin: .5em auto;
	color: #00abfe;
	letter-spacing: 0;
	width: 100%
}

#point_list ul{margin-top: 1em}

#point_list ul li{
	border-radius: 5px;
	padding: 1em;
	background: #fff;
	position: relative;
	margin: .5em auto
}

#point_list ul li img{
	width: 80px;
	height: auto;
	}


#point_list ul li span.no{
	position: absolute;
	background: #00abfe;
	color: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	left: -10px;
	top:-10px;
	font-weight: bold
}

#point_list ul li > h3{font-size: 1.3em}
#point_list ul li > h3 span{
	font-size: larger;
	color: #ed1d79;
	display: block
}



#front_wrap #cta{border: none!important;background: #fff;
	text-align: left
}

#front_wrap #cta h3{
	padding: 1em 0;
}


#front_wrap .kyujin_btn{margin: 1em auto!important}


@media screen and (max-width: 667px) {
	#point_list ul li{
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		padding: 5% 5% 5% 10%;
	}
	#point_list ul li h3{text-align: left;padding-left: 1em;
		width: calc(100% - 80px);
	}
}	

@media print, screen and (min-width: 668px) {
	#point{}
	#point h2{font-size: 2em;}
	#point h2 br{display: none}
	#point_list ul{
		display: flex;
		justify-content: center;
		flex-wrap:wrap;
		margin: 0 auto
	}
	
	#point_list ul li{
	width: calc(( 100% - 40px ) / 3 );
	margin-right: 20px;
	}
	
	#point_list ul li:nth-child( 3n ) {margin-right: 0;}
	
}	

@media  (min-width: 769px) {
	#point h2{font-size: 2em;}
	#point_list ul li > h3 span{font-size: 1.2em}
	#point_list ul li{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}



	#point_list ul li img{
	width: 100px;height: auto;
	padding-left: 1em
	}
	#point_list ul li h3{
		width: calc(100% - 100px);
		padding-left: 2em;
		text-align: left;
	}



}	



#recommend{
	margin: 0 auto;
	padding-bottom: 1.5em
}


/* ************************************************ 
*	#top_setup
* ************************************************ */

#top_stepup{
	margin: 3em auto;
	width: 90%;
	max-width: 1200px;
	padding-bottom: 2em;
	border-bottom: solid 3px #00abff
}

#top_stepup h3{
	color: #00abff;
	font-size: 1.5em;
	margin-bottom: 1em;
}

@media  (max-width: 667px) {
	#top_stepup h3{
		border-bottom: solid 3px #00abff;
		padding-bottom: .3em
	}
}

@media  (min-width: 668px) {
	#top_stepup h3{
		display: flex;
		align-items: center;
	}
	#top_stepup h3:before,
	#top_stepup h3:after{
		border-top: solid 3px #00abff;
		content: '';
		flex-grow: 1
	}
}

#top_stepup h3:before{margin-right: 1em}
#top_stepup h3:after{margin-left: 1em}


.step_title{
	width: 95%;
	height: auto;
	margin-bottom: 1em
}

#top_stepup ul{flex-wrap: wrap}

#top_stepup li{
	width: 100%;
	margin: 1em auto;
}


@media  (min-width: 668px) {
	#top_stepup li{
		width: 48%;
		margin: 1em auto;
	}
}
#top_stepup p{text-align: left}


#top_stepup h4{
	font-size: 1em;
	color: #e91e79;
	margin: 1em auto .5em;
	background: linear-gradient(transparent 60%, #ffff66 0%);
	display: inline-block
}


.step_btn{
	width: 100%;
	max-width: 600px;
	margin: 0 auto 1em;
	border: solid 2px #fff;
	background: #ffab30;
	padding: .8em;
	color: #fff;
	font-weight: bold;
	font-family: "Jun 501", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5em;
	text-align: center;
	box-shadow: 1px 1px 6px #ccc;
	position: relative;
	top: -1px;
	display: block;
	text-decoration: none;
	border-radius: .3em;
}
.step_btn:hover{top: 0}

.step_btn span{
	font-size:14px;
	display: block;
}


#top_stepup dl{margin:1em auto}
#top_stepup dt{
	font-size: 1em;
	margin-bottom: .5em
}

#shikaku_wrap{
	background: #e0f5ff;
	border-radius: .3em;
	padding: .5em
}

#shikaku_wrap ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}

#shikaku_wrap li{
	background: #fff;
	border-radius: .3em;
	padding: .5em
}


#shikaku_wrap h5{
	font-size: 1.3em;
	color: #00abff;
	text-align: center
}

.btn_read{
	text-align: center!important;
	margin-bottom: 1em
}

.shikaku_btn{
	padding: .3em;
	border-radius: 2em;
	border: solid 1px #00abff;
	display: block;
	color: #00abff;
	width: 100%;
	max-width: 300px;
	text-decoration: none;
	margin: .3em auto;
	font-size: 1em;
}

.shikaku_btn:hover{
	background: #e0f5ff;

}



@media  (min-width: 668px) {
	#top_stepup h4,#top_stepup dt{font-size: 1.2em;}
}	








