@charset "utf-8";

/* CSS Document */


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

.mainVisual {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 600px;
  overflow: hidden;
  pointer-events: none;
}
.mainVisual-wrapper {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: relative;
  left: -200vw;
  top: -200vh;
}
body.is-start .mainVisual-wrapper {
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mainVisual-movie {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}
body.is-start .mainVisual-movie {
  opacity: 1;
  transition: 1s;
  transition-delay: 0.5s;
}
.mainVisual-movie::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.2);
}
.mainVisual-video {
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}


.mainVisual-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  z-index: 99;
  color: var(--color-base);
  padding-right: 4vw;
  font-size: clamp(300%,2.5vw, 600%);
  user-select: none;
}
.mainVisual-block {
}
.mainVisual-subLead {
  font-family: var(--font-family-gothic-en);
  font-size: 40%;
  font-weight: 700;
  letter-spacing: -0.04em;
  padding-bottom: 1.5em;
  opacity: 0;
  translate: 15px 0;
}
.mainVisual-lead {
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0;
  translate: 15px 0;
}
.mainVisual-lead br {
  display: none;
}

.mainVisual-title {
  width: 67vw;
  position: absolute;
  right: 2vw;
  bottom: 0;
  z-index: 99;
  vertical-align: bottom;
  pointer-events: none;
  opacity: 0;
  translate: 15px 0;
}
.mainVisual-title img {
  vertical-align: bottom;
  translate: 0 0.2vw;
}

body.is-start .mainVisual-subLead,
body.is-start .mainVisual-lead,
body.is-start .mainVisual-title {
  opacity: 1;
  translate: 0 0;
  transition: 1.5s;
  will-change: transform;
}

body.is-start .mainVisual-subLead {
  transition-delay: 1.0s;
}
body.is-start .mainVisual-lead{
  transition-delay: 0.8s;
}
body.is-start .mainVisual-title {
  transition-delay: 0.5s;
}

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

  .mainVisual-container {
    font-size: clamp(200%,8.5vw, 300%);
  }
  .mainVisual-block {
  }
  .mainVisual-subLead {
    font-size: 33%;
  }
  .mainVisual-lead br {
    display: inline;
  }

  .mainVisual-title {
    width: 90vw;
    max-width: 500px;
    right: 2vw;
    bottom: -1px;
  }
}

/***********
himeLine
************/

.himeLine {
  padding-top: 140px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  pointer-events: none;
  scale: 1.01;
  transform-origin: left top;
  opacity: 0;
}
body.is-loaded .himeLine {
  opacity: 1;
}

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

  .himeLine {
    padding-top: 20vh;
    min-width: 600px;
  }
  body.is-loaded .himeLine {
    opacity: 1;
  }

}

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

.homeContents {
  font-size: clamp(77%,0.85vw, 100%);
  position: relative;
  background-color: var(--color-base);
}

/***********
homeHeading
************/

.homeHeading {
  font-size: 370%;
  padding-bottom: 1.2em;
}
.homeHeading-subTitle {
  font-family: var(--font-family-gothic-en);
  font-weight: 600;
  font-size: 60%;
  margin-bottom: 0.8em;
  padding-left: 0.8em;
  position: relative;
  line-height: 1.2;
}
.homeHeading-subTitle::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  left: 0;
  top: 0.42em;
  background: var(--color-brand01);
  border-radius: 50%;
}
.homeHeading-title {
  line-height: 1.35;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  padding-left: 0.45em;
  color: var(--color-brand03);
}

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

  .homeHeading {
    font-size: 300%;
    padding-bottom: 1.2em;
  }
  .homeHeading-subTitle {
    font-size: 60%;
  }

}

/***********
btn
************/

.l-btn.homeBtn {
  font-size: 170%;
}

/***********
homeIntro
************/

.homeIntro {
  padding: 26em 0 15em 20em;
  position: relative;
  z-index: 9;
}
.homeIntro-wrapper {
  position: relative;
}
.homeIntro-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../img/pattern01.png);
  border-radius: 5em 0 0 5em;
  opacity: 0.94;
}

