

#hero {
    height: 100vh;
    width: 100%;
}
.home-service-items {
    gap: 24px;
}
.hero-copy {
    position: absolute;
    z-index: 3;
    top: 37vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    display: inline;
    text-align: center;
}
.hero-copy-en {
font-size: 110px;
    line-height: 1.2em;
    font-weight: 700;
    overflow: hidden;
}
.hero-copy-en span {
  display: inline-block;
}


.hero-copy-jp {
    font-size: 17px;
    font-weight: 600;
    padding: 20px 0 0 18px;
    line-height: 1.6;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  position: relative;
overflow: hidden;
   opacity:0;
    animation-name:herotxt;
    animation-duration:0.5s; 
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.hero-copy-jp span{

}

   @keyframes herotxt {
    0% {
    opacity: 0;
    transform: translateY(30px);
    }
    100%{
    opacity: 1;
    transform: translateY(0);
    } 
  }


.hero-slideshow-cover {
  width: 100%;
  height: 100vh;
  opacity: 0.2;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero-slideshow {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  z-index: 1;

}

.hero-slide {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.hero-slide img {
  width: 100%;
    height: 100vh;
    object-fit: cover;
}

.fadeinhome {
  animation: fadeInHome 1.5s ease forwards;
  animation-delay: 1s;
  opacity: 0;
  transform:scale(1.05);
}

@keyframes fadeInHome {
  0% {
    opacity: 0;
     transform:scale(1.05);
  }
  100% {
    opacity: 1;
     transform:scale(1);
  }
}



section#home-service {
    padding-top: 120px;
}

.sec-title.en-hand {
    font-size: 250px;
    text-align: center;
    color: #dfd3b5;
    line-height: 0.9em;
}
.home-service-items {
    margin: 160px 0;
    justify-content: space-between;
}
.col3 {
    width: calc(33.3333% - 32px);
}

.home-service-item-title {
line-height: normal;
    padding-top: 20px;
    text-align: center;
    font-size: 19px;
    letter-spacing: 0.06em;
    padding-bottom: 6px;
    font-weight: 700;
}
.home-service-item-title-en.en {
    line-height: 1em;
    text-align: center;
    font-size: 14px;
    color: var(--key-color);
    padding-bottom: 20px;
}
.home-service-item p {
    font-size: 15px;
    line-height: 2;
}
.home-works {
    height: 100vh;
}
#home-content {
   width: 100%;
position: sticky;
            z-index: 1;
}


#home-content .inner {
    width: 82%;
    margin: 0 auto;
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
  z-index: 4;
}
.home-content-cv {
    height: 100vh;
    width: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.home-content-cv  {
  opacity: 0;
}
.highlight .home-content-cv  {
  animation: homecv 0.6s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
}
@keyframes homecv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.home-content-wrap  {
  opacity: 0;
}
.highlight .home-content-wrap  {
  animation: homecontent 0.6s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
}
@keyframes homecontent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.highlight2 .home-content-cv  {
  animation: homecv2 0.6s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
}
@keyframes homecv2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.home-content-wrap  {
  opacity: 0;
}
.highlight2 .home-content-wrap  {
  animation: homecontent2 0.6s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
}
@keyframes homecontent2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
 .home-content-pic  {
  opacity: 0;
}
.highlight3 .home-content-pic  {
  animation: homecv3 0.6s ease forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
@keyframes homecv3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-recruit-txt  {
  opacity: 0;
}
.highlight3 .home-recruit-txt  {
  animation: homecontent3 0.6s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
}
@keyframes homecontent3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.recruit-bg {
    height: 880px;
    width: 300%;
    position: absolute;
    background: #139a64;
    top: 100px;
    transform: rotate(18deg);
    z-index: -1;
    left: -200px;
}


.home-content-bg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}
.home-content-title.en-hand {
    font-size: 120px;
    line-height: 1;
    position: relative;
    margin-top: 30%;
    margin-bottom: 25px;
}
#home-content p{
    font-size: 15px;
    width: 25%;
    line-height: 1.8;
    margin-bottom: 30px;
}
 .container {
  position: relative;

  }

  .content {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
.home-works {
    height: 100vh;
    position: relative;
}
.home-company {
      height: 100vh;
    position: relative;
}
.home-recruit {
      height: 100vh;
    position: relative;
}

.home-works .home-content-title.en-hand {
    text-align: right;
}
#home-content .home-works p {
    float: right;
}

.home-works .home-content-btn {
    clear: both;
    text-align: right;
}
.home-content-btn a {
    width: 200px;
    text-align: center;
    display: inline-block;
    border: #fff solid 1px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
  transition: .4s;
}

.home-content-btn a:hover {
background: #fff;
  color: #000;
  transition: .4s;
}
.home-recruit-txt .home-content-btn a:hover {
  color: var(--key-color);
  transition: .4s;
}
.home-recruit {
    justify-content: space-between;
    position: relative;
    padding-top: 160px;
    color: #fff;
}
.home-recruit-txt {
width: 45%;
}

