@charset "utf-8";


.contents-title{
background: #D7ECFA;
background: linear-gradient(180deg, rgba(215, 236, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.recruit-bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  aspect-ratio: 1 / 1;
  opacity: 0.5;
  z-index: -1;
}

.mask-wrap{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  mask-image: url(/ravio/common/img/ravio_cube.svg);
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  pointer-events: none;
}

.mask-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;  
  width: 100%;
  height: 100%;
  transform-origin: center center;
  animation: rotation 30s linear infinite;
  will-change: transform;
  aspect-ratio: 1 / 1;
  z-index: 0;
}


@keyframes rotation {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}


.recruit-top-intro{
  margin: auto;
  padding: 4rem 0;
  width: 100%;
  max-width: 72rem;
  text-align: center;
  -webkit-text-stroke: 0.3rem #fff;
  text-stroke: 0.3rem #fff;
  paint-order: stroke;
  text-shadow: 0.1rem 0.1rem 0.6rem rgba(255, 255, 255, 0.9), 0.1rem 0.1rem 0.6rem rgba(255, 255, 255, 0.9), 0.1rem 0.1rem 0.6rem rgba(255, 255, 255, 0.9);    
}

.recruit-top-intro h2{
  position: relative;
  padding-bottom: 4rem;
  text-align: center;
  font-weight: var(--ravio-fw-nomal);
}

.recruit-top-intro h2::after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 5rem;
  height: 0.5rem;
  display: block;
  background-color: var(--ravio-red);
  content: "";
}

.recruit-top-intro h2 em{ white-space: nowrap;}


#RECRUIT01 .recruit-bg{
  width: 100%;
  max-width: 80rem;
}

.recruit-top-slider{ margin: 0 calc(50% - 50vw);}
.recruit-top-slider .splide__track { overflow: visible;}
  
.recruit-top-slider .splide__slide{  
  max-width: 30rem;
  padding: 0.5rem 1rem 1rem 0.5rem; 
}

.recruit-top-slider .splide__slide img{ box-shadow: 0.3rem 0.3rem 0.5rem 0 rgba(0, 0, 0,0.3);}

@media screen  and (max-width: 768px) {

.recruit-top-slider .splide__slide{ max-width: 26rem;}

}/* End max 768 */

@media screen  and (max-width: 480px) {

.recruit-top-slider .splide__slide{ max-width: 22rem;}

}/* End max 480 */




.work-place-bg{
  position: relative;
  margin: 0;
  padding: 1em;
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(rgba(210, 210, 210, 0.4) 1px, transparent 1px), linear-gradient(to right, rgba(210, 210, 210, 0.4) 1px, transparent 1px);
  background-size: 20px 20px;
  background-color: #fff;
  background-position: -14px 14px;
}

.work-place{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 50rem;
  display: block;
}

.work-place .japan{
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 50rem;
  display: block;
  aspect-ratio: 500 / 550;
  z-index: 1;
}

@media screen  and (max-width: 724px) {

.work-place-bg{ justify-content: flex-start;}

}/* End max 724 */

.work-place address{
  position: absolute;
  padding: 0;
  display: block;
  border: solid 0.2rem var(--ravio-red);
  background-color: rgb(255,255,255,0.7);
  z-index: 10;
  font-size: var(--ravio-fs-l);
}

.work-place address.add-01{
  top: 10%;
  right: 25%;
}

.work-place address.add-02{
  bottom: 0%;
  left: -15%;
}

.work-place address.add-03{
  top: 54%;
  left: 65%;
}

@media screen  and (max-width: 1024px) {

.work-place-bg{ margin: 0 calc(50% - 50vw); width: 100vw;}

}/* End max 1024 */


@media screen  and (max-width: 1160px) {

.work-place{
  display: flex;
  flex-direction: column;  
  aspect-ratio: 500 / 550;
}

.work-place address{
  position: relative;
  padding: 0;
  max-width: 16em;
}

.work-place address.add-01,
.work-place address.add-02,
.work-place address.add-03{
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  margin-bottom: 1em;
}

.work-place address.add-02{ margin-top: 2em; order: -1;}

.work-place .japan{
  position: absolute;
  margin: 0;
  width: 100%;
  max-width: 50rem;
  display: block;
  aspect-ratio: 500 / 550;
  z-index: 1;
}

}/* End max 1160 */

@media screen  and (max-width: 440px) {

.work-place{
  display: flex;
  flex-direction: column;
  align-items: center;
  
  aspect-ratio: inherit;
}

.work-place address{
  position: relative;
  padding: 0;
  width: 90%;
  max-width: 90%;
}

.work-place address.add-01,
.work-place address.add-02,
.work-place address.add-03{
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  margin-bottom: 1em;
}

.work-place address.add-02{ margin-top: -25%; order: -1;}

.work-place .japan{
  position: relative;
  margin: auto;
  width: 80%;
  order: -2;
}

}/* End max 440 */



.work-place address strong{
  padding: 1rem;
  display: block;
  background-color: var(--ravio-red);
  color: #fff;
  white-space: nowrap;
}
.work-place address span{
  padding: 1rem;
  display: block;
}

.work-place address .list-ul{ padding: 1rem;}

.work-place address .list-ul li{
  margin: 0.5rem 0 0 1.5em;
  padding: 0 0 0;
  list-style-type: disc;
}







.section-list{ padding: 0 2rem; width: 100%;}

