.contents{
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	color: #002d40;
}
/*-----------------------------
  FV
--------------------------------*/
#icatch{
	width: 50%;
   position: absolute;
   top: 60%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);

}
@media screen and (min-width:781px) and (max-width:1440px){
#icatch{
	width: 60%;
}
}
#topscreen{
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
	/*background: url(../img/mvbg.jpg) no-repeat center top scroll;
	background-size: cover;
	transform: translateZ(0); */
	max-width: 100%;
	overflow-x: hidden;
}
#topscreen:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: url(../img/mvbg.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	overflow-x: hidden;
}
#read{
	max-width: 1360px;
	margin: 20px auto 0 auto;
}
#read article{
	margin: 0 20px;
	padding: 20px;
	background: #fff;
	border:5px solid #002d40;
	color: #24b1b4;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
	position: relative;
	z-index: 1;
	top: -30px;
	left: -10px;
}
#read::before{
	content: '';
	display: block;
	position: relative;
	z-index: 10;
	width: auto;
	height: 40px;
	background: url(../img/read_bg01.png) no-repeat left top;
	background-size: auto 100%;
}
#read::after{
	content: '';
	position: relative;
	z-index: 10;
	width: auto;
	height: 40px;
	background: url(../img/read_bg02.png) no-repeat right top;
	background-size: auto 100%;
	display: block;
	top: -60px;
	right:20px;
}
nav{
	position: absolute;
	background: rgba(255,255,255,0.8);
}
nav ul{
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
}
nav ul li{
	width: calc(100% / 3);
}
nav ul li a{
	display: block;
	color: #002d40;
	text-align: center;
	font-size: 1.4rem;
	padding: 1.2rem 0;
	border-right:1px dotted #002d40;
}
nav ul li:last-child a{
	border-right:none;
}
nav ul li a span{
	display: block;
	font-size: 1.3rem;
	font-family: 'Comfortaa', cursive;
	font-weight: 700;
}
.menu{
    bottom: 0;
    left: 0;
    width: 100%;
}
.menu.m-fixed{
	top: 0;
    position: fixed;
	max-height: 80px;
	z-index: 200;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: 100%;
		margin: 0 auto 10px auto;
		background: #333;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #444;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #1e9b9b;
	border-radius: 100px;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
}
#location h2,
#category h2,
#condition h2,
#int h2{
	margin: 0 0 2.5rem 0;
	padding: 20px 0;
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	color: #002d40;
	background: url(../img/line.png) no-repeat center top,
		url(../img/line.png) no-repeat center bottom;
	background-size: auto 10px;
}
#location h2 span,
#category h2 span,
#condition h2 span,
#int h2 span{
	display: block;
	color:#ff414d; 
	font-size: 1.5rem;
	font-family: 'Comfortaa', cursive;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0.5rem 0 0 0;
}
#category section,
#condition section,
#about section,
#merit section,
#int section{
	max-width: 1360px;
	margin: 0 auto;
}

/*-----------------------------
  都道府県
--------------------------------*/
#location{
	padding: 5rem 0;
	background: #d9edf2;
}
.area{
	max-width: 1360px;
	margin: 0 auto 2.5rem auto;
	padding: 1.2rem 1.2rem 0 1.2rem;
	background: #ff414d;
}
.area h3{
	font-size: 2rem;
	padding: 0 0 1.2rem 0;
	font-weight: normal;
}
.area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.area ul li{
	flex-basis: 24%;
	margin: 0 0 1.2rem 0;
}
.area ul li a{
	display: block;
	padding: 1.2rem;
	color: #fff;
	text-align: center;
	background: url(../img/arrow_w.png) no-repeat 97% center #002d40;
	background-size: auto 12px;
}
.pc_location{
}
.pc_location h2{
}
.pc_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.pc_location section dl{
	width: 31%;
	height: 270px;
	background: #fff;  /* fallback for old browsers */
	border-radius: 5px;
	float: left;
	box-sizing: border-box;
	margin: 0 0.5% 2% 1.5%;
}
.pc_location section dl:last-child{
	margin: 0 0.5% 0 1.5%;
}
.pc_location section dl dt{
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
}
.pc_location section dl dd ul li{
	width: 31.2%;
	float: left;
	margin: 0 0.8% 2% 1.2%;
}
.pc_location section dl dd ul li a{
	display: block;
	color: #002d40;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #ff414d;
	background-size:auto 12px;
	font-size: 1.3rem;
	text-align: center;
	padding: 15px 0;
}

