@charset "utf-8";
/* CSS front Document */

/*****↓ ファーストビューをヘッダーにかける時に利用、利用しない場合は削除かコメントアウト*****/

.path-frontpage #front_top{
	padding-top:260px;
	z-index: 98;
    position: relative;
}
.path-frontpage .first-view{
	width: 100%;
  /* margin-top: -116px; */
  position: relative;
	min-height: 650px;
	background: url("../img/top/bg_top.webp") no-repeat;
	background-size:cover;
}

.path-frontpage .first-view form{
	max-width: 340px;
	margin-left:auto;
	margin-right:0px;
	background:var(--white-color);
	padding:15px 20px;
	box-shadow: 0 6px 12px -2px rgb(50 50 93/25%), 0 3px 7px -3px rgb(0 0 0/30%);
}

/******↑ ファーストビューをヘッダーにかける時に利用、利用しない場合は削除かコメントアウト*****/

.path-frontpage .first-view form .form-actions input[type="submit"]{
	width: 100%;
}
.path-frontpage .first-view .slogan1,
.path-frontpage .first-view h1.front_sitetitle,
.path-frontpage .first-view .slogan2{
	color:var(--white-color);
}
.path-frontpage .first-view .slogan1{
	font-size:1.8em;
	font-weight: 600;
}
.path-frontpage .first-view h1.front_sitetitle{
	font-size:3.2em;
	font-weight: 600;
}
.path-frontpage .first-view .slogan2{
	font-size:1.6em;
	font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  #front_top .container{
    max-width: 100%;
  } 

	.path-frontpage .first-view h1.front_sitetitle{
		font-size:2.1rem;
	}

	.path-frontpage .first-view .slogan1{
		font-size:1.6rem;
	}
	.path-frontpage .first-view .slogan2{
		font-size:1.2rem;
	}
	.path-frontpage .first-view form{
		display: flex;
    flex-wrap: wrap;
		max-width: 100%;
    gap:10px;
	}
	.path-frontpage #block-vwork-front-qiurenjiansuouishietsuto #front_top{
		text-align: center;
		position: static;
	}
	.path-frontpage .first-view form {
		margin-left: -15px;
    	margin-right: -15px;
	}
	.path-frontpage .first-view form .form-item-area-id,
	.path-frontpage .first-view form #sbox-edit-occupation-id--wrapper.form-wrapper,
  .path-frontpage .first-view form .form-item.js-form-type-select.form-type-select,
	.path-frontpage .first-view form .form-item-keys{
		flex:1;
	}
	.path-frontpage .first-view form #edit-actions{
		width:100%;
		margin-bottom:0px;
	}
	.path-frontpage #block-vwork-front-qiurenjiansuouishietsuto #front_top .col-md-8{
		position: relative;
		z-index:2
	}
	.path-frontpage #block-vwork-front-qiurenjiansuouishietsuto form .form-item label:not(.option), 
	.path-frontpage #block-vwork-front-qiurenjiansuouishietsuto form .form-item legend .fieldset-legend{
		font-size:1.1rem;
	}
	.path-frontpage #block-vwork-front-qiurenjiansuouishietsuto #front_top .col-md-4{
		position: absolute;
		bottom:0px;
		
	}
	.path-frontpage  #block-vwork-front-qiurenjiansuouishietsuto{
    margin-top:-61px;
    background: url(../img/top/bg_top_sp.webp) no-repeat;
		background-size: 100%;
    min-height: 450px;
    
	}
	.path-frontpage #front_top{
		padding-top:150px;
	}
	.path-frontpage #block-vwork-front-qiurenjiansuouishietsuto #front_top .col-md-4 .form-item{
		margin-top:0px;
		margin-bottom:0px;
	}
}
/**トップページ　メイン画像なしの検索フォーム**/
.job_search_no_visiual {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* margin-top: -30px; */
  z-index: 9;
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.job_search_no_visiual form{
  display: flex;
  gap: 20px;
  justify-content: center;
}
.job_search_no_visiual .job-search-form-title{
  font-weight: 600;
  color: #000;
  padding: 30px;
  font-size: 18px;
}
.job_search_no_visiual form .form-type-select,
.job_search_no_visiual form .form-type-textfield{
  max-width: 200px;
  flex:1;
  margin-bottom: 0;
}
.job_search_no_visiual form #edit-submit-joblist{
  margin-top: 19px;
  height: 32px;
  line-height: 32px;
  width: 200px;
}

