@charset "utf-8";


.lower-fv{
  margin:0;
}

.case-main{
  position:relative;
  padding-top:70px;
}

.case-main::before{
  content:"";
  position:absolute;
  width:100%;
  aspect-ratio:3840/5043;
  background:url(https://fkrelations.co.jp/system_panel/uploads/images/20251203114938703192.png) no-repeat center/cover;
  top:0;
  left:0;
  z-index:-1;
}

.case{
  margin:10rem auto 200px;
}

.staff-wrap{
  width:95%;
  max-width: 1760px;
  padding:5rem 5% 5rem 7.5%;
  position:relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
      overflow: hidden;
}

.staff-wrap::before{
  content:"";
  position:absolute;
  background:#424242;
  top:0;
  left:0;
  width:100%;
  height: 95%;
  z-index:-1;
}

.staff-wrap::after{
  content:"KAZUYA\AMATSUYAMA";
  position:absolute;
  width:100%;
  height:100%;
  top:-3%;
  left:0;
  z-index:-1;
  color:#4D4D4D;
  font-size:clamp(3.75rem, -1.136rem + 16.29vw, 17.188rem);
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: bold;
}

.staff-left{
  width:46%;
  padding-top: 10rem;
}

.staff-right{
  width:45%;
}

.staff-list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom:3rem;
}

.staff-list p:first-child{
  width:30%;
  color:#9E9E9E;
  font-weight:bold;
}

.staff-list p:last-child{
  width:65%;
  color:#fff;
}

.staff-name{
  background:#8D785A;
  color:#fff;
  width:fit-content;
  display:flex;
  padding: 0 1.5rem;
  align-items: center;
  gap: 1rem;
  transform:rotate(-8deg) translateX(-10%);
  margin-bottom: 0rem;
  z-index: 10;
  position: relative;
}

.staff-name h2{
  font-size:clamp(2.063rem, 0.54rem + 5.08vw, 6.25rem);
  font-weight:bold;
}

.staff-name p{
  font-size:clamp(0.938rem, 0.256rem + 2.27vw, 2.813rem);
  font-weight:bold;
  writing-mode: vertical-rl;
  padding: 8px 0 0;
  border: 1px solid #fff;
  letter-spacing: 8px;
}

.staff-swiper img{
  aspect-ratio:775/736;
  object-position: right;
}

.staff-wrap2 .staff-swiper img{
  aspect-ratio:820/730;
  object-position: center;
}

.swiper-slide{
  opacity:0 !important;
}

.swiper-slide-active{
  opacity:1 !important;
}

.staff-wrap2{
  margin-left: auto;
  flex-direction: row-reverse;
  padding:0rem 5% 5rem 7.5%;
}

.staff-wrap2::before{
  top:auto;
  bottom:0;
}

.staff-wrap2::after{
  content:"KOKI YASUI";
  top: auto;
  left: auto;
  bottom: -3%;
  right: 0;
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: end;
}

.staff-wrap2 .staff-left{
  padding-top: 0;
}

.staff-wrap2 .staff-right{
  padding-top: 10rem;
}

.staff-wrap2 .staff-name{
  transform: rotate(-8deg) translateX(5%);
  position: relative;
  z-index: 10;
  margin: 0 0 0 auto;
}

@media (max-width: 1600px) {
  .staff-wrap::before{
    height:95%;
    width: 102%;
  }
  .staff-wrap{
    padding-left:5%;
  }
  .staff-swiper{
    transform: translateX(-15%);
  }
  .staff-right {
    width: 52%;
  }
  .staff-wrap2 .staff-swiper{
    transform: none;
  }
}

@media (max-width: 1400px) {
  .staff-wrap::after{
    top:-2%;
  }
  .staff-wrap2::after{
    bottom:-2%;
  }
}

@media (max-width: 1279px) {
  .staff-wrap::before {
    height: 90%;
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .staff-wrap{
    width: 100%;
    flex-direction: column;
    padding: 15rem 5% 5rem;
    overflow:visible;
  }
  .staff-wrap::after{
    display: flex;
    justify-content: end;
    align-items: end;
    top:auto;
    bottom:0;
  }
  .staff-wrap::after{
    justify-content: start;
  }
  .staff-left{
    padding: 0;
    position: absolute;
    right: 0;
    top: -5%;
  }
  .staff-name{
    position: absolute;
    bottom: -10%;
    right: 0;
    padding: 2px 1rem;
    transform: rotate(-8deg) translateX(0%);
  }
  .staff-right {
    width: 100%;
  }
  .staff-wrap2{
    margin-top: 10rem;
  }
  .staff-wrap2 .staff-right {
    padding-top: 0;
  }
  .staff-name p{
    padding: 5px 0 0;
    letter-spacing: 5px;
    line-height: 1.5;
  }
  .staff-wrap2 .staff-name{
    position: absolute;
    transform: rotate(-8deg) translateX(0%);
  }
}

@media (max-width: 1024px) {

}

@media (max-width: 767px) {
  .staff-list{
    margin-bottom: 20px;
    flex-direction: column;
  }
  .staff-list p:first-child,
  .staff-list p:last-child{
    width:100%;
  }
  .staff-swiper {
    transform: none;
  }
  .staff-left {
    right: 2.5%;
    top: 0%;
    width: 75%;
    max-width: 330px;
  }
  .staff-name,
  .staff-wrap2 .staff-name{
    right: -2%;
    padding: 2px 1rem;
    transform: rotate(-4deg) translateX(0%);
    gap: 8px;
  }
  .staff-wrap{
    padding: 7.5rem 5% 5rem;
  }
  .staff-wrap::before {
    height: 95%;
  }
  .staff-wrap2 .staff-left{
    right:0;
  }
  .staff-wrap2 .staff-name{
    right:2%;   
  }
  .container.visitor{
    width:100%;
  }
  .case-main{
    padding-top:1.5rem;
  }
  .lower-title{
    margin-bottom:5rem;
  }
  .staff-wrap2 {
    margin-top: 3rem;
  }
}