/*-----------------------------
  人気職種
--------------------------------*/
#category{
	padding: 5rem 0;
	background: #fff;
}
ul.toprank,
ul.subrank{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
ul.toprank li{
	width: 32%;
	position: relative;
	z-index: 1;
}
ul.toprank li a{
	color: #002d40;
}
ul.toprank li dl dt{
	height: 250px;
}
ul.toprank li dl dt h3{
	width: 46px;
	height: 66px;
	position: absolute;
	left: 10px;
	top:200px;
}
.cat_search{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top:0;
	right:0;
}
ul.toprank li:nth-child(1) dl dt{
	background: url(../img/cat_img01.png) no-repeat center center;
	background-size: cover;
}
ul.toprank li:nth-child(2) dl dt{
	background: url(../img/cat_img02.png) no-repeat center center;
	background-size: cover;
}
ul.toprank li:nth-child(3) dl dt{
	background: url(../img/cat_img03.png) no-repeat center center;
	background-size: cover;
}
ul.toprank li dl dd{
	padding: 1.5rem 0 0 0;
	text-align: justify;
}
ul.toprank li dl dd h4{
	font-size: 1.5rem;
	padding: 0 0 1rem 0;
	text-align: center;
}
ul.subrank{
	margin: 2rem 0 0 0;
}
ul.subrank li{
	width: 50%;
}
ul.subrank li a{
	padding: 2rem 0;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
}
ul.subrank li:nth-child(1) a{
	background: url(../img/no04.png) no-repeat 10px top,
		url(../img/search_ico.png) no-repeat 97% center #1aa6b7;
	background-size: 44px 66px,
		auto 40px;
}
ul.subrank li:nth-child(2) a{
	background: url(../img/no05.png) no-repeat 10px top,
		url(../img/search_ico.png) no-repeat 97% center #002d40;
	background-size: 44px 66px,
		auto 40px;
}

/*-----------------------------
  人気条件
--------------------------------*/
#condition{
	padding: 0 0 5rem 0;
	background:#fff;
}
#condition ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.ninki02{
    padding-top: 20px;
    width: 75%;
    margin: 0 auto;
}
.ninki01 li{
	width: 32%;
}
.ninki02 li{
	width: 45%;
}
#condition ul li a{
	display: block;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	padding: 4rem 0;
	background: url(../img/search_point.png) no-repeat right top #1aa6b7;
	background-size: 80px 80px;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}

/*-----------------------------
  派遣の仕事を探そう！
--------------------------------*/
#about{
	padding: 5rem 0;
	background: url(../img/conts_bg.png) no-repeat;
	background-size: cover;
}
.pr{
	width: 960px;
	max-height: 230px;
	margin: 0 auto 10rem auto;
	padding: 30px 20px 20px 20px;
	background: url(../img/line.png) repeat-x center top #fff;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
	background-size: auto 10px;
	position: relative;
	text-align:center;
	font-size: 1.5rem;
}
.pr h2{
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
	color: #1aa6b7;
	padding: 0 0 1.2rem 0;
	background: url(../img/pr_tpc_bg01.png) no-repeat 7% 30%,
		url(../img/pr_tpc_bg02.png) no-repeat 92% 30%;
	background-size: auto 30px;
}
.pr br{
	display: none;
}
.pr em,
.income em{
	font-style: normal;
	font-size: 5rem;
	font-weight: bold;
	color: #ff414d;
}
.pr img{
	width: 96px;
	height: 107px;
	margin: 1.2rem auto 0 auto;
}
#about section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#about section >:last-child {
  margin-left: auto;
}
#about section dl{
	width: 32%;
	margin: 0 0 3.5rem 0;
	background: #fff;
	position: relative;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}
#about section dl dt{
	width: 80%;
	padding: 1rem 1rem 1.1rem 1rem;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	background: url(../img/star.png) no-repeat 5px 5px,
		url(../img/about_dt_bg.png) no-repeat center center;
	background-size: auto 30px,
		cover;
	margin: -1.5rem auto 1.5rem auto;
}
#about section dl dd{
	text-align: center;
}
.sentence{
	padding: 0 1.2rem 1.5rem 1.2rem;
}
.income{
	padding: 1rem 1.2rem 2rem 1.2rem;
}
.attention{
	padding: 1rem;
	color: #fff;
	text-align: right;
	background: #002d40;
}


