/* -------------------
wrapper
------------------- */
.l-wrapper {
  position: relative;
  overflow: clip;
  width: 100%;
}

/* -------------------
main
------------------- */
.l-main {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .l-main {
    padding-top: 64px;
    min-height: calc(100vh - 64px);
  }
}

/* -------------------
fv
------------------- */
.c-fv {
  width: 100%;
}
@media (min-width: 768px) {
  .c-fv {
    margin-bottom: 64px;
    margin-inline: auto;
    max-width: 648px;
  }
}

/* -------------------
floating-area
------------------- */
.floating-area {
  position: fixed;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px;
  padding: 8px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 1px solid var(--Stroke-Divider);
  background: var(--Surface-Container-White);
}

/* -------------------
floating-spacer
------------------- */
.floating-spacer {
  width: 100%;
  height: 65px;
}

/* -------------------
button
------------------- */
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding: 0 24px;
  min-height: 48px;
  min-width: 140px;
  max-width: 220px;
  width: 100%;
  border-radius: 12px;
}
.button.new {
  background: var(--Surface-Interactive-Primary);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(134, 55, 4, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(134, 55, 4, 0.3);
  color: var(--Object-White, #fff);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.button.new:hover {
  background: var(--Surface-Interactive-Primary-hover);
}

@media (min-width: 768px) {
  .header {
    z-index: 10;
  }
}

@media (min-width: 768px) {
  .common010 {
    max-width: 648px;
    margin: 0 auto;
  }
}

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

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

.common010 img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.common010 .btn p:not(.btn-txt) {
  width: calc(670 / 750 * 100vw);
  margin: calc(19 / 750 * 100vw) auto 0 auto;
}

.common010 .fv {
  position: relative;
}

.common010 .fv .btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(127 / 750 * 100vw);
}

.common010 .attract {
  padding: calc(99 / 750 * 100vw) 0 calc(68 / 750 * 100vw) 0;
}

.common010 .attract ol,
.common010 .attract li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.common010 .attract .btn {
  margin-top: calc(62 / 750 * 100vw);
}

.common010 .jobs {
  padding: 0 0 calc(50 / 750 * 100vw) 0;
}

.common010 .jobs ul {
  width: calc(671 / 750 * 100vw);
  margin: calc(48 / 750 * 100vw) auto 0 auto;
}

.common010 .jobs li {
  -webkit-filter: drop-shadow(calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) calc(12 / 750 * 100vw) rgba(0, 0, 0, 0.15));
  filter: drop-shadow(calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) calc(12 / 750 * 100vw) rgba(0, 0, 0, 0.15));
}

.common010 .jobs li:not(:first-child) {
  margin: calc(40 / 750 * 100vw) 0 0 0;
}

.common010 .jobs .btn {
  margin-top: calc(79 / 750 * 100vw);
}
