*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  user-select: none !important;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
body {
  color: #1F3134;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.p-recruitment {
  padding: 100px 0;
}
.p-recruitment__subttl {
  border-left: solid 3px #000;
}
@media screen and (min-width: 768px) {
  .p-recruitment__subttl {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitment__subttl {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.p-recruitment__mb10 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__blc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitment__blc {
    margin-bottom: 20px;
  }
}
.p-recruitment__table {
  width: 100%;
  background-color: #FFF;
  border-collapse: collapse;
  margin-top: 20px;
}
.p-recruitment__table td {
  border: solid 1px #000;
  vertical-align: middle;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__table td {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitment__table td {
    padding: 10px;
  }
}
.p-recruitment__table--th {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-recruitment__table--th {
    width: 200px;
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitment__img {
    width: 600px;
    margin: 30px auto 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitment__img {
    width: 43vw;
    margin: 0 auto 50px;
  }
}

.bbwhite {
  border-bottom: solid 1px #FFF !important;
}

.bold {
  font-weight: bold;
}

.white {
  color: #FFF;
}

.center {
  text-align: center;
}

.indent02 {
  display: inline-block;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.indent {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.u-text__subttl {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .u-text__subttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__subttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.u-text__subttl02 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .u-text__subttl02 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__subttl02 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.u-text__txt {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .u-text__txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.u-text__note {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .u-text__note {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__note {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

/*# sourceMappingURL=page-recruit.css.map */
