@charset "utf-8";
/* CSS Document */
/* job.css */
.recruitbtn {
  display: block;
  box-sizing: border-box;
  width: calc(690 / 750 * 100%);
  margin: 20% auto 12%;
}
.recruitbtn__box {
  position: relative;
  margin: 0 auto 8%;
}
.recruitbtn__box:after {
  content: "";
  display: block;
  background: var(--c-orange);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: translate3d(.5em,.5em,0);
  -ms-transform: translate3d(em,.5em,0);
  -o-transform: translate3d(.5em,em,0);
  transform: translate3d(.5em,.5em,0);
  border-radius: 1em;
}
.recruitbtn__box--green:after {
  content: "";
  background: var(--c-green);

}
.recruitbtn__innner {
  background: var(--c-white);
  border-radius: 1em;
  border: calc(2 / 28 * 1rem) solid var(--c-orange);
  display: block;
  padding: calc(80 / 650 * 100%) 0 calc(40 / 650 * 100%);
  position: relative;
  text-align: center;
  font-weight: bold;
  z-index: 3;
}
.recruitbtn__box--green .recruitbtn__innner {
  border: calc(2 / 28 * 1rem) solid var(--c-green);
}
.job__title{
  position: absolute;
  top: -3.9em;
  left: 0;
  width: 100%;
}
.job__titlebox {
  position: relative;
  display: block;
  width: calc(610 / 690 * 100%);
  margin: 0 auto;
}
.job__titletext {
  position: absolute;
  bottom: .2em;
  left: 0;
  width: 100%;
  font-size: 1rem;
  margin: 0;
  font-size: calc(24 / 28 * 1rem);
  padding-left: 38%;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  line-height: 2em;
}
.job__titletext span {
  display: block;
  width: 4em;
  line-height: 1.5em;
  background-color: #fff;
  font-size: 1rem;
  font-weight: bold;
  color: var(--c-orange);
  text-align: center;
}
.recruitbtn__text {
  text-align: center;
  padding-bottom: .5em;
}
.recruitbtn__text span {
  display: block;
  margin: 0 auto;
  font-size: calc(36 / 28 * 1rem);
  line-height: 1.3em;
  color: var(--c-orange);
}
.recruitbtn__box--green .recruitbtn__text span {
  color: var(--c-green);
}
.recruitbtn__box .button--black {
  display: block;
  width: 78%;
  margin: 0 auto;
}
.recruitbtn__box--orange .button--black:before {
  content: "";
  background-color: var(--c-orange);
}
.recruitbtn__box--orange .button--black:hover {
  background-color: var(--c-orange);
}
.job__textbox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  margin: 0 auto calc(30 / 650 * 100%);
}
.job__textbox dt {
  margin: 0;
  width: calc( 150 / 650 * 100%);
}
.job__textbox dt span {
  border-radius: 0 2em 2em 0;
  background-color: var(--c-black);
  font-size: calc(24 / 28 * 1rem);
  display: block;
  margin: 0;
  padding: .15em .2em;
  color: #fff;
  font-weight: 400;
  width: 100%;
}
.job__textbox dd {
  margin: 0;
  width: calc( 460 / 650 * 100%);
  text-align: left;
  box-sizing: border-box;
  margin-right: calc(20 / 690 * 100%);
  box-sizing: border-box;
  background: url(img/dotline_job.png) no-repeat bottom center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: calc(10 / 690 * 100%) 0 calc(40 / 690 * 100%);
}
.job__textbox p {
  margin: 0 auto;
  font-size: calc(24 / 28 * 1rem);
  line-height: calc(46 / 24 * 1em);
}
.job__textbox p + p {
  margin-top: 1em;
}
.job__textbox .font--bold {
  font-weight: bold;
}
.job__textbox .font--large{
  font-size: calc(26 / 28 * 1rem);
  display: inline-block;
  line-height: 1.5em;
}
.job__textbox .font--small{
  font-size: calc(20 / 28 * 1rem);
  line-height: 1.75em;
  letter-spacing: 0;
  display: inline-block;
}
.recruitbtn__innner .button--black {
  padding: .8em;
}
.button--black .button--jobtext {
  font-size: calc(32 / 28 * 1rem);
  display: block;
  text-align: center;
  margin: 0 auto;
}
