@charset "UTF-8";
/* Updated 2026/05/26.T */
/*-------------------------------------------
Override
-------------------------------------------*/
/*-------------------------------------------
privilege mv
-------------------------------------------*/
.privilege-mv01 {
  height: 400px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.privilege-mv01 > .visiual {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 0 60px;
  overflow: hidden;
}
.privilege-mv01 > .visiual > .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.privilege-mv01 > .visiual > .inner > .lead {
  z-index: 1;
  position: absolute;
  left: 50%;
}
.privilege-mv01 > .visiual > .inner > .img {
  position: absolute;
  top: 0;
  left: 50%;
  height: auto;
}

/*-------------------------------------------
privilege heading
-------------------------------------------*/
.privilege-heading {
  z-index: 1;
  position: relative;
}
.privilege-heading:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 180px);
  height: 100%;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(284deg, #ADA176 16.48%, #BFB48F 80.62%);
  content: "";
}
.privilege-heading > .inner {
  width: 100%;
  margin: 0 auto;
}
.privilege-heading > .inner > .text {
  color: var(--color-white01);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .privilege-mv01 {
    background-image: url("/service/privilege/imgs/index_bg_mv_01_sp.webp");
  }
  .privilege-mv01 > .visiual > .inner > .lead {
    top: 44px;
    width: 195px;
    transform: translateX(-19%);
  }
  .privilege-mv01 > .visiual > .inner > .img {
    width: 518px;
    transform: translateX(-54%);
  }
  .privilege-heading {
    margin: -70px 0 0;
    padding: 36px 56px 36px 32px;
  }
  .privilege-heading:before {
    width: calc(100% - 32px);
  }
  .privilege-heading > .inner {
    max-width: 420px;
  }
  .privilege-heading > .inner > .text {
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: 2.4px;
  }
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
  .privilege-mv01 {
    background-image: url("/service/privilege/imgs/index_bg_mv_01.webp");
  }
  .privilege-mv01 > .visiual > .inner > .lead {
    top: 74px;
    width: 248px;
    transform: translateX(14%);
  }
  .privilege-mv01 > .visiual > .inner > .img {
    width: 530px;
    transform: translateX(-83%);
  }
  .privilege-heading {
    margin: -72px 0 0;
    padding: 60px;
  }
  .privilege-heading:before {
    width: 87.5%;
  }
  .privilege-heading > .inner {
    max-width: 880px;
  }
  .privilege-heading > .inner > .text {
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 3.2px;
  }
}