.section-list li{
  position: relative;
  margin: 1em 0 3em;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 3rem;  
}

.section-list li::after{
  position: absolute;
  top: 1em;
  left: 1em;
  width: calc(100% - 1em);
  height: 100%;
  display: block;  
  border-radius: 1rem;
  border: 0.1rem solid var(--ravio-red);
  background-color: rgb(255,255,255,0.5);
  backdrop-filter: blur(10px);
  content: "";
  z-index: -1;
}

.section-list li:nth-child(even) .image{ order: 2;}
.section-list li:nth-child(even)::after{
  position: absolute;
  top: 1em;
  left: inherit;
  right: 1em;
}

.section-list .image{
  width: 40%;
  max-width: 36rem;
  display: block;
  overflow: hidden;
  box-shadow: 0.3rem 0.3rem 0.5rem 0 rgba(0, 0, 0,0.3);
  aspect-ratio: 3 / 2;
}

.section-list .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;  
}

.section-list .recruit-dl-list{
  padding: 2.5em 1.5em 1em 0;  
  width: 60%;
}

.section-list li:nth-child(even) .recruit-dl-list{ padding: 2.5em 0 1em 1.5em;}
.section-list .recruit-dl-list .section-sub-title-1{ font-size: var(--ravio-fs-xl);}

@media screen  and (max-width: 680px) {

.section-list li{
  position: relative;
  margin: 1em 0 3em;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}

.section-list li::after{
  position: absolute;
  top: 1em;
  left: 1em;
  width: calc(100% - 1em);
  height: 100%;
  display: block;  
  border-radius: 1rem;
  border: 0.1rem solid var(--ravio-red);
  background-color: rgb(255,255,255,0.5);
  backdrop-filter: blur(10px);
  content: "";
  z-index: -1;
}

.section-list li:nth-child(even) .image{ order: -1;}
.section-list li:nth-child(even)::after{
  position: absolute;
  top: 1em;
  left: 1em;
  right: inherit;
}

.section-list .image{
  width: calc(100% - 1em);
  max-width: 36rem;
}

.section-list .recruit-dl-list{
  padding: 2em .5em 1em 2.5em;  
  width: 100%;
}

.section-list li:nth-child(even) .recruit-dl-list{ padding: 2em .5em 1em 2.5em;}

}/* End max 680 */




.recruit-banner{
  padding-top: 3em;
  width: 100%;
  display: flex;
  justify-content: center;
}


@media screen and (max-width: 768px) {

.recruit-banner{
  margin: 3em 0 0 0;
  width: 100%;
}

}/* End max-768 */


.recruit-banner .image{
  position: absolute;
  left: 0.5rem;
  bottom: 0.4rem;
  margin: 0;
  width: 34%;
  max-width: 18rem;
  display: block;
  aspect-ratio: 1 / 1;
  z-index: 10;
}

.recruit-banner .bg{
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
  margin: 0;
  width: 100%;
  max-width: 30rem;
  display: block;
  aspect-ratio: 3 / 2;
  opacity: 0.7;
  z-index: 0;
}

.recruit-banner .bg::before{
  position: absolute;
  left: 0.2rem;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 90%);
  content: "";
}

.recruit-banner .bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-banner a{ position: relative; width: 100%; max-width: 56rem; display: block;text-decoration: none;}

.recruit-banner dl{
  position: relative;  
  width: 100%;
  display: block;
  border: solid 0.2rem var(--ravio-red);
}

@media screen and (max-width: 768px) {

.recruit-banner dl{
  margin: auto;
  width: calc(100% - 4rem);
  max-width: 56rem;
}

}/* End max-768 */

.recruit-banner dl::before{  
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border: solid 0.2rem #fff;
  content: "";
}

.recruit-banner dl dt{
  padding: 1rem 1rem 1rem 34%;
  display: block;
  background-color: var(--ravio-red);
  border-bottom: 0.2rem solid var(--ravio-red);
  color: #fff;
  font-weight: var(--ravio-fw-bold);
}

@media (hover: hover) {
.recruit-banner a:hover{ opacity: 1;}
.recruit-banner a dt{ transition: background-color 0.5s ease, color 0.5s ease; background-color: var(--ravio-red); color: #fff;}
.recruit-banner a:hover dt{ background-color: #fff; color: var(--ravio-red);}

}/* End hover */

.recruit-banner dl strong{ white-space: nowrap;}

.recruit-banner dl dd{
  position: relative;
  padding: 1rem 1rem 1rem 34%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  background-color: #fff;
  overflow: hidden;
  color: var(ravio-black);
}
.recruit-banner dl dd p{
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 10;
}

.recruit-banner dl dd span{ position: relative; z-index: 10;}

@media screen and (max-width: 460px) {

.recruit-banner a{
  margin: auto;
  width: calc(100% - 4rem);
  max-width: 34rem;
}

.recruit-banner .image{ width: 40%;}

.recruit-banner dl{
  margin: auto;
  width: 100%;
  max-width: 34rem;
}
.recruit-banner dl dt,
.recruit-banner dl dd{ padding: 1rem 1rem 1rem 40%;}
.recruit-banner dl p{ display: none;}
.recruit-banner .bg{ display: none;}

}/* End max-460 */


.recruit-banner dl dd span{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.recruit-banner dl dd span::after{
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  background: url(/ravio/common/img/icon_arrow.svg) no-repeat;
  background-size: contain;
  content: "";  
}
