@charset "utf-8";
/* CSS Document */

/* recruit.css */
.pagetitle__spell--recruit {
  width: 89%;
}
.fv__text--recruit {
  text-align: center;
  font-weight: 500;
  margin: 2em auto;
}


.recruit__subtitle {
  margin: .5em auto 1.5em;
  font-size: 1em;
}
.recruit .box {
  padding-top: 0;
}
.recruit__subtitle span {
  font-size: 1.07em;
  font-weight: 500;
  background: var(--c-bk);
  color: var(--c-wh);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.1em 1em;
  margin-top: -0.1em;
}
.recruit__subtitle .recruit__subtitlebal {
  box-sizing: border-box;
  padding-left: 3.66%;
}
.recruit__subtitle .recruit__subtitlebal span {
  background-color: #fff;
  background-image: url(img/sttl_bal_l.png) , url(img/sttl_bal_r.png) , url(img/sttl_bal_rp.png);
  background-repeat: no-repeat , no-repeat , repeat-x;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: top left , top right, top left;
  box-sizing: border-box;
  padding: 2.5% 3% 5.5%;
  display: inline-block;
  margin-left: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  color: var(--c-or);
}

.recruit__catch {
  margin: 4em auto;
  font-size: 1em;
}
.recruit__catchtitle {
  text-align: center;
  font-size: 1.9em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0em;
  font-feature-settings: 'palt' 1;
  margin: 0 auto 1em;
}
.recruit__catchtitle--01 {
  font-weight: 800;
  color: var(--c-red);
  font-size: 1.9em;
  line-height: 1.2em;
  letter-spacing: -.01em;
  font-feature-settings: 'palt' 1;
}
.recruit__catchtitle--02 {
  font-weight: 800;
  font-size: 1.4em;
  line-height: 1.2em;
  letter-spacing: 0em;
  font-feature-settings: 'palt' 1;
}
.recruit__catchtitle--03 {
  font-weight: 800;
  font-size: 2.4em;
  line-height: 1em;
  letter-spacing: -.01em;
  font-feature-settings: 'palt' 1;
}
.recruit__catchtext--01 {
  box-sizing: border-box;
  padding: 0 6%;
  font-size: 1.15em;
  font-weight: 700;
  color: var(--c-red);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.recruit__catchtext--02 {
  box-sizing: border-box;
  padding: 0 6%;
  font-size: 1.15em;
  font-weight: 500;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.textbox--officetour {
  box-sizing: border-box;
  padding: 1em 6% 6%;
}
.flowbox {
  background: url(img/webp/bg_ar_mid.webp);
  -webkit-background-size: calc(370 / 750 * 100%) auto;
  background-size: calc(370 / 750 * 100%) auto;
  background-repeat: repeat-y;
  background-position: top center;
  position: relative;
  margin: 0em auto;
}
.flowbox:before {
  content: "";
  display: block;
  background: var(--c-wh) url(img/webp/bg_ar_top.webp);
  -webkit-background-size: calc(370 / 750 * 100%) auto;
  background-size: calc(370 / 750 * 100%) auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  padding-bottom: calc(70 / 750 * 100%);
}
.flowbox:after {
  content: "";
  display: block;
  background: var(--c-wh) url(img/webp/bg_ar_btm.webp);
  -webkit-background-size: calc(510 / 750 * 100%) auto;
  background-size: calc(510 / 750 * 100%) auto;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  display: block;
  padding-bottom: calc(140 / 750 * 100%);
}
.flowbox__item {
  display: block;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}
.flowbox__item + .flowbox__item {
  margin-top: 2em;
}
.flowbox__title {
  box-sizing: border-box;
  margin: 1em auto 0.5em;
  font-size: 1em;
  padding: 0% 3%;
}
.text--nouhin {
  width: calc(241 / 750 * 100%);
  display: block;
  margin: 1em auto 3em;
}

.box--flbox {
  display: block;
  box-sizing: border-box;
  padding: 0 6%;
}
.box--flbox .flbox__box {
  margin: 0 auto 1em;
}

.jobcheck {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 6%;
}
.jobcheck__title {
  text-align: center;
  color: var(--c-or);
  font-size: 1.92em;
  margin: .5em auto;
}
.jobcheck .jobcheck__box {
  position: relative;
  display: block;
  border: .2em solid var(--c-bk);
  border-radius: .38em;
  margin: 3em auto 1em;
  
}
.jobcheck__bal {
  display: block;
  position: absolute;
  top: -.8em;
  left: 0;
  width: 100%;
  text-align: center;
}
.jobcheck__baltext {
  display: block;
  background-color: var(--c-bk);
  height: auto;
  box-sizing: border-box;
  color: var(--c-wh);
  margin: 0 auto;
  padding: .1em 0;
  line-height: 1.5em;
  width: 14.6em;
  border-radius: .38em .38em .38em 0;
  position: relative;
}
.jobcheck__baltext:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 1em solid transparent;
  border-left: 1em solid var(--c-bk);
  border-bottom: 1em solid transparent;
  position: absolute;
  bottom: -0.6em;
  left: 0;
  z-index: 1;
}
.jobcheck__baltext span {
  position: relative;
  z-index: 3;
}
.jobcheck__boxlist {
  box-sizing: border-box;
  padding: 2em 6% 1em 12%;
}
.jobcheck__boxlist ul {
  padding: 0;
  font-weight: 500;
  margin: 0 auto;
}
.jobcheck__boxlist li:before {
  content: "□";
  color: var(--c-or);
  margin-right: .4em;
}
.jobcheck__boxlist p {
  margin: 0 auto;
  font-size: .78em;
}
.jobcheck__text {
  text-align: center;
  font-weight: bold;
  font-size: 1.38em;
}
.recruit__box .tablebox dd {
  font-weight: 500;
}
.tablebox__item__subbox {
  border-bottom: 1px solid var(--c-gr);
  padding-bottom: .4em;
  margin-bottom: .4em;
}
.tablebox__item__subbox p {
  line-height: 1.5em;
}
.tablebox__item__subbox span {
  color: var(--c-gr);
  display: block;
}
.othersite {
  text-align: center;
  margin: 3em auto;
  max-width: 1000px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}
.othersite__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 auto 1em;
}
.othersite__box {
margin: 0 auto;
  display: block;
}
.othersite__item {
  margin: 0 10px 10px;
}
.othersite__item a {
  text-decoration: underline;
  text-underline-offset: .3em;
  box-sizing: border-box;
}
.othersite__item img {
  margin: 0 auto;
}
@media screen and (min-width:750px){
  .textbox{
    max-width: 860px;
    margin: 0 auto;

  }
  .pagetitle__spell--recruit {
    width: 544px;
  }
  .fv__text--recruit {
    text-align: center;
    font-weight: 500;
    margin: 2em auto;
  }
  .fv__img {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
  }
  .recruit__subtitle {
    max-width: 1000px;
    margin: 0 auto 30px;
  }
  .recruit__subtitleimg img {
    width: auto;
    height: 80px;
  }
  .recruit__subtitle .recruit__subtitlebal {
    padding-left: 22px;
  }
  .recruit__subtitle .recruit__subtitlebal span {
    padding: 12px 16px 28px;
    
  }
  .flowbox__title {
    padding: 0 ;
    width: 100%;
    max-width: 860px;
  }
  .flowbox__title img {
    width: auto;
    height: 68px;
  }
  .recruit__catchtext--01 {
    padding: 0;
    font-size: 22px;
  }
  .recruit__catchtext--02 {
    margin-top: 2em;
    padding: 0;
    font-size: 18px;
  }
  
.flowbox {
  background: url(img/webp/bg_ar_mid.webp);
  -webkit-background-size: 370px auto;
  background-size: 370px auto;
  background-repeat: repeat-y;
  background-position: top center;
  position: relative;
  margin: 0em auto;
}
.flowbox:before {
  content: "";
  display: block;
  background: var(--c-wh) url(img/webp/bg_ar_top.webp);
  -webkit-background-size: 370px auto;
  background-size: 370px auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  display: block;
  padding-bottom: 70px;
}
.flowbox:after {
  content: "";
  display: block;
  background: var(--c-wh) url(img/webp/bg_ar_btm.webp);
  -webkit-background-size: 510px auto;
  background-size: 510px auto;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  display: block;
  padding-bottom: 140px;
}
  .text--nouhin {
    width: 253px;
    text-align: center;
  }
  .box--flbox {
    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;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .box--flbox .flbox__box:first-child {
    width: 54%;
    margin: 0;
  }
  .box--flbox .flbox__box:last-child {
    width: 42%;
    box-sizing: border-box;
    margin: 0;
    padding-top: 10px;
  }
  .box--flbox .flbox__box {
    font-size: 18px;
    line-height: 2;
  }
  .jobcheck {
    padding: 0;
    max-width: 760px;
    width: 90%;
  }
  .jobcheck__title {
    font-size: 40px;
    margin: 80px auto 0px;
    
  }
  .jobcheck .jobcheck__box {
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .jobcheck__bal {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    display: block;
    top: auto;
    left: auto;
    width: 44%;
  }
  .jobcheck__boxlist {
    width: 56%;
    box-sizing: border-box;
    padding: 40px 20px;
  }
  .jobcheck__baltext{
    border-radius: 10px;
    padding: 20px;
  }
.jobcheck__baltext:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 1em solid transparent;
    border-left: 1em solid var(--c-bk);
    border-bottom: 1em solid transparent;
    position: absolute;
    bottom: calc( 50% - 1em);
    left: calc(100% - .5em);
    z-index: 1;
  }
  .recruit__box--job {
    margin-bottom: 80px;
  }
  .othersite  {
    margin-bottom: 100px;
  }
  
.othersite__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
}
