@charset "EUC-JP";
/*
  Site Name: mallage kashiwa
  Version: 2021.09
*/
/*----------------------------------------------------
  jpb 
----------------------------------------------------*/

#job {
	letter-spacing: 0.1rem;
}
#job a {
	text-decoration: none;
}
#job .bg_yellow {
	background: #faf7e8;
}
#job .inner {
	max-width: 1000px;
	padding: 40px 0;
}
#job h2 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	display: flex;
	letter-spacing: 0.3rem;
	align-items: center;
	justify-content: center;
}
#job h2:before, #job h2:after {
	border-top: 1px solid #000;
	content: "";
	width: 2.5em;
}
#job h2:before {
	margin-right: 1em;
}
#job h2:after {
	margin-left: 1em;
}
.mgtb80 {
	margin-bottom: 20px;
	margin-top: 20px;
}
.pc_none {
	display: block;
}
.sp_none {
	display: none;
}
 @media screen and (min-width: 768px) {
#job h2 {
	font-size: 26px;
}
.mgtb80 {
	margin-bottom: 80px;
	margin-top: 80px;
}
.pc_none {
	display: none;
}
.sp_none {
	display: block;
}
}


/*----------------------------------------------------
  select 
----------------------------------------------------*/

.sp_select {
	margin-top: 30px;
}
select{
	background: #fff;
	border: 2px solid #000;
	font-size: 16px;
	width: 100%;
    }
.sp_select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 8px;
}
.sp_select select::-ms-expand {
    display: none;
}
.sp_select {
  position: relative;
  border-radius: 2px;
  border: 2px solid #000;
  background: #ffffff;
}
.sp_select::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
.job_btn{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.job_btn li {
	border: 2px solid #000;
	font-size: 18px;
	width: 19%;
	margin: 10px 0.5%;
	text-align: center;
	position: relative;
}
.job_btn li a {
	display: block;
	padding: 15px 10px;
}
.job_btn li a:after {
	content: ">";
	position: absolute;
	right: 0;
	margin-right: 5px;
}
.job_btn li a:hover {
	background: rgba(0,0,0,.1);
}
}

/*----------------------------------------------------
  header 
----------------------------------------------------*/

#job header {
	padding: 10px;
}
#job header img {
	vertical-align: middle;
	width: 44px;
	height: 44px;
}
#job header h1 {
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}
@media screen and (min-width: 768px) {
#job header img {
	width: 64px;
	height: 64px;
}
#job header h1 {
	font-size: 14px;
}
}
/*----------------------------------------------------
  main img 
----------------------------------------------------*/

#main-img{
    width: 100%;
    height: 0;
    padding-top: 91.0256%;
    background: url(../img/job/img_main_sp.png) no-repeat bottom center;
    background-size: cover;
	position: relative;
}

#main-img img {
	width: 100%;
}
#main-img .btn-merit {
	position: absolute;
	bottom: 10px;
	left: 20px;
}
#main-img .btn-merit a {
	display: inline-block;
	background: #009474;
	border-radius: 6px;
	font-size: 13px;
	color: #fff;
	padding: 10px 40px 10px 20px;
	text-align: center;
	position: relative;
}
#main-img .btn-merit a:after {
	content: ">";
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	margin-right: 10px;
}
#main-img .btn-merit a:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 20px;
  background-image: url(../img/job/icon_merit.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}
