@charset "utf-8";

/* CSS Document */

.homeWrapper {
  position: relative;
}

/***********
mainVisual
************/

.mainVisual {
  --mv-height: 100svh;
  --mv-minHeight: 600px;
  position: sticky;
  top: 0;
  z-index: 9;
  height: var(--mv-height);
  min-height: var(--mv-minHeight);
  background-color: var(--color-dark01);
}

/*
movie
*/

.mainVisual-pcMovie {
  pointer-events: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 2s ease 0.2s;
  pointer-events: none;
}
body.is-loaded .mainVisual-pcMovie {
  opacity: 1;
}
.mainVisual-pcMovie::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.mainVisual-pcVideo {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/*
container
*/

.mainVisual-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding-top: calc(var(--header-height) / 2);
  padding-left: 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(24px,1.9vw, 46px);
  color: var(--color-base);
  white-space: nowrap;
  user-select: none;
}
.mainVisual-block {
  font-size: 100%;
}

.mainVisual-lead {
  display: inline-block;
  font-size: 400%;
  font-weight: 600;
  font-family: var(--font-family-gothic-en);
  line-height: 1;
  opacity: 0;
}
.mainVisual-text {
  color: var(--color-base);
  font-weight: 700;
  opacity: 0;
  padding-top: 0.8em;
}
body.is-loaded .mainVisual-text ,
body.is-loaded .mainVisual-lead {
  opacity: 1;
  transition: opacity 1s ease 1s;
}



