@charset "UTF-8";
/* content-hero ======== ======== ======== ======== ======== ======== ======== ======== */
.pcv{display:none;}
.spv{display:block;}

.content-hero-container {
  width: 100%;
  background-color: #eef6ee;
  background-position: center;
  background-image: url(../img/bg4.jpg);
}

.content-hero {
  /*width: 920px;*/
  width: 1017px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 0;
}

/* -------- */
.content-hero .hero {
  width: 1017px;
  height: 396px;
  margin: 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  padding: 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  position: relative;
}

.content-hero .hero .deco01 {
  position: absolute;
  left: 0;
  top: 0;
}

.content-hero .hero .deco02 {
  position: absolute;
  right: 0;
  top: 0;
}

.content-hero .hero .title {
  width: 699px;
  margin: 0 auto;
  padding-top: 44px;
}

.smp .content-hero-container {
  height: 23%;
}

.smp .content-hero-container .content-hero {
  width: 100%;
  position: relative;
}

.smp .content-hero-container .content-hero .hero {
  -webkit-transform: scale(0.63);
          transform: scale(0.63);
  position: absolute;
  left: -190px;
  top: -15px;
}

/* content-1 ======== ======== ======== ======== ======== ======== ======== ======== */
.content-1-container {
  width: 100%;
  background-color: #eef6ee;
  background-position: center;
  background-image: url(../img/bg4.jpg);
}

.content-1 {
  /*width: 920px;*/
  width: 1017px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 45px;
}

.content-1 .index-title {
  width: 175px;
  margin: 0 auto;
  padding-top: 72px;
  padding-bottom: 25px;
}

.content-1 .block {
  width: 675px;
  /*705-30*/
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 50px 30px 50px;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  border-radius: 15px;
  margin-bottom: 50px;
}

.content-1 .block .block-h {
  font-size: 1.9rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #98d364;
  padding: 12px 0 12px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  margin: 0 0 30px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  border-radius: 5px;
}

.content-1 .block .block-top {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  padding: 0 0 34px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
}

.content-1 .block .block-box {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  padding: 0 0 34px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
}

.content-1 .block .block-box:last-of-type {
  padding: 0 0 20px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
}

.content-1 .block .block-box h3 {
  font-size: 1.7rem;
  line-height: 1.35;
  color: #98d364;
  font-weight: bold;
  padding: 0 0 18px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
}

.smp .content-1-container .content-1 {
  width: 100%;
}

.smp .content-1-container .content-1 .block {
  width: 80%;
}
/*# sourceMappingURL=recruit.css.map */


.recruit_nav{
	margin: 0 auto;
	width: 776px;
	padding-bottom: 20px;
	padding-left: 180px;
	display: flex;
}

.recruit_nav li :hover{
	opacity: 0.8;
}
.recruit_nav li{
	margin: 0 10px;
}

.smp .recruit_nav{
	width: 100%;
	padding-bottom: 3%;
	padding-left: 3%;
}
.smp .recruit_nav li{
	margin: 0 1%;
}


.smp .recruit_nav li img{
	width: 100%;
}

.smp .recruit_nav li{
	padding-left: 5px;
}


/*インデントの設定*/
  .process-ul{
    text-indent: -2em;
  }
 
  .process-li{
    margin-left: 2em;
  }

 .contents-ul{
    text-indent: -0.8em;
  }
 
  .contents-li{
    margin-left: 0.8em;
  }

  .smp .process-ul{
    text-indent: -0.7em;
  }
 
  .smp .process-li{
    margin-left: 0.7em;
  }
  .smp .contents-ul{
    text-indent: -0.7em;
  }
 
  .smp .contents-li{
    margin-left: 0.7em;
  }
