.homeIntro-wrapper-inner {
  position: relative;
  z-index: 10;
}
.homeIntro .homeHeading-title {
  padding-left: 0;
}

.homeIntro-img {
  position: absolute;
  right: 12em;
  bottom: calc(100% - 14em);
  width: 20vw;
  border-radius: 1.5em 6em 6em 6em;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  transition: 2s;
}

.homeIntro-container {
  display: flex;
  align-items: center;
}

.homeIntro-visual {
  width: 50%;
  padding-top: 8em;
  padding-bottom: 8em;
  padding-right: 10%;
}
.homeIntro-visual-img {
  border-radius: 1.5em 6em 6em 6em;
  margin-left: -10em;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  transition: 2s;
}
.homeIntro-inner {
  flex: 1;
  padding: 14em 6em 14em 0;
  position: relative;
}
.homeIntro-text {
  font-size: 170%;
  line-height: 2;
}

.homeIntro-link {
  padding-top: 4.5em;
}

.homeIntro-object01 {
  width: 12em;
  position: absolute;
  left: 9em;
  top: -4em;
}
.homeIntro-object01 img {
  animation: anim-homeIntro-object01 2.5s linear infinite  ;
}
.homeIntro.is-inview .homeIntro-object01{
  animation: anim-homeIntro-object02 300s linear infinite alternate ;
}
.homeIntro-object02 {
  width: 20em;
  position: absolute;
  left: 32em;
  bottom: 3em;
}

@keyframes anim-homeIntro-object02 {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 100vw;
  }
}
@keyframes anim-homeIntro-object01 {
  0% {
    translate: 0 0;
  }
  5% {
    translate: 0 -2px;
  }
  10% {
    translate: 0 0;
  }
  15% {
    translate: 0 -2px;
  }
  20%,100% {
    translate: 0 0;
  }
}


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

  .homeIntro {
    padding-left: 10em;
  }
  .homeIntro-visual {
    padding-right: 6%;
  }
  .homeIntro-visual-img {
    margin-left: -8em;
  }
  .homeIntro-inner {
    padding-right: 3em;
  }
}

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

  .homeIntro {
    padding: 8em 0 5em 10px;
  }
  .homeIntro-wrapper::after {
    border-radius: 2em 0 0 2em;
  }

  .homeIntro-wrapper-inner {
    position: relative;
    z-index: 10;
  }
  .homeIntro .homeHeading-title {
    padding-left: 0;
  }

  .homeIntro-img {
    right: 2em;
    bottom: 0;
    width: clamp(200px,50vw, 300px);
    border-radius:1em 4em 4em 4em;
    display: none;
  }

  .homeIntro-container {
    display: block;
    align-items: center;
  }

  .homeIntro-visual {
    width: auto;
    padding-top: 5em;
    padding-bottom: 2em;
    padding-right: 5%;
  }
  .homeIntro-visual-img {
    border-radius:1em 4em 4em 4em;
    margin-left: -2em;
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0);
    transition: 2s;
  }
  .homeIntro-visual-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 10;
  }
  .homeIntro-inner {
    padding: 2em 5vw 5em 5vw;
  }
  .homeIntro-text {
    font-size: 170%;
    line-height: 1.8;
  }

  .homeIntro-link {
    padding-top: 3.5em;
    text-align: center;
  }

  .homeIntro-object01 {
    width: 12em;
    position: absolute;
    left: 9em;
    top: -4em;
  }
  .homeIntro-object01 img {
    animation: anim-homeIntro-object01 2.5s linear infinite  ;
  }
  .homeIntro.is-inview .homeIntro-object01{
    animation: anim-homeIntro-object02 300s linear infinite alternate ;
  }
  .homeIntro-object02 {
    width: 14em;
    left: auto;
    right: 0;
    bottom: calc(100% - 6em);
  }
}

/***********
homeBusiness
************/

