html, body {
  width: 100%;
  position: relative;
}

body {
  background: url(../../../img/toppage/top-main-sp.webp) no-repeat center center fixed;
  background-size: cover;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

img {
  max-width: 100%;
}

.sp-view {
  padding: 0;
  width: 375px;
  margin: 0 auto;
  position: relative;
}

.side-space {
  margin-left: 15px;
  margin-right: 15px;
}

.side-space-smart {
  margin-left: 10px;
  margin-right: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-22 {
  margin-top: 22px;
}

.arrow-box {
  background-color: #0E192F;
  position: relative;
  padding-bottom: 37px;
}
.arrow-box::after {
  content: "";
  position: absolute;
  transform: translateY(calc(100% - 1px));
  bottom: 0;
  left: 0;
  width: 100%;
  height: 49.5px;
  background: #0e192f;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 1;
}

.plan-page-logo {
  width: 117px;
  position: absolute;
  right: 15px;
  top: 17px;
}

.intro-sec {
  background-color: #ECE5D2;
}

.rich-box {
  background-color: #EBE3CE;
  position: relative;
  padding: 5px;
}
.rich-box-inner {
  border: 1px solid #A18D60;
  padding: 74px 0 24px;
}
.rich-box .badge-img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.rich-box a {
  display: block;
}

.solution-box:first-of-type {
  margin-top: 62px;
}
.solution-box .badge-img {
  width: 133px;
}

.offer-box {
  margin-top: 80px;
}
.offer-box .rich-box-inner {
  padding: 54px 0 24px;
}
.offer-box .badge-img {
  width: 69px;
}

.narrowing-box {
  text-align: center;
  margin-top: 67px;
}
.narrowing-box .rich-box-inner {
  padding: 64px 15px 24px;
}
.narrowing-box .badge-img {
  width: 230px;
  top: 17px;
}
.narrowing-box a {
  margin-top: 17px;
}

.action-box {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 60px;
}
.action-box .action-txt {
  width: 220px;
}

@media screen and (min-width: 800px) {
  .sp-view .commonheader__reserve {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 375px;
    z-index: 10;
  }
  .sp-view header .commonheader__vacancy {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    line-height: 1;
    padding: 0.5rem 1rem;
  }
  .sp-view header .commonheader__vacancy br {
    display: block;
  }
  .sp-view header .commonheader__vacancy span.text-join {
    margin-right: 4px;
    margin-left: 4px;
  }
  .sp-view .pc-only {
    display: none !important;
  }
  .sp-view .sp-only {
    display: flex !important;
  }
}
@media screen and (min-width: 800px) {
  .commonfooter {
    padding: 31.2px 0;
    font-size: 13px;
  }
  .commonfooter a {
    font-size: 13px;
  }
  .commonfooter__logo {
    margin-bottom: 18.2px;
  }
  .commonfooter__address {
    font-size: 13px;
    margin-bottom: 18.2px;
  }
  .commonfooter__sns {
    margin: 0 -5.2px 18.2px;
  }
  .commonfooter__sns li {
    margin: 0 5.2px;
  }
  .commonfooter__link {
    display: block;
    width: auto;
    padding: 13px;
    margin-bottom: 13px;
  }
  .commonfooter__link--text {
    font-size: 11.7px;
  }
  .commonfooter__link img {
    margin: 0 2.6px;
  }
  .commonfooter__link--number {
    font-size: 15.6px;
  }
  .commonfooter__link--time {
    font-size: 10.4px;
  }
  .commonfooter__link_pc {
    display: block;
  }
  .commonfooter__links {
    width: auto;
    margin: 0 -6.5px 18.2px;
  }
  .commonfooter__links--contact {
    padding: 13px;
    margin: 0 6.5px;
  }
  .commonfooter__covid19 {
    padding: 13px;
    margin-bottom: 32.5px;
    border-radius: 6.5px;
  }
  .commonfooter__flex {
    display: flex;
  }
  .commonfooter__flex.sp {
    display: flex !important;
  }
  .commonfooter__sitemap {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 13px;
    margin-bottom: 32.5px;
    font-size: 12px;
  }
  .commonfooter__sitemap > li {
    width: auto;
  }
  .commonfooter__sitemap.sp {
    display: flex !important;
  }
  .commonfooter__sitemap.pc {
    display: none !important;
  }
  .commonfooter__sitemap--lower li {
    font-size: 11px;
  }
  .commonfooter__company a {
    margin: 13px 7.8px;
  }

  .copyright {
    padding: 7.8px 7.8px 50px;
  }
}

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