/**トップページ featureバナー**/
.view-feature .slick__slide{
    padding-left:0;
    padding-right:0;
}
.view-feature .feature-top-link{
	position: relative;
    width:100%;
    display:block;
}
.view-feature .feature-top-link:before{
	width: 100%;
    display: block;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0px;
}
.view-feature .feature-top-link:hover:after{
	width: 100%;
    display: block;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
}
.view-feature .feature-top-textarea{
	position: absolute;
	top: 140px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
	z-index: 2;
	text-align: center;
	width:90%;
}
.view-feature div.feature-top-label{
    color :var(--blue-color);
    margin-bottom: 1.0rem;
}
.view-feature h2.feature-top-ttl{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
}
.view-feature .feature-top-body{
	color:#fff;
	font-size:12px;
	line-height: 130%;
}
.view-feature .slick .feature-top-img img {
    height: 350px;
	object-fit: cover;
}
.view-feature .slick-arrow{
	width:25px;
}
.view-feature .slick-prev:before, 
.view-feature .slick-next:before {
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width:20px;
	height:37px;
	display: block;
}
@media screen and (max-width: 991.9px) {
  /* .path-frontpage .first-view{
    margin-top:-65px;
  }
  .job_search_no_visiual{
    border-radius: 0px;
  } */
  .job_search_no_visiual form{
    flex-wrap: wrap;
    gap:10px;
  }
  .job_search_no_visiual .job-search-form-title{
    width:100%;
    padding:0px;
    font-size:1.6rem;
  }
  .job_search_no_visiual #edit-actions{
    width:100%;
    margin:0px;
  }
  .job_search_no_visiual form #edit-submit-joblist{
    margin:0px !important;
  }
  .job_search_no_visiual form .form-item{
    margin:0px;
  }
}
@media screen and (max-width: 767.9px) {

  /* .path-frontpage .first-view{
    margin-top:-50px;
  }  */
}



/* *************************************************************************************
 * Customize
 ************************************************************************************* */

.path-frontpage #block-register-about-korejob {
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .path-frontpage #block-register-about-korejob {
    margin-top: 47px;
  }
}

@media screen and (min-width: 992px) {
  .user-logged-in.path-frontpage .region-breadcrumb {
    margin-top: 180px;
  }
}

/* 働きたいエリアを選ぶ */
#block-top-joblist-area-search {
	/*padding: 200px 40px 0;*/
  /* background-image: url(../img/top/job-search-ttl_pc.webp);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat; */
	position: relative;
	padding: 60px 40px 0;
}
/*
#block-top-joblist-area-search:before {
  content: '';
  display: block;
  background-image: url(../img/top/job-search-ttl_pc.webp);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
	max-width: 1280px;
	width: 100%;
	height: 267px;
	position: absolute;
	top: 0;
	left: 0;
  right: 0;
  margin: 0 auto;
	z-index: 0;

}
*/

#block-top-joblist-area-search .wrapper {
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
	box-shadow: -1px 0px 20px 0px rgba(192, 165, 72, 0.3);
	border-radius: 20px;
	position: relative;
	z-index: 10;

}

#block-top-joblist-area-search .wrapper img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	#block-top-joblist-area-search .sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#block-top-joblist-area-search .pc {
		display: none;
	}
}

#block-top-joblist-area-search .title-area {
	background-color: var(--orange-color-2);
	/* padding: 40px 100px 42px;*/
  	padding: 20px 50px 22px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#block-top-joblist-area-search .title-area h2 {
	margin: 0;
	color: var(--white-color);
	/* font-size: 31px; */
	font-size: 28px;
	font-weight: 500;

	display: flex;
	align-items: center;
	gap: 10px;
}
#block-top-joblist-area-search .title-area h2:before {
	content: '';
	display: block;
	background-image: url(../img/icon/icon-pin.svg);
	background-size: contain;
	background-repeat: no-repeat;
	/* width: 48px;
	height: 48px; */
	width: 38px;
	height: 38px;
}