.homeBusiness {
  padding: 2em 8em 12em;
  position: relative;
  z-index: 9;
}
.homeBusiness-wrapper {
}
.homeBusiness-heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 5em;
}
.homeBusiness-heading .homeHeading {
  padding-bottom: 0;
}
.homeBusiness-heading-upper {
}
.homeBusiness-heading-inner {
}
.homeBusiness-heading-text {
  font-weight: 500;
  background-color: var(--color-main);
  color: var(--color-base);
  line-height: 1.6;
  font-size: 139%;
  padding: 0.5em 1.5em;
  border-radius: 2em;
}

.homeBusiness-heading-object01 {
  width: 14em;
  position: absolute;
  left: 28em;
  bottom: 4em;
}


.homeBusiness-link {
  padding-top: 4.5em;
  text-align: center;
}

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

  .homeBusiness {
    padding-right: min(5vw,30px);
    padding-left: min(5vw,30px);
  }
}

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

  .homeBusiness-heading {
    display: block;
    padding-bottom: 5em;
  }
  .homeBusiness-heading .homeHeading {
    padding-bottom: 1em;
  }
  .homeBusiness-heading-text {
    background-color: transparent;
    color: var(--color-main);
    line-height: 1.6;
    font-size: 170%;
    font-weight: 400;
    line-height: 1.8;
    padding: 0 0;
  }

  .homeBusiness-heading-object01 {
    width: 14em;
    left: auto;
    bottom: auto;
    top: 0;
    right: 0;
  }

}

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

  .homeBusiness {
    padding-bottom: 6em;
  }

  .homeBusiness-heading .homeHeading {
    padding-bottom: 0.6em;
  }
  .homeBusiness-heading-object01 {
    width: 12em;
  }

  .homeBusiness-link {
    padding-top: 4.5em;
    text-align: center;
  }
}

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

.homeRecruit {
  background-color: var(--color-brand01);
  color: var(--color-base);
  padding: 3em 8em 12em;
  text-align: center;
  border-radius: 0 0 5em 5em;
  position: relative;
  z-index: 10;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
}
.homeRecruit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../img/bg_wave01.png) repeat-x left center / 1785px auto;
  pointer-events: none;
  animation: anim-homeRecruitBg 100s linear infinite;
}

@keyframes anim-homeRecruitBg {
  0%{
    background-position: 0 center;
  }
  100% {
    background-position: -1785px center;
  }
}


.homeRecruit-object {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 10;
  width: 15em;
}
.homeRecruit-object img {
  transition: 2s;
}


.homeRecruit-wrapper {
  position: relative;
  z-index: 11;
}
.homeRecruit-heading {
  text-align: center;
}

.homeRecruit-title {
  color: var(--color-highlight01);
  font-size: 254%;
  margin-bottom: 0.8em;
  position: relative;
}
.homeRecruit-title::before {
  content: "";
  display: block;
  width: 1px;
  height: 3em;
  background-color: var(--color-base);
  margin: 0 auto 0.5em;
}
.homeRecruit-lead {
  font-size: 339%;
  font-weight: 600;
  padding-bottom: 1em;
}
.homeRecruit-text {
  font-size: 139%;
  font-weight: 600;
  line-height: 2;
}

.homeRecruit-link {
  padding-top: 3.5em;
  text-align: center;
}

