@charset "UTF-8";

html {
  font-size: 100%;
}

*{
  margin:0;
  padding:0;
}


body{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    word-break: break-word;
    color: #333;
    background-color: #000!important;
    font-size: 1rem;
    letter-spacing:0.1em;
    line-height:1.8em;
    margin:0!important;
    padding:0;
  }

.wrapper {
    width:100%;
    max-width:1200px;
    padding:0 16px;
    margin:0 auto;
  }
  
a{
    text-decoration: none;
    color: #000;
}

a:hover{
    opacity: 1!important;;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    }

img {
  max-width: 100%;
  vertical-align:top;
}


th, td {
    border-top: 0px solid #000 !important;
}

.siteblock-main table th{
    background-color: #2898B5!important;
}

.siteblock-main table th {
    color: #fff!important;
}

.recruit-flow {
    padding: 0 20px;
}


/*-------------------------------------------

メールフォーム

-------------------------------------------*/

.formComplate h1,
.formConfirm h1,
.mailForm h1 {
    font-size:5rem!important;
    font-weight: bold;
    color: #fff;
    padding-top: 200px!important;
    margin-bottom: 60px;
    text-align: center!important;;
    font-family: "bebas-neue-pro", sans-serif!important;
    letter-spacing: 0.6rem;
}

.siteblock-main .box{
    margin-bottom: 0!important;
}

.siteblock-main input.formConfiBu{
    margin-bottom: 60px!important;
}

.siteblock-main input.formConfiBu{
   background-color: #000;
}

.siteblock-footer a {
    color: #fff !important;
}

td {
    color:#fff!important;
    font-weight: bold;
}

.mailform-table{
    margin-top: 50px;
}

.formConfirm .pageLinkBox ul{
    padding-bottom: 50px;
}


th.cms-mailform-tools-trigger {
    border-bottom: 1px solid #fff!important;
}

.mailform-table td {
    border-bottom: 1px solid #fff!important;
}

.recruit-flow-txt{
    padding: 100px 20px;
    color: #fff;
}


@media screen and (max-width: 950px) {


td {
    padding: 0px 16px 16px 16px;
}

input:not([type]), input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea, div.inputText {
    border: 0px;
}

.topicDigestLink, .mailForm .pageLinkBox, .commentFormBox .pageLink, .cartPartsLook, .userMypageLogin .pageLink, .userLoginGetForm .pageLink, .loginLink, .userLoginMenu .pageLink, .buLogout, .cartShowCartNo .pageLink, .userMypage .pageLink, .userUpdate .pageLink, .userReminder .pageLink, .userMypageLogi .pageLink, .memberLoginFormMenu .pageLink {
    text-align: center;
    margin-top: 0px;
}

table{
    margin-bottom: 10px;
}

.mailform-table td:last-child{
    border: 0px!important;
}
}



@media screen and (max-width: 768px) {
    
    .siteblock-main table th {
    color: #fff!important;
}
    

    .mailform-table td {
    padding-top: 15px;
}
}


/*-------------------------------------------

header-recruit

-------------------------------------------*/

.recruit-header-logo{
  width: 250px;
  height: 100px;
  position: fixed;
  z-index: 200;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  top:0;
  left:0;
}

.recruit-header-logo h1{
  color:#2898B5;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  margin-bottom: 0px;
}

.recruit-header-logo a{
  color:#2898B5;
}

.recruit-sitetitle{
    display: inline-block;
    font-size: 1rem;
    margin-top: 3px;
}

/*-------------------------------------------

sp-menu

-------------------------------------------*/

.nav-sp-recruit{
  position: fixed;
  top: 0px;
  right: 100px;
  height: 100px;
  color: #2898B5;
  background: #000;
  font-size: 1.8rem;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3rem;
  z-index: 1000;
  padding: 0 15px 0px 17px;
  border-right: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-sp-recruit.is-hidden {
  display: none;
}

.hamburger-fade {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 100px;
  height: 100px;
  padding: 0;
  border: none;
  background: #000;
  cursor: pointer;
}

.hamburger-fade-wrapper {
  position: relative;
  width: 17px;
  height: 17px;
  margin: 10px auto;
}

.hamburger-fade-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-fade-line:nth-child(1) { top: 0; }
.hamburger-fade-line:nth-child(2) { top: 7px; }
.hamburger-fade-line:nth-child(3) { top: 14px; }

.hamburger-fade.active .hamburger-fade-line {
  background-color: #fff;
}

.hamburger-fade.active .hamburger-fade-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger-fade.active .hamburger-fade-line:nth-child(2) {
  opacity: 0;
}

.hamburger-fade.active .hamburger-fade-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  z-index: 900;
}