#block-top-joblist-area-search .wrapper .job-search {
	padding: 12px 90px 56px;
	background-color: var(--white-color);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

@media screen and (max-width: 767px) {
	#block-top-joblist-area-search {
		padding: 40px 20px 0;
    /* background-image: url(../img/top/job-search-ttl_sp.webp);
    background-size: 80%;
    background-position-x: left; */
	}
	/*
  #block-top-joblist-area-search:before {
    background-image: url(../img/top/job-search-ttl_sp.webp);
    max-width: 750px;
    width: 100%;
    height: 120px;
  }
	*/
	#block-top-joblist-area-search .title-area {
		padding: 23px 43px 23px;
	}
	#block-top-joblist-area-search .title-area h2 {
		font-size: 1.8rem;
    justify-content: center;
	}
  #block-top-joblist-area-search .title-area h2:before {
    width: 28px;
    height: 28px;
  }
	#block-top-joblist-area-search .wrapper .job-search {
		padding: 14px 20px 25px;
	}
}
@media screen and (max-width: 500px) {
    #block-top-joblist-area-search {
        padding: 40px 20px 0;
    }
}
#block-top-joblist-area-search ul.job-list {
	display: flex;
	flex-wrap: wrap;
	gap: 21px 9px;
	font-size: 0;
}
#block-top-joblist-area-search ul.job-list .job-area {
	width: calc((100% - 9px) / 2);
}

#block-top-joblist-area-search ul.job-list .job-area a {
	font-size: 1.8rem;
	font-weight: bold;
	border: 3px solid var(--orange-color-2);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 75px;
}

#block-top-joblist-area-search ul.job-list .job-area.hokkaido a {
	border-color: #7478C2;
}
#block-top-joblist-area-search ul.job-list .job-area.tohoku a {
	border-color: #4388D3;
}
#block-top-joblist-area-search ul.job-list .job-area.kanto a {
	border-color: #4DD0E1;
}
#block-top-joblist-area-search ul.job-list .job-area.tyubu a {
	border-color: #4AB969;
}
#block-top-joblist-area-search ul.job-list .job-area.kansai a {
	border-color: #B0B72F;
}
#block-top-joblist-area-search ul.job-list .job-area.tyugoku a {
	border-color: #EF9F27;
}
#block-top-joblist-area-search ul.job-list .job-area.shikoku a {
	border-color: #D08F68;
}
#block-top-joblist-area-search ul.job-list .job-area.kyusyu a {
	border-color: #FF7575;
}
#block-top-joblist-area-search ul.job-list .job-area.okinawa a {
	border-color: #EEA3A3;
}

@media (hover: hover) {
	#block-top-joblist-area-search ul.job-list .job-area.hokkaido a:hover {
		color: #7478C2;
	}
	#block-top-joblist-area-search ul.job-list .job-area.tohoku a:hover {
		color: #4388D3;
	}
	#block-top-joblist-area-search ul.job-list .job-area.kanto a:hover {
		color: #4DD0E1;
	}
	#block-top-joblist-area-search ul.job-list .job-area.tyubu a:hover {
		color: #4AB969;
	}
	#block-top-joblist-area-search ul.job-list .job-area.kansai a:hover {
		color: #B0B72F;
	}
	#block-top-joblist-area-search ul.job-list .job-area.tyugoku a:hover {
		color: #EF9F27;
	}
	#block-top-joblist-area-search ul.job-list .job-area.shikoku a:hover {
		color: #D08F68;
	}
	#block-top-joblist-area-search ul.job-list .job-area.kyusyu a:hover {
		color: #FF7575;
	}
	#block-top-joblist-area-search ul.job-list .job-area.okinawa a:hover {
		color: #EEA3A3;
	}
}

@media screen and (max-width: 767px) {
  #block-top-joblist-area-search ul.job-list {
    gap: 15px 9px;
  }
  #block-top-joblist-area-search ul.job-list .job-area a {
    font-size: 1.6rem;
    height: 60px;
  }
}


