@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;
  z-index: 2;
}

.fv-staff {
  position: absolute;
  bottom: 0;
  right: 0;
}

.fv-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.fv-main-catch {
  position: absolute;
  bottom: min(31.1vw, 140px);
  left: 50%;
  transform: translateX(-50%);
  width: min(93.3vw, 420px);
}

.fv-cta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(84.4vw, 380px);
}

.fv-sub-catch {
  position: absolute;
  top: min(26.6vw, 120px);
  left: min(4.4vw, 20px);
  width: min(26.6vw, 120px);
}

.about {
  position: relative;
  padding-bottom: clamp(3.125rem, -1.49rem + 23.08vw, 5rem);
  margin-top: max(-8.9vw, -40px);
}

.about-top {
  position: relative;
  margin-bottom: 30px;
}

.about-logo {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: clamp(13.75rem, -0.096rem + 69.23vw, 19.375rem);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  top: min(44.4vw, 200px);
}

.about-title {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
}

.about-copy1 {
  width: clamp(15.625rem, 1.163rem + 72.31vw, 21.5rem);
  max-width: 100%;
  position: absolute;
  top: min(53.3vw, 240px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 2;
}

.about-copy2 {
  width: clamp(15.625rem, 1.163rem + 72.31vw, 21.5rem);
  max-width: 100%;
  position: absolute;
  bottom: clamp(4.625rem, -1.221rem + 29.23vw, 7rem);
  right: clamp(0.875rem, 0.26rem + 3.08vw, 1.125rem);
  opacity: 0;
  z-index: 2;
}

.about-men {
  width: min(42.2vw, 190px);
  position: absolute;
  bottom: 21px;
  right: 0;
  z-index: 1;
}

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

.about-point {
  overflow: hidden;
}

.about-point-top {
  width: min(93.3vw, 420px);
  max-width: 100%;
}

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

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

.about-point:nth-of-type(2) .about-point-top {
  width: min(93.3vw, 420px);
  margin-right: auto;
  margin-left: 0;
  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;
}

.banner {
  margin-top: 40px;
  margin-bottom: clamp(1.5rem, 0.423rem + 5.38vw, 1.938rem);
  position: relative;
}

.banner_women {
  position: absolute;
  top: max(-53.4vw, -240px);
  right: 0;
  width: min(60vw, 270px);
  z-index: 3;
}

.banner_img {
  position: relative;
  z-index: 4;
}

.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 {
  position: relative;
}

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

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

.recruit-detail {
  position: relative;
}

.recruit-img {
  width: clamp(18.75rem, -0.019rem + 93.85vw, 26.375rem);
  max-width: 100%;
  position: absolute;
  left: 0;
  bottom: min(2.2vw, 10px);
}

.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-modal1__img {
  margin-top: 20px;
}

.job_modal_arrow {
  position: relative;
  z-index: -1;
  margin-top: -100px;
}

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

.job-modal-close {
  cursor: pointer;
  position: absolute;
  top: min(6.8vw, 31px);
  right: min(6.6vw, 30px);
  width: clamp(0.938rem, 0.014rem + 4.62vw, 1.313rem);
}

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

.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(3, 1fr);
  margin-top: clamp(3.125rem, 0.817rem + 11.54vw, 4.063rem);
}
.job-modal .jobs + .jobs {
  margin-top: 0;
  grid-template-columns: repeat(2, 1fr);
}

.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;
  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);
  top: min(16.6vw, 75px);
}

.loadMap {
  position: relative;
  margin-top: max(-38.9vw, -175px);
  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(84.4vw, 380px);
  width: 100%;
}

.loadMap-step-img {
  width: min(95.5vw, 430px);
  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: 100%;
}

.loadMap-step-img3 {
  width: min(93.3vw, 420px);
  margin-right: auto;
  margin-top: min(6.6vw, 30px);
}

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

.cta {
  margin-top: 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: 10px;
  margin-bottom: -40px;
}

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

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