.nav-fade-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.98);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-fade.active {
  visibility: visible;
}

.nav-fade.active .nav-fade-bg {
  opacity: 1;
}

.nav-fade-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5vh 10vw;
  font-weight: bold;
}

.nav-fade-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-fade-item {
  position: relative;
  margin-bottom: 2vh;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-fade-item a{
    color: #fff;
}

.nav-fade-item a:hover{
    color: #2898B5!important;
}

.nav-fade.active .nav-fade-item {
  opacity: 1;
  transform: translateY(0);
}

.nav-fade.active .nav-fade-item:nth-child(1) { transition-delay: 0.2s; }
.nav-fade.active .nav-fade-item:nth-child(2) { transition-delay: 0.3s; }
.nav-fade.active .nav-fade-item:nth-child(3) { transition-delay: 0.4s; }
.nav-fade.active .nav-fade-item:nth-child(4) { transition-delay: 0.5s; }
.nav-fade.active .nav-fade-item:nth-child(5) { transition-delay: 0.6s; }
.nav-fade.active .nav-fade-item:nth-child(6) { transition-delay: 0.7s; }
.nav-fade.active .nav-fade-item:nth-child(7) { transition-delay: 0.8s; }
.nav-fade.active .nav-fade-item:nth-child(8) { transition-delay: 0.9s; }
.nav-fade.active .sub-menu  { transition-delay:  0.95s; }

.nav-fade-number {
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 14px;
  font-family: "Bebas Neue", sans-serif;
}

.nav-fade-link {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "bebas-neue-pro", sans-serif;
}

.nav-fade-link:hover {
  color: #93cbda;
}

.nav-fade-sublink{
  font-size:0.8rem;
}

.nav-fade-info {
  margin-top: auto;
  padding-left: 60px;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}

.nav-fade.active .nav-fade-info {
  opacity: 1;
  transform: translateY(0);
}

.nav-fade-address,
.nav-fade-tel {
  margin: 5px 0;
}

.layered-menu {
  margin-top: 5px;
}

.layered-menu li{
  color: #fff;
  padding-left: 20px;
  padding-bottom: 5px;
}

.layered-menu li:before {
  content: "-";
  padding-right: 5px;
}

.sub-menu {
  color: #fff;
  font-size: 0.8rem;
  margin-top: 30px;
}

.nav-fade-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.equipment-img {
  position: relative;
  width: 380px;
  padding-right: 50px;
}


.test{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  width: 100%;
  height: auto;
}

.test svg{
  width: 100%;
  height: auto;
}


/***************************************************
 * Generated by SVG Artista on 10/28/2025, 1:13:59 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .svg-recruitlogo01-1 {
  stroke-dashoffset: 353.00604248046875px;
  stroke-dasharray: 353.00604248046875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .svg-recruitlogo01-1 {
  stroke-dashoffset: 0;
}

svg .svg-recruitlogo01-2 {
  stroke-dashoffset: 349.4575500488281px;
  stroke-dasharray: 349.4575500488281px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

svg.active .svg-recruitlogo01-2 {
  stroke-dashoffset: 0;
}

svg .svg-recruitlogo01-3 {
  stroke-dashoffset: 300.846923828125px;
  stroke-dasharray: 300.846923828125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}

svg.active .svg-recruitlogo01-3 {
  stroke-dashoffset: 0;
}

svg .svg-recruitlogo01-4 {
  stroke-dashoffset: 321.65228271484375px;
  stroke-dasharray: 321.65228271484375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}

svg.active .svg-recruitlogo01-4 {
  stroke-dashoffset: 0;
}

svg .svg-recruitlogo01-5 {
  stroke-dashoffset: 255.13401794433594px;
  stroke-dasharray: 255.13401794433594px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}

svg.active .svg-recruitlogo01-5 {
  stroke-dashoffset: 0;
}

svg .svg-recruitlogo01-6 {
  stroke-dashoffset: 349.38714599609375px;
  stroke-dasharray: 349.38714599609375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

svg.active .svg-recruitlogo01-6 {
  stroke-dashoffset: 0;
}

svg .svg-recruitlogo01-7 {
  stroke-dashoffset: 314.2814636230469px;
  stroke-dasharray: 314.2814636230469px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
}

svg.active .svg-recruitlogo01-7 {
  stroke-dashoffset: 0;
}

svg .svg-recruitlogo01-8 {
  stroke-dashoffset: 359.3088684082031px;
  stroke-dasharray: 359.3088684082031px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s;
}

svg.active .svg-recruitlogo01-8 {
  stroke-dashoffset: 0;
}

svg .svg-recruitlogo01-9 {
  stroke-dashoffset: 314.3909912109375px;
  stroke-dasharray: 314.3909912109375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s;
}

svg.active .svg-recruitlogo01-9 {
  stroke-dashoffset: 0;
}

svg .svg-recruitlogo01-10 {
  stroke-dashoffset: 247.11843872070312px;
  stroke-dasharray: 247.11843872070312px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s;
}

svg.active .svg-recruitlogo01-10 {
  stroke-dashoffset: 0;
}

svg .svg-recruitlogo01-11 {
  stroke-dashoffset: 349.5683288574219px;
  stroke-dasharray: 349.5683288574219px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .svg-recruitlogo01-11 {
  stroke-dashoffset: 0;
}

svg .svg-recruitlogo01-12 {
  stroke-dashoffset: 319.7909240722656px;
  stroke-dasharray: 319.7909240722656px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s;
}

svg.active .svg-recruitlogo01-12 {
  stroke-dashoffset: 0;
}

svg .svg-recruitlogo01-13 {
  stroke-dashoffset: 371.8015441894531px;
  stroke-dasharray: 371.8015441894531px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s;
}

svg.active .svg-recruitlogo01-13 {
  stroke-dashoffset: 0;
}





/*-------------------------------------------

main-recruit

-------------------------------------------*/

.main-recruit{
   position: relative;
}

.main-recruit-bg{
  width: 100%;
  min-height: 100dvh;
  background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%),url(/rebotec/images/recruit/main-recruit-bg.png) no-repeat center center / cover;
  top:0;
  left:0;
  transition: margin-top 1s ease-out;
  filter: blur(20px);
  opacity: 0.2;
  animation: bgFadeIn 1.2s ease-out forwards;
}

