@charset "UTF-8";
/* Sass Document */
.p-recruit-content {
  padding-top: 87px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-content {
    padding: 4rem 0 5rem;
  }
}

.p-anchor {
  padding-left: 0;
  padding-right: 0;
}

.p-anchor__item {
  text-align: center;
}

.p-recruit-wrapper {
  border-top: 1.5px dashed #000;
  margin-top: 60px;
  padding-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-wrapper {
    margin-top: 3rem;
    padding-top: 5rem;
  }
}

.p-section__block + .p-section__block {
  margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .p-section__block + .p-section__block {
    margin-top: 5rem;
  }
}
.p-section__block .c-heading__txt {
  font-weight: 500;
  letter-spacing: 0;
}

.c-section__ttl {
  font-size: 3rem;
  font-weight: 700;
  background-color: #d4152d;
  border-radius: 10px;
  padding: 18px 33px 22px;
  color: #fff;
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl {
    font-size: 1.92rem;
    padding: 1.7rem 1.2rem;
    margin-bottom: 2.8rem;
    border-radius: 0.5rem;
  }
}

.p-recruit__table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-top: 48px;
}
.p-recruit__table a {
  text-decoration: none;
  color: currentColor;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__table {
    margin-top: 4rem;
  }
}
.p-recruit__table th,
.p-recruit__table td {
  border-bottom: 1.5px dashed #000;
  font-size: 1.5rem;
}
.p-recruit__table th p,
.p-recruit__table td p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__table th,
.p-recruit__table td {
    display: block;
    border: none;
    font-size: 1.3rem;
  }
  .p-recruit__table th p,
.p-recruit__table td p {
    font-size: 1.3rem;
  }
}
.p-recruit__table tr:first-of-type th {
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__table tr:first-of-type th {
    border-radius: 0.3rem;
  }
}
.p-recruit__table tr:last-of-type th,
.p-recruit__table tr:last-of-type td {
  border-bottom: none;
}
.p-recruit__table tr:last-of-type th {
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__table tr:last-of-type th {
    border-radius: 0.3rem;
  }
}
.p-recruit__table th {
  background-color: #f9f4e6;
  width: 191px;
  padding: 10px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__table th {
    width: 100%;
    border-radius: 0.5rem;
    text-align: left;
    padding: 0.8rem 1.5rem;
  }
}
.p-recruit__table td {
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  line-height: 2;
}
.p-recruit__table td a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-recruit__table td a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767.98px) {
  .p-recruit__table td {
    width: 100%;
  }
}
.p-recruit__table td .u-txtsize--small {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__table td .u-txtsize--small {
    font-size: 1.1rem;
  }
}
.p-recruit__table td p,
.p-recruit__table td li {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-recruit__table td p,
.p-recruit__table td li {
    padding: 0.8rem 0;
    letter-spacing: 0;
    font-size: 1.33rem;
  }
}
.p-recruit__table td li + li {
  border-top: 1.5px dashed #000;
}

.c-note {
  margin-top: 55px;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .c-note {
    margin-top: 0.7rem;
    font-size: 1.15rem;
    line-height: 1.8347826087;
  }
}

.p-recruit-btn-wrapper {
  margin: 54px auto 0;
  max-width: 912px;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-btn-wrapper {
    margin-top: 2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	エントリー
* --------------------------------------------------------------------------------------------------*/
.p-entry-content {
  padding-top: 86px;
  padding-bottom: 96px;
}
@media screen and (max-width: 767.98px) {
  .p-entry-content {
    padding: 4rem 0 5rem;
  }
}
.p-entry-content .c-heading__txt {
  font-weight: 500;
  letter-spacing: 0;
}
.p-entry-content .u-center {
  text-align: center;
  font-weight: 500;
  margin-top: 2em;
  letter-spacing: 0;
}
.p-entry-content .p-recruit-btn-wrapper {
  margin-top: 20px;
}
.p-entry-content .p-caution {
  padding-top: 0;
}
.p-entry-content .p-caution .c-note {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-entry-content .p-caution .c-note {
    font-size: 1.15rem;
  }
}

.p-experience .p-flex {
  display: flex;
  align-items: center;
  gap: 0 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-experience .p-flex {
    margin-top: 2rem;
    gap: 0 3.6rem;
    justify-content: space-between;
  }
}
.p-experience .p-flex .p-select-wrapper {
  width: 284px;
}
@media screen and (max-width: 767.98px) {
  .p-experience .p-flex .p-select-wrapper {
    width: auto;
    flex-grow: 1;
  }
}

.p-zip input {
  width: 94px;
}
@media screen and (max-width: 767.98px) {
  .p-zip input {
    width: 7rem;
  }
}

.postal-search {
  font-size: 1.5rem;
  min-height: 50px;
  max-width: 161px;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 25px;
}
@media screen and (max-width: 767.98px) {
  .postal-search {
    font-size: 1.2rem;
    max-width: 11.5rem;
    margin-left: 0.6rem;
    min-height: 4rem;
  }
}

.p-add input[name=address02] {
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-add input[name=address02] {
    margin-top: 2rem;
  }
}
/*# sourceMappingURL=recruit.css.map */