.home-recruit .home-content-pic {
    width: 47%;
}
.home-recruit .home-content-pic img {
    border-radius: 0 20px 20px 0;
}
.home-recruit .home-content-title.en-hand {
    font-size: 120px;
    line-height: 1;
    position: relative;
    margin-top: auto;
    margin-bottom: 25px;
}
#home-content .home-recruit p {
    font-size: 15px;
    width: 100%;
    line-height: 1.8;
    margin-bottom: 20px;
}
.home-content-read {
    font-size: 22px;
    line-height: 1.6;
    padding-bottom: 16px;
    font-weight: 600;
}
.home-recruit-txt {
    width: 30%;
    margin-right: 12%;
}


@media screen and (max-width:1200px) {
  .col3 {
    width: calc(33.3333% - 16px);
}
  .home-service-item p {
    font-size: 14px;
    line-height: 2;
}
  .home-content-title.en-hand {
    font-size: 100px;
}
  #home-content p {
    font-size: 14px;
    width: 35%;
}
  .home-recruit {
    padding-top: 100px;
}.home-recruit-txt {
    width: 36%;
    margin-right: 8%;
}
  .page-lead-en {
    font-size: 150px;
}
  
}

@media screen and (max-width:1000px) {
  .sec-title.en-hand {
    font-size: 200px;
}
  .home-service-items {
    margin: 100px 0;
    display: block;
}.col3 {
    width: 100%;
    margin-bottom: 60px;
}.home-works .home-content-title.en-hand {
    text-align: center;
}
  #home-content .home-works p {
    float: none;
    margin: 0 auto;
    width: 60%;
}
  .home-works .home-content-btn {
    clear: both;
    text-align: center;
    margin-top: 60px;
}
  .home-content-title.en-hand {
    font-size: 100px;
    text-align: center;
}
  #home-content p {
    float: none;
    margin: 0 auto;
    width: 60%;
}
  .home-content-btn {
    text-align: center;
}
  .home-recruit {
    padding-top: 100px;
    display: block;
}.home-recruit .home-content-pic {
    width: 85%;
}.home-recruit-txt {
    width: 75%;
    margin-right: 0;
    margin: 0 auto;
}.recruit-bg {
    height: 1180px;
    width: 300%;
    position: absolute;
    background: #139a64;
    top: 100px;
    transform: rotate(18deg);
    z-index: -1;
    left: -200px;
}
}

@media screen and (max-width:650px) {
#hero {
    height: 700px;
    width: 100%;
position: relative;
}
.hero-slideshow {
    height: 700px;
}
  .hero-slide {
    height: 700px;
}
  .hero-slideshow-cover {
    height: 700px;
}.hero-copy {
    position: absolute;
    z-index: 3;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    display: inline;
    text-align: center;
}.hero-copy-en {
    font-size: 80px;
    line-height: 1.2em;
    font-weight: 700;
    overflow: hidden;
}section#home-service {
    padding-top: 80px;
}.sec-title.en-hand {
    font-size: 120px;
}.sec-leadcopy {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding-bottom: 1.5em;
}body {
    line-height: 2.1em;
    font-size: 15px;
}
  .home-content-bg img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
}
  .home-content-cv {
    height: 700px;
}
  .home-content-bg img {
    width: 100%;
    height: 700px;
}
  .home-works {
    height: 700px;
}#home-content .home-works p {
    float: none;
    margin: 0 auto;
    width: 100%;
}.home-works .home-content-btn {
    clear: both;
    text-align: center;
    margin-top: 20px;
}.home-content-btn a {
    width: 200px;
    text-align: center;
    display: inline-block;
    border: #fff solid 1px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    transition: .4s;
    padding: 4px;
}.home-content-title.en-hand {
    font-size: 80px;
    margin-bottom: 15px;
}.home-content-title.en-hand {
    margin-top: 50%;
}#home-content p {
 
    width: 100%;
    margin-bottom: 20px;
}.home-recruit {
    padding-top: 0;
    display: block;
}.recruit-bg {
    height: 980px;
    width: 200%;
    position: absolute;
    background: #139a64;
    top: -200px;
    transform: rotate(18deg);
    z-index: -1;
    left: -200px;
}  .home-recruit .home-content-title.en-hand {
    font-size: 90px;
    line-height: 1;
    position: relative;
    margin-top: auto;
    margin-bottom: 15px;
    padding-top: 30px;
}
  .home-content-read {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 16px;
    font-weight: 600;
}#home-content .home-recruit p {
    font-size: 14px;
    width: 100%;
    line-height: 1.8;
    margin-bottom: 30px;
}
.home-company {
    height: 700px;
    position: relative;
}
  .home-recruit .home-content-pic {
    width: 85%;
    padding-top: 40px;
}
  .recruit-bg {
    height: 900px;
}.hero-slide img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
}