@keyframes bgFadeIn {
  0% {
    opacity: 0.2;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}




@keyframes fadeInBg {
  to {
    opacity: 1;
  }
}

.main-recruit-copy{
  position: absolute;
  left: clamp(50px, 15vw, 200px);
  top: 50%;
  transform: translateY(-50%);
  animation: maincopy 4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  max-width: 700px;
  width: 100%;
}

.main-recruit-copy-txt{
  font-family: barlow, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 6rem;
  letter-spacing: 1rem;
  color: #fff;
  margin-bottom: 60px;
}

.main-recruit-subcopy{
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}

.recruit-anime {
  width: 100%;
  height: auto; 
}

.recruit-anime svg {
  width: 100%;
}


/***************************************************
 * Generated by SVG Artista on 9/24/2025, 11:27:00 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .svg-elem-1 {
  stroke-dashoffset: 449.7109069824219px;
  stroke-dasharray: 449.7109069824219px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-2 {
  stroke-dashoffset: 438.9246520996094px;
  stroke-dasharray: 438.9246520996094px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-3 {
  stroke-dashoffset: 394.95526123046875px;
  stroke-dasharray: 394.95526123046875px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-4 {
  stroke-dashoffset: 449.69244384765625px;
  stroke-dasharray: 449.69244384765625px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-5 {
  stroke-dashoffset: 426.4901123046875px;
  stroke-dasharray: 426.4901123046875px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-6 {
  stroke-dashoffset: 222.72213745117188px;
  stroke-dasharray: 222.72213745117188px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-7 {
  stroke-dashoffset: 315.5079040527344px;
  stroke-dasharray: 315.5079040527344px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}




/*-------------------------------------------

intro

-------------------------------------------*/

#intro{
  height: 1000px;
  color: #fff;
  background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%),url(/rebotec/images/recruit/intro-bg.png) no-repeat center center / cover;
  background-color: #000;
  display: grid;
  place-items: center;
  position: relative; 
  z-index: 1; 
  opacity: 0.5;
  filter: blur(20px);
  transition: opacity 0.3s ease-out, filter 0.3s ease-out;
}


#intro.fadeInBg02{
    opacity: 1;
    filter: blur(0);
  }



#intro h2{
    font-family: barlow, sans-serif;
    font-style: italic;
    color: #fff;
    font-size: 4.5rem;
    letter-spacing: 1rem;
    line-height: 5rem;
    margin-bottom: 20px;
    text-align: left;
}