/* 動画 / 特集バナー ******************************** */
#block-korejob-front-movie-warp {
	padding-top: 300px;
  position: relative;
}
#block-korejob-front-movie-warp:before {
	content: '';
	display: block;
	background-image: url(../img/top/bg-tamura-search.webp);
	background-repeat: no-repeat;
	background-size: contain;
	width: 850px;
	height: 180px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#block-korejob-front-movie-warp:before {
		max-width: 500px;
		width: 100%;
		height: 150px;
    top: 70px;
		left: 20px;
		right: initial;
		margin-left: 0;
		/* padding-right: 20px; */
	}
}
@media screen and (max-width: 550px) {
	#block-korejob-front-movie-warp {
		padding-top: 240px;
	}
	#block-korejob-front-movie-warp:before {
		max-width: 350px;
		height: 95px;
		top: 60px;
	}
}
@media screen and (max-width: 374px) {
	#block-korejob-front-movie-warp {
		padding-top: 220px;
	}
	#block-korejob-front-movie-warp:before {
		max-width: 260px;
		height: 80px;
		top: 50px;
	}
}


#front-movie-bnr {
	/*background-color: #E5DFD6;*/
	padding: 0 20px 150px;
}
@media only screen and (max-width : 767px ) { 

	#front-movie-bnr {
		/*background-color: #E5DFD6;*/
		padding: 0 20px 40px;
	}


}

#front-movie-bnr .movie-warp  {
	text-align: center;
	margin-bottom: 20px;
}
#front-movie-bnr .movie-warp iframe {
	margin-top: -100px;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	width: 100%;
}
#front-movie-bnr .bnr-warp ul {
	display: flex;
	gap: 20px;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
#front-movie-bnr .bnr-warp ul li {
	width: calc((100% - 20px * 3) / 4);
}
#front-movie-bnr .bnr-warp ul li img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 991px) {
	#front-movie-bnr .bnr-warp ul {
		flex-wrap: wrap;
		gap: 10px;
		max-width: 600px;
	}
	#front-movie-bnr .bnr-warp ul li {
		width: calc((100% - 10px) / 2);
	}
}


/* PICK UP 求人 ******************************** */
#block-korejob-front-views-block-joblist-block-5 {
	max-width: 1100px;
	width: 100%;
	margin: 77px auto 75px;
  padding: 0 40px;
}

.joblist.card-quick .ttl-area {
	text-align: center;
}
.joblist.card-quick .ttl-area span {
	display: inline-block;
	background-color: #4DD0E1;
	border-radius: 10px;
	color: var(--white-color);
	margin-bottom: 1.4rem;
	padding: 10px 40px;
	/* font-size: 2.0rem; */
	font-size: 1.8rem;
	letter-spacing: 0.3rem;
}
.joblist.card-quick .ttl-area h2 {
	margin-top: 0;
	/* font-size: 5.0rem; */
	font-size: 4.0rem;
	font-weight: 500;
	letter-spacing: 0.5rem;
}

.joblist.card-quick ul.joblist.quick li.list-item img {
  border-radius: 10px;
  border: 1px solid var(--orange-color-2);
}

/* .joblist.card-quick.is-open .btn-area {
	display: none;
} */

.joblist.card-quick .btn-area .btn-more {
	display: block;
	margin: 0 auto;
	padding: 10px;
	max-width: 480px;
	width: 100%;
	/* height: 90px;
	font-size: 2.5rem; */
	height: 60px;
	font-size: 1.8rem;
	color: var(--text-color);
	background-color: var(--white-color);
  border: 2px solid #333;
	border-radius: 10px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
  #block-korejob-front-views-block-joblist-block-5 {
	margin-top: 40px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
	
	.joblist.card-quick .ttl-area span {
		font-size: 1.5rem;
    padding: 10px 30px;
	}
	
	.joblist.card-quick .ttl-area h2 {
		font-size: 2.5rem;
	}

  .joblist.card-quick .btn-area .btn-more {
    max-width: 316px;
    height: 58px;
    font-size: 1.5rem;
  }
}