/*-----------------------------
  メリット
--------------------------------*/
#merit{
	padding: 5rem 0 3rem 0;
	background: #d9edf2;
}
#merit section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#merit section div{
	width: 32%;
	display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
	min-height: 280px;
	margin: 0 0 2rem 0;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}
#merit section div:nth-child(1){
	background: url(../img/line.png) repeat-x center top #fff;
	background-size:auto 10px;
	padding: 2rem;
}
#merit section div:nth-child(2){
	background: url(../img/merit01.png) no-repeat left top #1aa6b7;
	background-size:auto 80px;
	padding: 2rem;
}
#merit section div:nth-child(3){
	background: url(../img/merit02.png) no-repeat left top #1aa6b7;
	background-size:auto 80px;
	padding: 2rem;
}
#merit section div:nth-child(4){
	background: url(../img/merit03.png) no-repeat left top #1aa6b7;
	background-size:auto 80px;
	padding: 2rem;
}
#merit section div:nth-child(5){
	background: url(../img/merit04.png) no-repeat left top #1aa6b7;
	background-size:auto 80px;
	padding: 2rem;
}
#merit section div:nth-child(6){
	background: url(../img/merit05.png) no-repeat left top #1aa6b7;
	background-size:auto 80px;
	padding: 2rem;
}

/*-----------------------------
  体験談
--------------------------------*/
#int{
	padding: 5rem 0;
	background: #fff;
}
#int section article{
	display: flex;
	flex-wrap: nowrap;
	max-height: 300px;
}
#int section article:nth-child(2){
	flex-flow: row-reverse;
}
#int section article figure,
#int section article div{
	width: 50%;
}
#int section article figure img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
#int section article div{
	padding: 2rem;
	background: #002d40;
	color: #fff;
}
#int section article div h3{
	font-size: 4rem;
	font-weight: lighter;
	padding: 0 0 1.5rem 0;
}
#int section article div h3 span{
	font-size: 2rem;
}
#int section article div p{
	font-size: 1.8rem;
	text-align: center;
	padding: 1rem 0;
	background: #ff414d;
	margin: 0 0 1.5rem 0;
	font-weight: lighter;
}

/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
	color: #002d40;
}
.popup section dl{
	width: 31%;
	height: 230px;
	background: #ff414d;
	border-radius: 5px;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
}
.popup section dl dt{
	font-size: 18px;
	color: #002d40;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 30%;
	float: left;
	margin: 0 0.8% 2% 2.2%;
}
.popup section dl dd ul li a{
	display: block;
	color: #002d40;
	border-radius: 5px;
	background: url(../img/arrow_b.png) no-repeat 97% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}


/* /////////////////////////////

▼スマホ用

///////////////////////////// */
@media screen and (max-width:780px) {
	
/*-----------------------------
  FV
--------------------------------*/
#icatch{
	width: 95%;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);

}
#topscreen{
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
	/*background: url(../img/mvbg02.jpg) no-repeat center top scroll;
	background-size: cover;
	transform: translateZ(0); */
	max-width: 100%;
	overflow-x: hidden;
}
#topscreen:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: url(../img/mvbg02.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	overflow-x: hidden;
}
#read{
	width: auto;
	margin: 20px auto 0 auto;
	padding: 0 0 0 20px;
}
#read article{
	margin: 0 20px;
	padding: 20px;
	background: #fff;
	border:5px solid #002d40;
	color: #24b1b4;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
	position: relative;
	z-index: 1;
	top: -30px;
	left: -10px;
	font-size: 1rem;
}
#read article br{
	display: none;
	}
