/* ===============================================
   Concept Page Styles
   =============================================== */

/* グラデーション定義 */
:root {
  --gradient-primary: linear-gradient(90deg, #295d7e 0%, #43506e 66.346%, #5d435e 100%);
  --gradient-text: linear-gradient(90deg, #295d7e 0%, #43506e 66.346%, #5d435e 100%);
  --gradient-blue: linear-gradient(270deg, #0063b1 0%, #7d95e4 100%);
  --gradient-bg-blue: linear-gradient(270deg, #76aaf3 0%, #376aa0 100%);
}

.concept-main {
  position: relative;
  overflow: hidden;
  background: #fff;
}

/* グラデーションテキスト */
.gradient-text {
  padding: 12px 16px;
  background: #fff;
  width: fit-content;
  display: inline-block;
  line-height: 1;
}
.gradient-text p {
  background: var(--rfa-color-strong02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 400;
}

.gradient-bg {
  width: fit-content;
  background: var(--rfa-color-strong02);
  color: #fff;
  padding: 12px 16px;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
}


/* ===============================================
   Section共通
   =============================================== */
.section-heading {
  margin-bottom: 60px;
}

.section-heading__en {
  font-family: var(--font-rfa);
  font-weight: 400;
  letter-spacing: 1.6px;
  color: #000;
  display: block;
  margin-bottom: 2.4rem;

}

.section-heading__ja {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.6px;
  color: #fff;
}

.section-label {
  font-family: var(--font-rfa);
  font-size: 120px;
  font-weight: 400;
  letter-spacing: 0.81px;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.4);
  writing-mode: sideways-lr;
  position: absolute;
  right: 0;
  bottom: 3%;

}

.section-label--value {
  background: linear-gradient(90deg, #8fdeff 0%, #aec0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.4;
}

/* ===============================================
   MISSION セクション
   =============================================== */
.mission-section {
  position: relative;
  padding: 0;
  background: url("/recruit/assets/img/mvv/bg_mission.jpg") no-repeat center;
  background-size: cover;
  height: calc(100vh - 85px);
  height: calc(100svh - 85px);
  display: flex;
  align-items: center;
}

.mission__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.mission-block {
  position: relative;
  overflow: hidden;
}

.mission-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.mission-block__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(174, 206, 219, 0.5) 0%, rgba(178, 213, 235, 0.5) 100%);
  z-index: 1;
}

.mission-block__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(9px);
  opacity: 0.9;
}

.mission-block__content {
  position: relative;
  z-index: 2;
  padding: 0 0 0 0;
}

.mission-block__title {
  font-size: 38px;
  font-weight: 500;
  line-height: 27.41px;
  letter-spacing: 1.37px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}



.mission-block__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.8px;
  color: #fff;
}

.mission-block__text p {
  margin: 0;
}



/* ===============================================
    VISION セクション
   =============================================== */
.vision-section {
  position: relative;
  padding: 0;
  background: url("/recruit/assets/img/mvv/bg_vision.jpg") no-repeat center;
  background-size: cover;
  height: calc(100vh - 85px);
  height: calc(100svh - 85px);
  display: flex;
  align-items: center;
}
.vision__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.vision-section .section-heading {
  text-align: right;
}
.vision-block {
  position: relative;
  overflow: hidden;
}
.vision-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.vision-block__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(9px);
  opacity: 0.9;
}

.vision-block__content {
  position: relative;
  z-index: 2;
  padding: 0 0 0 0;
}