/* 新着コラム */
.block-views-blockblog-blog-block {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.block-views-blockblog-blog-block .column-grid-block.carousel {
	border-radius: 10px;
	padding: 70px 40px 80px;
}

.block-views-blockblog-blog-block .view-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
/* 	gap: 20px; */
	border-bottom: 1px solid #333;
	margin-bottom: 40px;
	padding: 0 20px 30px;
}

.block-views-blockblog-blog-block .view-header .ttl-area span {
	color: var(--orange-color-2);
	font-size: 2.0rem;
	letter-spacing: 0.5rem;
}

.block-views-blockblog-blog-block .view-header .ttl-area h2 {
	margin: 0;
	font-size: 4.0rem;
	letter-spacing: 0.5rem;
/* 	font-weight: 500; */
}


.block-views-blockblog-blog-block .view-header .discription {
	flex: 1;
	margin-right: auto;
	padding: 0 80px 0 40px;
}
.block-views-blockblog-blog-block .view-header .discription p {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.6;
}

.block-views-blockblog-blog-block .view-header .btn-area {
	max-width: 240px;
	width: 100%;
}

.block-views-blockblog-blog-block .view-header .btn-area a {
	border: 2px solid #333;
	border-radius: 5px;
	background-color: var(--white-color);
	display: flex;
	justify-content: center;
	align-items: center;
  gap: 10px;
	height: 60px;
}
.block-views-blockblog-blog-block .view-footer {
  margin-right: 20px;
}
.block-views-blockblog-blog-block .view-footer .btn-area a {
	border: 2px solid #333;
	border-radius: 5px;
	background-color: var(--white-color);
	display: flex;
	justify-content: center;
	align-items: center;
  gap: 10px;
  max-width: 316px;
  width: 100%;
	height: 60px;
  margin: 25px auto 0;
}
@media screen and (min-width: 768px) {
  .block-views-blockblog-blog-block .view-footer .btn-area a {
    display: none;
  }
}