.mainVisual-lead-item {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
.mainVisual-lead-item + .mainVisual-lead-item {
  margin-top: -0.1em;
}
.mainVisual-lead-item span {
  display: inline-block;
  translate: 0 100%;
  opacity: 0;
}
body.is-loaded .mainVisual-lead-item span {
  translate: 0 -8%;
  opacity: 1;
  scale: 1 1;
  transition: translate ease 1s , opacity ease 1s , scale ease 1s;
}


.mainVisual-text-item {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
.mainVisual-text-item span {
  display: inline-block;
  translate: 0 100%;
  opacity: 0;
  scale: 1 0.4;
}
body.is-loaded .mainVisual-text-item span {
  translate: 0 0;
  opacity: 1;
  scale: 1 1;
  transition: translate ease 1s , opacity ease 1s , scale ease 1s;
}

@media screen and (max-width:640px) {

  /*
  container
  */

  .mainVisual-container {
    padding-left: 4vw;
    font-size: clamp(14px,4vw, 30px);
  }
  .mainVisual-lead {
    font-size: 380%;
  }
  .mainVisual-text {
    font-size: 110%;
  }

}

/***********
homeService
************/

.homeService {
  position: relative;
  z-index: 9;
  padding-top: 250px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  counter-reset : homeService_num;
}

.homeService-wrapper {
  position: relative;
  background-color: #282828f6;
  padding-block: min(15vw,15em);
}

.homeService-container {
  display: flex;
  gap: 0 3%;
  font-size: clamp(16px,1.6vw, 46px);
}
.homeService-heading {
  width: 52%;
  padding-left: 9vw;
}
.homeService-heading-block {
  position: sticky;
  top: 0.5em;
  z-index: 9;
}
.homeService-heading-block::after {
  content: "";
  display: block;
  width: clamp(860px,100vw, 1920px);
  height: 100svh;
  position: absolute;
  right: 0;
  top: 110%;
  background: url(../../img/drawing01.png) no-repeat right top ;
  pointer-events: none;
}
.homeService-lead {
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  font-size: 350%;
  letter-spacing: 0;
  white-space: nowrap;
  color: var(--color-brand01);
  position: relative;
}
.homeService-lead::after {
  content: "";
  display: block;
  width: 2em;
  height: calc(100% - 0.2em);
  position: absolute;
  right: calc(100% + 0.5em);
  top: 0;
  background-color: var(--color-base);
  translate: -100% 0;
  clip-path: polygon(0% 0%, 100% 0%,
  100% 50%,100% 50%,100% 85%,100% 85%,
  100% 100%, 0 100%);
}
.homeService-lead.is-show::after {
  translate: 0 0;
  transition: translate 1s ease 0.1s,clip-path 0.8s ease 0.8s;
  clip-path: polygon(0% 0%, 100% 0%,
  100% 50%,75% 50%,75% 85%,100% 85%,
  100% 100%, 0 100%);
}
.homeService-lead-item {
}
.homeService-lead-item + .homeService-lead-item {
  margin-top: -0.5em;
}
.homeService-text {
  font-weight: 600;
  font-size: 100%;
  padding-top: 0.5em;
}
.homeService-text-item {
}
.homeService-text-bar {
  display: inline-block;
  width: 4em;
  height: 1px;
  margin-left: 0.5em;
  background-color: var(--color-base);
  vertical-align: baseline;
  translate: 0 -0.4em;
  scale: 0 1;
  transform-origin: left;
}
.homeService-text-item.is-show .homeService-text-bar {
  scale: 1 1;
  transition: scale 0.4s ease 1.1s;
}

.homeService-inner {
  flex: 1;
  padding-right: 5vw;
}

/*
section
*/

.homeService-section {
}
.homeService-section::before {
  display: inline-block;
  counter-increment:homeService_num;
  content: "（"counter(homeService_num, decimal-leading-zero)"）" ;
  font-feature-settings: "palt";
  font-family: var(--font-family-gothic-en);
  font-size: max(55%,13px);
  letter-spacing: 0.06em;
  padding-bottom: 0.5em;
}

.homeService-section + .homeService-section {
  padding-top: 3em;
}
.homeService-section-visual {
  overflow: hidden;
}
.homeService-section-visual a {
  display: block;
  position: relative;
}
.homeService-section-visual a::after {
  content: "";
  display: block;
  width: 1.8em;
  height: 1.8em;
  background: url(../../img/icon/arrow_wt.png) no-repeat center center / 35% auto;
  background-color: var(--color-brand01);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  transition: 0.3s;
}
body.is-pc .homeService-section-visual a:hover::after {
  background-color: var(--color-main);
  background-position: 60% center;
}
.homeService-section-img {
}

.homeService-section-inner {
  padding-top: 1em;
}
.homeService-section-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 0.5em;
  padding-bottom: 0.3em;
}
.homeService-section-title {
  font-size: max(90%,16px);
  font-weight: 600;
}
.homeService-section-title a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.homeService-section-subTitle {
  font-size: max(70%,14px);
  font-family: var(--font-family-gothic-en);
  color: var(--color-brand01);
}
.homeService-section-text {
  font-size: max(55%,14px);
  line-height: 1.8;
}


@media screen and (max-width:1280px) {

  .homeService-container {
    gap: 0 2%;
  }
  .homeService-heading {
    width: 42%;
    padding-left: 4vw;
  }
  .homeService-lead {
    font-size: 300%;
  }
  .homeService-lead.is-show::after {
    clip-path: polygon(0% 0%, 100% 0%,
    100% 50%,90% 50%,90% 85%,100% 85%,
    100% 100%, 0 100%);
  }
  .homeService-inner {
    padding-right: 3vw;
  }

}

@media screen and (max-width:834px) {

  .homeService {
    padding-top: 150px;
  }

  .homeService-wrapper {
    padding-block: min(20vw,15em) 320px;
    background: url(../../img/drawing01.png) no-repeat right 10vw bottom -100px / 768px auto;
    background-color: #282828f6;
  }

  .homeService-container {
    display: block;
    font-size: 1rem;
  }
  .homeService-heading {
    width: auto;
    padding-left: 8vw;
    padding-bottom: 3em;
  }
  .homeService-heading-block {
    position: relative;
    top: auto;
  }
  .homeService-heading-block::after {
    display: none;
  }
  .homeService-lead {
    font-size: clamp(2.8rem,13vw, 8rem);
  }
  .homeService-lead::after {
    right: calc(100% + 0.3em);
  }

  .homeService-text {
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .homeService-inner {
    padding-right: 0;
  }

  /*
  section
  */

  .homeService-section {
  }
  .homeService-section::before {
    font-size: max(55%,13px);
    padding-left: var(--padding-side);
  }

  .homeService-section-visual a::after {
    font-size: 2rem;
  }

  .homeService-section-inner {
    padding: 1.2rem var(--padding-side) 0;
  }
  .homeService-section-heading {
    display: block;
    padding-bottom: 0.8em;
  }
  .homeService-section-title {
    font-size: 1.4rem;
  }
  .homeService-section-subTitle {
    font-size: 1rem;
    line-height: 1;
  }
  .homeService-section-text {
    font-size: 1rem;
    line-height: 1.8;
  }

}

/***********
homeContents
************/

.homeContents {
  /* background-color: var(--color-dark01); */
  position: relative;
  z-index: 9;
}

/***********
homeTicker
************/

.homeTicker {
  background-color: var(--color-main);
  font-size: clamp(150px,11vw, 300px);
  white-space: nowrap;
  height: 0.76em;
  position: relative;
  border-top: 1px solid #fff5;
  border-bottom: 1px solid #fff5;

}
.homeTicker-slider {
  margin-top: -0.44em;
}
.homeTicker-item {
  padding: 0 0.15em;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-family: var(--font-family-gothic-en);
  opacity: 0.5;
  line-height: 1.5;
}

@media screen and (max-width:834px) {

  .homeTicker {
    font-size: clamp(80px,30vw, 140px);
  }

}

/***********
homeAbout
************/

.homeAbout {
  text-align: center;
  background-color: var(--color-main);
}
.homeAbout-container {
  padding: min(14vw,12em) 3vw;
  background: url(../../img/service_bg.png) no-repeat -25% center / auto 100%;
}
.homeAbout-heading {
  overflow: hidden;
}
.homeAbout-heading-title {
  display: inline-block;
  padding: 0 0.06em;
  position: relative;
  line-height: 0.87;
  font-family: var(--font-family-gothic-en);
  font-weight: 400;
  font-size: clamp(6rem,7vw, 160px);
  color: var(--color-brand01);
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 0.13em), 0 calc(100% - 0.13em));

}
.homeAbout-heading-title::before,
.homeAbout-heading-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-brand01);
  position: absolute;
  left: 0;
  scale: 0 1;
  transition: scale 0.6s ease;
  transform-origin: left;
}
.homeAbout-heading-title::before {
  top: 1px;
  transition-delay: 0.4s;
}
.homeAbout-heading-title::after {
  bottom: 0.13em;
  transition-delay: 0.2s;
}
.homeAbout-heading-title.is-show::before,
.homeAbout-heading-title.is-show::after {
  scale: 1 1;
}