.homeRecruit-gallery {
  display: flex;
  justify-content: space-between;
}
.homeRecruit-gallery-img {
  transition: 2s;
}
.homeRecruit-gallery-img img {
  border-radius: 1.5em 8em 1em 8em;
}
.homeRecruit-gallery-img.-no01 {
  width: 38%;
  padding: 0 9em 0 3em;
  margin-top: -3em;
}
.homeRecruit-gallery-img.-no02 {
  flex: 1;
  margin-top: 8em;
}
.homeRecruit-gallery-img.-no03 {
  width: 38%;
  padding: 0 3em 0 9em;
  margin-top: -3em;
}

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

  .homeRecruit {
    padding-right: min(5vw,30px);
    padding-left: min(5vw,30px);
  }
}

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

  .homeRecruit-gallery-img img {
    border-radius: 1.5em 8em 1em 8em;
  }
  .homeRecruit-gallery-img.-no01 {
    width: 38%;
    padding: 0 5em 0 1em;
    margin-top: 7em;
  }
  .homeRecruit-gallery-img.-no02 {
    flex: 1;
    margin-top: 15em;
  }
  .homeRecruit-gallery-img.-no03 {
    width: 38%;
    padding: 0 1em 0 5em;
    margin-top: 10em;
  }
}

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

  .homeRecruit {
    border-radius: 0 0 5em 5em;
  }
  .homeRecruit::after {
    background: url(../../img/bg_wave01.png) repeat-x left center / 800px auto;
    animation: anim-homeRecruitBg 50s linear infinite;
  }

  @keyframes anim-homeRecruitBg {
    0%{
      background-position: 0 center;
    }
    100% {
      background-position: -800px center;
    }
  }


  .homeRecruit-object {
    top: auto;
    bottom: 10%;
    width: 15vw;
  }
  .homeRecruit-object img {
    transition: 2s;
  }


  .homeRecruit-wrapper {
    position: relative;
    z-index: 11;
  }
  .homeRecruit-heading {
    text-align: center;
  }

  .homeRecruit-title {
  }
  .homeRecruit-title::before {
    width: 1px;
    height: 2em;
    margin: 0 auto 0.5em;
  }
  .homeRecruit-lead {
    font-size: 254%;
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
  .homeRecruit-text {
    font-size: 154%;
    font-weight: 500;
    line-height: 2;
  }
  .homeRecruit-text br {
    display: none;
  }

  .homeRecruit-link {
    padding-top: 3.5em;
    text-align: center;
  }

  .homeRecruit-gallery {
    display: flex;
    justify-content: space-between;
  }
  .homeRecruit-gallery-img {
    transition: 2s;
  }
  .homeRecruit-gallery-img img {
    border-radius: 0.5em 4em 1em 4em;
  }
  .homeRecruit-gallery-img.-no01 {
    width: 40%;
    padding: 0;
    margin-top: 6em;
    margin-left: -2%;
  }
  .homeRecruit-gallery-img.-no02 img {
    flex: 1;
  }
  .homeRecruit-gallery-img.-no02 img {
    scale: 1.2;
    position: relative;
    z-index: 9;
  }
  .homeRecruit-gallery-img.-no03 {
    width: 44%;
    padding: 0;
    margin-right: -10%;
    margin-top: 4em;
  }

}

/***********
homeWorks
************/

.homeWorks {
  padding: 15em 8em 12em;
  background: url(../../img/pattern02.png);
}
.homeRecruit + .homeWorks {
  margin-top: -5em;
  padding-top: 15em;
}
.homeWorks-heading {
  position: relative;
}
.homeWorks-heading-object01 {
  width: 14em;
  position: absolute;
  right: 0;
  bottom: 0;
}

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

  .homeWorks {
    padding-right: min(5vw,30px);
    padding-left: min(5vw,30px);
  }
}

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

  .homeWorks {
    padding-top: 5em;
    padding-bottom: 8em;
  }
  .homeRecruit + .homeWorks {
    margin-top: -5em;
    padding-top: 10em;
  }
  .homeWorks-heading-object01 {
    width: 12em;
  }
}

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

.homeNews {
  padding: 10em min(2vw,30px) 15em;
  position: relative;
}
.homeNews-wrapper {
  max-width: 90em;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.l-newsList.homeNews-list {
}

.homeNews-line {
  width: 34vw;
  aspect-ratio: 1720 / 860;
  position: absolute;
  left: -17vw;
  top: 0;
}

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

  .homeNews-wrapper {
    max-width: 1200px;
  }
}

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

  .homeNews {
    padding: 5em min(2vw,30px) 8em;
  }

  .homeNews-line {
    width: 50vw;
    aspect-ratio: 1720 / 860;
    position: absolute;
    left: auto;
    right: -20vw;
    top: 0;
  }
}

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