@charset "UTF-8";


@font-face {
  font-family: hgrge;
  src: url("../fonts/HGRGE.woff") format("woff");
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Black.ttf");
}




/* .loading-wrapper {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
}

.white-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(231, 231, 231);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.logo {
  font-size: 2.5rem;
  opacity: 0;
  transition: opacity .5s ease;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.gray-bg {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ccc;
  z-index: 1;
}

.slide-out {
  animation: slideRight 1s ease forwards;
} */


.hide-loading {
  display: none;
}

/*ヘッダー*/
.header-top .navmenu-group>ul>li .navbtn span {
  color: #fff !important;
}

.header-top .navmenu-group>ul>li .navbtn {
  color: #fff !important;
}

.header-top.header-scrolled .navmenu-group>ul>li .navbtn,
.header-top.header-scrolled .navmenu-group>ul>li .navbtn span {
  color: #fff !important;
}

.header-top.header-scrolled {
  background-color: rgba(0, 0, 0, 0.95) !important;
}

/*NEWS*/
.top-news-layout .blog-card-list .news-item {
  border-bottom: unset;
  padding: 0;
}

.top-news-layout-ttl {
  font-weight: bold;
  font-size: 21px;
  font-family: noto-black;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.top-news-layout-ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #fff;
  width: 0;
  animation: underlineSlide 1s forwards;
}

@keyframes underlineSlide {
  to {
    width: 100%;
  }
}

.top-news-layout .date {
  color: #fff !important;
}

@media (max-width: 640px) {
  .top-news-layout-ttl {
    font-size: 16px;
  }
}

/*ABOUT*/
.top-about {
  background-image: url(../img/top/about_bg.jpg);
  background-size: cover;
  background-position: 90% 50%;
  padding: 180px 0 80px 0;
}
@media (max-width: 640px) {
  .top-about {background-image: url(../img/top/about_bg-sp.jpg);}
}


.top-about .container {
  position: relative;
}

.top-about .ttl__style01 {
  position: absolute;
  text-align: right;
  top: -80px;
  right: 0;
}

.top-about-ttl {
  color: #fff;
  font-size: 48px;
  font-family: KozGoPr6N-Bold;
  margin-bottom: 60px;
}

.top-about-txt {
  font-size: 18px;
  color: #fff;
  line-height: 2.77;
  max-width: 830px;
}

.top-about .btn__style01 {
  margin-top: 50px;
}

.top-about .container {
  padding: 0;
}

@media(max-width: 1080px) {
  .top-about .container {
    padding: 0 3rem;
  }
}

@media(max-width: 640px) {
  .top-about {
    padding: 70px 0 50px 0;
  }

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

  .top-about-ttl {
    font-size: 21px;
    margin-bottom: 30px;
  }

  .top-about-txt {
    font-size: 14px;
  }

  .top-about .btn__style01 {
    margin-top: 30px;
  }
}

/*SERVICE*/
.top-service {
  position: relative;
  padding: 100px 0 80px 0;
  background-color: #fff;
}

.top-service:before {
  content: '';
  width: 90%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #F9F9F9;
  top: 0;
  left: 0;
}

.top-service__box {
  display: flex;
}

.top-service__box__txt {
  width: 50%;
}

.top-service__box__slider {
  width: 50%;
}

.top-service__box__txt-p {
  font-size: 18px;
  line-height: 2.44;
}

.top-service .common__links {
  margin-top: 90px;
}

.top-service__box__slider-item {
  position: relative;
}

.top-service__box__slider-txt {
  position: absolute;
  right: 10px;
  top: 20px;
  text-align: center;
}

.top-service__box__slider-num {
  color: #fff;
  font-family: 'hgrge';
  font-size: 88px;
}

.top-service__box__slider-ja {
  color: #fff;
  font-family: 'hgrge';
  font-size: 24px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: auto;
}

.top-service__in {
  max-width: 1920px;
  margin: auto;
}