#read::before{
	content: '';
	display: block;
	position: relative;
	z-index: 10;
	width: auto;
	height: 40px;
	background: url(../img/read_bg01.png) no-repeat left top;
	background-size: auto 100%;
}
#read::after{
	content: '';
	position: relative;
	z-index: 10;
	width: auto;
	height: 40px;
	background: url(../img/read_bg02.png) no-repeat right top;
	background-size: auto 100%;
	display: block;
	top: -60px;
	right:20px;
}
nav{
	position: absolute;
	background: rgba(255,255,255,0.8);
}
nav ul{
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
}
nav ul li{
	width: calc(100% / 3);
}
nav ul li a{
	display: block;
	color: #002d40;
	text-align: center;
	font-size: 1rem;
	padding: 1.2rem 0;
	border-right:1px dotted #002d40;
}
nav ul li:last-child a{
	border-right:none;
}
nav ul li a span{
	display: block;
	font-size: 1.1rem;
	font-family: 'Comfortaa', cursive;
	font-weight: 700;
}
.menu{
    bottom: 0;
    left: 0;
    width: 100%;
}
.menu.m-fixed{
	top: 0;
    position: fixed;
	max-height: 65px;
	z-index: 200;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: auto;
		margin: 0 auto 10px auto;
		background: #333;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: auto;
	margin: 0 auto;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #444;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #1e9b9b;
	border-radius: 100px;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
}
#location h2,
#category h2,
#condition h2,
#int h2{
	margin: 0 1.2rem 2.5rem 1.2rem;
	padding: 20px 0;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #002d40;
	background: url(../img/line.png) no-repeat center top,
		url(../img/line.png) no-repeat center bottom;
	background-size: 50% 5px;
}
#location h2 span,
#category h2 span,
#condition h2 span,
#int h2 span{
	display: block;
	color:#ff414d; 
	font-size: 1.5rem;
	font-family: 'Comfortaa', cursive;
	font-weight: 700;
	letter-spacing: 0;
}
#category section,
#condition section,
#about section,
#merit section,
#int section{
	max-width: 1360px;
	padding: 0 1.2rem;
}

/*-----------------------------
  都道府県
--------------------------------*/

.sp_location{
	padding: 20px 0;
	background: #fff;
}
.sp_location h2{
}
.sp_location section{
	padding: 0 1.2rem 0 1rem;
	box-sizing: border-box;
}
.sp_location section dl{
	width: 48%;
	height: auto;
	background: #ff414d;  /* fallback for old browsers */
	border-radius: 5px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 0.5% 2% 1.5%;
}
.sp_location section dl dt{
	font-size: 18px;
	padding: 15px 0;
	text-align: center;
	color: #002d40;
}
.sp_location section dl dd ul li{
	width: 100%;
	float: none;
	margin: 0 0 2% 0;
}
.sp_location section dl dd ul li a{
	display: block;
	color: #002d40;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow.png) no-repeat 98% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
.areamenu dd{
	display: none;
	}
.area{
	max-width: auto;
	margin: 0 auto 2.5rem auto;
	padding: 2rem 1.2rem;
	background: #ff414d;
}
.area h3{
	font-size: 2rem;
	padding: 0 0 1.2rem 0;
	font-weight: normal;
	text-align: center
}
.area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.area ul::after{
  content:"";
  display: block;
  width:32%;
}
.area ul li{
	flex-basis: 32%;
	margin: 0 0 0.5rem 0;
}
.area ul li a{
	display: block;
	padding: 1.2rem;
	color: #fff;
	text-align: center;
	background: url(../img/arrow_w.png) no-repeat 97% center #002d40;
	background-size: auto 12px;
}
/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
	color: #002d40;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: #ff414d;  /* fallback for old browsers */
	border-radius: 5px;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.popup section dl dt{
	font-size: 18px;
	color: #002d40;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 30%;
	float: left;
	margin: 0 1% 2% 2%;
}
.popup section dl dd ul li a{
	display: block;
	color: #002d40;
	border-radius: 5px;
	background: url(../img/arrow_b.png) no-repeat 97% center #fff;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
}
@media screen and (min-width:320px) and (max-width:640px){
#topscreen{
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
	/*background: url(../img/mvbg02.jpg) no-repeat center top scroll;
	background-size: cover;
	transform: translateZ(0); */
	max-width: 100%;
	overflow-x: hidden;
}
#topscreen:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: url(../img/mvbg02.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	overflow-x: hidden;
}
/*-----------------------------
  人気職種
--------------------------------*/
#category{
	padding: 5rem 0;
	background: #fff;
}
ul.toprank,
ul.subrank{
	display: block;
}
ul.toprank li{
	width: 100%;
	position: relative;
	z-index: 1;
	margin: 0 0 1.5rem 0;
}
ul.toprank li a{
	color: #002d40;
}
ul.toprank li dl dt{
	height: 250px;
}
ul.toprank li dl dt h3{
	width: 46px;
	height: 66px;
	position: absolute;
	left: 10px;
	top:200px;
}
.cat_search{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top:0;
	right:0;
}
ul.toprank li:nth-child(1) dl dt{
	background: url(../img/cat_img01.png) no-repeat center center;
	background-size: cover;
}
ul.toprank li:nth-child(2) dl dt{
	background: url(../img/cat_img02.png) no-repeat center center;
	background-size: cover;
}
ul.toprank li:nth-child(3) dl dt{
	background: url(../img/cat_img03.png) no-repeat center center;
	background-size: cover;
}
ul.toprank li dl dd{
	padding: 1.5rem 0 0 0;
	text-align: justify;
}
ul.toprank li dl dd h4{
	font-size: 1.5rem;
	padding: 0 0 1rem 0;
	text-align: center;
}
ul.subrank{
	margin: 2rem 0 0 0;
}
ul.subrank li{
	width: 100%;
}
ul.subrank li a{
	padding: 2rem 0;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
}
ul.subrank li:nth-child(1) a{
	background: url(../img/no04.png) no-repeat 10px top,
		url(../img/search_ico.png) no-repeat 97% center #1aa6b7;
	background-size: 24px 36px,
		auto 30px;
}
ul.subrank li:nth-child(2) a{
	background: url(../img/no05.png) no-repeat 10px top,
		url(../img/search_ico.png) no-repeat 97% center #002d40;
	background-size: 24px 36px,
		auto 30px;
}

