@charset "UTF-8";

/*****************************
top common
*****************************/
.topsec {
  padding: 10rem 0;
}
.ttlbox.line::before {
  background: #000;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 1s;
  height: calc(100% - 110px);
  width: 2px;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
.ttlbox.line.on::before {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec {
    padding: 6rem 0;
  }
  .ttlbox.line::before {
    display: none;
  }
}

/*****************************
topsec-fv
*****************************/
.topsec-fv .splide .splide__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.topsec-fv .splide .splide__slide::before {
  background: linear-gradient(90deg,rgba(143,194,36,.3) 0%, rgba(128, 128, 128, 0) 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.topsec-fv .catchtxt {
  position: absolute;
  bottom: 10%;
  right: 5%;
}
.topsec-fv .catchtxt .ttl1 {
  margin-bottom: 2rem;
  margin-left: auto;
  width: 75%;
}
.topsec-fv .catchtxt .ttl2 {
  margin-left: auto;
  width: 55%;
}
.topsec-fv .catchtxt .ttl1,
.topsec-fv .catchtxt .ttl2 {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s;
}
.topsec-fv .catchtxt .ttl1.load,
.topsec-fv .catchtxt .ttl2.load {
  clip-path: inset(0 0 0 0);
}
.topsec-fv .newsbox {
  position: absolute;
  bottom: 0;
  left: 0;
}
.topsec-fv .newsbox a {
  background: rgba(0,0,0,.6);
  color: #fff;
  display: block;
  padding: 1rem 4rem;
}
.topsec-fv .newsbox time {
  font-size: 1.4rem;
}
.topsec-fv .newsbox .ttl {
  margin-left: 1rem;
  padding-left: 2rem;
  position: relative;
}
.topsec-fv .newsbox .ttl::before {
  background: #fff;
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  height: 1px;
  width: 15px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-fv .splide .splide__slide {
    background-position: -130px 0;
  }
  .topsec-fv .catchtxt .ttl1 {
    margin-bottom: 0;
  }
  .topsec-fv .newsbox a {
    padding: .5rem 1rem;
  }
  .topsec-fv .newsbox .ttl {
    margin-left: 0;
  }
}

/*****************************
topsec-greeting
*****************************/
.topsec-greeting .logo {
  content: url(../images/common/logoobj1.svg);
  opacity: .5;
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 40vw;
}
/* .topsec-greeting .txtbox p {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 2s;
}
.topsec-greeting .txtbox p.on {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.topsec-greeting .txtbox p:not(:last-child) {
  margin-bottom: 5rem;
} */
.topsec-greeting .txtbox p:nth-child(even) {
  margin-bottom: 5rem;
}
.topsec-greeting .txtbox span {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-greeting .txtbox span {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-greeting .logo {
    width: 90vw;
  }
  .topsec-greeting .txtbox p:nth-child(even) {
    margin-bottom: 2rem;
  }
  .topsec-greeting .txtbox span {
    font-size: 1.8rem;
  }
}

/*****************************
topsec-work
*****************************/
.topsec-work {
  padding: 10rem 0 15rem;
}
.topsec-work .bgtxt::before {
  bottom: 0;
}
.topsec-work .txtwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 4rem;
  margin-bottom: 5rem;
}
.topsec-work .txtwrap .txtbox {
  width: 65%;
}
.topsec-work .txtwrap .txtbox p {
  font-size: 1.8rem;
}
.worklist {
  display: flex;
}
.worklist li {
  position: relative;
  width: calc(100% / 4);
}
.worklist li a {
  display: block;
  opacity: 1;
}
.worklist li a::before,
.worklist li a::after {
  content: '';
  position: absolute;
}
.worklist li a::before {
  background: rgba(0,0,0,.1);
  top: 0;
  left: 0;
  opacity: 0;
  transition: .5s;
  height: 100%;
  width: 100%;
}
.worklist li a:hover::before {
  opacity: 1;
}
.worklist li a::after {
  background-image: linear-gradient(90deg, #8FC224, #3ad8fc1a 25%, #03f4dc00 49%, #fff0 50%, #fff0);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 200% 100%;
  opacity: .5;
  top: 0;
  left: 50%;
  transition: background-position .3s ease;
  transform: translate(-50%);
  height: 100%;
  width: 100%;
}
.worklist li a:hover::after {
  background-position: 0% center;
}
.worklist li a .txtbox {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 1;
}
.worklist li a .txtbox h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
}
.worklist li a .bnrbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: .5s;
  z-index: 1;
}
.worklist li a:hover .bnrbtn {
  opacity: 1;
  transition: .5s;
}
.worklist li a .bnrbtn span {
  color: #fff;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.worklist li a .bnrbtn span::before {
  background: #8FC224;
  content: '';
  opacity: 0;
  position: absolute;
  transform: translateX(-100%);
  transition: .5s;
  height: 100%;
  width: 100%;
}
.worklist li a:hover .bnrbtn span::before {
  opacity: 1;
  transform: translateX(100%);
}
.worklist li img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .worklist {
    flex-wrap: wrap;
    padding: 6rem;
  }
  .worklist li {
    width: calc(100% / 2);
  }
  .topsec-work .bgtxt::before {
    bottom: 150px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-work .txtwrap {
    justify-content: flex-start;
    gap: 2rem;
  }
  .topsec-work .bgtxt::before {
    bottom: 110px;
  }
  .topsec-work .txtwrap .txtbox {
    width: 100%;
  }
  .worklist {
    padding: 0;
    gap: 1rem;
  }
  .worklist li {
    width: calc(100% / 2 - .5rem);
  }
  .worklist li a .txtbox h3 {
    font-size: 1.8rem;
  }
}

/*****************************
topsec-about
*****************************/
.topsec-about .txtwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 5rem;
}
.topsec-about .txtwrap .txtbox {
  width: 70%;
}
.topsec-about .txtwrap .txtbox p {
  font-size: 1.8rem;
}
.topsec-about .imgwrap .ttlbox1 .en {
  font-size: 8rem;
}
.topsec-about .imgwrap {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  margin: 0 calc(50% - 50vw);
  padding: 0 4rem;
  width: 100vw;
}
.topsec-about .imgwrap .aboutlist {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.topsec-about .imgwrap .aboutlist li a {
  display: block;
  opacity: 1;
  position: relative;
}
.topsec-about .imgwrap .aboutlist li a::before,
.topsec-about .imgwrap .aboutlist li a::after {
  content: '';
  position: absolute;
}
.topsec-about .imgwrap .aboutlist li a::before {
  background: #555;
  bottom: -10px;
  right: -10px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.topsec-about .imgwrap .aboutlist li a::after {
  background: rgba(0,0,0,.5);
  top: 0;
  left: 0;
  transition: .5s;
  height: 100%;
  width: 100%;
}
.topsec-about .imgwrap .aboutlist .txtbox {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 250px;
  width: 80%;
  z-index: 1;
}
.topsec-about .imgwrap .aboutlist .txtbox h3 {
  font-size: 2.5rem;
  padding-left: 4rem;
  position: relative;
}
.topsec-about .imgwrap .aboutlist .txtbox h3::before {
  background: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 30px;
}
.topsec-about .imgwrap .aboutlist .txtbox .txt {
  margin: 1rem 0;
}
.aboutlist li a .bnrbtn {
  opacity: 0;
  transition: .5s;
}
.aboutlist li a:hover .bnrbtn {
  opacity: 1;
  transition: .5s;
}
.aboutlist li a .bnrbtn span {
  color: #fff;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.aboutlist li a .bnrbtn span::before {
  background: #8FC224;
  content: '';
  opacity: 0;
  position: absolute;
  transform: translateX(-100%);
  transition: .5s;
  height: 100%;
  width: 100%;
}
.aboutlist li a:hover .bnrbtn span::before {
  opacity: 1;
  transform: translateX(100%);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-about .imgwrap .aboutlist {
    flex-wrap: wrap;
  }
  .topsec-about .imgwrap .aboutlist li {
    width: 47%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-about .txtwrap {
    justify-content: flex-start;
    gap: 2rem;
  }
  .topsec-about .txtwrap .txtbox {
    width: 100%;
  }
  .topsec-about .imgwrap .aboutlist {
    gap: 5rem;
  }
  .topsec-about .imgwrap .aboutlist li {
    margin: 0 auto;
    width: 75%;
  }
  .topsec-about .imgwrap {
    padding: 0 2rem;
  }
  .topsec-about .imgwrap .aboutlist .txtbox {
    height: auto;
    width: 90%;
  }
  .topsec-about .imgwrap .aboutlist .txtbox h3 {
    font-size: 1.8rem;
  }
}

/*****************************
topsec-guidelines
*****************************/
.guidelinesbox {
  display: flex;
  justify-content: space-between;
  padding-top: 8rem;
}
.topsec-guidelines .ttlbox {
  position: relative;
  left: 5%;
}
.topsec-guidelines .ttlbox .en {
  color: rgba(0,0,0,.2);
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: -120px;
  left: 0;
  width: max-content;
}
.topsec-guidelines .ttlbox .ja {
  font-weight: 600;
  letter-spacing: 2px;
  writing-mode: vertical-lr;
}
.guidelineslist {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 70vw;
}
.guidelineslist li {
  display: flex;
  justify-content: flex-end;
  position: relative;
  gap: 1rem;
}
.guidelineslist .txtbox {
  writing-mode: vertical-lr;
}
.guidelineslist .txtbox h3 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.guidelineslist .imgbox a {
  display: block;
  opacity: 1;
  position: relative;
}
.guidelineslist .imgbox a::before,
.guidelineslist .imgbox a::after {
  content: '';
  position: absolute;
}
.guidelineslist .imgbox a::before {
  background-image: linear-gradient(90deg, #8FC224, #3ad8fc1a 25%, #03f4dc00 49%, #fff0 50%, #fff0);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 200% 100%;
  opacity: .5;
  top: 0;
  left: 50%;
  transition: background-position .3s ease;
  transform: translate(-50%);
  height: 100%;
  width: 100%;
}
.guidelineslist .imgbox a:hover::before {
  background-position: 0% center;
}
.guidelineslist .imgbox a .bnrbtn {
  position: absolute;
  bottom: 5%;
  left: 5%;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}
.guidelineslist .imgbox a:hover .bnrbtn {
  opacity: 1;
  transition: .5s;
}
.guidelineslist .imgbox a .bnrbtn span {
  color: #fff;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.guidelineslist .imgbox a .bnrbtn span::before {
  background: #8FC224;
  content: '';
  opacity: 0;
  position: absolute;
  transform: translateX(-100%);
  transition: .5s;
  height: 100%;
  width: 100%;
}
.guidelineslist .imgbox a:hover .bnrbtn span::before {
  opacity: 1;
  transform: translateX(100%);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .guidelineslist {
    width: 85vw;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-guidelines .ttlbox .en {
    color: rgba(0, 0, 0, .1);
    font-size: 6rem;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .topsec-guidelines .ttlbox .ja {
    letter-spacing: initial;
    writing-mode: initial;
    font-size: 1.8rem;
    text-align: center;
  }
  .guidelinesbox {
    display: block;
    padding: 0 2rem;
  }
  .guidelineslist {
    margin-top: 3rem;
    width: 100vw;
  }
  .topsec-guidelines .ttlbox {
    left: 0;
  }
  .guidelineslist .txtbox h3 {
    font-size: 1.8rem;
  }
}

/*****************************
topsec-news
*****************************/
.topsec-news {
  padding: 20rem 0 10rem;
}
.topsec-news .entxt {
  color: rgba(0,0,0,.2);
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 5%;
  right: 5%;
}
.topsec-news .newswrap {
  display: flex;
  gap: 4rem;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.topsec-news .newswrap .newsbox {
  width: 100%;
}
.topsec-news .newswrap .newslist {
  margin-bottom: 3rem;
}
.topsec-news .ttlbox .en {
  color: rgba(0,0,0,.2);
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: -120px;
  right: 0;
  writing-mode: horizontal-tb;
  width: max-content;
}
.topsec-news .ttlbox {
  writing-mode: vertical-lr;
}
.topsec-news .ttlbox .ja {
  font-weight: 600;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-news {
    padding: 10rem 0 5rem;
  }
  .topsec-news .newswrap {
    gap: 2rem;
    padding: 0 2rem;
  }
  .topsec-news .newswrap .newsbox {
    padding-top: 4rem;
  }
  .topsec-news .ttlbox .en {
    color: rgba(0,0,0,0.1);
    font-size: 6rem;
    top: -40px;
  }
  .topsec-news .ttlbox .ja {
    font-size: 1.8rem;
  }
}

/*****************************
topsec-entry
*****************************/
.topsec-entry {
  padding: 0;
}
.topsec-entry .bgtxt::before {
  animation: 40s linear 0s infinite normal none running textloop;
  color: #fff;
  content: "HG SERVICE RECRUIT SITE HG SERVICE RECRUIT SITE HG SERVICE RECRUIT SITE HG SERVICE RECRUIT SITE HG SERVICE RECRUIT SITE HG SERVICE RECRUIT SITE";
  font-size: 2vw;
  bottom: -2px;
  opacity: 1;
  z-index: 1;
}
.topsec-entry a {
  background: url(../images/common/bg_entry.webp) no-repeat center / cover;
  display: block;
  opacity: 1;
  position: relative;
  height: 400px;
  width: 100%;
}
.topsec-entry a::before {
  background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.topsec-entry .txtbox {
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: 50px;
}
.topsec-entry .txtbox .en,
.topsec-entry .txtbox .ja {
  color: #fff;
  line-height: 1;
}
.topsec-entry .txtbox .en {
  display: inline-block;
  font-size: 9vw;
  font-weight: 900;
  background: linear-gradient(150deg, #5c6052, #fff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.topsec-entry .txtbox .en::after {
  background: #fff;
  content: '';
  height: .5px;
  width: 100%;
  position: absolute;
  transition: .5s;
  bottom: 35px;
  left: 0;
  transform: translateX(-100%);
}
.topsec-entry .txtbox .en:hover::after {
  transform: translateX(100%);
}
.topsec-entry .txtbox .ja {
  font-size: 2.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .topsec-entry a {
    height: 300px;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-entry a {
    background-position: -100px 0;
  }
  .topsec-entry a::before {
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .8) 25%, rgba(0, 0, 0, 0) 100%);
  }
  .topsec-entry .txtbox .ja {
    font-size: 1.8rem;
  }
  .topsec-entry .txtbox .en {
    font-size: 15vw;
  }
  .topsec-entry .txtbox {
    left: 20px;
  }
  .topsec-entry .bgtxt::before {
    font-size: 6vw;
  }
}
