@charset "UTF-8";
/*================================================================
リセットCSS
================================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

body {
  color: #3B3B3B;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  color: #3B3B3B;
}

img {
  vertical-align: top;
}

main {
  flex: 1;
}

hr {
  border-top: 1px solid #FFF;
  display: block;
  width: 100%;
}

.l-inner {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
}

main {
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

footer {
  margin-top: calc(clamp(4.875rem, -1.587rem + 32.31vw, 7.5rem) * -1);
  position: relative;
}
footer .cta-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(4.75rem, -2.635rem + 36.92vw, 7.75rem);
}

.fv {
  position: relative;
  margin-bottom: 16px;
}

.fvImages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.fvImages img {
  min-width: 0;
}

.fv_white {
  position: absolute;
  bottom: 0;
  left: 0;
}

.fvImage1,
.fvImage2,
.fvImage3,
.fvImage4,
.fvImage5,
.fvImage6,
.fv-copy1,
.fv-copy2,
.fv-copy3,
.fv-copy4 {
  opacity: 0;
}

.fv-copy1 {
  clip-path: inset(0 100% 0 0);
}

.logo {
  width: clamp(8.125rem, 3.51rem + 23.08vw, 10rem);
  max-width: 100%;
}
.logo img {
  vertical-align: middle;
}

.entry {
  width: clamp(8.125rem, 3.51rem + 23.08vw, 10rem);
  max-width: 100%;
  transition: all 0.3s;
}
.entry:hover {
  transform: scale(1.05);
}

.fv-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(0.625rem, 0.16rem + 2.33vw, 1.25rem) clamp(0.75rem, 0.192rem + 2.79vw, 1.5rem);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.fv-copyWrap {
  width: clamp(13.5rem, -0.654rem + 70.77vw, 19.25rem);
  max-width: 100%;
  position: absolute;
  bottom: clamp(1.125rem, 0.202rem + 4.62vw, 1.5rem);
  right: 10px;
}

.fv-copy2 {
  width: clamp(8.125rem, 2.125rem + 30vw, 10.563rem);
  margin-left: calc(clamp(0.625rem, -0.144rem + 3.85vw, 0.938rem) * -1);
  position: absolute;
  top: -10px;
  left: 0;
}

.fv-copy3 {
  margin-top: -8px;
}

.fv-copy4 {
  width: clamp(12.5rem, -0.269rem + 63.85vw, 17.688rem);
  max-width: 100%;
  position: absolute;
  bottom: calc(clamp(1.563rem, -0.438rem + 10vw, 2.375rem) * -1);
  right: clamp(1.563rem, 1.101rem + 2.31vw, 1.75rem);
}

.scroll {
  display: flex;
  position: absolute;
  bottom: 0;
  right: clamp(0.438rem, 0.112rem + 1.63vw, 0.875rem);
  z-index: 100;
}

.scroll-bar {
  width: 1px;
  height: clamp(3.75rem, 0.981rem + 13.85vw, 4.875rem);
  background: #e5e5e5;
  position: relative;
}
.scroll-bar::after {
  position: absolute;
  content: "";
  width: 1px;
  height: clamp(3.75rem, 0.981rem + 13.85vw, 4.875rem);
  top: 0;
  left: 0;
  animation: scroll 2s infinite;
  background: #000;
}

.scroll-text {
  writing-mode: vertical-rl;
  font-size: clamp(0.625rem, 0.317rem + 1.54vw, 0.75rem);
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.about {
  position: relative;
  padding-bottom: clamp(3.125rem, -1.49rem + 23.08vw, 5rem);
}

.about-top {
  position: relative;
}

.about-bg {
  opacity: 0;
}

.about-logo {
  width: clamp(10rem, 0.769rem + 46.15vw, 13.75rem);
  max-width: 100%;
  position: absolute;
  top: clamp(21.875rem, -39.063rem + 250vw, 31.25rem);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.about-title {
  max-width: 100%;
  position: absolute;
  top: clamp(0.625rem, -1.813rem + 10vw, 1rem);
  padding: 0 clamp(1rem, -0.625rem + 6.67vw, 1.25rem);
  opacity: 0;
}

.about-copy1 {
  width: clamp(15.625rem, 1.163rem + 72.31vw, 21.5rem);
  max-width: 100%;
  position: absolute;
  top: clamp(9.375rem, -1.394rem + 53.85vw, 13.75rem);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.about-copy2 {
  width: clamp(15.625rem, 1.163rem + 72.31vw, 21.5rem);
  max-width: 100%;
  position: absolute;
  bottom: clamp(4.375rem, -3.75rem + 33.33vw, 5.625rem);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.about-points {
  position: relative;
  z-index: 2;
}

.about-point {
  overflow: hidden;
}

.about-point-top {
  width: clamp(17.5rem, 1.654rem + 79.23vw, 23.938rem);
  max-width: 100%;
  margin-left: clamp(0.875rem, 0.26rem + 3.08vw, 1.125rem);
  margin-bottom: clamp(1.563rem, 0.024rem + 7.69vw, 2.188rem);
}

.about-point-bottom {
  width: clamp(18.75rem, -0.019rem + 93.85vw, 26.375rem);
  max-width: 100%;
}

.about-point + .about-point {
  margin-top: clamp(4.375rem, 1.298rem + 15.38vw, 5.625rem);
}

.about-point:nth-of-type(2) .about-point-top {
  width: clamp(15.625rem, 0.24rem + 76.92vw, 21.875rem);
  margin-left: auto;
  margin-right: clamp(0.875rem, 0.26rem + 3.08vw, 1.125rem);
}
.about-point:nth-of-type(2) .about-point-bottom {
  margin-left: auto;
}

.about-point-bottom1,
.about-point-bottom2,
.about-point-bottom3 {
  opacity: 0;
}

.about-point1,
.about-point2,
.about-point3 {
  position: relative;
}

.about-point-bottom1_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(3.75rem, 0.673rem + 15.38vw, 5rem);
  z-index: -1;
}

.about-point-bottom2_bg {
  position: absolute;
  bottom: clamp(5.625rem, -3.606rem + 46.15vw, 9.375rem);
  left: 0;
  width: clamp(6.25rem, 3.173rem + 15.38vw, 7.5rem);
  z-index: -1;
}

.about-point-bottom3_bg {
  position: absolute;
  bottom: clamp(6.875rem, -0.817rem + 38.46vw, 10rem);
  right: 0;
  z-index: -1;
  width: clamp(4.375rem, 1.298rem + 15.38vw, 5.625rem);
}

.banner {
  background: #f9f8f8;
  padding: clamp(1.25rem, -0.238rem + 7.44vw, 3.25rem) clamp(1rem, 0.256rem + 3.72vw, 2rem);
  box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.1);
  margin-bottom: clamp(2.5rem, -0.577rem + 15.38vw, 3.75rem);
}

.banner-imgWrap {
  position: relative;
}

.banner-arrow {
  width: clamp(1.875rem, 0.029rem + 9.23vw, 2.625rem);
  max-width: 100%;
  position: absolute;
  bottom: -5px;
  right: 20px;
  overflow: hidden;
  border-radius: 50%;
}
.banner-arrow::after {
  animation: 3s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}

.shine {
  overflow: hidden;
  position: relative;
}
.shine::after {
  animation: 3s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}

@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.banner-text {
  margin-top: 40px;
}

.recruit {
  padding-bottom: 10px;
  position: relative;
}

.recruit_deco {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: -1;
  width: 100px;
}

.recruit-title {
  width: clamp(10rem, 0.308rem + 48.46vw, 13.938rem);
  max-width: 100%;
  margin: 0 auto;
}

.jobs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.job.job-modal-item1.job-item {
  margin-top: clamp(1.5rem, 0.423rem + 5.38vw, 1.938rem);
}

.job {
  cursor: pointer;
  transition: all 0.3s;
}
.job img {
  transition: all 0.3s;
}
.job:hover img {
  opacity: 0.8;
}

.recruit-detail {
  margin-top: calc(clamp(1.5rem, 0.269rem + 6.15vw, 2rem) * -1);
  margin-bottom: 20px;
  position: relative;
}

.recruit-img {
  max-width: 100%;
}

.job-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(20rem, 100vw, 28.125rem);
  height: 100%;
  background: #FFF;
  z-index: 999;
  overflow: auto;
}

.job-modal-title {
  position: relative;
}

.job-modal-close {
  cursor: pointer;
  position: absolute;
  top: clamp(1.25rem, 0.173rem + 5.38vw, 1.688rem);
  right: clamp(0.938rem, -0.601rem + 7.69vw, 1.563rem);
  width: clamp(0.938rem, 0.014rem + 4.62vw, 1.313rem);
}

.job-modal-text1 {
  margin-top: 50px;
  padding: 0 32px;
}

.job-modal-text2 {
  width: clamp(18.125rem, 3.817rem + 71.54vw, 23.938rem);
  max-width: 100%;
  margin: 0 auto;
  margin-top: clamp(2.188rem, 0.649rem + 7.69vw, 2.813rem);
  margin-bottom: 40px;
}

.job-modal-text3 {
  width: clamp(18.125rem, 3.817rem + 71.54vw, 23.938rem);
  max-width: 100%;
  margin: 0 auto;
  margin-top: clamp(1.875rem, 0.337rem + 7.69vw, 2.5rem);
}

.job-modal-text4 {
  max-width: 100%;
  margin-top: clamp(2.125rem, 0.587rem + 7.69vw, 2.75rem);
}

.job-modal-detail {
  padding-top: clamp(14.375rem, 8.375rem + 30vw, 16.813rem);
  position: relative;
}

.job-modal-text3-1,
.job-modal-text4-1 {
  width: clamp(18.125rem, 3.817rem + 71.54vw, 23.938rem);
  display: block;
  margin: auto;
}

.job-modal .jobs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: clamp(3.125rem, 0.817rem + 11.54vw, 4.063rem);
}

.job-modal-item1,
.job-modal-item2,
.job-modal-item3,
.job-modal-item4 {
  cursor: pointer;
}

.recruit-detail-items {
  width: clamp(15rem, 0.231rem + 73.85vw, 21rem);
  position: absolute;
  top: clamp(5rem, 0.385rem + 23.08vw, 6.875rem);
  right: clamp(0.625rem, -0.144rem + 3.85vw, 0.938rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.625rem, 0.317rem + 1.54vw, 0.75rem);
}

.loadMap {
  position: relative;
  z-index: 2;
}

.loadMap-title {
  position: absolute;
  top: clamp(3.438rem, 1.13rem + 11.54vw, 4.375rem);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(10rem, 1.385rem + 43.08vw, 13.5rem);
  max-width: 100%;
}

.loadMap-steps {
  position: absolute;
  top: clamp(5rem, -0.385rem + 26.92vw, 7.188rem);
  width: 100%;
}

.loadMap-step-img {
  width: clamp(14.688rem, 0.072rem + 73.08vw, 20.625rem);
  max-width: 100%;
}

.loadMap-step1 {
  position: relative;
}

.loadMap-step4 {
  position: relative;
}

.loadMap-step-img1,
.loadMap-step-img2,
.loadMap-step-img3,
.loadMap-step-img4 {
  position: relative;
  z-index: 2;
}

.loadMap-step-img2 {
  width: clamp(16.563rem, -0.822rem + 86.92vw, 23.625rem);
  margin-left: clamp(1.125rem, -0.26rem + 6.92vw, 1.688rem);
  margin-top: calc(clamp(1.25rem, 0.173rem + 5.38vw, 1.688rem) * -1);
}

.loadMap-step-img3 {
  width: clamp(16.5rem, -0.115rem + 83.08vw, 23.25rem);
  margin-left: auto;
  margin-top: calc(clamp(1.25rem, 0.173rem + 5.38vw, 1.688rem) * -1);
  margin-right: clamp(0.625rem, 0.163rem + 2.31vw, 0.813rem);
}

.loadMap-step-img4 {
  width: clamp(19.375rem, 0.144rem + 96.15vw, 27.188rem);
  max-width: 100%;
  margin-left: auto;
  margin-top: calc(clamp(1.25rem, 0.173rem + 5.38vw, 1.688rem) * -1);
  position: relative;
  z-index: 2;
}

.loadMap-img1 {
  width: clamp(5.625rem, -0.529rem + 30.77vw, 8.125rem);
  max-width: 100%;
  position: absolute;
  top: 10px;
  right: 0;
}

.loadMap-img2 {
  position: absolute;
  bottom: calc(clamp(6rem, 30vw, 8.438rem) * -1);
  left: 0;
  width: clamp(10.625rem, -0.144rem + 53.85vw, 15rem);
  max-width: 100%;
}

.cta-text {
  width: clamp(16.25rem, 0.558rem + 78.46vw, 22.625rem);
  max-width: 100%;
  margin: auto;
}

.cta-btn {
  display: block;
  width: clamp(17.5rem, -0.038rem + 87.69vw, 24.625rem);
  max-width: 100%;
  margin: auto;
  margin-top: 28px;
  margin-bottom: 40px;
  border-radius: 50px;
  overflow: hidden;
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-bold {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */