@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 20px rgba(0, 0, 0, 0.2);
}

.fv {
  position: relative;
}

.fvImages {
  display: flex;
}
.fvImages img {
  min-width: 0;
}

.fvMember {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}
.fvMember img {
  bottom: max(-46.6666666667vw, -210px);
  position: relative;
  right: 0;
  width: min(100vw, 450px);
}

.fv_logo {
  position: absolute;
  top: min(4.4444444444vw, 20px);
  left: min(3.3333333333vw, 15px);
  width: min(14.4444444444vw, 65px);
}

.fv_bottom {
  position: absolute;
  bottom: min(25.5555555556vw, 115px);
}

.fv_cta {
  position: absolute;
  z-index: 2;
  display: block;
  width: min(88.8888888889vw, 400px);
  left: 50%;
  bottom: min(4.4444444444vw, 20px);
  transform: translateX(-50%);
}

.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(10.063rem, 3.139rem + 34.62vw, 12.875rem);
  max-width: 100%;
}

.entry {
  width: clamp(4.5rem, 2.654rem + 9.23vw, 5.25rem);
  max-width: 100%;
}

.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);
  margin-top: -8px;
}

.fv-copy3 {
  margin-left: calc(clamp(1.25rem, 0.481rem + 3.85vw, 1.563rem) * -1);
  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: max(-15.5555555556vw, -70px);
  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);
  color: #FFF;
}

/* 線のアニメーション */
@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: min(11.1111111111vw, 50px);
  margin-top: max(-2.2222222222vw, -10px);
}

.about-top {
  position: relative;
  margin-bottom: min(35.5555555556vw, 160px);
}

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

.about-title {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: min(11.1111111111vw, 50px);
  padding: 0 min(6.2222222222vw, 28px);
  opacity: 0;
}

.about-copy1 {
  width: clamp(15.625rem, 1.163rem + 72.31vw, 21.5rem);
  max-width: 100%;
  position: absolute;
  top: min(57.7777777778vw, 260px);
  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: max(-26.6666666667vw, -120px);
  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: min(3.5555555556vw, 16px);
}

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

.about-point + .about-point {
  margin-top: min(7.1111111111vw, 32px);
}

.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 {
  position: relative;
}
.about-point1 .about-point-accent {
  width: 270px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about-point2 {
  position: relative;
}
.about-point2 .about-point-accent {
  width: 270px;
  position: absolute;
  z-index: -1;
  left: min(2.2222222222vw, 10px);
}

.about-point3 {
  position: relative;
}
.about-point3 .about-point-accent {
  width: 270px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner {
  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%;
  }
}
.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;
  margin-top: clamp(1.5rem, 0.423rem + 5.38vw, 1.938rem);
}

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

.recruit-detail {
  margin-top: calc(clamp(2.313rem, 0.159rem + 10.77vw, 3.188rem) * -1);
  margin-bottom: 40px;
  position: relative;
}

.recruit-img {
  width: clamp(18.75rem, -0.019rem + 93.85vw, 26.375rem);
  max-width: 100%;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}

.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: max(-26.6666666667vw, -120px);
}

.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);
}

.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 {
  width: clamp(18.75rem, 4.442rem + 71.54vw, 24.563rem);
  max-width: 100%;
  margin-top: clamp(2.125rem, 0.587rem + 7.69vw, 2.75rem);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.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: min(30vw, 135px);
  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);
}

.recruit-arrow {
  position: relative;
  z-index: 2;
}

.loadMap {
  position: relative;
  margin-top: max(-40vw, -180px);
  z-index: -1;
}

.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: min(53.3333333333vw, 240px);
  width: 100%;
}

.loadMap-step-img {
  width: 100%;
  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: min(71.1111111111vw, 320px);
  margin-left: clamp(1.125rem, -0.26rem + 6.92vw, 1.688rem);
  margin-top: max(-11.1111111111vw, -50px);
}

.loadMap-step-img3 {
  width: min(87.7777777778vw, 395px);
  margin-left: auto;
  margin-top: max(-4vw, -18px);
}

.loadMap-step-img4 {
  width: min(93.3333333333vw, 420px);
  max-width: 100%;
  margin-top: max(-4.4444444444vw, -20px);
  position: relative;
  z-index: 2;
}

.loadMap-img1 {
  width: clamp(6.25rem, 0.25rem + 30vw, 8.688rem);
  max-width: 100%;
  position: absolute;
  top: clamp(2.688rem, 0.072rem + 13.08vw, 3.75rem);
  right: 0;
}

.loadMap-img2 {
  position: absolute;
  top: clamp(0.625rem, -0.144rem + 3.85vw, 0.938rem);
  left: 0;
  width: clamp(9.063rem, -0.168rem + 46.15vw, 12.813rem);
  max-width: 100%;
}

.cta {
  margin-top: min(6.6666666667vw, 30px);
}

.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;
}

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

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