@charset "utf-8";


.recruit-bg{
  position: absolute;
  top: 5em;
  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: 0 auto;
  width: 100%;
  max-width: 80rem;
}


.recruit-top-intro p{
  -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);
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.sales .recruit-top-intro p{max-width: 67rem;}
.design .recruit-top-intro p{max-width: 72rem;}
.construction .recruit-top-intro p{max-width: 52rem;}
.planning .recruit-top-intro p{max-width: 76rem;}
.development .recruit-top-intro p{max-width: 67rem;}
.manufacturing .recruit-top-intro p{max-width: 58rem;}

.sales .recruit-top-intro .letter-image,
.design .recruit-top-intro .letter-image,
.construction .recruit-top-intro .letter-image,
.planning .recruit-top-intro .letter-image,
.manufacturing .recruit-top-intro .letter-image,
.development .recruit-top-intro .letter-image{
  max-width: 100%;
}

.recruit-top-intro hgroup{
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.recruit-top-intro hgroup p{ text-shadow: none; -webkit-text-stroke: inherit; text-stroke: inherit;}

.recruit-top-intro .letter-image{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  color: var(--ravio-gray-4);
  font-size: min(max(6rem, calc(6rem + ((1vw - 0.58rem) * 20))), 12rem);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.01em;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}

.recruit-top-intro h2{
  position: relative;
  font-weight: var(--ravio-fw-nomal);
  color: var(--ravio-red);
  line-height: min(max(6rem, calc(6rem + ((1vw - 0.58rem) * 20))), 12rem);
  z-index: 10;
}

#SALES01 .recruit-bg{
  width: 100%;
  max-width: 80rem;
}

.job_style {
  position: relative;
  max-width: 50rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.job_style h3 {
  position: absolute;
  top: 30%;
  color: var(--ravio-red);
  font-weight: var(--ravio-fw-bold);
}

.scale-list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  max-width: 69rem;
  margin: 0 auto 9rem;
}

.scale-item {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.label-left,
.label-right {
  flex-shrink: 0;
  width: 5em;
  text-align: center;
  white-space: nowrap;
  font-size: var(--ravio-fs-ml);
  font-weight: var(--ravio-fw-nomal);
}

.label-left  { text-align: right; }
.label-right { text-align: left; }

.scale-bar {
  flex: 1;
  position: relative;
  height: 2px;
  background: #333;
}


.scale-bar::before {
  content: "";
  position: absolute;
  top: -1.1rem;
  left: 0;
  right: 0;
  height: 2.5rem;
  background:
  linear-gradient(to right, #333 1px, transparent 1px) 0 0 / 25% 100%;
}

.scale-bar::after {
  content: "";
  position: absolute;
  right: 0;
  top: -1.1rem;
  width: 1px;
  height: 2.5rem;
  background: #333;
}

.scale-dot {
  position: absolute;
  top: 53%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--ravio-red);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}


.scale-dot.level-1{ left: 0;}
.scale-dot.level-2{ left: calc(25% + 0.1rem);}
.scale-dot.level-3{ left: calc(50% + 0.1rem);}
.scale-dot.level-4{ left: calc(75% + 0.1rem);}
.scale-dot.level-5{ right: -1.4rem;}

.suitable-person_title {
  font-weight: var(--ravio-fw-bold);
  line-height: 1.6;
  letter-spacing: .1em;
  padding-block: 2.5rem;
  border-radius: 2rem 2rem 0 0;
  color: #fff;
  background: var(--ravio-red);
  text-align: center;
}

.suitable-person_list {
  overflow: hidden;
  background-image: url(/ravio/img/sales/sakes_dot.svg);
  background-size: 18%;
  background-repeat: repeat;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 0;
  padding-block: 4rem;
  border-radius: 0 0 3rem 3rem;
  border: .2rem solid var(--ravio-red);
}

.suitable-person_item {
  letter-spacing: .1em;
  font-weight: var(--ravio-fw-bold);
  line-height: 1.6;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: .5rem 3rem 1rem;
  font-size: var(--ravio-fs-ml);
}

.suitable-person_item p span {
  color: var(--ravio-red);
}

.suitable-person_item img {
  max-width: 12rem;
}

.daily-schedule_title {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--ravio-red);
  letter-spacing: .1em;
  font-size: var(--ravio-fs-exs);
}