.vision-block__title {
  font-size: 38px;
  font-weight: 500;
  line-height: 27.41px;
  letter-spacing: 1.37px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.vision-block__text {

  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.8px;
  color: #fff;
}

.vision-block__text p {
  margin: 0;
}

.vision-block__text {
  text-align: right;
  color: #272222;
}
.vision-section .section-label {
  right: auto;
  left: 0;
}


/* ===============================================
   VALUE セクション
   =============================================== */

.bg-wrap {
  background: url("/recruit/assets/img/mvv/bg_value.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 180px;
}

.value-section {
  position: relative;
  padding: 100px 0;
}

.value-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.value-section .section-label {
  background: linear-gradient(to top, #8FDEFF, #AEC0FF);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -7%;
  bottom: auto;
  opacity: 0.4;
}
.value-section__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(10px);
  opacity: 0.4;
}

.value-section__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 100px;
  z-index: 2;
}
.value-section .section-heading__ja {
  background: var(--rfa-color-strong02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 400;
  line-height: 1;
}
.value-section__desc {

  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.8px;
  margin-bottom: 60px;
}

.value-section__desc p {
  margin: 0;
}

.value-list {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 100px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}

.value-item {
  position: relative;
  margin-bottom: 50px;
  padding-left: 115px;
}

.value-item:last-child {
  margin-bottom: 0;
}

.value-item__number {
  position: absolute;
  left: 0;
  top: 47px;
  font-family: var(--font-rfa);
  font-size: 99px;
  font-weight: 400;
  line-height: 94.478px;
  letter-spacing: 0.4783px;
  opacity: 0.4;
  transform: translateY(-50%);
  background: var(--rfa-color-strong02);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.value-item__tags {
  display: flex;
  gap: 5px;
}

.value-tag {
  font-size: 10px;
  font-weight: 400;
  line-height: 18.896px;
  letter-spacing: 1.0629px;
  color: #272222;
  background: #fff;
  padding: 3.543px 18px 3.543px 0;
  display: inline-block;
}

.value-item__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.value-item__text {
  width: fit-content;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.163px;
  letter-spacing: 0.4783px;
  color: #fff;
  line-height: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
              linear-gradient(270deg, #76aaf3 0%, #376aa0 100%);
  padding: 8px 16px;
  margin-bottom: 0;
  display: inline-block;

}

.value-item__text:not(:last-child) {
  margin-bottom: 0;
}




/* ===============================================
   レスポンシブ
   =============================================== */
@media screen and (max-width: 768px) {
  .mission-section {
    height: calc(100vh - 64px);
    height: calc(100svh - 64px);
    align-items: flex-start;
    background: url("/recruit/assets/img/mvv/bg_mission_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .vision-section {
    height: calc(100vh - 64px);
    height: calc(100svh - 64px);
    align-items: flex-start;
    background: url("/recruit/assets/img/mvv/bg_vision_sp.jpg") no-repeat center;
      background-size: cover;
  }
  .bg-wrap {
    background: url("/recruit/assets/img/mvv/bg_value_sp.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 110px;
  }
  .section-heading {
    margin-top: 17%;
    margin-bottom: 0;
  }
  .section-heading__ja {
    font-size: 28px;
  }
  .section-heading__en {
    margin-bottom: 1.2rem;
  }
  .section-label {
    font-size: 60px;
    left: 0;
    bottom: 0;
    writing-mode: inherit;
  }

  .mission-block,
  .vision-block {
    min-height: auto;
    margin-bottom: 0;
    padding: 40px 0;
  }

  .mission-block__title,
  .vision-block__title {
    font-size: 24px;
    line-height: 32px;
  }

  .mission-block__text,
  .vision-block__text {
    line-height: 22px;
    font-size: 12px;
  }

  .value-section {
    padding: 17% 0 10%;
  }
  .value-section__desc {
    font-size: 12px;
  }
  .value-section__inner {
    padding: 0 20px;
  }
  .value-section .section-heading {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .value-section .section-label {
    top: 24%;
    line-height: 1;
    background: linear-gradient(to right, #8FDEFF, #AEC0FF);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .value-section__intro {
    font-size: 24px;
    line-height: 36px;
  }
  .value-section__desc {
    margin-bottom: 23%;
  }
  .value-list {
    padding: 70px 15px 50px;
  }

  .value-item {
    padding-left: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .value-item__number {
    font-size: 60px;
    line-height: 60px;
    top: 0;
    padding-left: 2px;
  }

  .value-item__text {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 9px;
  }
  .value-item__tags {
    padding-left: 4em;
  }
    .value-tag {
      padding: 3.543px 0px;
      gap: 10px;
    }
}

.footer {
  margin: 0;
}
