@charset "UTF-8";
/* ----------------------------------------*/
/* 採用情報LP */
/* ----------------------------------------*/
#navbar {
  display: none; }

.C-banners {
  display: none; }

.C-footer {
  display: none; }

.recruit_lp-single {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 5%;
  box-sizing: content-box; }
  .recruit_lp-single__logo {
    text-align: center;
    margin-bottom: 35px; }
    .recruit_lp-single__logo a {
      transition: 0.35s; }
      .recruit_lp-single__logo a:hover {
        opacity: 0.5; }
  .recruit_lp-single__title {
    color: #31A72F;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #31A72F; }
  .recruit_lp-single__free {
    margin-top: 40px; }
  .recruit_lp-single__editor::after {
    content: "";
    display: block;
    clear: both; }
  .recruit_lp-single__editor h1 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: bold;
    color: #31A72F;
    padding: 0 0 0 10px;
    border-left: 7px solid #31A72F; }
    .recruit_lp-single__editor h1:not(:first-child) {
      margin-top: 40px; }
    .recruit_lp-single__editor h1:not(:last-child) {
      margin-bottom: 20px; }
  .recruit_lp-single__editor h2 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: bold;
    color: #31A72F; }
    .recruit_lp-single__editor h2:not(:first-child) {
      margin-top: 40px; }
    .recruit_lp-single__editor h2:not(:last-child) {
      margin-bottom: 20px; }
  .recruit_lp-single__editor h3,
  .recruit_lp-single__editor h4,
  .recruit_lp-single__editor h5 {
    font-size: 20px;
    line-height: 1.4;
    display: inline-block;
    background: #31A72F;
    color: #fff;
    border-radius: 100px;
    padding: 5px 20px; }
    .recruit_lp-single__editor h3:not(:first-child),
    .recruit_lp-single__editor h4:not(:first-child),
    .recruit_lp-single__editor h5:not(:first-child) {
      margin-top: 40px; }
    .recruit_lp-single__editor h3:not(:last-child),
    .recruit_lp-single__editor h4:not(:last-child),
    .recruit_lp-single__editor h5:not(:last-child) {
      margin-bottom: 20px; }
  .recruit_lp-single__editor p:not(:last-child) {
    margin-bottom: 20px; }
  .recruit_lp-single__editor ul,
  .recruit_lp-single__editor ol {
    margin-left: 20px; }
    .recruit_lp-single__editor ul:not(:last-child),
    .recruit_lp-single__editor ol:not(:last-child) {
      margin-bottom: 20px; }
  .recruit_lp-single__editor .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }
  .recruit_lp-single__editor .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px; }
  .recruit_lp-single__editor .aligncenter {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .recruit_lp-single__detail {
    margin-top: 60px;
    border-top: 1px solid #31A72F; }
  .recruit_lp-single__row {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #31A72F; }
    @media screen and (max-width: 767px) {
      .recruit_lp-single__row {
        display: block; } }
    .recruit_lp-single__row__label {
      font-weight: bold;
      color: #555;
      width: 190px; }
      @media screen and (max-width: 767px) {
        .recruit_lp-single__row__label {
          width: auto;
          margin-bottom: 5px; } }
    .recruit_lp-single__row__value {
      flex: 1;
      word-break: break-all; }
  .recruit_lp-single__midashi {
    margin-top: 75px;
    text-align: center; }
    .recruit_lp-single__midashi__eng {
      color: #31A72F;
      font-size: 36px;
      line-height: 1.4; }
    .recruit_lp-single__midashi__jp {
      color: #B0A7A5;
      font-weight: bold;
      font-size: 14px; }
  .recruit_lp-single__form_before {
    margin-top: 10px;
    text-align: center; }
  .recruit_lp-single__form {
    border: 2px solid #31A72F;
    padding: 10%;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .recruit_lp-single__form {
        padding: 5%; } }

.reserve form dl {
  display: flex;
  align-items: center;
  padding: 20px 2em 20px 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative; }
  @media screen and (max-width: 767px) {
    .reserve form dl {
      display: block;
      padding-right: 0; } }
.reserve form dt {
  width: 145px; }
  @media screen and (max-width: 767px) {
    .reserve form dt {
      width: auto;
      padding-right: 2.5em;
      position: relative; } }
  .reserve form dt .txt {
    font-weight: bold;
    font-size: 16px; }
  .reserve form dt .required {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #c80000;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .reserve form dt .required {
        top: 0;
        transform: none; } }
.reserve form dd {
  flex: 1; }

.form__lead {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .form__lead {
      font-size: 14px; } }
.form__input--mb {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .form__input--mb {
      margin-bottom: 25px; } }
.form__input--confirm {
  position: relative; }
.form__input input {
  height: 44px;
  line-height: 44px;
  background: #efefef;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  width: 350px; }
  @media screen and (max-width: 767px) {
    .form__input input {
      width: 100%; } }
  .form__input input.tel {
    width: auto; }
    @media screen and (max-width: 767px) {
      .form__input input.tel {
        width: 28%; } }
.form__textarea textarea {
  width: 100%;
  height: 160px;
  resize: vertical;
  background: #efefef;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 10px; }
.form__txt {
  color: #999;
  letter-spacing: 0.09em;
  padding-left: 15px; }
  @media screen and (max-width: 767px) {
    .form__txt {
      position: absolute;
      left: 0;
      top: -20px;
      font-size: 14px;
      padding-left: 0; } }
.form__privacy {
  padding: 25px 30px;
  height: 120px;
  overflow-y: scroll;
  background: #efefef;
  border: 1px solid #dfdfdf;
  line-height: 160%;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .form__privacy {
      padding: 20px; } }
  .C-page--recruit_lp--form .form__privacy {
    display: none; }
.form__checkbox {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 0.04em; }
  .C-page--recruit_lp--form .form__checkbox {
    display: none; }
.form__submit {
  margin-top: 35px;
  text-align: center; }
  .form__submit input {
    width: 278px;
    background: #4db15c;
    color: #fff;
    height: 66px;
    line-height: 64px;
    border: 2px solid #4db15c;
    text-align: center;
    display: inline-block;
    border-radius: 33px;
    font-size: 18px;
    letter-spacing: 0.02em;
    transition: 0.35s;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .form__submit input {
        width: 100%; } }
    .form__submit input:hover {
      background: #fff;
      color: #4db15c; }
.form__top {
  text-align: center; }
  .form__top a {
    background: #4db15c;
    color: #fff;
    width: 278px;
    height: 66px;
    line-height: 64px;
    border: 2px solid #4db15c;
    text-align: center;
    display: inline-block;
    border-radius: 33px;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .form__top a {
        width: 100%; } }
    .form__top a:hover {
      cursor: pointer;
      background: #fff;
      color: #4db15c; }

.recruit_lp-navi {
  border-bottom: 10px solid #4db15c;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  list-style: none;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .recruit_lp-navi {
      font-size: 14px; } }
  .recruit_lp-navi__item:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ccc; }
  .recruit_lp-navi a {
    text-decoration: none;
    color: #555;
    vertical-align: bottom; }
