@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500&display=swap");
:root {
  /* serif Japanese (Zen Old Mincho) — 見出し・電話番号・本文 */
  /* transition */
}

.p-recruit {
  font-size: clamp(15.0588px, 1.1765vw, 16px);
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.p-recruit * {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.p-recruit a {
  color: white;
  text-decoration: none;
  transition: color var(--hover-transition), background-color var(--hover-transition), opacity var(--hover-transition);
}
.p-recruit a:hover {
  opacity: 0.9;
}
.p-recruit button:hover {
  opacity: 0.8;
}
.p-recruit p + p {
  padding-top: 1.8rem;
}
@media screen and (max-width: 896px) {
  .p-recruit p + p {
    padding-top: 1.5rem;
  }
}
.p-recruit li {
  list-style-type: none;
}
.p-recruit img,
.p-recruit svg {
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
}
.p-recruit :focus-visible {
  outline: 2px solid var(--gray) !important;
  opacity: 0.8;
}
@media screen and (min-width: 897px) {
  .p-recruit a[href^="tel:"] {
    pointer-events: none;
  }
}

/* components */
.p-recruit .c-inner {
  margin: 0 auto;
  max-width: clamp(1223.5294px, 95.5882vw, 1300px);
  width: 100%;
}
@media screen and (max-width: 896px) {
  .p-recruit .c-inner {
    margin: 0 20px;
    width: auto;
  }
}
.p-recruit .c-ttl-1 {
  color: #0A3464;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "ヒラギノ明朝 ProN", serif;
  font-size: clamp(32.9412px, 2.5735vw, 35px);
  font-weight: 500;
  letter-spacing: clamp(2.3529px, 0.1838vw, 2.5px);
  text-align: center;
}
@media screen and (max-width: 896px) {
  .p-recruit .c-ttl-1 {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
}
.p-recruit .c-ttl-2 {
  color: #0A3464;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "ヒラギノ明朝 ProN", serif;
  font-size: clamp(28.2353px, 2.2059vw, 30px);
  font-weight: 500;
  letter-spacing: clamp(1.4118px, 0.1103vw, 1.5px);
}
@media screen and (max-width: 896px) {
  .p-recruit .c-ttl-2 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5555555556;
  }
}
.p-recruit .c-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.u-overflow-hidden {
  overflow: hidden;
}

@media screen and (max-width: 896px) {
  .s\:u-overflow-hidden {
    overflow: hidden;
  }
}
.u-absolute {
  position: absolute;
}

.u-static {
  position: static;
}

.u-relative {
  position: relative;
}

.u-fixed {
  position: fixed;
}

@media screen and (max-width: 896px) {
  .s\:u-absolute {
    position: absolute;
  }
  .s\:u-static {
    position: static;
  }
  .s\:u-relative {
    position: relative;
  }
}
.u-bg-black {
  background-color: var(--black) !important;
}
.u-bg-white {
  background-color: var(--white) !important;
}
.u-bg-gray {
  background-color: var(--gray) !important;
}
.u-bg-gray-dark {
  background-color: var(--gray-dark) !important;
}
.u-bg-gray-light {
  background-color: var(--gray-light) !important;
}
.u-bg-red {
  background-color: var(--red) !important;
}

.u-cursor-default {
  cursor: default;
}
.u-cursor-pointer {
  cursor: pointer;
}

.u-noevent {
  pointer-events: none;
}

.u-flex {
  display: flex;
}
.u-flex-space-between {
  justify-content: space-between !important;
}
.u-flex-reverse {
  flex-direction: row-reverse !important;
}
.u-flex-column-reverse {
  flex-direction: column-reverse !important;
}
.u-flex-center {
  justify-content: center !important;
}
.u-flex-middle {
  align-items: center !important;
}
.u-flex-right {
  justify-content: end !important;
}
.u-flex-left {
  justify-content: start !important;
}
.u-flex-start {
  align-items: start !important;
}
.u-flex-end {
  align-items: end !important;
}
.u-flex-wrap {
  flex-wrap: wrap !important;
}
.u-flex-unset {
  flex: unset !important;
}
.u-flex-1 {
  flex: 1 !important;
}
.u-flex-column {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 896px) {
  .s\:u-flex {
    display: flex !important;
  }
  .s\:u-flex-space-between {
    justify-content: space-between !important;
  }
  .s\:u-flex-reverse {
    flex-direction: row-reverse !important;
  }
  .s\:u-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .s\:u-flex-center {
    justify-content: center !important;
  }
  .s\:u-flex-middle {
    align-items: center !important;
  }
  .s\:u-flex-right {
    justify-content: end !important;
  }
  .s\:u-flex-left {
    justify-content: start !important;
  }
  .s\:u-flex-start {
    align-items: start !important;
  }
  .s\:u-flex-end {
    align-items: end !important;
  }
  .s\:u-flex-wrap {
    flex-wrap: wrap !important;
  }
  .s\:u-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .s\:u-flex-unset {
    flex: unset !important;
  }
  .s\:u-flex-1 {
    flex: 1 !important;
  }
  .s\:u-flex-column {
    display: flex;
    flex-direction: column;
  }
  .s\:u-flex-order-1 {
    order: 1;
  }
  .s\:u-flex-order-2 {
    order: 2;
  }
  .s\:u-flex-order-3 {
    order: 3;
  }
}
.u-order-1 {
  order: 1;
}
.u-order-2 {
  order: 2;
}
.u-order-3 {
  order: 3;
}
.u-order-4 {
  order: 4;
}

@media screen and (max-width: 896px) {
  .s\:u-order-1 {
    order: 1;
  }
  .s\:u-order-2 {
    order: 2;
  }
  .s\:u-order-3 {
    order: 3;
  }
  .s\:u-order-4 {
    order: 4;
  }
}
.u-gap-0 {
  gap: 0rem !important;
}

.u-gap-5 {
  gap: 0.5rem !important;
}

.u-gap-10 {
  gap: 1rem !important;
}

.u-gap-15 {
  gap: 1.5rem !important;
}

.u-gap-20 {
  gap: 2rem !important;
}

.u-gap-25 {
  gap: 2.5rem !important;
}

.u-gap-30 {
  gap: 3rem !important;
}

.u-gap-35 {
  gap: 3.5rem !important;
}

.u-gap-40 {
  gap: 4rem !important;
}

.u-gap-45 {
  gap: 4.5rem !important;
}

.u-gap-50 {
  gap: 5rem !important;
}

.u-gap-55 {
  gap: 5.5rem !important;
}

.u-gap-60 {
  gap: 6rem !important;
}

.u-gap-65 {
  gap: 6.5rem !important;
}

.u-gap-70 {
  gap: 7rem !important;
}

.u-gap-75 {
  gap: 7.5rem !important;
}

.u-gap-80 {
  gap: 8rem !important;
}

@media screen and (max-width: 896px) {
  .s\:u-gap-0 {
    gap: 0rem !important;
  }
  .s\:u-gap-5 {
    gap: 0.5rem !important;
  }
  .s\:u-gap-10 {
    gap: 1rem !important;
  }
  .s\:u-gap-15 {
    gap: 1.5rem !important;
  }
  .s\:u-gap-20 {
    gap: 2rem !important;
  }
  .s\:u-gap-25 {
    gap: 2.5rem !important;
  }
  .s\:u-gap-30 {
    gap: 3rem !important;
  }
  .s\:u-gap-35 {
    gap: 3.5rem !important;
  }
  .s\:u-gap-40 {
    gap: 4rem !important;
  }
  .s\:u-gap-45 {
    gap: 4.5rem !important;
  }
  .s\:u-gap-50 {
    gap: 5rem !important;
  }
}
.u-grid {
  display: grid;
}

.u-contents {
  display: contents;
}

@media screen and (max-width: 896px) {
  .s\:u-contents {
    display: contents;
  }
}
.u-align-center {
  text-align: center;
}
.u-align-right {
  text-align: right;
}
.u-align-left {
  text-align: left;
}

@media screen and (max-width: 896px) {
  .s\:u-align-center {
    text-align: center;
  }
  .s\:u-align-right {
    text-align: right;
  }
  .s\:u-align-left {
    text-align: left;
  }
}
.u-lh-10 {
  line-height: 1;
}
.u-lh-12 {
  line-height: 1.2;
}
.u-lh-14 {
  line-height: 1.4;
}
.u-lh-17 {
  line-height: 1.7;
}
.u-lh-20 {
  line-height: 2;
}
.u-lh-25 {
  line-height: 2.5;
}

@media screen and (max-width: 896px) {
  .s\:u-lh-10 {
    line-height: 1;
  }
  .s\:u-lh-13 {
    line-height: 1.3;
  }
  .s\:u-lh-14 {
    line-height: 1.4;
  }
  .s\:u-lh-17 {
    line-height: 1.7;
  }
  .s\:u-lh-18 {
    line-height: 1.8;
  }
  .s\:u-lh-20 {
    line-height: 2;
  }
  .s\:u-lh-22 {
    line-height: 2.2;
  }
}
.u-ls-0 {
  letter-spacing: 0 !important;
}
.u-ls-5 {
  letter-spacing: 0.05rem !important;
}
.u-ls-10 {
  letter-spacing: 0.1rem !important;
}
.u-ls-15 {
  letter-spacing: 0.15rem !important;
}
.u-ls-20 {
  letter-spacing: 0.2rem !important;
}
.u-ls-25 {
  letter-spacing: 0.25rem !important;
}

@media screen and (max-width: 896px) {
  .s\:u-ls-0 {
    letter-spacing: 0 !important;
  }
  .s\:u-ls-10 {
    letter-spacing: 0.1rem !important;
  }
  .s\:u-ls-15 {
    letter-spacing: 0.15rem !important;
  }
  .s\:u-ls-20 {
    letter-spacing: 0.2rem !important;
  }
}
.u-font-0 {
  font-size: 0;
}
.u-font-10 {
  font-size: 1rem;
}
.u-font-12 {
  font-size: 1.2rem;
}
.u-font-14 {
  font-size: 1.4rem;
}
.u-font-16 {
  font-size: 1.6rem;
}
.u-font-18 {
  font-size: 1.8rem;
}
.u-font-20 {
  font-size: 2rem;
}
.u-font-black {
  color: var(--black);
}
.u-font-white {
  color: var(--white) !important;
}
.u-font-gray {
  color: var(--gray) !important;
}
.u-font-red {
  color: var(--red) !important;
}
.u-font-normal {
  font-weight: 400 !important;
}
.u-font-medium {
  font-weight: 500 !important;
}
.u-font-semibold {
  font-weight: 600 !important;
}
.u-font-bold {
  font-weight: 700 !important;
}
.u-font-super-bold {
  font-weight: 900 !important;
}
.u-font-underline {
  text-decoration: underline;
}
.u-font-family-1 {
  font-family: var(--font-1) !important;
}
.u-font-family-2 {
  font-family: var(--font-2) !important;
}
.u-font-family-3 {
  font-family: var(--font-3) !important;
}

@media screen and (max-width: 896px) {
  .s\:u-font-10 {
    font-size: 1rem;
  }
  .s\:u-font-12 {
    font-size: 1.2rem;
  }
  .s\:u-font-14 {
    font-size: 1.4rem;
  }
  .s\:u-font-16 {
    font-size: 1.6rem;
  }
  .s\:u-font-20 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 896px) {
  .u-only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 897px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-hidden {
  display: none;
}

@media screen and (max-width: 896px) {
  .s\:u-hidden {
    display: none;
  }
}

.u-left-half {
  left: 50%;
}

.u-bottom-0 {
  bottom: 0rem !important;
}

.u-bottom-5 {
  bottom: 0.5rem !important;
}

.u-bottom-10 {
  bottom: 1rem !important;
}

.u-bottom-15 {
  bottom: 1.5rem !important;
}

.u-bottom-20 {
  bottom: 2rem !important;
}

.u-bottom-25 {
  bottom: 2.5rem !important;
}

.u-bottom-30 {
  bottom: 3rem !important;
}

.u-bottom-35 {
  bottom: 3.5rem !important;
}

.u-bottom-40 {
  bottom: 4rem !important;
}

.u-bottom-45 {
  bottom: 4.5rem !important;
}

.u-bottom-50 {
  bottom: 5rem !important;
}

.u-bottom-55 {
  bottom: 5.5rem !important;
}

.u-bottom-60 {
  bottom: 6rem !important;
}

.u-bottom-65 {
  bottom: 6.5rem !important;
}

.u-bottom-70 {
  bottom: 7rem !important;
}

.u-bottom-75 {
  bottom: 7.5rem !important;
}

.u-bottom-80 {
  bottom: 8rem !important;
}

.u-bottom-85 {
  bottom: 8.5rem !important;
}

.u-bottom-90 {
  bottom: 9rem !important;
}

.u-bottom-95 {
  bottom: 9.5rem !important;
}

.u-bottom-100 {
  bottom: 10rem !important;
}

.u-bottom-105 {
  bottom: 10.5rem !important;
}

.u-bottom-110 {
  bottom: 11rem !important;
}

.u-bottom-115 {
  bottom: 11.5rem !important;
}

.u-bottom-120 {
  bottom: 12rem !important;
}

.u-bottom-125 {
  bottom: 12.5rem !important;
}

.u-bottom-130 {
  bottom: 13rem !important;
}

.u-bottom-135 {
  bottom: 13.5rem !important;
}

.u-bottom-140 {
  bottom: 14rem !important;
}

.u-bottom-145 {
  bottom: 14.5rem !important;
}

.u-bottom-150 {
  bottom: 15rem !important;
}

.u-bottom-155 {
  bottom: 15.5rem !important;
}

.u-bottom-160 {
  bottom: 16rem !important;
}

.u-bottom-165 {
  bottom: 16.5rem !important;
}

.u-bottom-170 {
  bottom: 17rem !important;
}

.u-bottom-175 {
  bottom: 17.5rem !important;
}

.u-bottom-180 {
  bottom: 18rem !important;
}

.u-bottom-185 {
  bottom: 18.5rem !important;
}

.u-bottom-190 {
  bottom: 19rem !important;
}

.u-bottom-195 {
  bottom: 19.5rem !important;
}

.u-bottom-200 {
  bottom: 20rem !important;
}

.u-bottom-205 {
  bottom: 20.5rem !important;
}

.u-bottom-210 {
  bottom: 21rem !important;
}

.u-bottom-215 {
  bottom: 21.5rem !important;
}

.u-bottom-220 {
  bottom: 22rem !important;
}

.u-bottom-225 {
  bottom: 22.5rem !important;
}

.u-bottom-230 {
  bottom: 23rem !important;
}

.u-bottom-235 {
  bottom: 23.5rem !important;
}

.u-bottom-240 {
  bottom: 24rem !important;
}

.u-bottom-245 {
  bottom: 24.5rem !important;
}

.u-bottom-250 {
  bottom: 25rem !important;
}

.u-top-0 {
  top: 0rem !important;
}

.u-top-5 {
  top: 0.5rem !important;
}

.u-top-10 {
  top: 1rem !important;
}

.u-top-15 {
  top: 1.5rem !important;
}

.u-top-20 {
  top: 2rem !important;
}

.u-top-25 {
  top: 2.5rem !important;
}

.u-top-30 {
  top: 3rem !important;
}

.u-top-35 {
  top: 3.5rem !important;
}

.u-top-40 {
  top: 4rem !important;
}

.u-top-45 {
  top: 4.5rem !important;
}

.u-top-50 {
  top: 5rem !important;
}

.u-top-55 {
  top: 5.5rem !important;
}

.u-top-60 {
  top: 6rem !important;
}

.u-top-65 {
  top: 6.5rem !important;
}

.u-top-70 {
  top: 7rem !important;
}

.u-top-75 {
  top: 7.5rem !important;
}

.u-top-80 {
  top: 8rem !important;
}

.u-top-85 {
  top: 8.5rem !important;
}

.u-top-90 {
  top: 9rem !important;
}

.u-top-95 {
  top: 9.5rem !important;
}

.u-top-100 {
  top: 10rem !important;
}

.u-top-105 {
  top: 10.5rem !important;
}

.u-top-110 {
  top: 11rem !important;
}

.u-top-115 {
  top: 11.5rem !important;
}

.u-top-120 {
  top: 12rem !important;
}

.u-top-125 {
  top: 12.5rem !important;
}

.u-top-130 {
  top: 13rem !important;
}

.u-top-135 {
  top: 13.5rem !important;
}

.u-top-140 {
  top: 14rem !important;
}

.u-left-0 {
  left: 0rem !important;
}

.u-left-5 {
  left: 0.5rem !important;
}

.u-left-10 {
  left: 1rem !important;
}

.u-left-15 {
  left: 1.5rem !important;
}

.u-left-20 {
  left: 2rem !important;
}

.u-left-25 {
  left: 2.5rem !important;
}

.u-left-30 {
  left: 3rem !important;
}

.u-left-35 {
  left: 3.5rem !important;
}

.u-left-40 {
  left: 4rem !important;
}

.u-left-45 {
  left: 4.5rem !important;
}

.u-left-50 {
  left: 5rem !important;
}

.u-left-55 {
  left: 5.5rem !important;
}

.u-left-60 {
  left: 6rem !important;
}

.u-left-65 {
  left: 6.5rem !important;
}

.u-left-70 {
  left: 7rem !important;
}

.u-left-75 {
  left: 7.5rem !important;
}

.u-left-80 {
  left: 8rem !important;
}

.u-left-85 {
  left: 8.5rem !important;
}

.u-left-90 {
  left: 9rem !important;
}

.u-left-95 {
  left: 9.5rem !important;
}

.u-left-100 {
  left: 10rem !important;
}

.u-left-105 {
  left: 10.5rem !important;
}

.u-left-110 {
  left: 11rem !important;
}

.u-left-115 {
  left: 11.5rem !important;
}

.u-left-120 {
  left: 12rem !important;
}

.u-left-125 {
  left: 12.5rem !important;
}

.u-left-130 {
  left: 13rem !important;
}

.u-left-135 {
  left: 13.5rem !important;
}

.u-left-140 {
  left: 14rem !important;
}

.u-right-0 {
  right: 0rem !important;
}

.u-right-5 {
  right: 0.5rem !important;
}

.u-right-10 {
  right: 1rem !important;
}

.u-right-15 {
  right: 1.5rem !important;
}

.u-right-20 {
  right: 2rem !important;
}

.u-right-25 {
  right: 2.5rem !important;
}

.u-right-30 {
  right: 3rem !important;
}

.u-right-35 {
  right: 3.5rem !important;
}

.u-right-40 {
  right: 4rem !important;
}

.u-right-45 {
  right: 4.5rem !important;
}

.u-right-50 {
  right: 5rem !important;
}

.u-right-55 {
  right: 5.5rem !important;
}

.u-right-60 {
  right: 6rem !important;
}

.u-right-65 {
  right: 6.5rem !important;
}

.u-right-70 {
  right: 7rem !important;
}

.u-right-75 {
  right: 7.5rem !important;
}

.u-right-80 {
  right: 8rem !important;
}

.u-right-85 {
  right: 8.5rem !important;
}

.u-right-90 {
  right: 9rem !important;
}

.u-right-95 {
  right: 9.5rem !important;
}

.u-right-100 {
  right: 10rem !important;
}

.u-right-105 {
  right: 10.5rem !important;
}

.u-right-110 {
  right: 11rem !important;
}

.u-right-115 {
  right: 11.5rem !important;
}

.u-right-120 {
  right: 12rem !important;
}

.u-right-125 {
  right: 12.5rem !important;
}

.u-right-130 {
  right: 13rem !important;
}

.u-right-135 {
  right: 13.5rem !important;
}

.u-right-140 {
  right: 14rem !important;
}

@media screen and (max-width: 896px) {
  .s\:u-bottom-0 {
    bottom: 0rem !important;
  }
  .s\:u-bottom-5 {
    bottom: 0.5rem !important;
  }
  .s\:u-bottom-10 {
    bottom: 1rem !important;
  }
  .s\:u-bottom-15 {
    bottom: 1.5rem !important;
  }
  .s\:u-bottom-20 {
    bottom: 2rem !important;
  }
  .s\:u-bottom-25 {
    bottom: 2.5rem !important;
  }
  .s\:u-bottom-30 {
    bottom: 3rem !important;
  }
  .s\:u-bottom-35 {
    bottom: 3.5rem !important;
  }
  .s\:u-bottom-40 {
    bottom: 4rem !important;
  }
  .s\:u-bottom-45 {
    bottom: 4.5rem !important;
  }
  .s\:u-bottom-50 {
    bottom: 5rem !important;
  }
  .s\:u-bottom-55 {
    bottom: 5.5rem !important;
  }
  .s\:u-bottom-60 {
    bottom: 6rem !important;
  }
  .s\:u-bottom-65 {
    bottom: 6.5rem !important;
  }
  .s\:u-bottom-70 {
    bottom: 7rem !important;
  }
  .s\:u-bottom-75 {
    bottom: 7.5rem !important;
  }
  .s\:u-bottom-80 {
    bottom: 8rem !important;
  }
  .s\:u-bottom-85 {
    bottom: 8.5rem !important;
  }
  .s\:u-bottom-90 {
    bottom: 9rem !important;
  }
  .s\:u-bottom-95 {
    bottom: 9.5rem !important;
  }
  .s\:u-bottom-100 {
    bottom: 10rem !important;
  }
  .s\:u-top-0 {
    top: 0rem !important;
  }
  .s\:u-top-5 {
    top: 0.5rem !important;
  }
  .s\:u-top-10 {
    top: 1rem !important;
  }
  .s\:u-top-15 {
    top: 1.5rem !important;
  }
  .s\:u-top-20 {
    top: 2rem !important;
  }
  .s\:u-top-25 {
    top: 2.5rem !important;
  }
  .s\:u-top-30 {
    top: 3rem !important;
  }
  .s\:u-top-35 {
    top: 3.5rem !important;
  }
  .s\:u-top-40 {
    top: 4rem !important;
  }
  .s\:u-top-45 {
    top: 4.5rem !important;
  }
  .s\:u-top-50 {
    top: 5rem !important;
  }
  .s\:u-top-55 {
    top: 5.5rem !important;
  }
  .s\:u-top-60 {
    top: 6rem !important;
  }
  .s\:u-top-65 {
    top: 6.5rem !important;
  }
  .s\:u-top-70 {
    top: 7rem !important;
  }
  .s\:u-top-75 {
    top: 7.5rem !important;
  }
  .s\:u-top-80 {
    top: 8rem !important;
  }
  .s\:u-top-85 {
    top: 8.5rem !important;
  }
  .s\:u-top-90 {
    top: 9rem !important;
  }
  .s\:u-top-95 {
    top: 9.5rem !important;
  }
  .s\:u-top-100 {
    top: 10rem !important;
  }
  .s\:u-left-0 {
    left: 0rem !important;
  }
  .s\:u-left-5 {
    left: 0.5rem !important;
  }
  .s\:u-left-10 {
    left: 1rem !important;
  }
  .s\:u-left-15 {
    left: 1.5rem !important;
  }
  .s\:u-left-20 {
    left: 2rem !important;
  }
  .s\:u-left-25 {
    left: 2.5rem !important;
  }
  .s\:u-left-30 {
    left: 3rem !important;
  }
  .s\:u-left-35 {
    left: 3.5rem !important;
  }
  .s\:u-left-40 {
    left: 4rem !important;
  }
  .s\:u-left-45 {
    left: 4.5rem !important;
  }
  .s\:u-left-50 {
    left: 5rem !important;
  }
  .s\:u-left-55 {
    left: 5.5rem !important;
  }
  .s\:u-left-60 {
    left: 6rem !important;
  }
  .s\:u-left-65 {
    left: 6.5rem !important;
  }
  .s\:u-left-70 {
    left: 7rem !important;
  }
  .s\:u-left-75 {
    left: 7.5rem !important;
  }
  .s\:u-left-80 {
    left: 8rem !important;
  }
  .s\:u-left-85 {
    left: 8.5rem !important;
  }
  .s\:u-left-90 {
    left: 9rem !important;
  }
  .s\:u-left-95 {
    left: 9.5rem !important;
  }
  .s\:u-left-100 {
    left: 10rem !important;
  }
  .s\:u-right-0 {
    right: 0rem !important;
  }
  .s\:u-right-5 {
    right: 0.5rem !important;
  }
  .s\:u-right-10 {
    right: 1rem !important;
  }
  .s\:u-right-15 {
    right: 1.5rem !important;
  }
  .s\:u-right-20 {
    right: 2rem !important;
  }
  .s\:u-right-25 {
    right: 2.5rem !important;
  }
  .s\:u-right-30 {
    right: 3rem !important;
  }
  .s\:u-right-35 {
    right: 3.5rem !important;
  }
  .s\:u-right-40 {
    right: 4rem !important;
  }
  .s\:u-right-45 {
    right: 4.5rem !important;
  }
  .s\:u-right-50 {
    right: 5rem !important;
  }
  .s\:u-right-55 {
    right: 5.5rem !important;
  }
  .s\:u-right-60 {
    right: 6rem !important;
  }
  .s\:u-right-65 {
    right: 6.5rem !important;
  }
  .s\:u-right-70 {
    right: 7rem !important;
  }
  .s\:u-right-75 {
    right: 7.5rem !important;
  }
  .s\:u-right-80 {
    right: 8rem !important;
  }
  .s\:u-right-85 {
    right: 8.5rem !important;
  }
  .s\:u-right-90 {
    right: 9rem !important;
  }
  .s\:u-right-95 {
    right: 9.5rem !important;
  }
  .s\:u-right-100 {
    right: 10rem !important;
  }
}
.u-block {
  display: block;
}

@media screen and (max-width: 896px) {
  .s\:u-block {
    display: block;
  }
}
.u-nowrap {
  white-space: nowrap;
}

.u-t-0 {
  top: 0rem !important;
}

.u-t-5 {
  top: 0.5rem !important;
}

.u-t-10 {
  top: 1rem !important;
}

.u-t-15 {
  top: 1.5rem !important;
}

.u-t-20 {
  top: 2rem !important;
}

.u-t-25 {
  top: 2.5rem !important;
}

.u-t-30 {
  top: 3rem !important;
}

.u-b-0 {
  bottom: 0rem !important;
}

.u-b-5 {
  bottom: 0.5rem !important;
}

.u-b-10 {
  bottom: 1rem !important;
}

.u-b-15 {
  bottom: 1.5rem !important;
}

.u-b-20 {
  bottom: 2rem !important;
}

.u-b-25 {
  bottom: 2.5rem !important;
}

.u-b-30 {
  bottom: 3rem !important;
}

@media screen and (max-width: 896px) {
  .s\:u-t-0 {
    top: 0rem !important;
  }
  .s\:u-t-5 {
    top: 0.5rem !important;
  }
  .s\:u-t-10 {
    top: 1rem !important;
  }
  .s\:u-t-15 {
    top: 1.5rem !important;
  }
  .s\:u-t-20 {
    top: 2rem !important;
  }
  .s\:u-b-0 {
    bottom: 0rem !important;
  }
  .s\:u-b-5 {
    bottom: 0.5rem !important;
  }
  .s\:u-b-10 {
    bottom: 1rem !important;
  }
  .s\:u-b-15 {
    bottom: 1.5rem !important;
  }
  .s\:u-b-20 {
    bottom: 2rem !important;
  }
  .s\:u-b-25 {
    bottom: 2.5rem !important;
  }
  .s\:u-b-30 {
    bottom: 3rem !important;
  }
  .s\:u-b-35 {
    bottom: 3.5rem !important;
  }
  .s\:u-b-40 {
    bottom: 4rem !important;
  }
  .s\:u-b-45 {
    bottom: 4.5rem !important;
  }
  .s\:u-b-50 {
    bottom: 5rem !important;
  }
  .s\:u-b-55 {
    bottom: 5.5rem !important;
  }
  .s\:u-b-60 {
    bottom: 6rem !important;
  }
  .s\:u-b-65 {
    bottom: 6.5rem !important;
  }
  .s\:u-b-70 {
    bottom: 7rem !important;
  }
  .s\:u-b-75 {
    bottom: 7.5rem !important;
  }
  .s\:u-b-80 {
    bottom: 8rem !important;
  }
}
.u-p-0 {
  padding: 0rem !important;
}

.u-p-5 {
  padding: 0.5rem !important;
}

.u-p-10 {
  padding: 1rem !important;
}

.u-p-15 {
  padding: 1.5rem !important;
}

.u-p-20 {
  padding: 2rem !important;
}

.u-p-25 {
  padding: 2.5rem !important;
}

.u-p-30 {
  padding: 3rem !important;
}

.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pb-5 {
  padding-bottom: 0.5rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pb-35 {
  padding-bottom: 3.5rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pb-45 {
  padding-bottom: 4.5rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pb-55 {
  padding-bottom: 5.5rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pb-65 {
  padding-bottom: 6.5rem !important;
}

.u-pb-70 {
  padding-bottom: 7rem !important;
}

.u-pb-75 {
  padding-bottom: 7.5rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pb-85 {
  padding-bottom: 8.5rem !important;
}

.u-pb-90 {
  padding-bottom: 9rem !important;
}

.u-pb-95 {
  padding-bottom: 9.5rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-pb-105 {
  padding-bottom: 10.5rem !important;
}

.u-pb-110 {
  padding-bottom: 11rem !important;
}

.u-pb-115 {
  padding-bottom: 11.5rem !important;
}

.u-pb-120 {
  padding-bottom: 12rem !important;
}

.u-pb-125 {
  padding-bottom: 12.5rem !important;
}

.u-pb-130 {
  padding-bottom: 13rem !important;
}

.u-pb-135 {
  padding-bottom: 13.5rem !important;
}

.u-pb-140 {
  padding-bottom: 14rem !important;
}

.u-pb-145 {
  padding-bottom: 14.5rem !important;
}

.u-pb-150 {
  padding-bottom: 15rem !important;
}

.u-pb-155 {
  padding-bottom: 15.5rem !important;
}

.u-pb-160 {
  padding-bottom: 16rem !important;
}

.u-pb-165 {
  padding-bottom: 16.5rem !important;
}

.u-pb-170 {
  padding-bottom: 17rem !important;
}

.u-pb-175 {
  padding-bottom: 17.5rem !important;
}

.u-pb-180 {
  padding-bottom: 18rem !important;
}

.u-pb-185 {
  padding-bottom: 18.5rem !important;
}

.u-pb-190 {
  padding-bottom: 19rem !important;
}

.u-pb-195 {
  padding-bottom: 19.5rem !important;
}

.u-pb-200 {
  padding-bottom: 20rem !important;
}

.u-pb-205 {
  padding-bottom: 20.5rem !important;
}

.u-pb-210 {
  padding-bottom: 21rem !important;
}

.u-pb-215 {
  padding-bottom: 21.5rem !important;
}

.u-pb-220 {
  padding-bottom: 22rem !important;
}

.u-pb-225 {
  padding-bottom: 22.5rem !important;
}

.u-pb-230 {
  padding-bottom: 23rem !important;
}

.u-pb-235 {
  padding-bottom: 23.5rem !important;
}

.u-pb-240 {
  padding-bottom: 24rem !important;
}

.u-pb-245 {
  padding-bottom: 24.5rem !important;
}

.u-pb-250 {
  padding-bottom: 25rem !important;
}

.u-pb-255 {
  padding-bottom: 25.5rem !important;
}

.u-pb-260 {
  padding-bottom: 26rem !important;
}

.u-pb-265 {
  padding-bottom: 26.5rem !important;
}

.u-pb-270 {
  padding-bottom: 27rem !important;
}

.u-pb-275 {
  padding-bottom: 27.5rem !important;
}

.u-pb-280 {
  padding-bottom: 28rem !important;
}

.u-pb-285 {
  padding-bottom: 28.5rem !important;
}

.u-pb-290 {
  padding-bottom: 29rem !important;
}

.u-pb-295 {
  padding-bottom: 29.5rem !important;
}

.u-pb-300 {
  padding-bottom: 30rem !important;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pt-5 {
  padding-top: 0.5rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pt-15 {
  padding-top: 1.5rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pt-25 {
  padding-top: 2.5rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pt-35 {
  padding-top: 3.5rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pt-45 {
  padding-top: 4.5rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pt-55 {
  padding-top: 5.5rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pt-65 {
  padding-top: 6.5rem !important;
}

.u-pt-70 {
  padding-top: 7rem !important;
}

.u-pt-75 {
  padding-top: 7.5rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pt-85 {
  padding-top: 8.5rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pt-95 {
  padding-top: 9.5rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pt-105 {
  padding-top: 10.5rem !important;
}

.u-pt-110 {
  padding-top: 11rem !important;
}

.u-pt-115 {
  padding-top: 11.5rem !important;
}

.u-pt-120 {
  padding-top: 12rem !important;
}

.u-pt-125 {
  padding-top: 12.5rem !important;
}

.u-pt-130 {
  padding-top: 13rem !important;
}

.u-pt-135 {
  padding-top: 13.5rem !important;
}

.u-pt-140 {
  padding-top: 14rem !important;
}

.u-pt-145 {
  padding-top: 14.5rem !important;
}

.u-pt-150 {
  padding-top: 15rem !important;
}

.u-pt-155 {
  padding-top: 15.5rem !important;
}

.u-pt-160 {
  padding-top: 16rem !important;
}

.u-pt-165 {
  padding-top: 16.5rem !important;
}

.u-pt-170 {
  padding-top: 17rem !important;
}

.u-pt-175 {
  padding-top: 17.5rem !important;
}

.u-pt-180 {
  padding-top: 18rem !important;
}

.u-pt-185 {
  padding-top: 18.5rem !important;
}

.u-pt-190 {
  padding-top: 19rem !important;
}

.u-pt-195 {
  padding-top: 19.5rem !important;
}

.u-pt-200 {
  padding-top: 20rem !important;
}

.u-pt-205 {
  padding-top: 20.5rem !important;
}

.u-pt-210 {
  padding-top: 21rem !important;
}

.u-pt-215 {
  padding-top: 21.5rem !important;
}

.u-pt-220 {
  padding-top: 22rem !important;
}

.u-pt-225 {
  padding-top: 22.5rem !important;
}

.u-pt-230 {
  padding-top: 23rem !important;
}

.u-pt-235 {
  padding-top: 23.5rem !important;
}

.u-pt-240 {
  padding-top: 24rem !important;
}

.u-pt-245 {
  padding-top: 24.5rem !important;
}

.u-pt-250 {
  padding-top: 25rem !important;
}

.u-pt-255 {
  padding-top: 25.5rem !important;
}

.u-pt-260 {
  padding-top: 26rem !important;
}

.u-pl-0 {
  padding-left: 0rem !important;
}

.u-pl-5 {
  padding-left: 0.5rem !important;
}

.u-pl-10 {
  padding-left: 1rem !important;
}

.u-pl-15 {
  padding-left: 1.5rem !important;
}

.u-pl-20 {
  padding-left: 2rem !important;
}

.u-pl-25 {
  padding-left: 2.5rem !important;
}

.u-pl-30 {
  padding-left: 3rem !important;
}

.u-pl-35 {
  padding-left: 3.5rem !important;
}

.u-pl-40 {
  padding-left: 4rem !important;
}

.u-pl-45 {
  padding-left: 4.5rem !important;
}

.u-pl-50 {
  padding-left: 5rem !important;
}

.u-pl-55 {
  padding-left: 5.5rem !important;
}

.u-pl-60 {
  padding-left: 6rem !important;
}

.u-pl-65 {
  padding-left: 6.5rem !important;
}

.u-pl-70 {
  padding-left: 7rem !important;
}

.u-pl-75 {
  padding-left: 7.5rem !important;
}

.u-pl-80 {
  padding-left: 8rem !important;
}

.u-pl-85 {
  padding-left: 8.5rem !important;
}

.u-pl-90 {
  padding-left: 9rem !important;
}

.u-pl-95 {
  padding-left: 9.5rem !important;
}

.u-pl-100 {
  padding-left: 10rem !important;
}

.u-pl-105 {
  padding-left: 10.5rem !important;
}

.u-pl-110 {
  padding-left: 11rem !important;
}

.u-pl-115 {
  padding-left: 11.5rem !important;
}

.u-pl-120 {
  padding-left: 12rem !important;
}

.u-pl-125 {
  padding-left: 12.5rem !important;
}

.u-pl-130 {
  padding-left: 13rem !important;
}

.u-pl-135 {
  padding-left: 13.5rem !important;
}

.u-pl-140 {
  padding-left: 14rem !important;
}

.u-pl-145 {
  padding-left: 14.5rem !important;
}

.u-pl-150 {
  padding-left: 15rem !important;
}

.u-pl-155 {
  padding-left: 15.5rem !important;
}

.u-pr-0 {
  padding-right: 0rem !important;
}

.u-pr-5 {
  padding-right: 0.5rem !important;
}

.u-pr-10 {
  padding-right: 1rem !important;
}

.u-pr-15 {
  padding-right: 1.5rem !important;
}

.u-pr-20 {
  padding-right: 2rem !important;
}

.u-pr-25 {
  padding-right: 2.5rem !important;
}

.u-pr-30 {
  padding-right: 3rem !important;
}

.u-pr-35 {
  padding-right: 3.5rem !important;
}

.u-pr-40 {
  padding-right: 4rem !important;
}

.u-pr-45 {
  padding-right: 4.5rem !important;
}

.u-pr-50 {
  padding-right: 5rem !important;
}

.u-pr-55 {
  padding-right: 5.5rem !important;
}

.u-pr-60 {
  padding-right: 6rem !important;
}

.u-pr-65 {
  padding-right: 6.5rem !important;
}

.u-pr-70 {
  padding-right: 7rem !important;
}

.u-pr-75 {
  padding-right: 7.5rem !important;
}

.u-pr-80 {
  padding-right: 8rem !important;
}

.u-pr-85 {
  padding-right: 8.5rem !important;
}

.u-pr-90 {
  padding-right: 9rem !important;
}

.u-pr-95 {
  padding-right: 9.5rem !important;
}

.u-pr-100 {
  padding-right: 10rem !important;
}

.u-pr-105 {
  padding-right: 10.5rem !important;
}

.u-pr-110 {
  padding-right: 11rem !important;
}

.u-pr-115 {
  padding-right: 11.5rem !important;
}

.u-pr-120 {
  padding-right: 12rem !important;
}

.u-pr-125 {
  padding-right: 12.5rem !important;
}

.u-pr-130 {
  padding-right: 13rem !important;
}

.u-pr-135 {
  padding-right: 13.5rem !important;
}

.u-pr-140 {
  padding-right: 14rem !important;
}

.u-pr-145 {
  padding-right: 14.5rem !important;
}

.u-pr-150 {
  padding-right: 15rem !important;
}

.u-pr-155 {
  padding-right: 15.5rem !important;
}

@media screen and (max-width: 896px) {
  .s\:u-pb-0 {
    padding-bottom: 0rem !important;
  }
  .s\:u-pb-5 {
    padding-bottom: 0.5rem !important;
  }
  .s\:u-pb-10 {
    padding-bottom: 1rem !important;
  }
  .s\:u-pb-15 {
    padding-bottom: 1.5rem !important;
  }
  .s\:u-pb-20 {
    padding-bottom: 2rem !important;
  }
  .s\:u-pb-25 {
    padding-bottom: 2.5rem !important;
  }
  .s\:u-pb-30 {
    padding-bottom: 3rem !important;
  }
  .s\:u-pb-35 {
    padding-bottom: 3.5rem !important;
  }
  .s\:u-pb-40 {
    padding-bottom: 4rem !important;
  }
  .s\:u-pb-45 {
    padding-bottom: 4.5rem !important;
  }
  .s\:u-pb-50 {
    padding-bottom: 5rem !important;
  }
  .s\:u-pb-55 {
    padding-bottom: 5.5rem !important;
  }
  .s\:u-pb-60 {
    padding-bottom: 6rem !important;
  }
  .s\:u-pb-65 {
    padding-bottom: 6.5rem !important;
  }
  .s\:u-pb-70 {
    padding-bottom: 7rem !important;
  }
  .s\:u-pb-75 {
    padding-bottom: 7.5rem !important;
  }
  .s\:u-pb-80 {
    padding-bottom: 8rem !important;
  }
  .s\:u-pb-85 {
    padding-bottom: 8.5rem !important;
  }
  .s\:u-pb-90 {
    padding-bottom: 9rem !important;
  }
  .s\:u-pb-95 {
    padding-bottom: 9.5rem !important;
  }
  .s\:u-pb-100 {
    padding-bottom: 10rem !important;
  }
  .s\:u-pt-0 {
    padding-top: 0rem !important;
  }
  .s\:u-pt-5 {
    padding-top: 0.5rem !important;
  }
  .s\:u-pt-10 {
    padding-top: 1rem !important;
  }
  .s\:u-pt-15 {
    padding-top: 1.5rem !important;
  }
  .s\:u-pt-20 {
    padding-top: 2rem !important;
  }
  .s\:u-pt-25 {
    padding-top: 2.5rem !important;
  }
  .s\:u-pt-30 {
    padding-top: 3rem !important;
  }
  .s\:u-pt-35 {
    padding-top: 3.5rem !important;
  }
  .s\:u-pt-40 {
    padding-top: 4rem !important;
  }
  .s\:u-pt-45 {
    padding-top: 4.5rem !important;
  }
  .s\:u-pt-50 {
    padding-top: 5rem !important;
  }
  .s\:u-pt-55 {
    padding-top: 5.5rem !important;
  }
  .s\:u-pt-60 {
    padding-top: 6rem !important;
  }
  .s\:u-pt-65 {
    padding-top: 6.5rem !important;
  }
  .s\:u-pt-70 {
    padding-top: 7rem !important;
  }
  .s\:u-pt-75 {
    padding-top: 7.5rem !important;
  }
  .s\:u-pt-80 {
    padding-top: 8rem !important;
  }
  .s\:u-pt-85 {
    padding-top: 8.5rem !important;
  }
  .s\:u-pt-90 {
    padding-top: 9rem !important;
  }
  .s\:u-pt-95 {
    padding-top: 9.5rem !important;
  }
  .s\:u-pt-100 {
    padding-top: 10rem !important;
  }
  .s\:u-pl-0 {
    padding-left: 0rem !important;
  }
  .s\:u-pl-5 {
    padding-left: 0.5rem !important;
  }
  .s\:u-pl-10 {
    padding-left: 1rem !important;
  }
  .s\:u-pl-15 {
    padding-left: 1.5rem !important;
  }
  .s\:u-pl-20 {
    padding-left: 2rem !important;
  }
  .s\:u-pl-25 {
    padding-left: 2.5rem !important;
  }
  .s\:u-pl-30 {
    padding-left: 3rem !important;
  }
  .s\:u-pl-35 {
    padding-left: 3.5rem !important;
  }
  .s\:u-pl-40 {
    padding-left: 4rem !important;
  }
  .s\:u-pl-45 {
    padding-left: 4.5rem !important;
  }
  .s\:u-pl-50 {
    padding-left: 5rem !important;
  }
  .s\:u-pl-55 {
    padding-left: 5.5rem !important;
  }
  .s\:u-pl-60 {
    padding-left: 6rem !important;
  }
  .s\:u-pl-65 {
    padding-left: 6.5rem !important;
  }
  .s\:u-pl-70 {
    padding-left: 7rem !important;
  }
  .s\:u-pl-75 {
    padding-left: 7.5rem !important;
  }
  .s\:u-pl-80 {
    padding-left: 8rem !important;
  }
  .s\:u-pl-85 {
    padding-left: 8.5rem !important;
  }
  .s\:u-pl-90 {
    padding-left: 9rem !important;
  }
  .s\:u-pl-95 {
    padding-left: 9.5rem !important;
  }
  .s\:u-pl-100 {
    padding-left: 10rem !important;
  }
  .s\:u-pr-0 {
    padding-right: 0rem !important;
  }
  .s\:u-pr-5 {
    padding-right: 0.5rem !important;
  }
  .s\:u-pr-10 {
    padding-right: 1rem !important;
  }
  .s\:u-pr-15 {
    padding-right: 1.5rem !important;
  }
  .s\:u-pr-20 {
    padding-right: 2rem !important;
  }
  .s\:u-pr-25 {
    padding-right: 2.5rem !important;
  }
  .s\:u-pr-30 {
    padding-right: 3rem !important;
  }
  .s\:u-pr-35 {
    padding-right: 3.5rem !important;
  }
  .s\:u-pr-40 {
    padding-right: 4rem !important;
  }
  .s\:u-pr-45 {
    padding-right: 4.5rem !important;
  }
  .s\:u-pr-50 {
    padding-right: 5rem !important;
  }
  .s\:u-pr-55 {
    padding-right: 5.5rem !important;
  }
  .s\:u-pr-60 {
    padding-right: 6rem !important;
  }
  .s\:u-pr-65 {
    padding-right: 6.5rem !important;
  }
  .s\:u-pr-70 {
    padding-right: 7rem !important;
  }
  .s\:u-pr-75 {
    padding-right: 7.5rem !important;
  }
  .s\:u-pr-80 {
    padding-right: 8rem !important;
  }
  .s\:u-pr-85 {
    padding-right: 8.5rem !important;
  }
  .s\:u-pr-90 {
    padding-right: 9rem !important;
  }
  .s\:u-pr-95 {
    padding-right: 9.5rem !important;
  }
  .s\:u-pr-100 {
    padding-right: 10rem !important;
  }
}
.u-m-auto {
  margin: 0 auto;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-mb-85 {
  margin-bottom: 8.5rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-mb-95 {
  margin-bottom: 9.5rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

.u-mb-105 {
  margin-bottom: 10.5rem !important;
}

.u-mb-110 {
  margin-bottom: 11rem !important;
}

.u-mb-115 {
  margin-bottom: 11.5rem !important;
}

.u-mb-120 {
  margin-bottom: 12rem !important;
}

.u-mb-125 {
  margin-bottom: 12.5rem !important;
}

.u-mb-130 {
  margin-bottom: 13rem !important;
}

.u-mb-135 {
  margin-bottom: 13.5rem !important;
}

.u-mb-140 {
  margin-bottom: 14rem !important;
}

.u-mb-145 {
  margin-bottom: 14.5rem !important;
}

.u-mb-150 {
  margin-bottom: 15rem !important;
}

.u-mb-155 {
  margin-bottom: 15.5rem !important;
}

.u-mb-160 {
  margin-bottom: 16rem !important;
}

.u-mb-165 {
  margin-bottom: 16.5rem !important;
}

.u-mb-170 {
  margin-bottom: 17rem !important;
}

.u-mb-175 {
  margin-bottom: 17.5rem !important;
}

.u-mb-180 {
  margin-bottom: 18rem !important;
}

.u-mb-185 {
  margin-bottom: 18.5rem !important;
}

.u-mb-190 {
  margin-bottom: 19rem !important;
}

.u-mb-195 {
  margin-bottom: 19.5rem !important;
}

.u-mb-200 {
  margin-bottom: 20rem !important;
}

.u-mb-205 {
  margin-bottom: 20.5rem !important;
}

.u-mb-210 {
  margin-bottom: 21rem !important;
}

.u-mb-215 {
  margin-bottom: 21.5rem !important;
}

.u-mb-220 {
  margin-bottom: 22rem !important;
}

.u-mb-225 {
  margin-bottom: 22.5rem !important;
}

.u-mb-230 {
  margin-bottom: 23rem !important;
}

.u-mb-235 {
  margin-bottom: 23.5rem !important;
}

.u-mb-240 {
  margin-bottom: 24rem !important;
}

.u-mb-245 {
  margin-bottom: 24.5rem !important;
}

.u-mb-250 {
  margin-bottom: 25rem !important;
}

.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mt-65 {
  margin-top: 6.5rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mt-85 {
  margin-top: 8.5rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mt-95 {
  margin-top: 9.5rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mt-105 {
  margin-top: 10.5rem !important;
}

.u-mt-110 {
  margin-top: 11rem !important;
}

.u-mt-115 {
  margin-top: 11.5rem !important;
}

.u-mt-120 {
  margin-top: 12rem !important;
}

.u-mt-125 {
  margin-top: 12.5rem !important;
}

.u-mt-130 {
  margin-top: 13rem !important;
}

.u-mt-135 {
  margin-top: 13.5rem !important;
}

.u-mt-140 {
  margin-top: 14rem !important;
}

.u-ml-0 {
  margin-left: 0rem !important;
}

.u-ml-5 {
  margin-left: 0.5rem !important;
}

.u-ml-10 {
  margin-left: 1rem !important;
}

.u-ml-15 {
  margin-left: 1.5rem !important;
}

.u-ml-20 {
  margin-left: 2rem !important;
}

.u-ml-25 {
  margin-left: 2.5rem !important;
}

.u-ml-30 {
  margin-left: 3rem !important;
}

.u-ml-35 {
  margin-left: 3.5rem !important;
}

.u-ml-40 {
  margin-left: 4rem !important;
}

.u-ml-45 {
  margin-left: 4.5rem !important;
}

.u-ml-50 {
  margin-left: 5rem !important;
}

.u-ml-55 {
  margin-left: 5.5rem !important;
}

.u-ml-60 {
  margin-left: 6rem !important;
}

.u-ml-65 {
  margin-left: 6.5rem !important;
}

.u-ml-70 {
  margin-left: 7rem !important;
}

.u-ml-75 {
  margin-left: 7.5rem !important;
}

.u-ml-80 {
  margin-left: 8rem !important;
}

.u-ml-85 {
  margin-left: 8.5rem !important;
}

.u-ml-90 {
  margin-left: 9rem !important;
}

.u-ml-95 {
  margin-left: 9.5rem !important;
}

.u-ml-100 {
  margin-left: 10rem !important;
}

.u-ml-105 {
  margin-left: 10.5rem !important;
}

.u-ml-110 {
  margin-left: 11rem !important;
}

.u-ml-115 {
  margin-left: 11.5rem !important;
}

.u-ml-120 {
  margin-left: 12rem !important;
}

.u-ml-125 {
  margin-left: 12.5rem !important;
}

.u-ml-130 {
  margin-left: 13rem !important;
}

.u-ml-135 {
  margin-left: 13.5rem !important;
}

.u-ml-140 {
  margin-left: 14rem !important;
}

.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mr-5 {
  margin-right: 0.5rem !important;
}

.u-mr-10 {
  margin-right: 1rem !important;
}

.u-mr-15 {
  margin-right: 1.5rem !important;
}

.u-mr-20 {
  margin-right: 2rem !important;
}

.u-mr-25 {
  margin-right: 2.5rem !important;
}

.u-mr-30 {
  margin-right: 3rem !important;
}

.u-mr-35 {
  margin-right: 3.5rem !important;
}

.u-mr-40 {
  margin-right: 4rem !important;
}

.u-mr-45 {
  margin-right: 4.5rem !important;
}

.u-mr-50 {
  margin-right: 5rem !important;
}

.u-mr-55 {
  margin-right: 5.5rem !important;
}

.u-mr-60 {
  margin-right: 6rem !important;
}

.u-mr-65 {
  margin-right: 6.5rem !important;
}

.u-mr-70 {
  margin-right: 7rem !important;
}

.u-mr-75 {
  margin-right: 7.5rem !important;
}

.u-mr-80 {
  margin-right: 8rem !important;
}

.u-mr-85 {
  margin-right: 8.5rem !important;
}

.u-mr-90 {
  margin-right: 9rem !important;
}

.u-mr-95 {
  margin-right: 9.5rem !important;
}

.u-mr-100 {
  margin-right: 10rem !important;
}

.u-mr-105 {
  margin-right: 10.5rem !important;
}

.u-mr-110 {
  margin-right: 11rem !important;
}

.u-mr-115 {
  margin-right: 11.5rem !important;
}

.u-mr-120 {
  margin-right: 12rem !important;
}

.u-mr-125 {
  margin-right: 12.5rem !important;
}

.u-mr-130 {
  margin-right: 13rem !important;
}

.u-mr-135 {
  margin-right: 13.5rem !important;
}

.u-mr-140 {
  margin-right: 14rem !important;
}

.u-mb-m-100 {
  margin-bottom: -10rem !important;
}

.u-mb-m-95 {
  margin-bottom: -9.5rem !important;
}

.u-mb-m-90 {
  margin-bottom: -9rem !important;
}

.u-mb-m-85 {
  margin-bottom: -8.5rem !important;
}

.u-mb-m-80 {
  margin-bottom: -8rem !important;
}

.u-mb-m-75 {
  margin-bottom: -7.5rem !important;
}

.u-mb-m-70 {
  margin-bottom: -7rem !important;
}

.u-mb-m-65 {
  margin-bottom: -6.5rem !important;
}

.u-mb-m-60 {
  margin-bottom: -6rem !important;
}

.u-mb-m-55 {
  margin-bottom: -5.5rem !important;
}

.u-mb-m-50 {
  margin-bottom: -5rem !important;
}

.u-mb-m-45 {
  margin-bottom: -4.5rem !important;
}

.u-mb-m-40 {
  margin-bottom: -4rem !important;
}

.u-mb-m-35 {
  margin-bottom: -3.5rem !important;
}

.u-mb-m-30 {
  margin-bottom: -3rem !important;
}

.u-mb-m-25 {
  margin-bottom: -2.5rem !important;
}

.u-mb-m-20 {
  margin-bottom: -2rem !important;
}

.u-mb-m-15 {
  margin-bottom: -1.5rem !important;
}

.u-mb-m-10 {
  margin-bottom: -1rem !important;
}

.u-mb-m-5 {
  margin-bottom: -0.5rem !important;
}

.u-mb-m-0 {
  margin-bottom: 0rem !important;
}

.u-mt-m-100 {
  margin-top: -10rem !important;
}

.u-mt-m-95 {
  margin-top: -9.5rem !important;
}

.u-mt-m-90 {
  margin-top: -9rem !important;
}

.u-mt-m-85 {
  margin-top: -8.5rem !important;
}

.u-mt-m-80 {
  margin-top: -8rem !important;
}

.u-mt-m-75 {
  margin-top: -7.5rem !important;
}

.u-mt-m-70 {
  margin-top: -7rem !important;
}

.u-mt-m-65 {
  margin-top: -6.5rem !important;
}

.u-mt-m-60 {
  margin-top: -6rem !important;
}

.u-mt-m-55 {
  margin-top: -5.5rem !important;
}

.u-mt-m-50 {
  margin-top: -5rem !important;
}

.u-mt-m-45 {
  margin-top: -4.5rem !important;
}

.u-mt-m-40 {
  margin-top: -4rem !important;
}

.u-mt-m-35 {
  margin-top: -3.5rem !important;
}

.u-mt-m-30 {
  margin-top: -3rem !important;
}

.u-mt-m-25 {
  margin-top: -2.5rem !important;
}

.u-mt-m-20 {
  margin-top: -2rem !important;
}

.u-mt-m-15 {
  margin-top: -1.5rem !important;
}

.u-mt-m-10 {
  margin-top: -1rem !important;
}

.u-mt-m-5 {
  margin-top: -0.5rem !important;
}

.u-mt-m-0 {
  margin-top: 0rem !important;
}

.u-ml-m-100 {
  margin-left: -10rem !important;
}

.u-ml-m-95 {
  margin-left: -9.5rem !important;
}

.u-ml-m-90 {
  margin-left: -9rem !important;
}

.u-ml-m-85 {
  margin-left: -8.5rem !important;
}

.u-ml-m-80 {
  margin-left: -8rem !important;
}

.u-ml-m-75 {
  margin-left: -7.5rem !important;
}

.u-ml-m-70 {
  margin-left: -7rem !important;
}

.u-ml-m-65 {
  margin-left: -6.5rem !important;
}

.u-ml-m-60 {
  margin-left: -6rem !important;
}

.u-ml-m-55 {
  margin-left: -5.5rem !important;
}

.u-ml-m-50 {
  margin-left: -5rem !important;
}

.u-ml-m-45 {
  margin-left: -4.5rem !important;
}

.u-ml-m-40 {
  margin-left: -4rem !important;
}

.u-ml-m-35 {
  margin-left: -3.5rem !important;
}

.u-ml-m-30 {
  margin-left: -3rem !important;
}

.u-ml-m-25 {
  margin-left: -2.5rem !important;
}

.u-ml-m-20 {
  margin-left: -2rem !important;
}

.u-ml-m-15 {
  margin-left: -1.5rem !important;
}

.u-ml-m-10 {
  margin-left: -1rem !important;
}

.u-ml-m-5 {
  margin-left: -0.5rem !important;
}

.u-ml-m-0 {
  margin-left: 0rem !important;
}

.u-mr-m-50 {
  margin-right: -5rem !important;
}

.u-mr-m-45 {
  margin-right: -4.5rem !important;
}

.u-mr-m-40 {
  margin-right: -4rem !important;
}

.u-mr-m-35 {
  margin-right: -3.5rem !important;
}

.u-mr-m-30 {
  margin-right: -3rem !important;
}

.u-mr-m-25 {
  margin-right: -2.5rem !important;
}

.u-mr-m-20 {
  margin-right: -2rem !important;
}

.u-mr-m-15 {
  margin-right: -1.5rem !important;
}

.u-mr-m-10 {
  margin-right: -1rem !important;
}

.u-mr-m-5 {
  margin-right: -0.5rem !important;
}

.u-mr-m-0 {
  margin-right: 0rem !important;
}

@media screen and (max-width: 896px) {
  .s\:u-m-auto {
    margin: 0 auto;
  }
  .s\:u-mb-0 {
    margin-bottom: 0rem !important;
  }
  .s\:u-mb-5 {
    margin-bottom: 0.5rem !important;
  }
  .s\:u-mb-10 {
    margin-bottom: 1rem !important;
  }
  .s\:u-mb-15 {
    margin-bottom: 1.5rem !important;
  }
  .s\:u-mb-20 {
    margin-bottom: 2rem !important;
  }
  .s\:u-mb-25 {
    margin-bottom: 2.5rem !important;
  }
  .s\:u-mb-30 {
    margin-bottom: 3rem !important;
  }
  .s\:u-mb-35 {
    margin-bottom: 3.5rem !important;
  }
  .s\:u-mb-40 {
    margin-bottom: 4rem !important;
  }
  .s\:u-mb-45 {
    margin-bottom: 4.5rem !important;
  }
  .s\:u-mb-50 {
    margin-bottom: 5rem !important;
  }
  .s\:u-mb-55 {
    margin-bottom: 5.5rem !important;
  }
  .s\:u-mb-60 {
    margin-bottom: 6rem !important;
  }
  .s\:u-mb-65 {
    margin-bottom: 6.5rem !important;
  }
  .s\:u-mb-70 {
    margin-bottom: 7rem !important;
  }
  .s\:u-mb-75 {
    margin-bottom: 7.5rem !important;
  }
  .s\:u-mb-80 {
    margin-bottom: 8rem !important;
  }
  .s\:u-mb-85 {
    margin-bottom: 8.5rem !important;
  }
  .s\:u-mb-90 {
    margin-bottom: 9rem !important;
  }
  .s\:u-mb-95 {
    margin-bottom: 9.5rem !important;
  }
  .s\:u-mb-100 {
    margin-bottom: 10rem !important;
  }
  .s\:u-mb-105 {
    margin-bottom: 10.5rem !important;
  }
  .s\:u-mb-110 {
    margin-bottom: 11rem !important;
  }
  .s\:u-mb-115 {
    margin-bottom: 11.5rem !important;
  }
  .s\:u-mb-120 {
    margin-bottom: 12rem !important;
  }
  .s\:u-mb-125 {
    margin-bottom: 12.5rem !important;
  }
  .s\:u-mb-130 {
    margin-bottom: 13rem !important;
  }
  .s\:u-mb-135 {
    margin-bottom: 13.5rem !important;
  }
  .s\:u-mb-140 {
    margin-bottom: 14rem !important;
  }
  .s\:u-mb-145 {
    margin-bottom: 14.5rem !important;
  }
  .s\:u-mb-150 {
    margin-bottom: 15rem !important;
  }
  .s\:u-mt-0 {
    margin-top: 0rem !important;
  }
  .s\:u-mt-5 {
    margin-top: 0.5rem !important;
  }
  .s\:u-mt-10 {
    margin-top: 1rem !important;
  }
  .s\:u-mt-15 {
    margin-top: 1.5rem !important;
  }
  .s\:u-mt-20 {
    margin-top: 2rem !important;
  }
  .s\:u-mt-25 {
    margin-top: 2.5rem !important;
  }
  .s\:u-mt-30 {
    margin-top: 3rem !important;
  }
  .s\:u-mt-35 {
    margin-top: 3.5rem !important;
  }
  .s\:u-mt-40 {
    margin-top: 4rem !important;
  }
  .s\:u-mt-45 {
    margin-top: 4.5rem !important;
  }
  .s\:u-mt-50 {
    margin-top: 5rem !important;
  }
  .s\:u-mt-55 {
    margin-top: 5.5rem !important;
  }
  .s\:u-mt-60 {
    margin-top: 6rem !important;
  }
  .s\:u-mt-65 {
    margin-top: 6.5rem !important;
  }
  .s\:u-mt-70 {
    margin-top: 7rem !important;
  }
  .s\:u-mt-75 {
    margin-top: 7.5rem !important;
  }
  .s\:u-mt-80 {
    margin-top: 8rem !important;
  }
  .s\:u-mt-85 {
    margin-top: 8.5rem !important;
  }
  .s\:u-mt-90 {
    margin-top: 9rem !important;
  }
  .s\:u-mt-95 {
    margin-top: 9.5rem !important;
  }
  .s\:u-mt-100 {
    margin-top: 10rem !important;
  }
  .s\:u-ml-0 {
    margin-left: 0rem !important;
  }
  .s\:u-ml-5 {
    margin-left: 0.5rem !important;
  }
  .s\:u-ml-10 {
    margin-left: 1rem !important;
  }
  .s\:u-ml-15 {
    margin-left: 1.5rem !important;
  }
  .s\:u-ml-20 {
    margin-left: 2rem !important;
  }
  .s\:u-ml-25 {
    margin-left: 2.5rem !important;
  }
  .s\:u-ml-30 {
    margin-left: 3rem !important;
  }
  .s\:u-ml-35 {
    margin-left: 3.5rem !important;
  }
  .s\:u-ml-40 {
    margin-left: 4rem !important;
  }
  .s\:u-ml-45 {
    margin-left: 4.5rem !important;
  }
  .s\:u-ml-50 {
    margin-left: 5rem !important;
  }
  .s\:u-ml-55 {
    margin-left: 5.5rem !important;
  }
  .s\:u-ml-60 {
    margin-left: 6rem !important;
  }
  .s\:u-ml-65 {
    margin-left: 6.5rem !important;
  }
  .s\:u-ml-70 {
    margin-left: 7rem !important;
  }
  .s\:u-ml-75 {
    margin-left: 7.5rem !important;
  }
  .s\:u-ml-80 {
    margin-left: 8rem !important;
  }
  .s\:u-mr-0 {
    margin-right: 0rem !important;
  }
  .s\:u-mr-5 {
    margin-right: 0.5rem !important;
  }
  .s\:u-mr-10 {
    margin-right: 1rem !important;
  }
  .s\:u-mr-15 {
    margin-right: 1.5rem !important;
  }
  .s\:u-mr-20 {
    margin-right: 2rem !important;
  }
  .s\:u-mr-25 {
    margin-right: 2.5rem !important;
  }
  .s\:u-mr-30 {
    margin-right: 3rem !important;
  }
  .s\:u-mr-35 {
    margin-right: 3.5rem !important;
  }
  .s\:u-mr-40 {
    margin-right: 4rem !important;
  }
  .s\:u-mr-45 {
    margin-right: 4.5rem !important;
  }
  .s\:u-mr-50 {
    margin-right: 5rem !important;
  }
  .s\:u-mr-55 {
    margin-right: 5.5rem !important;
  }
  .s\:u-mr-60 {
    margin-right: 6rem !important;
  }
  .s\:u-mr-65 {
    margin-right: 6.5rem !important;
  }
  .s\:u-mr-70 {
    margin-right: 7rem !important;
  }
  .s\:u-mr-75 {
    margin-right: 7.5rem !important;
  }
  .s\:u-mr-80 {
    margin-right: 8rem !important;
  }
  .s\:u-mb-m-100 {
    margin-bottom: -10rem !important;
  }
  .s\:u-mb-m-95 {
    margin-bottom: -9.5rem !important;
  }
  .s\:u-mb-m-90 {
    margin-bottom: -9rem !important;
  }
  .s\:u-mb-m-85 {
    margin-bottom: -8.5rem !important;
  }
  .s\:u-mb-m-80 {
    margin-bottom: -8rem !important;
  }
  .s\:u-mb-m-75 {
    margin-bottom: -7.5rem !important;
  }
  .s\:u-mb-m-70 {
    margin-bottom: -7rem !important;
  }
  .s\:u-mb-m-65 {
    margin-bottom: -6.5rem !important;
  }
  .s\:u-mb-m-60 {
    margin-bottom: -6rem !important;
  }
  .s\:u-mb-m-55 {
    margin-bottom: -5.5rem !important;
  }
  .s\:u-mb-m-50 {
    margin-bottom: -5rem !important;
  }
  .s\:u-mb-m-45 {
    margin-bottom: -4.5rem !important;
  }
  .s\:u-mb-m-40 {
    margin-bottom: -4rem !important;
  }
  .s\:u-mb-m-35 {
    margin-bottom: -3.5rem !important;
  }
  .s\:u-mb-m-30 {
    margin-bottom: -3rem !important;
  }
  .s\:u-mb-m-25 {
    margin-bottom: -2.5rem !important;
  }
  .s\:u-mb-m-20 {
    margin-bottom: -2rem !important;
  }
  .s\:u-mb-m-15 {
    margin-bottom: -1.5rem !important;
  }
  .s\:u-mb-m-10 {
    margin-bottom: -1rem !important;
  }
  .s\:u-mb-m-5 {
    margin-bottom: -0.5rem !important;
  }
  .s\:u-mb-m-0 {
    margin-bottom: 0rem !important;
  }
  .s\:u-mt-m-100 {
    margin-top: -10rem !important;
  }
  .s\:u-mt-m-95 {
    margin-top: -9.5rem !important;
  }
  .s\:u-mt-m-90 {
    margin-top: -9rem !important;
  }
  .s\:u-mt-m-85 {
    margin-top: -8.5rem !important;
  }
  .s\:u-mt-m-80 {
    margin-top: -8rem !important;
  }
  .s\:u-mt-m-75 {
    margin-top: -7.5rem !important;
  }
  .s\:u-mt-m-70 {
    margin-top: -7rem !important;
  }
  .s\:u-mt-m-65 {
    margin-top: -6.5rem !important;
  }
  .s\:u-mt-m-60 {
    margin-top: -6rem !important;
  }
  .s\:u-mt-m-55 {
    margin-top: -5.5rem !important;
  }
  .s\:u-mt-m-50 {
    margin-top: -5rem !important;
  }
  .s\:u-mt-m-45 {
    margin-top: -4.5rem !important;
  }
  .s\:u-mt-m-40 {
    margin-top: -4rem !important;
  }
  .s\:u-mt-m-35 {
    margin-top: -3.5rem !important;
  }
  .s\:u-mt-m-30 {
    margin-top: -3rem !important;
  }
  .s\:u-mt-m-25 {
    margin-top: -2.5rem !important;
  }
  .s\:u-mt-m-20 {
    margin-top: -2rem !important;
  }
  .s\:u-mt-m-15 {
    margin-top: -1.5rem !important;
  }
  .s\:u-mt-m-10 {
    margin-top: -1rem !important;
  }
  .s\:u-mt-m-5 {
    margin-top: -0.5rem !important;
  }
  .s\:u-mt-m-0 {
    margin-top: 0rem !important;
  }
  .s\:u-ml-m-100 {
    margin-left: -10rem !important;
  }
  .s\:u-ml-m-95 {
    margin-left: -9.5rem !important;
  }
  .s\:u-ml-m-90 {
    margin-left: -9rem !important;
  }
  .s\:u-ml-m-85 {
    margin-left: -8.5rem !important;
  }
  .s\:u-ml-m-80 {
    margin-left: -8rem !important;
  }
  .s\:u-ml-m-75 {
    margin-left: -7.5rem !important;
  }
  .s\:u-ml-m-70 {
    margin-left: -7rem !important;
  }
  .s\:u-ml-m-65 {
    margin-left: -6.5rem !important;
  }
  .s\:u-ml-m-60 {
    margin-left: -6rem !important;
  }
  .s\:u-ml-m-55 {
    margin-left: -5.5rem !important;
  }
  .s\:u-ml-m-50 {
    margin-left: -5rem !important;
  }
  .s\:u-ml-m-45 {
    margin-left: -4.5rem !important;
  }
  .s\:u-ml-m-40 {
    margin-left: -4rem !important;
  }
  .s\:u-ml-m-35 {
    margin-left: -3.5rem !important;
  }
  .s\:u-ml-m-30 {
    margin-left: -3rem !important;
  }
  .s\:u-ml-m-25 {
    margin-left: -2.5rem !important;
  }
  .s\:u-ml-m-20 {
    margin-left: -2rem !important;
  }
  .s\:u-ml-m-15 {
    margin-left: -1.5rem !important;
  }
  .s\:u-ml-m-10 {
    margin-left: -1rem !important;
  }
  .s\:u-ml-m-5 {
    margin-left: -0.5rem !important;
  }
  .s\:u-ml-m-0 {
    margin-left: 0rem !important;
  }
  .s\:u-mr-m-100 {
    margin-right: -10rem !important;
  }
  .s\:u-mr-m-95 {
    margin-right: -9.5rem !important;
  }
  .s\:u-mr-m-90 {
    margin-right: -9rem !important;
  }
  .s\:u-mr-m-85 {
    margin-right: -8.5rem !important;
  }
  .s\:u-mr-m-80 {
    margin-right: -8rem !important;
  }
  .s\:u-mr-m-75 {
    margin-right: -7.5rem !important;
  }
  .s\:u-mr-m-70 {
    margin-right: -7rem !important;
  }
  .s\:u-mr-m-65 {
    margin-right: -6.5rem !important;
  }
  .s\:u-mr-m-60 {
    margin-right: -6rem !important;
  }
  .s\:u-mr-m-55 {
    margin-right: -5.5rem !important;
  }
  .s\:u-mr-m-50 {
    margin-right: -5rem !important;
  }
  .s\:u-mr-m-45 {
    margin-right: -4.5rem !important;
  }
  .s\:u-mr-m-40 {
    margin-right: -4rem !important;
  }
  .s\:u-mr-m-35 {
    margin-right: -3.5rem !important;
  }
  .s\:u-mr-m-30 {
    margin-right: -3rem !important;
  }
  .s\:u-mr-m-25 {
    margin-right: -2.5rem !important;
  }
  .s\:u-mr-m-20 {
    margin-right: -2rem !important;
  }
  .s\:u-mr-m-15 {
    margin-right: -1.5rem !important;
  }
  .s\:u-mr-m-10 {
    margin-right: -1rem !important;
  }
  .s\:u-mr-m-5 {
    margin-right: -0.5rem !important;
  }
  .s\:u-mr-m-0 {
    margin-right: 0rem !important;
  }
}
.u-w-full-vw {
  width: 100vw;
}
.u-w-full {
  width: 100%;
}
.u-w-half {
  width: 50%;
}

@media screen and (max-width: 896px) {
  .s\:u-w-full {
    width: 100%;
  }
  .s\:u-w-auto {
    width: auto;
  }
}
.u-h-full {
  height: 100%;
}
.u-h-half {
  height: 50%;
}

@media screen and (max-width: 896px) {
  .s\:u-h-full {
    height: 100%;
  }
  .s\:u-h-auto {
    height: auto;
  }
}
.u-z-9999 {
  z-index: 9999;
}

.u-mix-blend-normal {
  mix-blend-mode: normal;
}
.u-mix-blend-multiply {
  mix-blend-mode: multiply;
}

.u-opacity-0 {
  opacity: 0;
}
.u-opacity-20 {
  opacity: 0.2;
}
.u-opacity-50 {
  opacity: 0.5;
}
.u-opacity-100 {
  opacity: 1;
}

.u-palt {
  font-feature-settings: "palt";
}

.u-hidden-txt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap; /* 折り返し防止 */
}

.p-recruit .l-voice-items {
  display: flex;
  flex-direction: column;
  gap: clamp(28.2353px, 2.2059vw, 30px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-voice-items {
    gap: 20px;
  }
}
.p-recruit .l-voice-item {
  background: white;
  padding: clamp(28.2353px, 2.2059vw, 30px) clamp(75.2941px, 5.8824vw, 80px) clamp(51.7647px, 4.0441vw, 55px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-voice-item {
    padding: 20px 20px 20px;
  }
  .p-recruit .l-voice-item:has(.ttl-badge) .prof-icon {
    top: 35px;
  }
}
.p-recruit .l-voice-item-head {
  align-items: center;
  border-bottom: 1px solid #BFBFBF;
  display: flex;
  justify-content: space-between;
  margin: 0 0 clamp(23.5294px, 1.8382vw, 25px);
  padding: 0 0 clamp(11.2941px, 0.8824vw, 12px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-voice-item-head {
    align-items: end;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 17px;
    padding: 0 90px 13px 0;
  }
}
.p-recruit .l-voice-item-head .c-ttl-2 {
  letter-spacing: clamp(2.3529px, 0.1838vw, 2.5px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-voice-item-head .c-ttl-2 {
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    width: 100%;
  }
}
.p-recruit .l-voice-item-head > .u-flex {
  align-items: center;
  gap: clamp(14.1176px, 1.1029vw, 15px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-voice-item-head > .u-flex {
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }
}
.p-recruit .l-voice-item-head .ttl-badge {
  align-items: center;
  background: #EA5414;
  border-radius: 9999px;
  display: flex;
  color: white;
  font-size: clamp(18.8235px, 1.4706vw, 20px);
  font-weight: 700;
  height: clamp(35.7647px, 2.7941vw, 38px);
  justify-content: center;
  padding: 0 clamp(24.4706px, 1.9118vw, 26px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-voice-item-head .ttl-badge {
    font-size: 16px;
    margin: -5px 0 0;
    padding: 0 18px;
    height: 31px;
  }
}
.p-recruit .l-voice-item-head .prof {
  align-items: end;
  display: flex;
  flex-shrink: 0;
  transform: translateY(clamp(-6.5882px, -0.5147vw, -7px));
}
@media screen and (max-width: 896px) {
  .p-recruit .l-voice-item-head .prof {
    display: contents;
    transform: unset;
  }
}
.p-recruit .l-voice-item-head .prof-name {
  color: #0A3464;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "ヒラギノ明朝 ProN", serif;
  font-size: clamp(18.8235px, 1.4706vw, 20px);
  font-weight: 500;
  letter-spacing: clamp(1.8824px, 0.1471vw, 2px);
  padding: 0 clamp(9.4118px, 0.7353vw, 10px) 0;
  transform: translateY(clamp(-4.7059px, -0.3676vw, -5px));
}
@media screen and (max-width: 896px) {
  .p-recruit .l-voice-item-head .prof-name {
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0;
    transform: unset;
  }
}
.p-recruit .l-voice-item-head .prof-age {
  transform: translateY(clamp(-7.5294px, -0.5882vw, -8px));
}
@media screen and (max-width: 896px) {
  .p-recruit .l-voice-item-head .prof-age {
    font-size: 14px;
    padding-left: 5px;
    transform: translateY(-1px);
  }
}
.p-recruit .l-voice-item-head .prof-icon {
  flex-shrink: 0;
  padding: 0 0 0 clamp(9.4118px, 0.7353vw, 10px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-voice-item-head .prof-icon {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.p-recruit .l-voice-item-head .prof-icon img {
  width: clamp(80px, 6.25vw, 85px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-voice-item-head .prof-icon img {
    width: 85px;
  }
}
@media screen and (max-width: 896px) {
  .p-recruit .l-voice-item-body p {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.p-recruit .l-benefits-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  gap: clamp(43.2941px, 3.3824vw, 46px);
  width: clamp(970.3529px, 75.8088vw, 1031px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-benefits-items {
    gap: 15px;
    margin: 0 auto;
    width: min(600px, 100%);
  }
}
.p-recruit .l-benefits-items li {
  width: clamp(209.8824px, 16.3971vw, 223px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-benefits-items li {
    width: 158px;
  }
}
.p-recruit .l-benefits-items li .txt {
  display: block;
  font-size: clamp(16.9412px, 1.3235vw, 18px);
  padding-top: clamp(11.2941px, 0.8824vw, 12px);
  text-align: center;
}
@media screen and (max-width: 896px) {
  .p-recruit .l-benefits-items li .txt {
    font-size: 16px;
    padding-top: 5px;
  }
}
.p-recruit .l-uniform-items {
  display: flex;
  flex-direction: column;
  gap: clamp(42.3529px, 3.3088vw, 45px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-uniform-items {
    gap: 27px;
    margin: 0 auto;
    width: 335px;
  }
}
.p-recruit .l-uniform-item {
  background: white;
  border: 1px solid #0A3464;
  padding: clamp(23.5294px, 1.8382vw, 25px) clamp(28.2353px, 2.2059vw, 30px) clamp(26.3529px, 2.0588vw, 28px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-uniform-item {
    padding: 20px 20px 17px;
  }
}
.p-recruit .l-uniform-item .ttl {
  align-items: center;
  background: #0A3464;
  border-radius: 9999px;
  color: white;
  display: flex;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "ヒラギノ明朝 ProN", serif;
  font-size: clamp(18.8235px, 1.4706vw, 20px);
  font-weight: 500;
  line-height: 1;
  height: clamp(31.0588px, 2.4265vw, 33px);
  justify-content: center;
  padding: 0 clamp(14.1176px, 1.1029vw, 15px);
  position: absolute;
  top: clamp(-16.9412px, -1.3235vw, -18px);
  width: fit-content;
}
@media screen and (max-width: 896px) {
  .p-recruit .l-uniform-item .ttl {
    height: 33px;
    margin-left: 8px;
    top: -18px;
  }
}
.p-recruit .l-uniform-item .txt {
  color: #0A3464;
  line-height: 1.875;
}
@media screen and (max-width: 896px) {
  .p-recruit .l-uniform-item .txt {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.p-recruit .l-uniform-note {
  color: #888888;
  font-size: clamp(13.1765px, 1.0294vw, 14px);
  line-height: 1.8571428571;
  margin-top: clamp(-30.1176px, -2.3529vw, -32px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-uniform-note {
    font-size: 14px;
    margin-top: -10px;
  }
}
.p-recruit .l-requirements {
  display: grid;
  grid-template-columns: clamp(181.6471px, 14.1912vw, 193px) 1fr;
}
@media screen and (max-width: 896px) {
  .p-recruit .l-requirements {
    display: block;
  }
}
.p-recruit .l-requirements dt, .p-recruit .l-requirements dd {
  border-bottom: 1px solid #BFBFBF;
  padding: clamp(24.4706px, 1.9118vw, 26px) 0 clamp(23.5294px, 1.8382vw, 25px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-requirements dt, .p-recruit .l-requirements dd {
    line-height: 1.8571428571;
  }
}
.p-recruit .l-requirements dt {
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  .p-recruit .l-requirements dt {
    border-bottom: none;
    font-size: 16px;
    padding: 17px 0 2px;
  }
}
@media screen and (max-width: 896px) {
  .p-recruit .l-requirements dd {
    font-size: 14px;
    padding: 0 0 17px;
  }
}
.p-recruit .l-faq-items {
  display: grid;
  gap: clamp(18.8235px, 1.4706vw, 20px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-faq-items {
    gap: 20px;
  }
}
.p-recruit .l-faq-item {
  background: white;
  padding: 0 clamp(37.6471px, 2.9412vw, 40px) 0 clamp(64px, 5vw, 68px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-faq-item {
    padding: 0 20px;
  }
}
.p-recruit .l-faq-item .q {
  cursor: pointer;
  font-size: clamp(16.9412px, 1.3235vw, 18px);
  font-weight: 500;
  margin-left: clamp(-28.2353px, -2.2059vw, -30px);
  padding: clamp(18.8235px, 1.4706vw, 20px) 0;
}
@media screen and (max-width: 896px) {
  .p-recruit .l-faq-item .q {
    font-size: 16px;
    line-height: 1.625;
    margin-left: 0;
    text-indent: -25px;
    padding: 12px 22px 12px 25px;
  }
}
.p-recruit .l-faq-item .q:before {
  content: "Q";
  color: #EA5415;
  font-size: clamp(18.8235px, 1.4706vw, 20px);
  font-weight: 500;
  padding-right: clamp(14.1176px, 1.1029vw, 15px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-faq-item .q:before {
    font-size: 20px;
    padding-right: 10px;
  }
}
.p-recruit .l-faq-item .q:after {
  background-color: var(--black);
  content: " ";
  display: inline-block;
  height: auto;
  line-height: 0;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  aspect-ratio: 22.61/12.93;
  background: #0A3464;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22.606" height="12.926" viewBox="0 0 22.606 12.926"><path id="Icon_ionic-ios-arrow-down" data-name="Icon ionic-ios-arrow-down" d="M17.495,15.143,26.043,23.7a1.609,1.609,0,0,0,2.282,0,1.629,1.629,0,0,0,0-2.288l-9.685-9.692a1.613,1.613,0,0,0-2.228-.047L6.659,21.4A1.616,1.616,0,0,0,8.94,23.691Z" transform="translate(28.794 24.172) rotate(180)"/></svg>');
  position: absolute;
  right: 0;
  top: clamp(28.2353px, 2.2059vw, 30px);
  transition: transform 0.2s;
  width: clamp(21.28px, 1.6625vw, 22.61px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-faq-item .q:after {
    top: 28px;
    width: 15px;
  }
}
.p-recruit .l-faq-item .a {
  display: none;
  padding: 0 0 clamp(23.5294px, 1.8382vw, 25px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-faq-item .a {
    font-size: 16px;
    line-height: 1.875;
    padding: 0 0 20px;
  }
}
.p-recruit .l-faq-item.is-open .q:after {
  transform: rotate(180deg);
}
.p-recruit .l-entry-banner {
  padding-top: clamp(112.9412px, 8.8235vw, 120px);
}
@media screen and (max-width: 896px) {
  .p-recruit .l-entry-banner {
    padding: 50px 0;
  }
}
.p-recruit .l-entry-banner a {
  display: block;
}

#gHeader .enBtn {
  display: none;
}

@media screen and (max-width: 896px) {
  .mainImg .headLine01 {
    text-align: center;
    width: 100% !important;
  }
}
.mainImg.is-parttime .headLine01 {
  line-height: 1.3;
  transform: translate(-50%, -35%);
}

.p-recruit .bg {
  background: url(../img/common/bg_img02.jpg) repeat 50% 0/1920px;
}
.p-recruit .fixed-entry-btn {
  align-items: end;
  display: flex;
  height: min(100dvh, 56.25dvw);
  padding-bottom: clamp(121.4118px, 9.4853vw, 129px);
  position: fixed;
  right: 0;
  top: 0;
  width: clamp(160.9412px, 12.5735vw, 171px);
}
@media screen and (max-width: 896px) {
  .p-recruit .fixed-entry-btn {
    height: auto;
    padding-bottom: 0;
    top: min(515px, 100dvh - 46px - 110px);
    width: 108px;
  }
}
.p-recruit-index.mainImg .img {
  aspect-ratio: 1920/1080;
  max-height: 1080px;
  position: relative;
  width: 100%;
}
.p-recruit-index.mainImg .img img,
.p-recruit-index.mainImg .img video {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .p-recruit-index.mainImg .img {
    aspect-ratio: 750/1334;
    max-height: 100dvh;
  }
}
.p-recruit-index.mainImg .img:before {
  background: rgba(0, 0, 0, 0.1725);
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-recruit-index.mainImg .img:after {
  background: url(../img/recruit/index_mv_deco.webp) no-repeat 0 0/100% auto;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .p-recruit-index.mainImg .img:after {
    background: url(../img/recruit/index_mv_deco_1_sp.webp) no-repeat top 94.2px right -85px/171px auto, url(../img/recruit/index_mv_deco_2_sp.webp) no-repeat bottom 66px left -71px/171px auto;
  }
}
.p-recruit-index.mainImg .mainImg-body {
  align-items: center;
  display: flex;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "ヒラギノ明朝 ProN", serif;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-recruit-index.mainImg .mainImg-body > div {
  left: clamp(235.2941px, 18.3824vw, 250px);
  margin-bottom: clamp(18.8235px, 1.4706vw, 20px);
}
@media screen and (max-width: 896px) {
  .p-recruit-index.mainImg .mainImg-body > div {
    left: 18px;
    margin-bottom: unset;
    padding-top: 20%;
  }
}
.p-recruit-index.mainImg .mainImg-body .lead {
  color: white;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "ヒラギノ明朝 ProN", serif;
  font-size: clamp(56.4706px, 4.4118vw, 60px);
  font-weight: 500;
  letter-spacing: clamp(4.7059px, 0.3676vw, 5px);
  line-height: 1.45;
  margin: 0 0 clamp(32.9412px, 2.5735vw, 35px);
  text-align: left;
}
@media screen and (max-width: 896px) {
  .p-recruit-index.mainImg .mainImg-body .lead {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1.4666666667;
  }
}
.p-recruit-index.mainImg .mainImg-body .ttl {
  margin-left: clamp(4.7059px, 0.3676vw, 5px);
  width: clamp(339.7647px, 26.5441vw, 361px);
}
.p-recruit-index.mainImg:after {
  bottom: -202px !important;
}
@media screen and (max-width: 896px) {
  .p-recruit-index.mainImg:after {
    bottom: 0 !important;
  }
}
.p-recruit-index.main {
  margin-bottom: 0 !important;
}
.p-recruit-index.main .lead {
  margin: clamp(-9.4118px, -0.7353vw, -10px) 0 clamp(249.4118px, 19.4853vw, 265px);
  text-align: center;
}
@media screen and (max-width: 896px) {
  .p-recruit-index.main .lead {
    font-size: 16px;
    line-height: 1.75;
    margin: -10px 0 340px;
  }
}
.p-recruit-index.main .banners {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(-192.9412px, -15.0735vw, -205px);
}
@media screen and (max-width: 896px) {
  .p-recruit-index.main .banners {
    flex-direction: column;
    gap: clamp(19.7647px, 1.5441vw, 21px);
    justify-content: start;
    margin-top: -312px;
  }
}
.p-recruit-index.main .banners li {
  width: clamp(597.9012px, 46.711vw, 635.27px);
}
@media screen and (max-width: 896px) {
  .p-recruit-index.main .banners li {
    width: 100%;
  }
}
.p-recruit-index.main .banners li a {
  display: block;
}
.p-recruit-index.main .entry-banner {
  padding: clamp(94.1176px, 7.3529vw, 100px) 0 0;
}
@media screen and (max-width: 896px) {
  .p-recruit-index.main .entry-banner {
    padding: 40px 0 0;
  }
}
.p-recruit-index.main .entry-banner a {
  display: block;
}
.p-recruit-index.main .bg {
  display: flow-root;
  padding-bottom: clamp(169.4118px, 13.2353vw, 180px);
}
@media screen and (max-width: 896px) {
  .p-recruit-index.main .bg {
    padding-bottom: 60px;
  }
}
.p-recruit-fulltime {
  margin-bottom: clamp(111.0588px, 8.6765vw, 118px) !important;
  margin-top: clamp(-31.0588px, -2.4265vw, -33px);
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime {
    margin-bottom: 0 !important;
    margin-top: -2px;
  }
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .topBox {
    padding: 0;
  }
}
.p-recruit-fulltime .topBox .c-ttl-1 {
  margin-bottom: clamp(9.4118px, 0.7353vw, 10px);
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .topBox .desc {
    font-size: 16px;
    line-height: 1.75;
    text-align: center !important;
  }
}
.p-recruit-fulltime .voice {
  margin-top: clamp(-9.4118px, -0.7353vw, -10px);
  padding: clamp(103.5294px, 8.0882vw, 110px) 0 clamp(148.7059px, 11.6176vw, 158px);
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .voice {
    margin-top: -10px;
    padding: 45px 0 50px;
  }
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .voice .c-ttl-1 {
    margin-bottom: 0;
  }
}
.p-recruit-fulltime .voice .l-voice-item {
  margin: clamp(35.7647px, 2.7941vw, 38px) 0 0;
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .voice .l-voice-item {
    margin: 15px 0 0;
  }
}
.p-recruit-fulltime .benefits {
  padding: clamp(105.4118px, 8.2353vw, 112px) 0 clamp(136.4706px, 10.6618vw, 145px);
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .benefits {
    padding: 43px 0 55px;
  }
}
.p-recruit-fulltime .benefits .l-benefits-items {
  margin-top: clamp(37.6471px, 2.9412vw, 40px);
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .benefits .l-benefits-items {
    margin-top: 15px;
  }
}
.p-recruit-fulltime .uniform {
  min-height: clamp(973.1765px, 76.0294vw, 1034px);
  padding: clamp(103.5294px, 8.0882vw, 110px) 0 clamp(75.2941px, 5.8824vw, 80px);
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .uniform {
    min-height: 1159px;
    padding: 43px 0 50px;
  }
}
.p-recruit-fulltime .uniform .desc {
  margin-top: clamp(-6.5882px, -0.5147vw, -7px);
  padding: 0 0 clamp(47.0588px, 3.6765vw, 50px);
  text-align: center;
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .uniform .desc {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 10px;
    padding: 0 0 45px;
  }
}
.p-recruit-fulltime .uniform-img, .p-recruit-fulltime .p-recruit-parttime .uniform-img-2, .p-recruit-parttime .p-recruit-fulltime .uniform-img-2, .p-recruit-fulltime .p-recruit-parttime .uniform-img-1, .p-recruit-parttime .p-recruit-fulltime .uniform-img-1 {
  left: clamp(18.8235px, 1.4706vw, 20px);
  position: absolute;
  width: clamp(616.4706px, 48.1618vw, 655px);
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .uniform-img, .p-recruit-fulltime .p-recruit-parttime .uniform-img-2, .p-recruit-parttime .p-recruit-fulltime .uniform-img-2, .p-recruit-fulltime .p-recruit-parttime .uniform-img-1, .p-recruit-parttime .p-recruit-fulltime .uniform-img-1 {
    left: calc(50% - 154px);
    top: 228px;
    width: 305px;
  }
}
.p-recruit-fulltime .uniform .l-uniform-items {
  padding: clamp(58.3529px, 4.5588vw, 62px) 0 0 clamp(624.9412px, 48.8235vw, 664px);
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .uniform .l-uniform-items {
    padding: 0;
  }
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .uniform .l-uniform-items .item-1 {
    margin-bottom: 400px;
  }
}
.p-recruit-fulltime .requirements {
  padding: clamp(103.5294px, 8.0882vw, 110px) 0 clamp(112.9412px, 8.8235vw, 120px);
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .requirements {
    padding: 45px 0 50px;
  }
}
.p-recruit-fulltime .requirements .c-ttl-1 {
  margin-bottom: clamp(18.8235px, 1.4706vw, 20px);
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .requirements .c-ttl-1 {
    margin-bottom: 3px;
  }
}
.p-recruit-fulltime .faq {
  padding: clamp(103.5294px, 8.0882vw, 110px) 0 clamp(131.7647px, 10.2941vw, 140px);
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .faq {
    padding: 43px 0 60px;
  }
}
.p-recruit-fulltime .faq .c-ttl-1 {
  margin-bottom: clamp(37.6471px, 2.9412vw, 40px);
}
@media screen and (max-width: 896px) {
  .p-recruit-fulltime .faq .c-ttl-1 {
    margin-bottom: 20px;
  }
}
.p-recruit-parttime {
  margin-bottom: clamp(111.0588px, 8.6765vw, 118px) !important;
  margin-top: clamp(-31.0588px, -2.4265vw, -33px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime {
    margin-bottom: 0 !important;
    margin-top: 50px;
  }
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .topBox {
    padding: 0;
    text-align: center;
  }
}
.p-recruit-parttime .topBox .c-ttl-1 {
  margin-bottom: clamp(9.4118px, 0.7353vw, 10px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .topBox .c-ttl-1 {
    line-height: 1.45;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .topBox .desc {
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
  }
}
.p-recruit-parttime .voice {
  margin-top: clamp(-9.4118px, -0.7353vw, -10px);
  padding: clamp(103.5294px, 8.0882vw, 110px) 0 clamp(120.4706px, 9.4118vw, 128px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .voice {
    margin-top: -10px;
    padding: 45px 0 77px;
  }
}
.p-recruit-parttime .voice .desc {
  text-align: center;
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .voice .desc {
    font-size: 16px;
    line-height: 1.75;
    padding-top: 10px;
  }
}
.p-recruit-parttime .voice .timetable {
  display: flex;
  justify-content: center;
  margin: clamp(51.7647px, 4.0441vw, 55px) 0 clamp(69.6471px, 5.4412vw, 74px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .voice .timetable {
    gap: 26px;
    margin: 28px 0 30px;
  }
}
.p-recruit-parttime .voice .timetable:before {
  background: #C3C3C3;
  content: " ";
  display: block;
  height: 2px;
  left: calc(50% - clamp(277.6471px, 21.6912vw, 295px));
  position: absolute;
  top: clamp(73.4118px, 5.7353vw, 78px);
  width: clamp(555.2941px, 43.3824vw, 590px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .voice .timetable:before {
    left: 0;
    top: 53px;
    width: 100%;
  }
}
.p-recruit-parttime .voice .timetable li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: clamp(183.5294px, 14.3382vw, 195px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .voice .timetable li {
    width: 63px;
  }
}
.p-recruit-parttime .voice .timetable li b {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="116" height="62.093" viewBox="0 0 116 62.093"><path id="合体_2" data-name="合体 2" d="M-4198.35,48H-4224a24,24,0,0,1-24-24,24,24,0,0,1,24-24h68a24,24,0,0,1,24,24,24,24,0,0,1-24,24h-25.117l-8.856,14.093Z" transform="translate(4248)" fill="%23ea5414"/></svg>') no-repeat 0 0/clamp(109.1765px, 8.5294vw, 116px) auto;
  color: white;
  font-size: clamp(28.2353px, 2.2059vw, 30px);
  font-weight: 700;
  height: clamp(58.3529px, 4.5588vw, 62px);
  line-height: 1;
  margin: 0 auto clamp(9.4118px, 0.7353vw, 10px);
  padding: clamp(7.5294px, 0.5882vw, 8px) 0 0;
  width: clamp(109.1765px, 8.5294vw, 116px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .voice .timetable li b {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="63" height="39.228" viewBox="0 0 63 39.228"><path id="合体_2" data-name="合体 2" d="M857.223-37H846.5A15.5,15.5,0,0,1,831-52.5,15.5,15.5,0,0,1,846.5-68h32A15.5,15.5,0,0,1,894-52.5,15.5,15.5,0,0,1,878.5-37H867.283l-5.17,8.228Z" transform="translate(-831 68)" fill="%23ea5414"/></svg>') no-repeat 0 0/63px auto;
    font-size: 16px;
    height: 39px;
    margin: 0 auto 10x;
    padding: 7px 0 0;
    width: 63px;
  }
}
.p-recruit-parttime .voice .timetable li span {
  font-size: clamp(18.8235px, 1.4706vw, 20px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .voice .timetable li span {
    font-size: 16px;
    line-height: 1.25;
  }
}
.p-recruit-parttime .voice .timetable li span:before {
  aspect-ratio: 1/1;
  background: #0A3464;
  border-radius: 50%;
  content: " ";
  display: block;
  height: auto;
  margin: 0 auto clamp(14.1176px, 1.1029vw, 15px);
  width: clamp(12.2353px, 0.9559vw, 13px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .voice .timetable li span:before {
    margin: 0 auto 5px;
    width: 13px;
  }
}
.p-recruit-parttime .benefits {
  padding: clamp(103.5294px, 8.0882vw, 110px) 0 clamp(112.9412px, 8.8235vw, 120px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .benefits {
    padding: 44px 0 56px;
  }
}
.p-recruit-parttime .benefits .l-benefits-items {
  margin-top: clamp(37.6471px, 2.9412vw, 40px);
  width: clamp(847.0588px, 66.1765vw, 900px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .benefits .l-benefits-items {
    margin-top: 15px;
    width: min(600px, 100%);
  }
}
.p-recruit-parttime .uniform {
  padding: clamp(112.9412px, 8.8235vw, 120px) 0 clamp(94.1176px, 7.3529vw, 100px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .uniform {
    padding: 44px 0 69px;
  }
}
.p-recruit-parttime .uniform .desc {
  margin-bottom: clamp(70.5882px, 5.5147vw, 75px);
  margin-top: clamp(-2.8235px, -0.2206vw, -3px);
  text-align: center;
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .uniform .desc {
    margin-bottom: 42px;
    margin-top: 6px;
  }
}
.p-recruit-parttime .uniform .l-uniform-items {
  gap: clamp(32.9412px, 2.5735vw, 35px);
  margin: 0 auto;
  width: clamp(430.1176px, 33.6029vw, 457px);
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .uniform .l-uniform-items {
    width: 335px;
  }
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .uniform .l-uniform-items .item-1 {
    margin-bottom: 709px;
  }
}
.p-recruit-parttime .uniform .l-uniform-note {
  margin-top: clamp(-18.8235px, -1.4706vw, -20px);
}
.p-recruit-parttime .uniform-img, .p-recruit-parttime .uniform-img-2, .p-recruit-parttime .uniform-img-1 {
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .uniform-img, .p-recruit-parttime .uniform-img-2, .p-recruit-parttime .uniform-img-1 {
    bottom: unset;
    display: block;
    height: auto;
    z-index: 1;
  }
}
.p-recruit-parttime .uniform-img figcaption, .p-recruit-parttime .uniform-img-2 figcaption, .p-recruit-parttime .uniform-img-1 figcaption {
  align-items: center;
  background: white;
  border: 1px solid #0A3464;
  border-radius: 9999px;
  display: flex;
  font-size: clamp(18.8235px, 1.4706vw, 20px);
  font-weight: 500;
  margin: 0 auto clamp(4.7059px, 0.3676vw, 5px);
  padding: 0 clamp(18.8235px, 1.4706vw, 20px);
  width: fit-content;
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .uniform-img figcaption, .p-recruit-parttime .uniform-img-2 figcaption, .p-recruit-parttime .uniform-img-1 figcaption {
    font-size: 14px;
    height: 25px;
    margin: 0 auto;
    padding: 0 14px;
    position: absolute;
  }
}
.p-recruit-parttime .uniform-img-1 {
  left: clamp(-108.2353px, -8.4559vw, -115px);
  width: clamp(469.6471px, 36.6912vw, 499px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .uniform-img-1 {
    left: calc(50% - 188px);
    top: 61px;
    width: 291px;
  }
}
.p-recruit-parttime .uniform-img-1 img {
  transform: translateY(clamp(30.1176px, 2.3529vw, 32px));
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .uniform-img-1 img {
    transform: unset;
  }
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .uniform-img-1 figcaption {
    bottom: 83px;
    right: -25px;
  }
}
.p-recruit-parttime .uniform-img-2 {
  right: clamp(-80px, -6.25vw, -85px);
  width: clamp(444.7059px, 34.7426vw, 472.5px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .uniform-img-2 {
    left: calc(50% - 193px);
    right: unset;
    top: 499px;
    width: 305px;
  }
}
.p-recruit-parttime .uniform-img-2 img {
  transform: translateY(clamp(-30.1176px, -2.3529vw, -32px));
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .uniform-img-2 img {
    transform: unset;
  }
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .uniform-img-2 figcaption {
    bottom: 350px;
    right: -15px;
  }
}
.p-recruit-parttime .requirements {
  padding: clamp(103.5294px, 8.0882vw, 110px) 0 clamp(112.9412px, 8.8235vw, 120px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .requirements {
    padding: 47px 0 59px;
  }
}
.p-recruit-parttime .requirements .c-ttl-1 {
  margin-bottom: clamp(20.7059px, 1.6176vw, 22px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .requirements .c-ttl-1 {
    margin-bottom: 5px;
  }
}
.p-recruit-parttime .faq {
  padding: clamp(103.5294px, 8.0882vw, 110px) 0 clamp(112.9412px, 8.8235vw, 120px);
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .faq {
    padding: 44px 0 68px;
  }
}
.p-recruit-parttime .faq .l-faq-items {
  padding: clamp(28.2353px, 2.2059vw, 30px) 0 0;
}
@media screen and (max-width: 896px) {
  .p-recruit-parttime .faq .l-faq-items {
    padding: 21px 0 0px;
  }
}
*:has(+ .p-recruit) .headLine01 {
  text-shadow: none;
}
.p-recruit-entry {
  margin-bottom: clamp(119.5294px, 9.3382vw, 127px) !important;
  margin-top: clamp(-28.2353px, -2.2059vw, -30px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry {
    margin-bottom: 64px !important;
    margin-top: -3px;
  }
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .topBox {
    padding: 0;
  }
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .topBox .desc {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 30px;
    text-align: center;
  }
}
.p-recruit-entry .field {
  display: grid;
  grid-template-columns: clamp(288.9412px, 22.5735vw, 307px) 1fr;
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .field {
    display: block;
  }
}
.p-recruit-entry .field-head, .p-recruit-entry .field-body {
  border-bottom: 1px solid #E0E0E0;
  padding: clamp(28.2353px, 2.2059vw, 30px) 0;
}
.p-recruit-entry .field-head {
  align-items: start;
  display: flex;
  justify-content: space-between;
  padding-top: clamp(40.4706px, 3.1618vw, 43px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .field-head {
    border: none;
    padding: 18px 0 10px;
  }
}
.p-recruit-entry .field-head .label {
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .field-head .label {
    font-size: 14px;
  }
}
.p-recruit-entry .field-head .required {
  align-items: center;
  background: #EA5414;
  color: white;
  display: flex;
  font-size: clamp(13.1765px, 1.0294vw, 14px);
  justify-content: center;
  min-height: clamp(22.5882px, 1.7647vw, 24px);
  min-width: clamp(41.4118px, 3.2353vw, 44px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .field-head .required {
    font-size: 14px;
    height: 24px;
    min-height: 0;
    min-widht: 44px;
  }
}
.p-recruit-entry .field-body {
  padding-left: clamp(38.1176px, 2.9779vw, 40.5px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .field-body {
    padding: 0 0 20px;
  }
}
.p-recruit-entry .btns {
  display: flex;
  gap: clamp(14.1176px, 1.1029vw, 15px);
  justify-content: center;
  padding: clamp(37.6471px, 2.9412vw, 40px) 0 0;
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .btns {
    flex-direction: column;
    gap: 15px;
  }
}
.p-recruit-entry .btns input[type=button],
.p-recruit-entry .btns input[type=submit] {
  align-items: center;
  background: #EA5414 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9.8" height="17.14" viewBox="0 0 9.8 17.14"><path id="Icon_ionic-ios-arrow-down" data-name="Icon ionic-ios-arrow-down" d="M14.761,18.092l6.481-6.486a1.22,1.22,0,0,1,1.73,0,1.235,1.235,0,0,1,0,1.735L15.628,20.69a1.223,1.223,0,0,1-1.689.036L6.545,13.346a1.225,1.225,0,1,1,1.73-1.735Z" transform="translate(-11.246 23.327) rotate(-90)" fill="white"/></svg>') no-repeat top 50% right clamp(28.2353px, 2.2059vw, 30px)/clamp(9.2235px, 0.7206vw, 9.8px) auto;
  border: none;
  border-radius: 9999px;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: clamp(15.0588px, 1.1765vw, 16px);
  font-weight: 500;
  height: clamp(56.4706px, 4.4118vw, 60px);
  justify-content: center;
  width: clamp(275.7647px, 21.5441vw, 293px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .btns input[type=button],
  .p-recruit-entry .btns input[type=submit] {
    height: 60px;
    margin: 0 auto;
    width: 293px;
  }
}
.p-recruit-entry .btns input[type=button]:hover,
.p-recruit-entry .btns input[type=submit]:hover {
  opacity: 0.9;
}
.p-recruit-entry .btns input[type=button].is-back,
.p-recruit-entry .btns input[type=submit].is-back {
  background: #989898 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9.801" height="17.14" viewBox="0 0 9.801 17.14"><path id="Icon_ionic-ios-arrow-down" data-name="Icon ionic-ios-arrow-down" d="M8.573,2.954l6.481,6.486a1.22,1.22,0,0,0,1.73,0,1.235,1.235,0,0,0,0-1.735L9.441.357A1.223,1.223,0,0,0,7.751.321L.357,7.7a1.225,1.225,0,0,0,1.73,1.735Z" transform="translate(0 17.14) rotate(-90)" fill="white"/></svg>') no-repeat top 50% left clamp(28.2353px, 2.2059vw, 30px)/clamp(9.2235px, 0.7206vw, 9.8px) auto;
}
.p-recruit-entry .btns input[type=button]:disabled,
.p-recruit-entry .btns input[type=submit]:disabled {
  background: #F7F7F7 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9.8" height="17.14" viewBox="0 0 9.8 17.14"><path id="Icon_ionic-ios-arrow-down" data-name="Icon ionic-ios-arrow-down" d="M14.761,18.092l6.481-6.486a1.22,1.22,0,0,1,1.73,0,1.235,1.235,0,0,1,0,1.735L15.628,20.69a1.223,1.223,0,0,1-1.689.036L6.545,13.346a1.225,1.225,0,1,1,1.73-1.735Z" transform="translate(-11.246 23.327) rotate(-90)" fill="%23999"/></svg>') no-repeat top 50% right clamp(28.2353px, 2.2059vw, 30px)/clamp(9.2235px, 0.7206vw, 9.8px) auto;
  color: #999;
  cursor: default;
}
.p-recruit-entry .input {
  margin-top: clamp(-65.8824px, -5.1471vw, -70px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .input {
    margin-top: -27px;
  }
}
.p-recruit-entry .input input[type=text],
.p-recruit-entry .input input[type=tel],
.p-recruit-entry .input input[type=email],
.p-recruit-entry .input input[type=number] {
  background: #F7F7F7;
  border: 0;
  border-radius: clamp(3.7647px, 0.2941vw, 4px);
  height: clamp(54.5882px, 4.2647vw, 58px);
  padding: 0 clamp(19.5765px, 1.5294vw, 20.8px);
  width: 100%;
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .input input[type=text],
  .p-recruit-entry .input input[type=tel],
  .p-recruit-entry .input input[type=email],
  .p-recruit-entry .input input[type=number] {
    border-radius: 4px;
    font-size: 13px;
    height: 58px;
  }
}
.p-recruit-entry .input .radios {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 41px !important;
  padding: 10px 0;
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .input .radios {
    gap: 12px 24px !important;
  }
}

.p-recruit-entry .input .radios label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 11.1px;
  user-select: none;
}
.p-recruit-entry .input .radios input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19"><g fill="none" stroke="gray" stroke-width="1"><circle cx="9.5" cy="9.5" r="9.5" stroke="none"/><circle cx="9.5" cy="9.5" r="9" fill="none"/></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  height: 19px;
  margin: 0;
  outline: none;
  width: 19px;
}
.p-recruit-entry .input .radios input[type=radio]:checked {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19"><g fill="%232c88c6" stroke="%232c88c6" stroke-width="1"><circle cx="9.5" cy="9.5" r="9.5" stroke="none"/><circle cx="9.5" cy="9.5" r="9" fill="none"/></g><circle cx="9.5" cy="9.5" r="4.5" fill="%23fff"/></svg>');
}
.p-recruit-entry .input .input-age-wrap {
  align-items: center;
  display: flex;
  gap: 10px;
}
.p-recruit-entry .input .input-age-wrap input[type=number] {
  width: clamp(110px, 10vw, 130px);
}
.p-recruit-entry .input input[type=number]::-webkit-outer-spin-button,
.p-recruit-entry .input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-recruit-entry .input input[type=number] {
  -moz-appearance: textfield;
}

.p-recruit-entry .input .input-age-wrap .unit {
  font-weight: 500;
}
.p-recruit-entry .input textarea {
  background: #F7F7F7;
  border: 0;
  border-radius: clamp(3.7647px, 0.2941vw, 4px);
  height: clamp(220.2353px, 17.2059vw, 234px);
  padding: clamp(18.8235px, 1.4706vw, 20px) clamp(19.5765px, 1.5294vw, 20.8px);
  width: 100%;
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .input textarea {
    border-radius: 4px;
    font-size: 13px;
    height: 150px;
  }
}
.p-recruit-entry .input .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .input .select {
    font-size: 13px;
  }
}
.p-recruit-entry .input .select select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #A2A2A2;
  border-radius: clamp(3.7647px, 0.2941vw, 4px);
  color: black;
  cursor: pointer;
  height: clamp(54.5882px, 4.2647vw, 58px);
  padding: 0 clamp(41.4118px, 3.2353vw, 44px) 0 clamp(18.8235px, 1.4706vw, 20px);
  width: clamp(211.7647px, 16.5441vw, 225px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .input .select select {
    border-radius: 4px;
    height: 58px;
    width: 200px;
  }
}
.p-recruit-entry .input .select::after {
  background-color: var(--black);
  content: " ";
  display: inline-block;
  height: auto;
  line-height: 0;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  background-color: #1A1A1A;
  height: clamp(7.5294px, 0.5882vw, 8px);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8"><path d="M1 1l6 6 6-6" fill="none" stroke="black" stroke-width="1.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8"><path d="M1 1l6 6 6-6" fill="none" stroke="black" stroke-width="1.5"/></svg>');
  pointer-events: none;
  position: absolute;
  right: clamp(18.8235px, 1.4706vw, 20px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(13.1765px, 1.0294vw, 14px);
}
.p-recruit-entry .input .input-file {
  align-items: center;
  display: flex;
  gap: clamp(15.0588px, 1.1765vw, 16px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .input .input-file {
    flex-direction: column;
    gap: 10px;
  }
}
.p-recruit-entry .input .input-file-label {
  align-items: center;
  border: 1px solid #A2A2A2;
  border-radius: clamp(3.7647px, 0.2941vw, 4px);
  cursor: pointer;
  display: inline-flex;
  gap: clamp(11.2941px, 0.8824vw, 12px);
  height: clamp(54.5882px, 4.2647vw, 58px);
  padding: 0 clamp(22.5882px, 1.7647vw, 24px) 0 clamp(16.9412px, 1.3235vw, 18px);
  position: relative;
  width: clamp(208.9412px, 16.3235vw, 222px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .input .input-file-label {
    border-radius: 4px;
    gap: 10px;
    height: 58px;
    justify-content: center;
    width: 100%;
  }
}
.p-recruit-entry .input .input-file-label:hover {
  opacity: 0.8;
}
.p-recruit-entry .input .input-file-label input[type=file] {
  border: none;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-recruit-entry .input .input-file-label .icon {
  background-color: var(--black);
  content: " ";
  display: inline-block;
  height: auto;
  line-height: 0;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  aspect-ratio: 1/1;
  background-color: #a2a2a2;
  flex-shrink: 0;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25.375" height="29" viewBox="0 0 25.375 29"><path id="Icon_awesome-paste" data-name="Icon awesome-paste" d="M7.25,10.422A3.175,3.175,0,0,1,10.422,7.25h7.7V3.172a1.359,1.359,0,0,0-1.359-1.359H12.2a3.622,3.622,0,0,0-6.275,0H1.359A1.359,1.359,0,0,0,0,3.172V22.2a1.359,1.359,0,0,0,1.359,1.359H7.25ZM9.063,2.266A1.359,1.359,0,1,1,7.7,3.625,1.359,1.359,0,0,1,9.063,2.266ZM19.484,16.313h5.891V27.641A1.359,1.359,0,0,1,24.016,29H10.422a1.359,1.359,0,0,1-1.359-1.359V10.422a1.359,1.359,0,0,1,1.359-1.359h7.7v5.891A1.363,1.363,0,0,0,19.484,16.313Zm5.891-2.156V14.5H19.938V9.063h.343a1.359,1.359,0,0,1,.961.4L24.977,13.2A1.359,1.359,0,0,1,25.375,14.157Z" fill="black"/></svg>');
  width: clamp(18.8235px, 1.4706vw, 20px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .input .input-file-label .icon {
    width: 25px;
  }
}
.p-recruit-entry .input .input-file-label .txt {
  font-weight: 500;
}
.p-recruit-entry .input .input-file-name {
  color: #5A5A5A;
  font-size: clamp(13.1765px, 1.0294vw, 14px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .input .input-file-name {
    font-size: 13px;
    text-align: left;
    width: 100%;
  }
}
.p-recruit-entry .input .agree {
  padding: clamp(70.5882px, 5.5147vw, 75px) 0 0;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .input .agree {
    font-size: 16px;
    line-height: 1.75;
    padding: 34px 0 0;
  }
}
.p-recruit-entry .input .agree a {
  color: #2C88C6;
  text-decoration: underline;
}
.p-recruit-entry .input .agree-checks {
  display: flex;
  flex-direction: column;
  gap: clamp(4.7059px, 0.3676vw, 5px);
  padding: clamp(23.5294px, 1.8382vw, 25px) 0 0;
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .input .agree-checks {
    gap: 12px;
    padding: 26px 0 0;
  }
}
.p-recruit-entry .input .agree-checks label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  gap: clamp(7.5294px, 0.5882vw, 8px);
  justify-content: center;
}
.p-recruit-entry .input .agree-checks label input[type=checkbox] {
  transform: scale(1.5);
}
.p-recruit-entry .input .error {
  color: #E30000;
  font-size: clamp(13.1765px, 1.0294vw, 14px);
  margin: clamp(4.7059px, 0.3676vw, 5px) 0 clamp(-14.1176px, -1.1029vw, -15px);
}
.p-recruit-entry .confirm {
  margin-top: clamp(-70.5882px, -5.5147vw, -75px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .confirm {
    margin-top: -26px;
  }
}
.p-recruit-entry .confirm .field-head, .p-recruit-entry .confirm .field-body {
  padding: clamp(24.4706px, 1.9118vw, 26px) 0;
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .confirm .field-head {
    padding: 18px 0 0;
  }
}
.p-recruit-entry .confirm .field-body {
  padding-left: clamp(39.9059px, 3.1176vw, 42.4px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .confirm .field-body {
    padding: 3px 0 15px;
  }
}
.p-recruit-entry .confirm .field-body .confirm-file {
  align-items: center;
  display: flex;
  gap: clamp(9.4118px, 0.7353vw, 10px);
}
.p-recruit-entry .confirm .field-body .confirm-file a {
  flex-shrink: 0;
  line-height: 1;
  width: fit-content;
}
.p-recruit-entry .confirm .field-body .confirm-file .icon-file {
  background-color: var(--black);
  content: " ";
  display: inline-block;
  height: auto;
  line-height: 0;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  aspect-ratio: 25.375/29;
  background-color: #a2a2a2;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25.375" height="29" viewBox="0 0 25.375 29"><path id="Icon_awesome-paste" data-name="Icon awesome-paste" d="M7.25,10.422A3.175,3.175,0,0,1,10.422,7.25h7.7V3.172a1.359,1.359,0,0,0-1.359-1.359H12.2a3.622,3.622,0,0,0-6.275,0H1.359A1.359,1.359,0,0,0,0,3.172V22.2a1.359,1.359,0,0,0,1.359,1.359H7.25ZM9.063,2.266A1.359,1.359,0,1,1,7.7,3.625,1.359,1.359,0,0,1,9.063,2.266ZM19.484,16.313h5.891V27.641A1.359,1.359,0,0,1,24.016,29H10.422a1.359,1.359,0,0,1-1.359-1.359V10.422a1.359,1.359,0,0,1,1.359-1.359h7.7v5.891A1.363,1.363,0,0,0,19.484,16.313Zm5.891-2.156V14.5H19.938V9.063h.343a1.359,1.359,0,0,1,.961.4L24.977,13.2A1.359,1.359,0,0,1,25.375,14.157Z" fill="black"/></svg>');
  width: clamp(23.8824px, 1.8658vw, 25.375px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .confirm .field-body .confirm-file .icon-file {
    width: 18px;
  }
}
.p-recruit-entry .confirm .btns {
  padding-top: clamp(75.2941px, 5.8824vw, 80px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .confirm .btns {
    padding-top: 50px;
  }
}
.p-recruit-entry .complete {
  text-align: center;
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .complete {
    padding: 30px 0 0;
  }
}
.p-recruit-entry .complete .ttl {
  font-size: clamp(23.5294px, 1.8382vw, 25px);
  line-height: 2.12;
  margin-bottom: clamp(16.9412px, 1.3235vw, 18px);
}
@media screen and (max-width: 896px) {
  .p-recruit-entry .complete .ttl {
    font-size: 25px;
    line-height: 1.6;
  }
}
.p-recruit-privacy {
  margin-bottom: clamp(145.8824px, 11.3971vw, 155px) !important;
}
@media screen and (max-width: 896px) {
  .p-recruit-privacy {
    margin-bottom: 60px !important;
  }
}
.p-recruit-privacy-head {
  align-items: center;
  border-bottom: 1px solid #BCBCBC;
  display: flex;
  flex-direction: column;
  height: clamp(423.5294px, 33.0882vw, 450px);
  justify-content: center;
  padding-top: clamp(65.8824px, 5.1471vw, 70px);
}
@media screen and (max-width: 896px) {
  .p-recruit-privacy-head {
    height: 219px;
    padding-top: 43px;
  }
}
.p-recruit-privacy-head:after {
  background: #0A3464;
  bottom: 0;
  content: " ";
  display: block;
  height: clamp(4.7059px, 0.3676vw, 5px);
  left: calc(50% - clamp(282.3529px, 22.0588vw, 300px));
  position: absolute;
  width: clamp(564.7059px, 44.1176vw, 600px);
}
@media screen and (max-width: 896px) {
  .p-recruit-privacy-head:after {
    height: 3px;
    left: calc(50% - 97.5px);
    width: 195px;
  }
}
.p-recruit-privacy-head .ttl {
  color: #0A3464;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "ヒラギノ明朝 ProN", serif;
  font-size: clamp(51.7647px, 4.0441vw, 55px);
  font-weight: 500;
  letter-spacing: clamp(2.8235px, 0.2206vw, 3px);
}
@media screen and (max-width: 896px) {
  .p-recruit-privacy-head .ttl {
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
  }
}
.p-recruit-privacy-body {
  padding-top: clamp(110.1176px, 8.6029vw, 117px);
}
@media screen and (max-width: 896px) {
  .p-recruit-privacy-body {
    padding-top: 50px;
  }
}
.p-recruit-privacy-body .ttl {
  color: #0A3464;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "ヒラギノ明朝 ProN", serif;
  font-size: clamp(28.2353px, 2.2059vw, 30px);
  font-weight: 500;
  padding-bottom: clamp(7.5294px, 0.5882vw, 8px);
}
@media screen and (max-width: 896px) {
  .p-recruit-privacy-body .ttl {
    font-size: 20px;
    padding-bottom: 13px;
  }
}
* + .p-recruit-privacy-body .ttl {
  padding-top: clamp(54.5882px, 4.2647vw, 58px);
}
@media screen and (max-width: 896px) {
  * + .p-recruit-privacy-body .ttl {
    padding-top: 30px;
  }
}
@media screen and (max-width: 896px) {
  .p-recruit-privacy-body p {
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-recruit-privacy-body .list li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-recruit-privacy-body .list li:before {
  content: "・";
}

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


/* Make the image container the positioning context */
/*.mainImg.is-parttime .img {
    position: relative;
}*/

/* Dimming layer — sits between image and message */
#container.is-parttime .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55); /* adjust darkness here */
    z-index: 100;
}

/* Message — 80% of the visual, centered */
#container.is-parttime .closed-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 38%;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 101;
    margin: 0;
    color: #fff;
    font-size: clamp(1.2rem, 3vw, 7rem);
    font-weight: bold;
    line-height: 1.6;
    box-sizing: border-box;
}

#container.is-parttime .closed-message .sub {
    font-size: 3.5rem;
}
    
#container.is-parttime .closed-message.sp {
    font-size: clamp(1.1rem, 6vw, 2.5rem);
}
    
#container.is-parttime .closed-message.sp .sub {
    font-size: 1.5rem;
}
    
#container.is-parttime .fixed-entry-btn {
	display: none;
}

#container.is-parttime #gHeader {
	z-index: 1000;
}