/*-----------------------------
  人気条件
--------------------------------*/
#condition{
	padding: 0 0 4.5rem 0;
	background:#fff;
}
#condition ul{
	display: block;
}
.ninki02{
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
}
.ninki01 li,
.ninki02 li {
	width: 100%;
	margin: 0 0 1.2rem 0;
}
#condition ul li a{
	display: block;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	padding: 4rem 0;
	background: url(../img/search_point.png) no-repeat right top #1aa6b7;
	background-size: 80px 80px;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}

/*-----------------------------
  派遣の仕事を探そう！
--------------------------------*/
#about{
	padding: 5rem 0;
	background: url(../img/conts_bg.png) no-repeat;
	background-size: cover;
}
.pr{
	width: 92%;
	max-height: 230px;
	margin: 0 auto 10rem auto;
	padding: 30px 20px 20px 20px;
	background: url(../img/line.png) repeat-x center top #fff;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
	background-size: auto 10px;
	position: relative;
	text-align:center;
	font-size: 1rem;
}
.pr h2{
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	color: #1aa6b7;
	padding: 0 0 1.2rem 0;
	background: url(../img/pr_tpc_bg01.png) no-repeat left 30%,
		url(../img/pr_tpc_bg02.png) no-repeat right 30%;
	background-size: auto 30px;
}
.pr br{
	display: block;
	}
.pr em,
.income em{
	font-style: normal;
	font-size: 3rem;
	font-weight: bold;
	color: #ff414d;
}
.pr img{
	width: 96px;
	height: 107px;
	margin: 1.2rem auto 0 auto;
}
#about section{
	display: block
}
#about section >:last-child {
  margin-left: auto;
}
#about section dl{
	width: 100%;
	margin: 0 0 5rem 0;
	background: #fff;
	position: relative;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}
#about section dl dt{
	width: 80%;
	padding: 1rem 1rem 1.1rem 1rem;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	background: url(../img/star.png) no-repeat 5px 5px,
		url(../img/about_dt_bg.png) no-repeat center center;
	background-size: auto 30px,
		cover;
	margin: -1.5rem auto 1.5rem auto;
	position: relative;
	top: -1.5rem;
}
#about section dl dd{
	text-align: center;
}
.sentence{
	padding: 0 1.2rem 1.5rem 1.2rem;
}
.income{
	padding: 0.8rem 1.2rem 2rem 1.2rem;
}
.attention{
	padding: 1rem;
	color: #fff;
	text-align: right;
	background: #002d40;
}


/*-----------------------------
  メリット
--------------------------------*/
#merit{
	padding: 5rem 0 3rem 0;
	background: #d9edf2;
}
#merit section{
	display: block;
}
#merit section div{
	width: 100%;
	display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
	min-height: 200px;
	margin: 0 0 2rem 0;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}