.intro{
    position: relative;
    width:100%;
    height: 800px;
    max-width:1200px;
    padding:0 16px;
    margin:0 auto;
}

.intro-cont-right{
  position: absolute;
    top:0;
    right: 0;
}

.intro-cont-right-txt{
  max-width: 500px;
}

.intro-cont-copy{
 font-size: 2rem!important;
 font-style: normal!important;
 letter-spacing: 0.2rem!important;
 font-weight: bold;
}

.intro-cont-right p{
    font-weight: bold;
}


/*-------------------------------------------

message

-------------------------------------------*/

.message-bg{
  height: 600px;
  color: #fff;
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 50%),
    linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 50%),
    url(/rebotec/images/recruit/recruit-message-back.png) no-repeat center center / cover;
  background-color: #000;
  display: grid;
  place-items: center;
  position: relative; 
  z-index: 1; 
  opacity: 0.5;
  filter: blur(20px);
  transition: opacity 0.3s ease-out, filter 0.3s ease-out;
  opacity: 0.5;
}


.message-bg.fadeInBg03 {
    opacity: 1;
    filter: blur(0);
  }


#interview{
    background-color: #000;
}

.message-title{
    font-family: barlow, sans-serif;
    font-style: italic;
    color: #fff;
    font-size: 4rem;
    padding-top:50px ;
    text-align: center;
    letter-spacing: 1rem;
}

.message-cont-copy{
    font-size: 2rem!important;
    color: #fff;
    text-align: center;
    margin-top: 56px!important;
    margin-bottom:56px!important;
    font-weight: bold;
}

.message-cont-left{
  max-width: 500px;
  width: 100%;
  margin-right: auto;
}


.message-maincopy-blue{
   font-family: barlow, sans-serif;
   font-style: italic;
   color: #2898B5;
   font-size: 3rem;
   letter-spacing: 1rem;
   line-height: 5rem;
}


.message-maincopy{
    font-size: 2rem;
    font-weight: bold;
    line-height: 3.4rem;
}


.messagebg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  overflow: hidden;
}
.messagebg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}

.messagebg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 15px 12px 15px;
  position: relative;
  z-index: 1;
  transform: translateX(-100%);
  opacity: 0;
  transform-origin: left;
}
 
.messagebg.is-animated .bg-wrap .inn {
  animation: text-reveal 1s 0.9s forwards;
}

.messagebg .bg-wrap .message-title {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding: 10px 15px 12px 15px;
  position: relative;
  z-index: 1;
  transform: translateX(-100%);
  opacity: 0;
  transform-origin: left;
}
 
.messagebg.is-animated .bg-wrap .message-title {
  animation: text-reveal 1s 0.9s forwards;
}
 
 
.messagebg .bg-wrap .message-txt {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 15px 12px 15px;
  position: relative;
  z-index: 1;
  transform: translateX(-100%);
  opacity: 0;
  transform-origin: left;
}
 
