@charset "utf-8";
/* CSS Document */

.visible-w630 {
  display: none;
}

#job_main {
  padding-top: 120px;
  text-align: left;
}
#job_main h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0.13em;
  text-align: center;
  margin-bottom: 10px;
}
#job_main p.txt_top {
  color: #fff;
  font-size: 16px;
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 125px;
}

/*--- 応募要項 ---*/
#job_main .bg_white {
  background-color: rgba(255,255,255,0.9);
  padding-top: 10px;
  padding-bottom: 85px;
}
#job_main h3 {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.08em;
  background-color: #7cc953;
  margin: 0 auto 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.job-01 #job_main h3 {
  background-color: #0082b5;
  text-align: center;
}
#job_main p.txt_desc {
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 50px;
}
#job_main .bg_white .content {
  max-width: 927px;
}
#job_main hr {
  height: 1px;
  background-color: #7cc953;
  border: none;
  margin: 0 0 25px;
}
.job-01 #job_main hr {
  background-color: #0082b5;
}
#job_main h4 {
  color: #7cc953;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-bottom: 5px;
}
#job_main h4::before {
	content: "[ ";
}
#job_main h4::after {
	content: " ]";
}
.job-01 #job_main h4 {
  color: #0082b5;
}
#job_main ul {
  margin-bottom: 55px;
}
#job_main ul:last-of-type {
  margin-bottom: 75px;
}
#job_main ul li {
  position: relative;
  font-size: 14px;
  line-height: 1.9em;
  text-indent: 1em;
}
#job_main ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #7cc953;
  border-radius: 100%;
}
.job-01 #job_main ul li::after {
  background-color: #0082b5;
}
#job_main ul li span {
  display: inline-block;
  font-size: 11px;
  text-indent: 0.7em;
}
#job_main p {
  font-size: 14px;
  line-height: 1.9em;
  margin-bottom: 55px;
}
#job_main .bg_white a {
  display: block;
  text-decoration: none;
  max-width: 286px;
  width: 100%;
  margin: 0 auto;
}
#job_main .btn_entry {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #7cc953;
  margin: 0 auto;
  padding: 15px 0;
}
.job-01 #job_main .btn_entry {
  background-color: #0082b5;
}

@media screen and (max-width: 1600px) {
	#job_main {
		padding-top: 30px;
	}
}


@media screen and (max-width: 768px) {
  #job_main {
    padding-top: 8vw;
  }
  #job_main h2 {
    line-height: 1.4em;
    margin-bottom: 1.2vw;
  }
  #job_main p.txt_top {
    margin-bottom: 15vw;
    letter-spacing: 0.00em;
  }
  
  /*--- 応募要項 ---*/
  #job_main .bg_white {
    padding-top: 1.2vw;
    padding-bottom: 10.2vw;
  }
  #job_main h3 {
    margin-bottom: 1.8vw;
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
  }
  #job_main p.txt_desc {
    margin-bottom: 6vw;
  }
  #job_main hr {
    margin-bottom: 3vw;
  }
  #job_main h4 {
    margin-bottom: 0.6vw;
  }
  #job_main ul {
    margin-bottom: 6.6vw;
  }
  #job_main ul:last-of-type {
    margin-bottom: 9vw;
  }
  #job_main p {
    margin-bottom: 6.6vw;
  }
  #job_main .btn_entry {
    padding-top: 1.8vw;
    padding-bottom: 1.8vw;
  }

}


@media screen and (max-width: 630px) {
  .visible-w630 {
    display: block;
  }
}


@media screen and (max-width: 420px) {
  #job_main {
    padding-top: 10vw;
  }
  #job_main h2 {
    font-size: 8.5vw;
  }

}