@media screen and (min-width: 768px) {

#main-img{
    width: 100%;
    height: 0;
    padding-top: 45.71428%;
    background: url(../img/job/img_main.png) no-repeat bottom center;
    background-size: cover;
	position: relative;
}
#main-img .btn-merit {
	position: absolute;
	bottom: 20%;
	left: 60px;
}
#main-img .btn-merit a {
	font-size: 16px;
	padding: 15px 40px 15px 20px;
}
#main-img .btn-merit a:before {
  width: 29px;
  height: 33px;
}
}
/*----------------------------------------------------
  search Industry 
----------------------------------------------------*/
#industry ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
#industry ul li {
	display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	justify-content: space-around;
	background: #fff;
	border: 2px solid #009474;
	width: 98%;
	margin: 10px 1%;
	padding: 5px;
	text-align: center;
	position: relative;
}
#industry ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#industry ul li a:hover {
	background: rgba(0,148,116,.1);
}
#industry .icon{
	width: 20%;
}
#industry .ttl{
	width: 78%;
}
#industry h3 {
	font-size: 16px;
}
#industry p {
	font-size: 11px;
	line-height: 1.2;
}
@media screen and (min-width: 560px) {
#industry .icon, #industry .ttl{
	width: 100%;
}
#industry h3 {
	font-size: 20px;
	margin-bottom: 5px;
}
#industry ul li {
	display: block;
	width: 48%;
	padding: 10px 5px;
}
}
@media screen and (min-width: 768px) {
#industry ul li {
	width: 23%;
}
}
/*----------------------------------------------------
  search status 
----------------------------------------------------*/
#status .inner{
	padding: 40px 0;
}
@media screen and (min-width: 768px) {
#status  .inner{
	padding: 80px 0;
}
#status .job_btn li {
	width: 19%;
}
}
/*----------------------------------------------------
  search freedom 
----------------------------------------------------*/
#freedom .inner{
	padding: 40px 0;
}
@media screen and (min-width: 768px) {
#freedom  .inner{
	padding: 80px 0;
}
#freedom .job_btn li {
	width: 24%;
}
}
/*----------------------------------------------------
  shop 
----------------------------------------------------*/
#shop h2 {
	display: block;
	background: #009474;
	color: #fff;
	padding: 15px 20px;
	width: 300px;
	margin: 0 auto;
}
#shop h2:before, #shop h2:after {
	border-top: none;
}
#shop ul {
	display: flex;
	flex-wrap: wrap;
}
#shop ul li {
	border: 1px solid #000;
	width: 98%;
	margin: 10px 1%;
	position: relative;
	display: flex;
	flex-direction: column;
}
#shop ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#shop ul li a:hover {
	background: rgba(0,148,116,.1);
}
#shop .ctg {
	font-size: 12px;
	vertical-align: middle;
	border-bottom: 1px solid #000;
	padding: 2px;
}
#shop .ctg img {
	width: 40px;
	vertical-align: middle;
}
#shop h3, #shop .status, p {
	margin: 10px;
}
#shop .logo {
	text-align: center;
	margin: 20px;
	min-height: 200px;
	position: relative;
}
#shop .logo img {
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#shop h3 {
	border-top: 3px solid #d2d2d2;
	font-size: 18px;
	padding-top: 20px;
}
#shop .status {
	margin-top: auto;
}
#shop .status span {
	background: #009474;
	color: #fff;
	padding: 6px;
	text-align: center;
	margin-right: 3px;
}
#shop .more button{
}
#shop .more button{
	display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
	background: #009474;
	border-radius: 60px;
	color: #fff;
	font-size: 16px;
	width: 300px;
	padding: 15px 10px;
	margin: 30px auto 0;
	text-align: center;
	}
	
#shop .inner li {
  opacity: 1;
  height:auto;
  transition: all .4s ease 0s;
  overfllow:hidden;
}
#shop .inner li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding:0;
}
@media screen and (min-width: 560px) {
#shop ul li {
	width: 48%;
}
}
@media screen and (min-width: 768px) {
#shop ul li {
	width: 31.333%;
}
}
/*----------------------------------------------------
  merit 
----------------------------------------------------*/
#merit ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
#merit ul li {
	width: 98%;
	margin: 10px 1% 30px;
}
#merit ul li a:hover {
	background: rgba(0,148,116,.1);
}
#merit h3 {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#merit p {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
@media screen and (min-width: 480px) {
#merit ul li {
	width: 48%;
}
}
@media screen and (min-width: 768px) {
#merit h3 {
	font-size: 16px
}
#merit ul li {
	width: 23%;
}
}
/*----------------------------------------------------
  footer_job 
----------------------------------------------------*/

#footer_job {
	padding: 20px 10px;
	border-bottom: 4px solid #009474;
	margin-bottom: 20px;
}
#footer_job img {
	vertical-align: middle;
}
#footer_job p.copyright {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}