.daily-schedule_title::before,
.daily-schedule_title::after {
  content: "";
  flex: 1;
  border-top: dotted var(--ravio-red) 0.7rem;
}


.schedule_list {
  max-width: 94rem;
  margin: 4em auto;
}

.schedule_listitem {
  margin-left: 13rem;
  padding-left: 3rem;
  padding-bottom: 7rem;
  position: relative;
}

.schedule_listitem:before,
.schedule_listitem:after {
  content: '';
  display: block;
  position: absolute;
}
.schedule_listitem:before {
  top: 1.5rem;
  left: 0;
  width: 0.3rem;
  background: var(--ravio-red) ;
  height: 100%;
}

.schedule_listitem:after {
  left: -0.7rem;
  top: 0.5rem;
  background-color: #ffffff;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 100%;
  border: 0.3rem solid var(--ravio-red);
}

.schedule_listitem:nth-last-child(1)::before {
  content: none;
}
.schedule_time {
  color: var(--ravio-red);
  font-size: var(--ravio-fs-exs);
  position: absolute;
  top: -1.2rem;
  right: calc(100% + 3rem);
  font-family: "Inter", sans-serif;
}

.schedule_title {
  font-size: var(--ravio-fs-xl);
  font-weight: var(--ravio-fw-bold);
}

.schedule_txt {
  line-height: 1.6;
  margin-top: 1rem;
}

.schedule_listitem_speech {
  padding-left: 5rem;
}

.schedule_listitem_speech::after {
  top: 5.5rem;
}

.schedule_listitem_speech .schedule_time {
  font-size: var(--ravio-fs-exs);
  top: 3.8rem;
}

.schedule_listitem_speech_inner {
  padding: 4rem 3.5rem 5rem;
  border-radius: 3rem;
  background: var(--ravio-red);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.schedule_listitem_speech_inner::before {
  content: '';
  border-style: solid;
  border-width: 1.7rem 3.2rem 1.7rem 0;
  border-color: transparent var(--ravio-red) transparent transparent;
  position: absolute;
  top: 4.6rem;
  right: 100%;
}

.schedule_listitem_speech .schedule_title {
  padding-top: 0;
  font-size: var(--ravio-fs-xl);
  font-weight: var(--ravio-fw-bold);
  color: #fff;
}

.schedule_listitem_speech .schedule_txt {
  line-height: 1.8;
  margin-top: 1.4rem;
  color: #fff;
}

.schedule_img {
  width: 22.5rem;
  margin-left: 3rem;
}

.interview-contents {
  display: flex;
  gap: 4rem;
}

.interview_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

.interview-heading {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  position: relative;
}

.interview-heading_number {
  font-size: var(--ravio-fs-xxl);
  font-weight: var(--ravio-fw-bold);
  color: var(--ravio-red);
  text-wrap: unset;
}


.interview_title {
  margin-top: 2.4rem;
  font-size: var(--ravio-fs-xl);
  font-weight: var(--ravio-fw-bold);
  line-height: var(--ravio-lh-s);
  text-wrap: unset;
}

.interview-heading::after {
  content: "";
  border-top: dotted var(--ravio-red) 0.4rem;
  width: 8rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.interview_txt {
  width: 100%;
  line-height: 1.9;
}

.interview_img {
  min-height: 46rem;
  max-height: 49rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  width: 50%;
}

.interview_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  margin: auto;
  object-fit: cover;
}


.interview-contents02 {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  align-items: flex-start;
}


.interview_img_second {
  width: calc(50% - 2rem);
}

.interview_img_second img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  margin: auto;
  object-fit: cover;  
}

.interview-contents02 .interview_text {
  width: calc(50% - 2rem);
}


