@charset 'UTF-8';

#wrapper > main {
  padding-top: 5.8rem;
}
@media screen and (min-width: 768px) {
  #wrapper > main {
    padding-top: 9.8rem;
  }
}

/* btn_form */
#btn_form {
  position: fixed;
  right: 0;
  bottom: 1.2rem;
  width: 5.3rem;
  height: 10.6rem;
  border-top: 1px solid rgb(153, 153, 153);
  border-bottom: 1px solid rgb(153, 153, 153);
  border-left: 1px solid rgb(153, 153, 153);
  border-radius: 5px 0 0 5px;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
}
#btn_form a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: rgb(0, 0, 0);
  font-size: 1.4rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* fv */
#fv {
  margin: 0 calc(50% - 50vw);
}
#fv img {
  width: 100%;
}

/* recruit */
#recruit {
  padding: 1.6rem calc(24 / 390 * 100vw);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #recruit {
    padding: 1.6rem calc(50vw - 50% + 5.7rem);
    margin: 0 calc(50% - 50vw);
  }
}
#recruit br.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #recruit br.pc {
    display: inline;
  }
  #recruit br.sp {
    display: none;
  }
}
#recruit section,
#recruit .section {
  padding: 1.6rem 0;
}
#recruit h2 {
  padding: 0.5em 0;
  margin: 0;
  font-size: min(2.8rem, 28 / 390 * 100vw);
  line-height: 2;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #recruit h2 {
    font-size: 4.2rem;
  }
}
#recruit h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: min(2rem, 20 / 390 * 100vw);
  line-height: 2;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #recruit h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  /* sp only */
  #recruit .kern {
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
#recruit .desc {
  padding: 0.4em 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #recruit .desc {
    padding: 0.3em 0;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
#recruit .desc p {
  margin: 0 0 1.6em 0;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: justify;
  color: rgb(0, 0, 0);
}
#recruit .desc ul {
  padding: 0.1em 0;
  margin: 0 0 1.6em 0;
  font-size: 1.4rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #recruit .desc ul {
    font-size: 1.8rem;
  }
}
#recruit .desc li {
  padding: 0.2em 0 0.2em 1.05em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-indent: -1.05em;
  color: rgb(0, 0, 0);
}
#recruit .desc li::before {
  content: "\30FB";
}
#recruit .photo figure {
  margin: 0;
}
#recruit .photo img {
  width: 100%;
}
#recruit .photo figcaption {
  padding: 0.2em 0;
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(1.2rem, 12 / 390 * 100vw);
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #recruit .photo figcaption {
    font-size: 1.7rem;
  }
}

/* recruit button */
#recruit .button {
  padding-bottom: 4.4rem;
}
#recruit .button a {
  padding: 0.2em 1em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 7.8rem;
  border-radius: 14px;
  box-sizing: border-box;
  font-size: min(1.6rem, 16 / 390 * 100vw);
  font-weight: 900;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: rgb(0, 0, 0);
  background-color: rgb(231, 230, 230);
}
@media screen and (min-width: 768px) {
  #recruit .button a {
    font-size: 2.1rem;
  }
}
#recruit .button a::after {
  content: "\FF1E";
  margin-left: 0.5em;
  display: inline-block;
}