#merit section div:nth-child(1){
	background: url(../img/line.png) repeat-x center top #fff;
	background-size:auto 10px;
	padding: 2rem;
}
#merit section div:nth-child(2){
	background: url(../img/merit01.png) no-repeat left top #1aa6b7;
	background-size:auto 80px;
	padding: 2rem;
}
#merit section div:nth-child(3){
	background: url(../img/merit02.png) no-repeat left top #1aa6b7;
	background-size:auto 80px;
	padding: 2rem;
}
#merit section div:nth-child(4){
	background: url(../img/merit03.png) no-repeat left top #1aa6b7;
	background-size:auto 80px;
	padding: 2rem;
}
#merit section div:nth-child(5){
	background: url(../img/merit04.png) no-repeat left top #1aa6b7;
	background-size:auto 80px;
	padding: 2rem;
}
#merit section div:nth-child(6){
	background: url(../img/merit05.png) no-repeat left top #1aa6b7;
	background-size:auto 80px;
	padding: 2rem;
}

/*-----------------------------
  体験談
--------------------------------*/
#int{
	padding: 5rem 0;
	background: #fff;
}
#int section article{
	display: block;
	height: auto;
	max-height: initial;
}
#int section article figure,
#int section article div{
	width: 100%;
}
#int section article figure img{
	display: block;
	width: auto;
	height: auto;
	object-fit: cover;
	object-position: 50% 50%;
}
#int section article div{
	padding: 2rem;
	background: #002d40;
	color: #fff;
}
#int section article div h3{
	font-size: 2rem;
	font-weight: lighter;
	padding: 0 0 1.5rem 0;
}
#int section article div h3 span{
	font-size: 1.2rem;
}
#int section article div p{
	font-size: 1.5rem;
	text-align: center;
	padding: 0.5rem 0 0.8rem 0;
	background: #ff414d;
	margin: 0 0 1.5rem 0;
	font-weight: lighter;
}
}


@media screen and (min-width:641px) and (max-width:780px){
#topscreen{
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
	/*background: url(../img/mvbg02.jpg) no-repeat center top scroll;
	background-size: cover;
	transform: translateZ(0); */
	max-width: 100%;
	overflow-x: hidden;
}
#topscreen:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: url(../img/mvbg02.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	overflow-x: hidden;
}
/*-----------------------------
  人気職種
--------------------------------*/
#category{
	padding: 5rem 0;
	background: #fff;
}
ul.toprank,
ul.subrank{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.toprank li{
	width: 49%;
	position: relative;
	z-index: 1;
	margin: 0 0 1.5rem 0;
}
ul.toprank li a{
	color: #002d40;
}
ul.toprank li dl dt{
	height: 250px;
}
ul.toprank li dl dt h3{
	width: 46px;
	height: 66px;
	position: absolute;
	left: 10px;
	top:200px;
}
.cat_search{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top:0;
	right:0;
}
ul.toprank li:nth-child(1) dl dt{
	background: url(../img/cat_img01.png) no-repeat center center;
	background-size: cover;
}
ul.toprank li:nth-child(2) dl dt{
	background: url(../img/cat_img02.png) no-repeat center center;
	background-size: cover;
}
ul.toprank li:nth-child(3) dl dt{
	background: url(../img/cat_img03.png) no-repeat center center;
	background-size: cover;
}
ul.toprank li dl dd{
	padding: 1.5rem 0 0 0;
	text-align: justify;
}
ul.toprank li dl dd h4{
	font-size: 1.5rem;
	padding: 0 0 1rem 0;
	text-align: center;
}
ul.subrank{
	margin: 2rem 0 0 0;
}
ul.subrank li{
	width: 50%;
}
ul.subrank li a{
	padding: 2rem 0;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
}
ul.subrank li:nth-child(1) a{
	background: url(../img/no04.png) no-repeat 10px top,
		url(../img/search_ico.png) no-repeat 97% center #1aa6b7;
	background-size: 24px 36px,
		auto 30px;
}
ul.subrank li:nth-child(2) a{
	background: url(../img/no05.png) no-repeat 10px top,
		url(../img/search_ico.png) no-repeat 97% center #002d40;
	background-size: 24px 36px,
		auto 30px;
}

/*-----------------------------
  人気条件
--------------------------------*/
#condition{
	padding: 0 0 4.5rem 0;
	background:#fff;
}
#condition ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#condition ul li{
	width: 32%;
	margin: 0;
}
#condition ul li a{
	display: block;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	padding: 4rem 0;
	background: url(../img/search_point.png) no-repeat right top #1aa6b7;
	background-size: 80px 80px;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}