@media screen and (max-width: 991px) {
	.block-views-blockblog-blog-block .column-grid-block.carousel {
		padding: 50px 30px 60px;
	}
	.block-views-blockblog-blog-block .view-header .ttl-area span {
		font-size: 1.6rem;
	}
	.block-views-blockblog-blog-block .view-header .ttl-area h2 {
		font-size: 3.0rem;
	}
	.block-views-blockblog-blog-block .view-header .discription {
		padding-left: 20px;
		padding-right: 40px;
	}
	.block-views-blockblog-blog-block .view-header .discription p {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.block-views-blockblog-blog-block .view-header .btn-area {
		max-width: 200px;
	}
}
@media screen and (max-width: 767px) {
	.block-views-blockblog-blog-block .column-grid-block.carousel {
		padding: 40px 20px 50px;
	}
	.block-views-blockblog-blog-block .view-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
		margin-bottom: 30px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.block-views-blockblog-blog-block .view-header .discription {
		margin: 0;
		padding: 0;
	}
	.block-views-blockblog-blog-block .view-header .discription p {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.block-views-blockblog-blog-block .view-header .btn-area {
		display: none;
	}
}


/* スライダー部分 *************************************************/
.block-views-blockblog-blog-block .slick__slider {
	display: flex;
	justify-content: center;
/* 	gap: 20px; */
	max-width: 1280px;
	width: 100%;
	margin: 0 auto!important;
}

.block-views-blockblog-blog-block .slick-slide {
	padding: 0;
	height: 100%;
}


.block-views-blockblog-blog-block .layout__region--content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.block-views-blockblog-blog-block .block-field-blocknodecolumnfield-col-eye-catch {
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 20px;
}

.block-views-blockblog-blog-block .block-field-blocknodecolumntitle {
	margin-bottom: 10px;
  order: 2;
}

.block-views-blockblog-blog-block .field--name-title a {
	color: var(--text-color)!important;
	font-size: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block-views-blockblog-blog-block .block-field-blocknodecolumncreated {
	margin-top: auto;
  order: 3;
}

@media screen and (min-width: 768px) {
  .block-views-blockblog-blog-block .slick-track {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%!important;
  }
  .block-views-blockblog-blog-block .slick-slide {
    width: calc((100% - 20px * 2) / 3) !important;
  }
}

@media screen and (max-width: 767px) {
	.block-views-blockblog-blog-block .column-grid-block.carousel {
		padding-right: 0;
	}
	.block-views-blockblog-blog-block .view-header {
		margin-right: 20px;
	}
	
	.block-views-blockblog-blog-block .slick-slide {
		max-width: 280px;
		width: 100%;
		padding-right: 20px;
	}
}

/* 表示が1件のみ */
.block-views-blockblog-blog-block .column-grid-block.carousel .slick__slide:only-child {
	width: calc((100% - 20px* 2) / 3);
}
@media screen and (max-width: 767px) {
	.block-views-blockblog-blog-block .column-grid-block.carousel .slick__slide:only-child {
	  max-width: 280px;
    width: 100%;
    padding-right: 20px;
	}
}

/* TOPページ 追加バナー */
.top-bnr-warp .wrapper {
    max-width: 990px;
    width: 100%;
    margin: 30px auto;
    position: relative;
    z-index: 10;
	padding:0px;
}
@media only screen and (max-width : 992px ) { 
	.top-bnr-warp .wrapper {
		padding: 20px;
	}
}

@media only screen and (max-width : 767px ) { 
	.top-bnr-warp .wrapper{
		padding: 0 20px;
		margin: 16px 0;
	}


}
.top-bnr-warp .wrapper img{
    width:100%;
    height:auto;
}

/*TOPページ 職種バナー*/
/* TOPページ 追加バナー */
.top-occ-bnr-warp .wrapper {
    max-width: 990px;
    width: 100%;
    margin: 40px auto;
    position: relative;
    z-index: 10;
	padding:0px;
	display: flex;
	justify-content: space-between;
	gap:10px;
}
.top-occ-bnr-warp .wrapper a{
	width: calc(50% - 10px);
}

.top-occ-bnr-warp .wrapper a img{
	width:100%;
	height: auto;
}
@media only screen and (max-width : 992px ) { 
	.top-occ-bnr-warp .wrapper {
		padding:0 20px;
		padding-bottom: 0;
		margin-bottom:0px;
	}
}


/* カンタンお仕事検索 */
.korejob_easy_search {
    position: relative;
    padding: 0;
    max-width: 990px;
    box-shadow: -1px 0px 20px 0px rgba(192, 165, 72, 0.3);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    border-radius: 20px;
}

@media screen and (max-width: 992px) {
    .korejob_easy_search {
        margin-left: 40px!important;
        margin-right: 40px!important;
        width: calc(100% - 80px);
    }
}


@media screen and (max-width:767px) {
    .korejob_easy_search {
        margin-left: 20px!important;
        margin-right: 20px!important;
        width: calc(100% - 40px);
    }
}


.korejob_easy_search h2 {
    background-color: var(--orange-color-2);
    padding: 20px 50px 22px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0;
    color: var(--white-color);
    /* font-size: 31px; */
    font-size: 28px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.korejob_easy_search h2:before {
    content: '';
    display: block;
    background-image: url(../img/icon/icon-search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 767px) {
    .korejob_easy_search h2 {
        padding: 18px 43px 18px;
        font-size: 1.8rem;
        justify-content: center;
        line-height: 1.15;
    }
	.korejob_easy_search h2:before {
		width: 24px;
        height: 24px
	}
}
.korejob_easy_search form {
    padding: 16px;
    background-color: var(--white-color);
    gap: 8px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: flex-end;
}
@media only screen and (max-width : 767px ) { 
    .korejob_easy_search form{
        padding:16px 4px;
    }
}


.korejob_easy_search form .form-item-area-id,
.korejob_easy_search form .form-item-prefectures-id {
    display: none;
}
.korejob_easy_search form .form-type-select.form-item-,
.korejob_easy_search form .form-item-occupation-id {
    width: 100%;
    max-width: 30%;
    display: block;
    margin-bottom: 0;
}
.korejob_easy_search form .form-item-keys {
    width: calc(70% - 140px);
    max-width: calc(70% - 140px);
    display: block;
    margin-bottom: 0;
}
.job_search_no_visiual #edit-actions {

    width: 120px;
    margin-bottom: 8px;
}
.korejob_easy_search form #edit-submit-joblist {
    margin-top: 22px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
@media only screen and (max-width: 767px) {

    .korejob_easy_search form{
        display: flex;
        flex-wrap: wrap;
        padding: 14px 20px 25px;
    }
    .korejob_easy_search form .form-item{
        width:100%!important;
        max-width:100%!important;
        flex:unset;
    }
    .korejob_easy_search form .form-item-keys{
        order: 1;   
    }
    .korejob_easy_search form .form-item-occupation-id{
        order: 2;
    }
    .korejob_easy_search form .form-actions{
        order: 3;
    }
   .job_search_no_visiual #edit-actions {
       width:100%;
       margin-top:10px;
	   margin-bottom: 8px;
    }

	.korejob_easy_search form .form-item label {
		font-size:0.8em;
		margin-bottom:0;
	}
    .korejob_easy_search form #edit-submit-joblist {
        padding:0px;
	}
}

/* トップ コレジョブ カンタンお仕事検索　イラスト*/
.easy_search_illust{
	position: relative;
	height: 140px;
}
.easy_search_illust:before {
	content: '';
	display: block;
	background-image: url(../img/top/job-search-ttl_pc.webp);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	  max-width: 1280px;
	  width: 100%;
	  height: 267px;
	  position: absolute;
	  top: 0;
	  left: 0;
	right: 0;
	margin: 0 auto;
	  z-index: 0;
  
  }
  
  @media screen and (max-width: 767px) {
	.easy_search_illust{
		height: 100px;
	}
	.easy_search_illust:before {
	  background-image: url(../img/top/job-search-ttl_sp.webp);
	  max-width: 750px;
	  width: 100%;
	  height: 120px;
	}
  }

  /* トップ コレジョブ カンタン検索 駅 */

.korejob_easy_search form .eki-data-stations-ui{
	border: none;
	padding:0;
	margin:0;
}
.korejob_easy_search form .eki-data-stations-ui .form-item-stations-prefecture,
.korejob_easy_search form .eki-data-stations-ui #edit-stations-line,
.korejob_easy_search form .eki-data-stations-ui #edit-stations-station{
	display:none;
}
.korejob_easy_search form .eki-data-stations-ui .eki-data-selected{
overflow: hidden;
}

.korejob_easy_search form .eki-data-stations-ui .eki-data-select-btn{
    height:50px;
    margin-bottom:8px;
}

.korejob_easy_search form .eki-data-stations-ui .eki-data-selected{
    overflow: hidden;
   width:180px;
}

.korejob_easy_search form .eki-data-stations-ui .eki-data-selected .selected-lines, 
.korejob_easy_search form .eki-data-stations-ui .eki-data-selected .selected-stations{
    display:none;
    gap: 5px;
    padding: 5px 0px;
    flex-wrap: wrap;

}

@media only screen and (max-width : 767px ) { 

	.korejob_easy_search form .eki-data-stations-ui .eki-data-selected{
		overflow: hidden;
		width:100%;
	}
	.korejob_easy_search form .eki-data-stations-ui .eki-data-selected .selected-lines, 
	.korejob_easy_search form .eki-data-stations-ui .eki-data-selected .selected-stations{
		display: flex;
		gap: 5px;
		padding: 5px 0px;
		flex-wrap: wrap;
	}
}

.korejob_easy_search .eki-data-select-btn{
    background:#fff!important;
    border:solid 1px #000!important;
    color:#000;   
	max-width: 100%;
}
.korejob_easy_search .eki-data-select-btn:before {
   margin-bottom: -2px;
   filter: brightness(0);
}
.korejob_easy_search .eki-data-select-btn:hover{
	cursor:pointer;
}

/*並び*/
.korejob_easy_search form .form-item-keys{
    order:-3;
}
.korejob_easy_search form .eki-data-stations-ui{
    order:-2;
}
.korejob_easy_search form .form-item-occupation-id{
    order:3;
}
.job_search_no_visiual #edit-actions{
     order:10;
}
/* front h1 **/
.head-title{
    font-size:8px;
    font-weight:normal;
    padding:0 5px;
}