.interview_text-full {
  width: 100%;
}

.profile-contents {
  margin-top: 7rem;
  border-radius: 3px;
  padding: 3.6rem 3rem 6rem;
}

.profile-title {
  max-width: 97rem;
  width: 100%;
  margin: auto;
  position: relative;
  border-bottom: dotted var(--ravio-red) 0.4rem;
}


.profile-title h2 {
  position: relative;
  padding-bottom: 3rem;
  text-align: center;
  font-size: var(--ravio-fs-exm);
  color: var(--ravio-red);
}


.profile-title:before,
.profile-title:after {
  content: '';
  display: block;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
}

.profile-title:before {
  left: 0px;
  top: 3rem;
  width: 10.9rem;
}
.profile-title:after {
  right: 0;
  top: 3rem;
  width: 10.9rem;
}

.profile-txt {
  width: 100%;
  max-width: 70.5rem;
  margin: auto;
  padding-top: 4rem;
}

.profile-txt p {
  line-height: 1.71;
}

/* 工事部 */

.recruit-top-intro hgroup .construction {
  font-size: min(max(6rem, calc(6rem + ((1vw - 0.58rem) * 20))), 9rem);
  top: 14%;
}

/* 製造部 */

.product_box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: var(--ravio-red);
  color: #fff;
  padding: 3.2rem 1.6rem;
  gap: 4.8rem;
  max-width: 80rem;
  margin: auto auto 3rem;
}

.product_box_txt {
  width: 40%;
}

.product_box_txt_ttls {
  font-weight: bold;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 2.4rem;
}

.product_box_txt_ttls::before {
  content: "";
  width: 2.8rem;
  height: .2rem;
  background: #fff;
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0;
}

.multi_img {
  width: 42%;
}

.multi_img img {
  width: 100%;
}

.product_flow_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 5rem 0 8rem 0;
}

.product_flow_area01 {
  width: 50%;
}

.subTtl {
  font-size: var(--ravio-fs-xl);
  font-weight: var(--ravio-fw-bold);
  position: relative;
  padding-left: 4rem; 
  margin-bottom: 1.6rem !important;
}

.subTtl::before {
  content: "";
  width: 2.8rem;
  height: .2rem;
  background: var(--ravio-red);
  display: block;
  position: absolute;
  top: 1.9rem;
  left: 0;
}

.product_flow_area01 ol li {
  padding: 1.6rem 4rem;
  list-style: none;
  text-align: center;
  position: relative;
  background: var(--ravio-red);
  color: #fff;
}

.product_flow_area01 ol li:nth-child(even) {
  background: #fff;
  color: var(--ravio-black);
}

.product_flow_area01 ol li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-top: 10px solid var(--ravio-red);
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 1;
}

.product_flow_area01 ol li:last-child::before {
    display: none;
}

.product_flow_area01 ol li:nth-child(even)::before {
  border-top: 10px solid #fff;
}

.splide_manufacturing {
  width: 50%;
  margin: 0 auto;
}

.splide_manufacturing .splide__slide img {
  width: 100%;
  height: auto;
}

.splide_manufacturing .splide__pagination__page.is-active {
  background: var(--ravio-red);
}

.splide_manufacturing .splide__pagination {
  bottom: 3.2em;
}

.splide_manufacturing .splide__arrow {
  top: 42%;
}

.slide-text {
  margin-top: 4rem;
  text-align: center;
  border-top: solid 1px;
  padding-top: 1rem;
}

.flexArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  margin: 3rem 0;
}

#MANUFACTURING04 p {
  margin-bottom: 2.4rem;
}

.factory-manager {
  margin-bottom: 5rem;
}

.factory-manager img {
  max-width: 60rem;
  margin: auto;
}

.factory-manager p {
  text-align: center;
  line-height: 4rem;
  font-weight: var(--ravio-fw-bold);
}

.group-photo  {
  margin-top: 10rem;
}

.group-photo p {
  max-width: 40rem;
  margin: 3rem auto;
}