.messagebg.is-animated .bg-wrap .message-txt {
  animation: text-reveal 1s 0.9s forwards;
}
 
 
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes text-reveal {
  
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
 

/*-------------------------------------------

recruitment

-------------------------------------------*/


.recruitment-title{
    font-family: barlow, sans-serif;
    font-style: italic;
    color: #fff;
    font-size: 4rem;
    margin-bottom: 50px;
    padding-top:100px ;
    text-align: center;
    letter-spacing: 1rem;
}


/*-------------------------------------------

 table

-------------------------------------------*/

.table-recruit{
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0px 100px 0px;
  color: #fff;
}

.table-recruit th,.table-recruit td{
  border-bottom: 1.5px solid #fff;
  padding: 1em;
}

.table-recruit th {
  border-bottom: 1.5px solid #fff;
  font-weight: bold;
  text-align: left;
  width: 20%;
  min-width: 4em;
  padding-left: 25px;
}

.table-recruit td {
  width: 70%;
  padding-left: 25px;
}

.table-recruit th,
.table-recruit td{
  border-top: 1px solid #fff !important;
}

.table-recruit th{
  color:#fff!important;
  background-color: transparent!important;
}

/*-------------------------------------------

entry

-------------------------------------------*/

.entry-title{
  font-family: barlow, sans-serif;
  font-style: italic;
  font-size: 8rem;
  margin-bottom: 50px;
  padding-top:50px ;
  text-align: center;
  letter-spacing: 1rem;
  line-height: 1;
  background: linear-gradient(135deg, #31c8e7 0%, #2898b5 88%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}

.entry-cont-copy{
    font-size: 2rem;
    color: #18afd6 ;
    text-align: center;
    margin-top: 30px!important;
    margin-bottom: 56px!important;
    font-weight: bold;
}


#entry-bg-image{
  width: 100vw;
  height: 900px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  color: #fff;
  background-color: #000;
  display: grid;
  place-items: center;
  /* 【重要】子要素（テキストと::before）の基準位置 */
  position: relative; 
  /* 【重要】テキスト（要素の直接のコンテンツ）を::beforeよりも前に出す */
  z-index: 1; 
  margin-top: 250px;
}

#entry-bg-image img{
  width: 100vw;
  height:900px;
  object-fit: cover;
}

.entry-abs{
    position: absolute;
    width: 100%;
    max-width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    z-index: 1;
}

.recruit-entry-btn-flex {
  height: 110px;
  display: flex;
  background: linear-gradient(to right, #fff 50%, #18afd6 50%) 100%;
  background-size: 200% 100%;
  transition: background-position 0.3s;
  margin: 40px 0;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  color: #fff;
}

.recruit-entry-btn-flex:hover {
  background-position: 0 100%;
  color: #18afd6 !important;
}

.recruit-entry-btn-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recruit-entry-btn-ttl {
    font-family: barlow, sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 3.8rem;
    letter-spacing: 0.6rem;
}

.recruit-entry-btn-txt{
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 10px;
}

.recruit-entry-btn-right{
  background-color: #fff;
  border-radius: 3px;
  padding: 15px 20px;
}

.recruit-entrybtn-triangle{
  width: 0;
  height: 0;
  border-left: 10px solid #18afd6 ;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.recruit-entrybtn-viewmore-arrow{
  position: relative; 
  transition: transform 0.3s ease-out; 
}

.recruit-entry-btn-flex:hover .recruit-entrybtn-viewmore-arrow {
 transform: translateX(7px); 
}

.recruit-entry-btn-flex:hover .recruit-entrybtn-triangle{
  border-left: 10px solid #fff;
}

.recruit-entry-btn-flex:hover .recruit-entry-btn-right{
  background-color: #18afd6 ;
}


/*-------------------------------------------

recruit-footer

-------------------------------------------*/

#recruit-footer{
    display: flex;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.recruit-footer-left{
    width: 40%;
    background: #fff;
    padding: 50px 80px;
}

.recruitsite-title{
    color:#2898B5;
    font-size: 2rem;
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: bold;
    letter-spacing: 0.3rem;
}

.recruitsite-title a{
    color:#2898B5!important;
}

.recruit-footer-right{
    width: 60%;
    background: #2898B5;
    padding: 50px 80px;
}

.recruit-footer-left img{
    max-width:250px;
}

.recruit-footer-logosns{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.recruit-footer-logo{
   margin-right: 10px;
}

.recruit-footer-sns img{
   width: 30px;
   padding-right: 9px;
}

.recruit-footer-menu{
    display: flex;
    justify-content: flex-end;
}

.recruit-footer-menu li{
    padding-right: 30px;
}

.is-en{
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 0px;
}


.is-ja{
    color: #fff;
    font-size: 0.9rem;
}


.recruit-footer-right-cr{
  text-align: right;
  margin-top: 20px;
}

.recruit-footer-copyright{
    color: #fff;
    font-size: 0.9rem;
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: bold;
    text-align: right;
}

.corporate{
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 10px;
}

a .corporate {
    color:#2898B5!important;
}

.corporate img{
    width: 20px;
    margin-left: 5px;
    margin-top: 2px;
}

/*-------------------------------------------

interview

-------------------------------------------*/

.interview-contents{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 50px;
}

.interview-list{
  display: flex;
  color: #fff;
  width:100%;
  max-width:1200px;
  padding:0 16px;
  margin:0 auto;
}

.interview-list li{
  border-right: 1px solid #fff;
  padding: 50px 50px 90px 50px;
}

.interview-list li:first-child{
  border-left: 1px solid #fff;
}

.interview-list li h3{
  margin: 20px 0 20px 0;
  color: #fff;
  text-align: left;
}

.interview-list-img{
  position: relative;
  height: 250px;
  overflow: hidden;
}

.interview-list-img img{
  width: 100% !important;
  height: 250px;
  object-fit: cover;
  opacity: 0;
  animation: showImage 0.5s ease 2s forwards;
}

.interview-name{
  display: inline-block;
  background-color:#2898B5;
  padding: 2px 10px;
  margin-top: 20px;
}


.interview-list-img::before,
.interview-list-img::after {
  animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #2898B5;
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 1;
  transform: translateX(0);
}

.interview-list-img::before {
  inset: 0 0 50%;
}

.interview-list-img::after {
  inset: 50% 0 0;
}

.interview-list-img.is-animated::before {
  animation: img-wrap-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.interview-list-img.is-animated::after {
  animation: img-wrap-after 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}


@keyframes img-wrap-before {
  100% {
    transform: translateX(100%);
  }
}

@keyframes img-wrap-after {
  100% {
    transform: translateX(-100%);
  }
}








/* -------------------------------------- */
/* 枠線アニメーションの基本スタイル */
/* -------------------------------------- */
.line {
  position: absolute;
  background-color: #fff;
  /* fadeLineアニメーションは、枠線のアニメーション完了後に開始するため、ここでは除外します */
}

/* 枠線はデフォルトでは描画されない状態 */
 .top, .bottom {
  height: 2px;
  width: 0%; 
}

 .left, .right {
  width: 2px;
  height: 0%; 
}

/* 各ラインの初期位置設定はそのまま残す */
.top { top: 0; left: 0; }
.right { top: 0; right: 0; }
.bottom { bottom: 0; right: 0; }
.left { bottom: 0; left: 0; }


/* -------------------------------------- */
/* スクロールで付与するトリガークラス */
/* -------------------------------------- */
/* .line-container は枠線全体を包む親要素（仮定） */
.interview-list-img.start-draw .line {
  /* 枠線が描画された後に色を反転させる */
  animation: fadeLine 0.5s ease 2.5s forwards;
}

/* 画像のフェードイン */
.interview-list-img.start-draw .line-animate img {
  animation: showImage 0.5s ease 2s forwards;
}

/* 枠線の描画アニメーション */
.interview-list-img.start-draw .top {
  animation: drawTop 0.5s forwards;
}

.interview-list-img.start-draw .right {
  animation: drawRight 0.5s 0.5s forwards;
}

.interview-list-img.start-draw .bottom {
  animation: drawBottom 0.5s 1s forwards;
}

.interview-list-img.start-draw .left {
  animation: drawLeft 0.5s 1.5s forwards;
}

/* -------------------------------------- */
/* @keyframes は変更なし */
/* -------------------------------------- */
@keyframes fadeLine { to { background-color: #000; } }
@keyframes showImage { from { opacity: 0; } to { opacity: 1; } }
@keyframes drawTop { to { width: 100%;　} }
@keyframes drawRight { to { height: 100%; } }
@keyframes drawBottom { to { width: 100%; left: auto; right: 0; } }
@keyframes drawLeft { to { height: 100%; } }




/*-------------------------------------------

 hr

-------------------------------------------*/

.section-divider{
  border-top: 1px solid #2898B5;
  margin: 20px 0;
}


/*-------------------------------------------

 見出し

-------------------------------------------*/

.title-line{
  position: relative;
  border-bottom: 1px solid #2898B5;
  margin: 25px 0 40px 0;
}

.title-line-txt{
  position: absolute;
  background: #fff;
  padding-right: 30px;
  top:-12px;
}


/*-------------------------------------------

 ボタン

-------------------------------------------*/

.section-btn-flex{
  display: flex;
  justify-content: space-between;
}

.section-btn-flex li{
  width: 49%;
}

.section-btn{
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  background: linear-gradient(to right, #000 50%, #2898B5 50%) 100%;
  background-size: 200% 100%;
  transition: background-position 0.3s;
  font-size: 1.2rem;
  text-align: center;
  padding: 20px;
}

.section-btn::after{
 content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}

.section-btn:hover {
  background-position: 0 100%;
  color: #fff!important;
}


/*-------------------------------------------

わたしたちの想い

-------------------------------------------*/

.philosophy-txt{
  font-size:  1.5rem!important;
  font-weight: bold;
  line-height: 3rem;
}

.pageheader-thought{
  height:400px;
  background: url(./img/ourthoughts-bg.png) no-repeat center center / cover;
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}

.business-list-flex{
  display: flex;
  justify-content: center;
}

.business-list{
  width: 33%;
}

.business-container{
  padding: 20px 30px 30px 30px;
  color: #fff;
}

.thought01{
  position: relative;
  background-color: #000;
  background-size:1000px; 
  height: 800px;
  margin-top: 200px;
}

.thought01-bg{
  max-width: 1400px;
  width: 100%;
  position: absolute;
  top:-350px;
  left:50%;
  transform: translateX(-50%);
}

.thought01-bg img{
  width: 1400px;
}


.business-contents{
 position: absolute;
 top:500px;
}


.thought-number{
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size:  3rem!important;
  font-style: normal;
  padding-right: 20px;
}

.thought-number-txt{
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.thought-txt{
  color: #fff;
  padding-top: 50px;
  margin-bottom: 30px;
}

.thought-copy{
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size:  4.5rem!important;
  font-style: normal;
  letter-spacing: .6rem!important;
  margin: 50px 0;
}

.business-list-ttl{
  color: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.business-list-ttl span {
  width: 12%;
}

.business-list-ttl::after {
  content:"";
  height:1px;
  width:88%;
  background:#fff;
}

/*-------------------------------------------

画像ループ

-------------------------------------------*/

@keyframes infinity-loop-right {
from {
  transform: translateX(-100%);
}
  to {
  transform: translateX(0%);
}
}
.scroll-loop_list-right{
  animation :infinity-loop-right 80s infinite linear 0.5s both;
}


@keyframes infinity-loop-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-loop_wrap {
  display: flex;
  overflow: hidden;
  width: 200%; 
}
.scroll-loop_list {
  display: flex;
  list-style: none;
  padding: 0;
  width: auto;
  overflow: hidden;
}
.scroll-loop_list-left {
  animation: infinity-loop-left 80s infinite linear 0.5s both;
}
.scroll-loop_item {
  width: calc(100vw / 4);
  height: 280px;
  padding-left: 7px;
  padding-right: 7px;
  overflow: hidden;
}
.scroll-loop_item>img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.scroll-loop{
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  overflow: hidden;
}

.scroll-loop-rel{
  position: relative;
  background: #000;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.scroll-loop-abs{
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}

.scroll-loop-abs:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    mix-blend-mode: luminosity;
}

.scroll-loop-under{
    margin-top: 20px!important;
}

/*-------------------------------------------

sp

-------------------------------------------*/



@media screen and (max-width: 950px) {


td {
    padding: 0px 16px 16px 16px;
}

input:not([type]), input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea, div.inputText {
    border: 0px;
}

.topicDigestLink, .mailForm .pageLinkBox, .commentFormBox .pageLink, .cartPartsLook, .userMypageLogin .pageLink, .userLoginGetForm .pageLink, .loginLink, .userLoginMenu .pageLink, .buLogout, .cartShowCartNo .pageLink, .userMypage .pageLink, .userUpdate .pageLink, .userReminder .pageLink, .userMypageLogi .pageLink, .memberLoginFormMenu .pageLink {
    text-align: center;
    margin-top: 0px;
}

table{
    margin-bottom: 10px;
}


/*-------------------------------------------
spナビ
-------------------------------------------*/  

.nav-fade-flex {
    flex-direction: column;
}   
    
.equipment-img {
    width: 100px;
    padding-right: 0px;
    margin:50px 0;
}    
    
/*-------------------------------------------
テーブル
-------------------------------------------*/  
 .table-d th,.table-d td{
    display: block;
    width: 100%;
    padding-left: 0px;
    padding: 0.5em;
  }
  .table-d td{
    border-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {

/*-------------------------------------------
ボタン
-------------------------------------------*/  
  .section-btn-flex{
    flex-direction: column;
}
  .section-btn-flex li{
  width: 100%;
  margin-bottom: 15px;
}

  .mailForm h1 {
    padding-top: 130px!important;
}
}


/*-------------------------------------------

sp

-------------------------------------------*/



@media screen and (max-width: 950px) {

/*-------------------------------------------
全体
-------------------------------------------*/  
.wrapper {
  padding-left: 50px;
  padding-right: 50px;
}

/*-------------------------------------------
テーブル
-------------------------------------------*/  
 .table-recruit th,.table-recruit td{
    display: block;
    width: 100%;
    padding-left: 0px;
    padding: 0.5em;
  }
  .table-recruit td{
    border-bottom: 0px;
  }

/*-------------------------------------------
header
-------------------------------------------*/  
.header-nav-pc{
  display: none;
}
.header-nav-sp{
  display: block;
}

/*-------------------------------------------
recruit-footer
-------------------------------------------*/  
#recruit-footer{
  flex-direction: column;
}

.recruit-footer-left{
  width: 100%;
  padding: 30px 80px;
}

.recruit-footer-right {
  width: 100%;
}

.recruit-footer-menu {
    justify-content: center;
}

.recruit-footer-right-cr{
  text-align: center;
}

.recruit-footer-logosns{
  justify-content: center;
}

.recruitsite-title,
.corporate {
   text-align: center;
}


/*-------------------------------------------
entry
-------------------------------------------*/  

#entry-bg-image {
  height: 400px;
}

.entry-title {
 margin-bottom: 30px;
}

/*-------------------------------------------
interview
-------------------------------------------*/ 

.interview-list{
 flex-direction: column;
}

.interview-list li{
  border-left: 1px solid #fff;
  border-bottom:1px solid #fff;
}

/*-------------------------------------------
message
-------------------------------------------*/

.message-bg {
  height: 650px;
}
.message-title {
  font-size: 3rem;
}

/*-------------------------------------------
recruitment
-------------------------------------------*/

.recruitment-title{
  font-size: 3rem;
}

/*-------------------------------------------
entry
-------------------------------------------*/

.recruit-entry-btn-ttl{
 font-size: 2rem;
}

.recruit-entry-btn-left {
  flex-direction: column;
  align-items: stretch;
}

.recruit-entry-btn-txt {
  font-size: 0.8rem;
  text-align: left;
  padding-top: 0px;
  padding-left: 0px;
}
}

@media screen and (max-width: 768px) {

.recruit-header-logo h1 { 
  font-size: 1rem;
  letter-spacing: 0.18rem;
}

.recruit-header-logo img { 
  max-width: 120px;
}

.recruit-sitetitle { 
  font-size: 0.8rem;
  display: inline-block;
  letter-spacing: 0.12rem;
}

.recruit-header-logo { 
  width: 100%;
  height: 60px;
  justify-content: left;
  padding-left: 12px;
}

.nav-sp-recruit {
  right: 60px;
  width: 90px;
  height: 60px;
  font-size: 1rem;
}

.hamburger-fade{
  width: 60px;
  height: 60px;
}

.main-recruit-copy{
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 50px;
}

.main-recruit-subcopy {
  font-size: 1rem;
}

#intro {
    height: 800px;
}

#intro h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 2.5rem;
}

.intro-cont-copy {
    font-size: 1.5rem !important;
}

.intro-cont-right {
  position: static; 
}

.message-bg {
  height: 250px;
}

.message-cont-left {
  margin-top: 100px;
}

.message-title,
.recruitment-title {
  font-size: 2rem;
  letter-spacing: 0.5rem;
  margin-bottom: 0px;
}

.message-cont-copy {
  font-size: 1.5rem !important;
  color: #fff;
  text-align: center;
  margin-top: 20px !important;
  margin-bottom: 56px !important;
}

#interview {
    margin-top: 300px;
}

.recruit-footer-logosns {
flex-direction: column;
  }

.recruit-footer-logo{
  margin-right: 0px;
  margin-bottom: 20px;
}

.recruit-footer-menu{
  flex-direction: column;
}

.entry-title{
  padding-top: 0px;
}

.header-logo img{
  margin-top: 6px;
  max-width:180px;
}

.main-copy{
  left: clamp(50px, 10vw, 200px);
  bottom: 100px;
}

.main-copy-txt{
  font-size: 3rem !important;
  margin-bottom: 7px;
  }

.main-bg p {  
  font-size: 1rem;
  }

.top-cont-maincopy {
  font-size: 3rem;
  }

.top-cont-title {
    margin-bottom: -7px;
}

.top-cont-copy {
  font-size: 1.3rem;
  margin-top: 0px; 
}

.equipment-txt{
  padding-top: 60px;
}
.txtbox {
    margin: 10px 0 20px;
}

.recruit {
  margin: 350px 0 0 0;
}

.recruit h3 {
    padding-top: 20px;
}

.recruit p {
    font-size: 0.9rem;
    padding-top: 20px;
}

.entry-title {
    font-size: 5rem;
}

.entry-cont-copy {
    font-size: 1.5rem;
    margin-top: 20px !important;
    margin-bottom: 26px !important;
}

.scroll-loop-rel {
    margin-top: 100px;
}

.scroll-loop_item {
    width: calc(100vw / 2);
    height: 100px;
}


.scroll-loop_item>img {
    height: 100px!important;
}

.scroll-loop_item {
    width: calc(100vw / 2);
}

.scroll-loop-abs {
    height: 400px;
}

}

.siteblock-upper{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    background-color: #000!important;
}

.siteblock-main {
    background-color: #2898B5;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.siteblock-footer {
    padding-bottom: 0px!important;
}

.siteblock-footer .box {
    margin-bottom:  0px!important;
}