.top-service__box__txt {
  padding-left: 420px;
  padding-right: 60px;
}

.top-service .btn__style02 {
  margin-top: 50px;
}

.top-service .slick-prev {
  bottom: 75px;
  left: auto;
  top: auto;
  z-index: 3;
  width: 40px !important;
  height: 40px !important;
  right: 30px !important;
  opacity: 0;
}

.top-service .slick-prev::before {
  content: '';
  width: 40px;
  height: 40px;
  opacity: 1;
  background-image: url(../img/top/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  display: none;
}

.top-service .slick-next::before {
  content: '';
  width: 40px;
  height: 40px;
  opacity: 1;
  background-image: url(../img/top/arrow-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  display: none;
}

.top-service .slick-next {
  opacity: 0;
  bottom: 20px;
  z-index: 3;
  width: 40px !important;
  height: 40px !important;
  right: 30px !important;
  top: auto;
}

.top-service .slick-prev:hover,
.slick-next:hover {
  cursor: pointer;
}

@media(max-width: 1920px) {
  .top-service__box__txt {
    padding-left: calc(50vw - 540px);
  }
}

@media(max-width: 1080px) {
  .top-service__box__txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media(max-width: 640px) {
  .top-service {
    padding: 70px 0 0 0;
  }

  .top-service:before {
    width: 100%;
    height: 83%;
  }

  .top-service__box {
    display: block;
  }

  .top-service__box__txt {
    width: 100%;
  }

  .top-service__box__slider {
    width: 100%;
    margin-top: 30px;
  }

  .top-service__box__txt-p {
    font-size: 14px;
  }

  .top-service .common__links {
    margin-top: 40px;
  }

  .top-service__box__slider-txt {
    top: 0;
  }

  .top-service__box__slider-num {
    font-size: 50px;
  }

  .top-service__box__slider-ja {
    font-size: 16px;
  }

  .top-service__box__txt {
    padding-left: 0;
    padding-right: 0;
  }

  .top-service__in {
    padding: 0 3rem;
  }

  .top-service .btn__style02 {
    margin-top: 30px;
  }

  .top-service .slick-prev {
    right: auto;
    left: 15px;
    bottom: 20px;
    transform: rotate(-90deg);
  }

  .top-service .slick-next {
    right: auto;
    left: 65px;
    bottom: 20px;
    transform: rotate(-90deg);
  }
}

/*REASON*/
.top-choice {
  padding-top: 100px;
  background-color: #fff;
}

.top-choice__in {
  max-width: 1920px;
  margin: auto;
}

.top-choice__box {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}

.top-choice__box__txt {
  width: 50%;
  padding-left: 420px;
  padding-right: 60px;
}

.top-choice .ttl__style02 {
  padding-left: 420px;
}

.top-choice__box-icon {
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 15.92vw;
  max-width: 207px;
}

@media(max-width: 640px) {
  .top-choice__box-icon {
    right: 0;
    bottom: auto;
    top: -95px;
    width: 32vw;
    transform: translate(0%, 0%);
  }
}

.top-choice__box__img {
  width: 50%;
}

.top-choice-txt {
  font-size: 18px;
  line-height: 2.44;
}

.top-choice__slider01 img {
  width: 100%;
}

.top-choice .btn__style02 {
  margin-top: 50px;
}

.top-choice__slider {
  margin-top: 120px;
}

.top-choice__slider-item {
  display: block;
  margin: 0 10px;
}

@media(max-width: 1920px) {

  .top-choice .ttl__style02,
  .top-choice__box__txt {
    padding-left: calc(50vw - 540px);
  }
}

@media(max-width: 1080px) {

  .top-choice .ttl__style02,
  .top-choice__box__txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media(max-width: 640px) {
  .top-choice {
    padding-top: 50px;
  }

  .top-choice__in {
    padding: 0 3rem;
  }

  .top-choice__box {
    display: block;
  }

  .top-choice__box__txt {
    width: 100%;
  }

  .top-choice__box__txt img {
    width: 100px;
  }

  .top-choice__box__img {
    width: 100%;
  }

  .top-choice .ttl__style02,
  .top-choice__box__txt {
    padding-left: 0;
    padding-right: 0;
  }

  .top-choice-txt {
    font-size: 14px;
  }

  .top-choice .btn__style02 {
    margin-top: 30px;
  }

  .top-choice__slider {
    margin-top: 60px;
  }
}

/*WORK*/
.top-work {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}

.top-work__in {
  max-width: 1920px;
  margin: auto;
  padding-left: 420px;
  position: relative;
}

.top-work .thumb img {
  width: 100%;
  aspect-ratio: 370 / 255;
  object-fit: cover;
}

.top-work .date {
  font-size: 14px;
  color: #BDBEBE;
  margin-top: 10px;
  display: block;
}

.top-work .title {
  font-size: 16px;
  margin-top: 5px;
}

.top-work .label {
  color: #6CAA92;
  font-size: 10px;
  border: 1px solid #6CAA92;
  border-radius: 30px;
  padding: 5px 40px;
  width: fit-content;
  margin-top: 10px;
}

.top-work__slider-item {
  margin-right: 50px;
}

.top-work .thumb {
  overflow: hidden;
}

.top-work__slider-item img {
  transition: all .6s;
}

.top-work__slider-item:hover .thumb img {
  transform: scale(1.1);
}

.top-work .btn__style02 {
  position: absolute;
  top: 40px;
  right: 420px;
}

.top-work .slick-prev {
  top: -137px;
  left: auto;
  z-index: 3;
  width: 40px !important;
  height: 40px !important;
  right: 730px !important;
}

.top-work .slick-prev::before {
  content: '';
  width: 40px;
  height: 40px;
  opacity: 1;
  background-image: url(../img/common/arrow-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  transform: scale(-1, 1);
  opacity: 1 !important;
}

.top-work .slick-next::before {
  content: '';
  width: 40px;
  height: 40px;
  opacity: 1;
  background-image: url(../img/common/arrow-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  opacity: 1 !important;
}

.top-work .slick-next {
  z-index: 3;
  width: 40px !important;
  height: 40px !important;
  right: 680px !important;
  top: -137px;
}

.top-work .slick-prev:hover,
.slick-next:hover {
  cursor: pointer;
}

@media(max-width: 1920px) {
  .top-work__in {
    padding-left: calc(50vw - 540px);
  }

  .top-work .btn__style02 {
    right: calc(50vw - 540px);
  }

  .top-work .slick-prev {
    right: calc(50vw - 240px) !important;
  }

  .top-work .slick-next {
    right: calc(50vw - 290px) !important;
  }
}

@media(max-width: 1080px) {
  .top-work__in {
    padding-left: 30px;
  }

  .top-work .btn__style02 {
    right: 30px;
  }

  .top-work .slick-prev {
    right: 310px !important;
  }

  .top-work .slick-next {
    right: 260px !important;
  }
}

@media(max-width: 640px) {
  .top-work {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .top-work__in {
    padding-left: 30px;
  }

  .top-work .date {
    font-size: 8px;
  }

  .top-work .title {
    font-size: 14px;
  }

  .top-work .label {
    padding: 5px 20px;
  }

  .top-work__slider-item {
    margin-right: 20px;
  }

  .top-work .btn__style02 {
    margin: 0 auto 0 auto;
    position: relative;
  }

  .top-work .slick-prev {
    right: 80px !important;
    top: -73px;
  }

  .top-work .slick-next {
    right: 30px !important;
    top: -73px;
  }
}

/*RECRUIT*/
.top-recruit {
  /* background-image: url(../img/top/recruit-pc-bg.png); */
  /* background-image: url(../img/top/recruit-bg.jpg); */
  /* background-attachment: fixed; 
  background-size: cover;
  background-repeat: no-repeat; */
  padding: 180px 0 140px 0;
  position: relative;
  /* background-repeat: no-repeat; */
  /* transition: background-attachment 0.3s; */
}

/*RECRUIT*/
.top-recruit::after {
  content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image:url(../img/top/recruit-bg.jpg);
background-size:cover;
background-position: top;

}


.top-recruit.bg-scroll {
	background-attachment: scroll;
}

/*.top-recruit::before {
  content: '';
  position: absolute;
  max-width: 904px;
  max-height: 204px;
  width: 76.5vw;
  height: 50vw;
  left: calc((100vw - 1080px) / 2 - 80px);
  left: 0;
  margin-top: -50px;
  background-image: url(../img/top/recruit-bg01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}*/

/*.top-recruit::after {
  content: '';
  position: absolute;
  max-width: 904px;
  max-height: 342px;
  width: 76.5vw;
  height: 50vw;
  top: clamp(0px, 30vw, 550px);
  left: calc((100vw - 1080px) / 2 - 80px);
  left: 0;
  background-image: url(../img/top/recruit-bg02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}*/

.top-recruit__box:before {
  content: '';
  position: absolute;
  max-width: 904px;
  max-height: 204px;
  width: 76.5vw;
  height: 50vw;
  right: -80px;
  background-image: url(../img/top/recruit-bg03.png);
  background-size: contain;
  background-position: center;
  z-index: 0;
  bottom: clamp(0px, 27vw, 550px);
  background-repeat: no-repeat;
}

.top-recruit__box::after {
  content: '';
  position: absolute;
  max-width: 904px;
  max-height: 342px;
  width: 76.5vw;
  height: 50vw;
  right: -80px;
  background-image: url(../img/top/recruit-bg04.png);
  background-size: contain;
  background-position: center;
  z-index: 0;
  bottom: -30px;
  background-repeat: no-repeat;
  z-index: -1;
}

@media(max-width: 640px) {
  .top-recruit::after {
    background-image: url(../img/top/recruit-bg-sp.jpg);
    /* background-size: cover;
    background-position: top; */

  }
  .top-recruit__box:before {

    background-image: url(../img/top/recruit-bg03-sp.png);

  }
  
  .top-recruit__box::after {
  
    background-image: url(../img/top/recruit-bg04-sp.png);
  }
}

.top-recruit__box {
  z-index: 2;
}

.top-recruit.animate::before {
  animation: slideInLeft 1s ease-out forwards;
}

.top-recruit.animate::after {
  /* animation: fadeInRight 1.2s ease-out forwards; */
}

.top-recruit__box.animate::before {
  animation: slideInLeft 1s ease-out forwards;
}

.top-recruit__box.animate::after {
  animation: fadeInRight 1.2s ease-out forwards;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  from {
    transform: translateX(100px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.top-recruit .ttl__style01-ja {
  text-align: right;
}

.top-recruit .container {
  padding: 0;
  position: relative;
  z-index: 2;
}

.top-recruit .ttl__style01 {
  position: absolute;
  right: 0;
  top: -80px;
}

.top-recruit-ttl {
  color: #fff;
  font-size: 48px;
  font-family: KozGoPr6N-Bold;
  margin-bottom: 60px;
}

.top-recruit-txt {
  font-size: 18px;
  color: #fff;
  line-height: 2.77;
  max-width: 830px;
}

.top-recruit .btn__style01 {
  margin-top: 50px;
}

.top-recruit__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}

.top-recruit__box a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.top-recruit__box-item {
  width: calc(50% - 15px);
  margin-bottom: 40px;
  aspect-ratio: 525 / 385;
  position: relative;
  background-size: 100%;
  background-position: center;
  border: 1px solid #fff;
  z-index: 2;
  overflow: hidden;
  transition: all 0.6s;
}

.top-recruit__box-link {
  position: relative;
}

.top-recruit__box-link::before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(62, 58, 57, 0.6);
  transition: all .6s;
}

.top-recruit__box-arrow {
  width: 55px;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%) rotate(-90deg);
  transition: all .6s;
}

.top-recruit__box-num {
  color: #fff;
  position: absolute;
  font-size: 25px;
  font-family: 'hgrge';
  font-weight: bold;
  right: 20px;
  top: 20px;
}

.top-recruit__box-txt {
  font-size: 21px;
  font-family: KozGoPr6N-Bold;
  color: #fff;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  text-align: center;
  position: absolute;
}

.top-recruit__box-item:hover {
  background-size: 110%;
}

.top-recruit__box-item:nth-child(1) {
  background-image: url(../img/top/recruit01.jpg);
}

.top-recruit__box-item:nth-child(2) {
  background-image: url(../img/top/recruit02.jpg);
}

.top-recruit__box-item:nth-child(3) {
  background-image: url(../img/top/recruit03.jpg);
}

.top-recruit__box-item:nth-child(4) {
  background-image: url(../img/top/recruit04.jpg);
}

.top-recruit__box a:hover .top-recruit__box-arrow {
  left: calc(50% + 20px);
}

.top-recruit__box a:hover::before {
  background: rgba(62, 58, 57, 0.3);
}

@media(max-width: 1080px) {
  .top-recruit .container {
    padding: 0 3rem;
  }
}

@media(max-width: 640px) {
  .top-recruit {
    /* background-image: url(../img/top/.jpg); */
    padding: 40px 0;
  }

  .top-recruit .ttl__style01 {
    position: relative;
    top: 0;
    text-align: right;
  }

  .top-recruit-ttl {
    font-size: 21px;
    margin-bottom: 30px;
  }

  .top-recruit-txt {
    font-size: 14px;
  }

  .top-recruit .btn__style01 {
    margin-top: 30px;
  }

  .top-recruit__box {
    margin-top: 40px;
  }

  .top-recruit__box-item {
    width: 100%;
    margin-bottom: 10px;
    aspect-ratio: 580 / 300;
  }

  .top-recruit__box-arrow {
    width: 30px;
  }

  .top-recruit__box-num {
    font-size: 17px;
    right: 10px;
    top: 10px;
  }

  .top-recruit__box-txt {
    font-size: 16px;
  }
}

/*CSR*/
.top-csr {
  position: relative;
  padding: 70px 0;
  background-color: #fff;
}

.top-csr::before {
  content: '';
  width: 90%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-color: #F9F9F9;
  top: 0;
  left: 0;
}

.top-csr__in {
  max-width: 1920px;
  margin: auto;
}

.top-csr__box {
  display: flex;
  align-items: center;
}

.top-csr__box-txt {
  width: 50%;
  padding-left: 420px;
  padding-right: 60px;
}

.top-csr__box-img {
  width: 50%;
  padding-left: 60px;
}

.top-csr .common__links-num {
  color: #6CAA92;
}

.top-csr .btn__style02 {
  margin: 70px 0 0 auto;
}

@media(max-width: 1920px) {
  .top-csr__box-txt {
    padding-left: calc(50vw - 540px);
  }
}

@media(max-width: 1080px) {
  .top-csr__box-txt {
    padding-left: 0;
    padding-right: 30px;
  }

  .top-csr__in {
    padding: 0 30px;
  }

  .top-csr__box-img {
    padding-left: 30px;
  }
}

@media(max-width: 640px) {
  .top-csr {
    padding: 40px 0;
  }

  .top-csr::before {
    width: 100%;
  }

  .top-csr__box-txt {
    width: 100%;
    padding-right: 0;
  }

  .top-csr__box {
    display: block;
  }

  .top-csr__box-img {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .top-csr .btn__style02 {
    margin: 30px 0 0 auto;
  }
}