.homeAbout-text {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.4;
  padding-top: 2.5em;
}
.homeAbout-link {
  text-align: center;
  padding-top: 4em;
}

.homeAbout-visual {
  display: flex;
  overflow: hidden;
}
.homeAbout-visual-img {
  flex: 1;
  aspect-ratio: 16 / 12;
  overflow: hidden;
}
.homeAbout-visual-img img{
  width: 100%;
  height: calc(100% + 5vw);
  object-fit: cover;
}
.homeAbout-visual-img img[data-move-y="5vw"] {
  margin-top: -5vw;
}

@media screen and (max-width:640px) {

  .homeAbout {
  }
  .homeAbout-container {
    padding: min(25vw,12em) 3vw;
    background: url(../../img/service_bg.png) no-repeat left bottom / 80% auto;
  }
  .homeAbout-heading {
    overflow: hidden;
  }
  .homeAbout-heading-title {
    font-size: clamp(3rem,18vw, 6rem);
  }

  .homeAbout-text {
    font-size: clamp(12px,4vw, 18px);
    font-weight: 500;
    line-height: 2;
    padding-top: 2.5em;
  }
  .homeAbout-link {
    text-align: center;
    padding-top: 4em;
  }

  .homeAbout-visual {
    display: flex;
    overflow: hidden;
    width: 160vw;
  }
  .homeAbout-visual-img {
    aspect-ratio: 16 / 18;
  }
  .homeAbout-visual-img:nth-child(2) {
    translate: -60vw 0;
    clip-path: polygon(60vw 0%, 100% 0%, 100% 100%, 0 100%);

  }

}

/***********
homeNews
************/

.homeNews {
  padding-block: min(12vw,10em) min(15vw,14em) ;
  background-color: var(--color-main);
}

.homeNews-heading {
}
.homeNews-heading-subTitle {
  font-size: 4rem;
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  color: var(--color-brand01);
  line-height: 1;
}
.homeNews-heading-title {
  font-weight: 600;
  font-size: 1.2rem;
  padding-top: 0.8em;
}

@media screen and (max-width:834px) {

  .homeNews {
    padding-block: min(15vw,8em) min(20vw,8em) ;
    background-color: var(--color-main);
  }

  .homeNews-heading {
    padding-bottom: 2em;
  }
  .homeNews-heading-subTitle {
    font-size: 3rem;
    line-height: 1.1;
  }
  .homeNews-heading-title {
    font-weight: 600;
    font-size: 1rem;
  }

}



/***********
homeRecruit
************/