.manufacturing-work {
  width: 70%;
  margin: auto;
}

.manufacturing-work .splide__pagination {
  bottom: -3rem;
}

.manufacturing-work .splide__pagination__page.is-active {
 background: var(--ravio-red); 
}

@media screen and (min-width: 768px) {
.suitable-person_item:not(:nth-of-type(3n + 1)) {
  border-left: .2rem solid var(--ravio-red);
}
}


@media screen  and (max-width: 768px) {
.suitable-person_list {
  padding: 2rem 2.25rem;        
  display: flex;
  flex-direction: column;
  gap: 0;
}

.suitable-person_item {
  gap: 1.5rem;
  padding: .5rem 1rem 1rem;
  flex-direction: row;
  font-size: var(--ravio-fs-xl);
  text-align: left;
}

.suitable-person_item:nth-of-type(n + 2) {
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: .2rem solid var(--ravio-red);
}

.schedule_list {
  width: 100%;
}

.schedule_listitem {
  min-height: auto;
  margin-left: 1.4em;
  padding-left: 1.45em;
  padding-bottom: 1.65em;
}

.schedule_listitem:before {
  width: 2px;
  height: 104%;
}

.schedule_time {
  position: relative;
  top: auto;
  right: auto;
}

.schedule_title {
  margin-top: 0.45em;
}

.schedule_txt {
  margin-top: 0.8em;
}

.schedule_listitem_morning::after {
  left: -4px;
  top: 3px;
  width: 10px;
  height: 10px;
}

.schedule_listitem_speech {
  padding-left: 1.4em;  
}

.schedule_listitem_speech .schedule_time {
  top: auto;
}

.schedule_listitem_speech_inner {
  margin-top: 1.4em;
  padding: 1.55em 1.4em 1.6em;
  border-radius: 15px;
  display: block;
}

.schedule_listitem_speech_inner::before {
  border-width: 0px 1em 1.5em 1em;
  border-color: transparent transparent var(--ravio-red) transparent;
  top: auto;
  left: 1.34em;
  right: auto;
  bottom: 100%;
}


.schedule_img {
  width: auto;
  margin-top: 0.5em;
  margin-left: 0;
}

.schedule_listitem_speech::after {
  top: 1rem;
}

.schedule_listitem:after {
  left: -0.5rem;
  top: 1.5rem;
  width: 1.3rem;
  height: 1.3rem;
}

.profile-contents {
  margin-top: 4rem;
}

.profile-title:before,
.profile-title:after {
  display: none;
}

.interview-contents {
  flex-direction: column;
  align-items: center;
}

.reverse {
  flex-direction: column;
}

.interview-contents02 .interview_img_second {
  order: 3;
}

.interview-contents02 .interview_text {
  order: 1;
  margin: auto;
  max-width: 44rem;
  width: 100%;
}

.interview-contents02 .interview_text-full {
  order: 2;
  margin: auto;
  max-width: 44rem;
  width: 100%;
}

.interview_text {
  max-width: 44rem;
  width: auto;
}

.interview_img {
  min-height: unset;
  position: unset;
  width: 100%;
}

.interview_img img {
  position: unset;
}


}/* End max 768 */

@media screen  and (max-width: 600px) {
.product_box,
.product_flow_contents {
  flex-direction: column;
}

.product_box {
  gap: 2rem;
}

.product_flow_area01,
.splide_manufacturing,
.product_box_txt,
.multi_img {
  width: 100%; 
}

.flexArea {
  gap: 2rem;
}

.manufacturing-work {
  width: 85%;
}

}/* End max 600 */

@media screen  and (max-width: 425px)  {
.scale-item {
  gap: 1rem;
}

.label-left,
.label-right {
  width: 4em;
}

.recruit-top-intro hgroup .construction {
  font-size: min(max(6rem, calc(6rem + ((1vw - 0.58rem) * 20))), 4rem);
  top: 20%;
}

.flexArea {
   flex-direction: column;
}
}/* End max 425 */

