@charset "utf-8";
/* CSS Document */
/* recruit.css */
.midarrow--recruit {
  font-size: 1.15em;
}
.recruit__text {
  text-align: center;
  font-weight: 500;
  line-height: calc(50 / 28 * 1em);
}
.recruit__image {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: calc(40 / 750 * 100%) calc((1 - 576 / 750) * 100% * 0.5);
  position: relative;
  margin: 3em auto 1em;
}
.recruititem__item {
  background-color: #fff;
  width: calc(300 / 750 * 100%);
  height: 0;
  overflow: hidden;
  padding-bottom: calc(300 / 750 * 100%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.recruititem__item--01 {
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%,0,0);
  -ms-transform: translate3d(-50%,0,0);
  -o-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
}
.recruititem__item--02 {
  top: auto;
  bottom: 9%;
  left: 8%;
}
.recruititem__item--03 {
  top: auto;
  bottom: 9%;
  left: auto;
  right: 8%;
}
.recruititem__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.recruititem__ic {
  width: calc(70 / 320 * 100%);
  display: block;
  margin: 0 auto .5em;
}
.recruititem__text {
  font-size: calc(26 / 28 * 1rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(46 / 26 * 1em);
}
.recruititem__item span {
  background: var(--c-black);
  color: var(--c-white);
  display: inline-block;
  padding: 0 .4em;
}





.recruitbtn {
  display: block;
  box-sizing: border-box;
  width: calc(650 / 750 * 100%);
  margin: 12% 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(20 / 650 * 100%) calc(20 / 650 * 100%) 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);
  
}
.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);
}

.box--schedule{
  box-sizing: border-box;
  padding: 0;
  margin: 4em auto;
  width: calc(690 / 750 * 100%);
}
.schedule__title {
  width: calc(675 / 690 * 100%);
  position: relative;
  display: block;
  margin: 0 auto;
}
.schedule__titletext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: bold;
    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: center;
  margin: 0 auto;
}
.schedule__box {
  display: block;
  margin: 2em auto;
  width: 100%;
}
.schedule__image {
  position: relative;
  z-index: 1;
  width: calc(650 / 690 * 100%);
  margin: 0 auto;
}
.schedule__box .button__box {
  position: relative;
  z-index: 2;
  margin: -9% auto 0;
}
.schedule__box .button--black {
  width: 100%;
  padding: 1em;
}
.schedule__box .button--black span {
  font-size: calc(36 / 28 * 1rem);
  line-height: 1.5em;
}