/*-----------------------------
  派遣の仕事を探そう！
--------------------------------*/
#about{
	padding: 5rem 0;
	background: url(../img/conts_bg.png) no-repeat;
	background-size: cover;
}
.pr{
	width: 97%;
	max-height: 230px;
	margin: 0 auto 10rem auto;
	padding: 30px 20px 20px 20px;
	background: url(../img/line.png) repeat-x center top #fff;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
	background-size: auto 10px;
	position: relative;
	text-align:center;
	font-size: 1rem;
}
.pr h2{
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	color: #1aa6b7;
	padding: 0 0 1.2rem 0;
	background: url(../img/pr_tpc_bg01.png) no-repeat left 30%,
		url(../img/pr_tpc_bg02.png) no-repeat right 30%;
	background-size: auto 30px;
}
.pr h2 br{
	display: none;
	}
.pr em,
.income em{
	font-style: normal;
	font-size: 3rem;
	font-weight: bold;
	color: #ff414d;
}
.pr img{
	width: 96px;
	height: 107px;
	margin: 1.2rem auto 0 auto;
}
#about section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#about section >:last-child {
  margin-left: auto;
}
#about section dl{
	width: 49%;
	margin: 0 0 5rem 0;
	background: #fff;
	position: relative;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}
#about section dl dt{
	width: 80%;
	padding: 1rem 1rem 1.1rem 1rem;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	background: url(../img/star.png) no-repeat 5px 5px,
		url(../img/about_dt_bg.png) no-repeat center center;
	background-size: auto 30px,
		cover;
	margin: -1.5rem auto 1.5rem auto;
	position: relative;
	top: -1.5rem;
}
#about section dl dd{
	text-align: center;
}
.sentence{
	padding: 0 1.2rem 1.5rem 1.2rem;
}
.income{
	padding: 5rem 1.2rem 2rem 1.2rem;
	background: url(../img/pig.png) no-repeat center top;
	background-size:auto 50px;
}
.attention{
	padding: 1rem;
	color: #fff;
	text-align: right;
	background: #002d40;
}


/*-----------------------------
  メリット
--------------------------------*/
#merit{
	padding: 5rem 0 3rem 0;
	background: #d9edf2;
}
#merit section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#merit section div{
	width: 49%;
	display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
	min-height: 200px;
	margin: 0 0 2rem 0;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.18);
}
#merit section div:nth-child(1){
	background: url(../img/line.png) repeat-x center top #fff;
	background-size:auto 10px;
	padding: 2rem;
}
#merit section div:nth-child(2){
	background: url(../img/merit01.png) no-repeat left top #1aa6b7;
	background-size:auto 80px;
	padding: 2rem;
}
#merit section div:nth-child(3){
	background: url(../img/merit02.png) no-repeat left top #1aa6b7;
	background-size:auto 80px;
	padding: 2rem;
}
#merit section div:nth-child(4){
	background: url(../img/merit03.png) no-repeat left top #1aa6b7;
	background-size:auto 80px;
	padding: 2rem;
}
#merit section div:nth-child(5){
	background: url(../img/merit04.png) no-repeat left top #1aa6b7;
	background-size:auto 80px;
	padding: 2rem;
}
#merit section div:nth-child(6){
	background: url(../img/merit05.png) no-repeat left top #1aa6b7;
	background-size:auto 80px;
	padding: 2rem;
}

/*-----------------------------
  体験談
--------------------------------*/
#int{
	padding: 5rem 0;
	background: #fff;
}
#int section article{
	display: block;
	height: auto;
	max-height: initial;
}
#int section article figure,
#int section article div{
	width: 100%;
}
#int section article figure img{
	display: block;
	width: auto;
	height: auto;
	object-fit: cover;
	object-position: 50% 50%;
}
#int section article div{
	padding: 2rem;
	background: #002d40;
	color: #fff;
}
#int section article div h3{
	font-size: 2rem;
	font-weight: lighter;
	padding: 0 0 1.5rem 0;
}
#int section article div h3 span{
	font-size: 1.2rem;
}
#int section article div p{
	font-size: 1.8rem;
	text-align: center;
	padding: 1rem 0;
	background: #ff414d;
	margin: 0 0 1.5rem 0;
	font-weight: lighter;
}
}

/*/////▼ 採用企画_バナー設置　▼////*/
.contents_0 {
    margin: auto;
}
	
.contents_0 img {
    margin: auto;
    padding: 30px 0 70px;
    display: block;
    width: 55%;
}

@media (max-width: 768px) {
.contents_0 {
	padding: 20px 0 20px;
}
.contents_0 img {
    padding: 0px 0px 60px;
    width: 100%;
}
}