.homeRecruit {
  padding-block: min(12vw,10em) min(15vw,14em) ;
  background: url(../../img/drawing02.png) no-repeat right top;
  background-color: #282828f6;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.homeRecruit-heading {
  padding-left: 7vw;
}
.homeRecruit-heading-title {
  font-family: var(--font-family-gothic-en);
  font-weight: 500;
  font-size: 1.4rem;
}
.homeRecruit-heading-lead {
  font-family: var(--font-family-gothic-en);
  font-weight: 700;
  font-size: 9vw;
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  letter-spacing: 0;
  white-space: nowrap;
  -webkit-mask-image: linear-gradient(to right,  #0003 0%,  #000 90%);
  mask-image: linear-gradient(to right, #0003 0%, #90 100%);
}
.homeRecruit-heading-lead > span {
  display: inline-block;
  translate: 0.5em 0;
  opacity: 0;
}
.homeRecruit-heading-lead.is-show > span {
  translate: 0 0;
  opacity: 1;
  transition: 0.8s;
}


.homeRecruit-visual {
  background: url(../../img/recruit_visual.png) repeat-x 0 0 / 2363px 834px;
  animation: anim-homeRecruit-visual-bg 40s linear infinite reverse;
  height: 834px;
}

@keyframes anim-homeRecruit-visual-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2363px 0;
  }
}


.homeRecruit-container {
  padding: 5em 4vw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 3%;
}
.homeRecruit-headline {
}

.homeRecruit-lead {
  white-space: nowrap;
  font-size: clamp(2rem,3.4vw, 100px);
  padding-right: 1em;
  padding-top: 0.1em;
  padding-bottom: 1em;
  line-height: 1;
}
.homeRecruit-lead-item {
}
.homeRecruit-lead-item + .homeRecruit-lead-item {
  margin-top: 0.5em;
}
.homeRecruit-inner {
}
.homeRecruit-text {
  line-height: 2.4;
}
.homeRecruit-link {
  padding-top: 3em;
}
.homeRecruit-link .l-btn {
  font-size: 1.3rem;
  min-height: 4em;
}

@media screen and (max-width:1280px) {

  .homeRecruit-container {
    justify-content: space-between;
  }


  .homeRecruit-visual {
    background-size: calc(2363px / 1.5) calc(834px / 1.5);
    height: calc(834px / 1.5);
    animation-duration: 25s;
  }
  @keyframes anim-homeRecruit-visual-bg {
    from {
      background-position: 0 0;
    }
    to {
      background-position: calc(2363px / 1.5) 0;
    }
  }

}

@media screen and (max-width:640px) {

  .homeRecruit {
    padding-block: min(20vw,8em) min(25vw,8em) ;
    background-size: 260px auto;
  }
  .homeRecruit-heading {
    padding-left: 3vw;
  }
  .homeRecruit-heading-title {
    font-size: 1rem;
  }
  .homeRecruit-heading-lead {
    font-size: 18vw;
    padding-top: 0.2em;
    padding-bottom: 0.5em;
    line-height: 1;
  }

  .homeRecruit-visual {
    background-size: calc(2363px / 2.5) calc(834px / 2.5);
    height: calc(834px / 2.5);
    animation-duration: 15s;
  }
  @keyframes anim-homeRecruit-visual-bg {
    from {
      background-position: 0 0;
    }
    to {
      background-position: calc(2363px / 2.5) 0;
    }
  }


  .homeRecruit-container {
    padding: 3em 3vw 0;
    display: block;
  }
  .homeRecruit-headline {
  }

  .homeRecruit-lead {
    font-size: clamp(1.4rem,8vw, 2.5rem);
    padding-right: 0;
    padding-top: 0.1em;
  }
  .homeRecruit-text {
    line-height: 1.8;
  }
  .homeRecruit-link {
    padding-top: 2.5em;
    text-align: center;
  }
  .homeRecruit-link .l-btn {
    min-width: 16em;
    min-height: 3.8em;
    padding: 1em 2.5em ;
    font-size: 1.05rem;
  }

}


/***********
homeFooter
************/

.homeFooter {
  height: 100px;
  position: relative;
  z-index: 9;
  background-color: #282828f6;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  margin-bottom: -1px;
}
.homeFooter::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-main);
  clip-path: polygon(0% 0%,
  65% 0%, 65% 50px, 73% 50px, 73% 0%,
  77% 0%, 77% 100px, 93% 100px, 93% 0%,
  100% 0%, 100% 100%, 0 100%);
}

@media screen and (max-width:1280px) {

  .homeFooter {
    height: 40px;
  }
  .homeFooter::after {
    clip-path: polygon(0% 0%,
    30% 0%, 30% 20px, 45% 20px, 45% 0%,
    50% 0%, 50% 40px, 90% 40px, 90% 0%,
    100% 0%, 100% 100%, 0 100%);
  }
}
/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/
