@charset "UTF-8";

.mv_main {
  position: relative;
  @media (max-width:767px){
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }
  img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
/*18px～12px*/
.mv_main_text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  font-size: clamp(0.75rem, 0.083rem + 1.39vw, 1.125rem);
  line-height: 1.8;
  @media (max-width:767px){
    position: static;
    transform: translate(0,0);
    font-size: 12px;
  }
  /*48px～24px*/
  .mv_main_name {
    font-size: clamp(1.5rem, -1.167rem + 5.56vw, 3rem);
    line-height: 1.5;
    @media (max-width:767px){
      font-size: 24px;
    }
  }
}

.l-grid {
  margin-bottom: 0;
}

.c-note--order {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.slsv-performanceList {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 2%;
  @media screen and (max-width: 767px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4%;
  }
  li {
    position: relative;
    display: grid;
    align-content: center;
    text-align: center;
    gap: 4px 0;
    padding: 0;
    aspect-ratio: 1 / 1;
    line-height: 1.1;
    font-weight: bold;
    color: #362A6B;
    @media (max-width:767px){
      padding: 15% 5%;
    }
    &::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: #f3f3f3;
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .20);
      z-index: -1;
    }
  }
  /*28px～18px 20px～16px*/
  .slsv-performanceList_text {
    font-size: clamp(1.125rem, 0.014rem + 2.31vw, 1.75rem);
    @media screen and (max-width: 767px) {
      font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
    }
  }
  /*90px～26px 48px～32px*/
  .slsv-performanceList_number {
    font-size: clamp(3.125rem, -0.196rem + 6.93vw, 5rem);
    line-height: 1;
    letter-spacing: -0.1rem;
    @media screen and (max-width: 767px) {
      font-size: clamp(2rem, 1.284rem + 3.58vw, 3rem);
    }
    /*46px～13px*/
    span {
      margin: 0 2px;
      font-size: .4em;
      @media screen and (max-width: 767px) {
      }
      /*32px～11px*/
      &.slsv-performanceList_number-unit {
        font-size: .3em;
        letter-spacing: 0;
        @media screen and (max-width: 767px) {
        }
      }
    }
  }
  /*72px～52px 44px～22px*/
  .slsv-performanceList_number--middle {
    font-size: clamp(3.25rem, 1.028rem + 4.63vw, 4.5rem);
    @media screen and (max-width: 767px) {
      font-size: clamp(1.25rem, 0.176rem + 5.37vw, 2.75rem);
    }
  }
  /*22px～12px */
  .slsv-performanceList_number--small {
    margin-top: 2px;
    font-size: clamp(0.75rem, -0.361rem + 2.31vw, 1.375rem);
    @media screen and (max-width: 767px) {
      font-size: clamp(0.813rem, 0.589rem + 1.12vw, 1.125rem);
    }
  }
}
/*18px～12px*/
.slsv-performanceList_note {
  margin-top: 4px;
  font-size: clamp(0.75rem, 0.083rem + 1.39vw, 1.125rem);
  line-height: 1.2;
  color: #666;
  font-weight: normal;
  @media (max-width:767px){
    font-size: 10px;
  }
}
/*14px～10px*/
.slsv-performanceList_note--small {
  margin-top: 4px;
  font-size: clamp(0.625rem, 0.181rem + 0.93vw, 0.875rem);
  line-height: 1.2;
  color: #666;
  font-weight: normal;
  @media (max-width:767px){
    font-size: 10px;
  }
}

.slsv-solutionList {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 15px;
  position: relative;
  @media (max-width:767px){
    gap: 0 2%;
  }
  li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 72px 0;
    @media (max-width:767px){
      gap: 30px 0;
    }
  }
}
.slsv-problem {
  position: relative;
  display: flex;
  flex-direction: column;;
  align-items: center;
  gap: 24px 0;
  text-align: center;
  &::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 33px;
    height: 24px;
    background-color: #442769;
    clip-path: polygon(50% 24px, 0% 0%, 33px 0%);
    z-index: -1;
    @media (max-width:767px) {
      bottom: -14px;
      width: 9.731px;
      height: 7.077px;
      clip-path: polygon(50% 7.077px, 0% 0%, 9.731px 0%);
    }
  }
  /*16px～10px*/
  p {
    order: 2;
    color: #442769;
    font-weight: bold;
    line-height: 1.5;
    font-size: 18px;
    @media (max-width:767px){
      font-size: clamp(0.625rem, 0.357rem + 1.34vw, 1rem);
    }
  }
  .c-img {
    margin-top: 0;
    order: 1;
  }
}
.slsv-solution {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2em .3em;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 16px;
  background: #F2F2F2;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
  @media (max-width:767px){
    border-radius: 4px;
    box-shadow: 0 1.179px 2.949px 0 rgba(0, 0, 0, .2);
  }
  /*17px～10px*/
  p {
    color: #442769;
    font-weight: bold;
    line-height: 1.5;
    font-size: 24px;
    @media screen and (min-width: 768px) and (max-width: 1200px){
      font-size: 18px;
    }
    @media (max-width:767px){
      font-size: clamp(0.625rem, 0.312rem + 1.57vw, 1.063rem);
    }
    sup {
      font-size: 10px;
      line-height: 1;
    }
  }
}

.slsv-globalList {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4.26%;
  position: relative;
  &::before {
    content: '';
    position: absolute;
    inset: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFF 0%, #D5D5D5 50.96%, #E7E7E7 100%);
    z-index: -1;
  }
  li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px 0;
    width: 68%;
    aspect-ratio: 1/1;
    line-height: 1.2;
    font-weight: bold;
    color: #362A6B;
    &:first-child {
      justify-self: flex-end;
    }
    &::before {
      content: '';
      position: absolute;
      inset: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: rgba(255, 255, 255, .7);
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
      z-index: -1;
    }
  }
  /*22px～11px*/
  .slsv-globalList_text {
    font-size: 24px;
    @media (max-width:767px){
      font-size: clamp(0.688rem, 0.195rem + 2.46vw, 1.375rem);
    }
  }
  /*20px～10px*/
  .slsv-globalList_note {
    font-size: 24px;
    @media (max-width:767px){
      font-size: clamp(0.625rem, 0.178rem + 2.24vw, 1.25rem);
    }
  }
  .slsv-globalList_number {
    font-size: 46px;
    @media (max-width:767px){
      font-size: clamp(1rem, -0.342rem + 6.71vw, 2.875rem);
    }
    /*22px～13px*/
    sup {
      display: inline-block;
      margin-bottom: 5px;
      line-height: 1;
      vertical-align: middle;
      font-size: 24px;
      @media (max-width:767px){
        margin-bottom: 0;
        font-size: clamp(0.813rem, 0.41rem + 2.01vw, 1.375rem);
      }
    }
  }
}

.slsv-supplyList {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 16%;
  background-image: url('/fa/topics/2026/05_slsv/assets/img/img_1_cross.svg');
  background-size: 6%;
  background-position: center;
  background-repeat: no-repeat;
  li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px 0;
    padding: 3em .8em;
    line-height: 1.2;
    font-weight: bold;
    color: #362A6B;
    &::before {
      content: '';
      position: absolute;
      inset: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      border-radius: 16px;
      background: #F3F3F3;
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.20);
      z-index: -1;
    }
  }
  /*24px～10px*/
  .slsv-supplyList_sub {
    font-size: 24px;
    @media (max-width: 767px) {
      font-size: clamp(0.625rem, -0.001rem + 3.13vw, 1.5rem);
    }
  }
  /*40px～16px*/
  .slsv-supplyList_text {
    font-size: 40px;
    @media (max-width: 767px) {
      font-size: clamp(1rem, -0.074rem + 5.37vw, 2.5rem);
    }
  }
}

.slsv-sceneList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
  li {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 12px 0;
    align-items: baseline;
    margin-top: 20px;
    width: calc((100% - 10%) / 3);
    .c-img {
      margin-top: 0;
    }
  }
}
.slsv-sceneList_body {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 4px 0;
  text-align: center;
  order: 2;
  dt {
    color: #362A6B;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    @media (max-width: 767px) {
      font-size: 14px;
    }
  }
  dd {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    @media (max-width: 767px) {
      font-size: 12px;
    }
  }
}

.slsv-diagram {
  position: relative;
  align-items: center;
  width: 100%;
  min-height: 200px;
  box-sizing: border-box;
}
.slsv-diagram_item {
  position: absolute;
  width: 30%;
  border-radius: 16px;
  background: #E7ECD8;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  z-index: 3;
  @media (max-width: 767px) {
    border-radius: 4.718px;
    background: #E7ECD8;
    box-shadow: 0 1.179px 2.949px 0 rgba(0, 0, 0, 0.2);
  }
  /*sp18px～11px*/
  p {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px 0;
    align-items: center;
    justify-content: center;
    padding: 1.3em 10px;
    line-height: 1.1;
    font-weight: bold;
    color: #442769;
    font-size: clamp(1.125rem, 0.014rem + 2.31vw, 1.75rem);
    @media (max-width: 767px) {
      padding: .9em 10px;
      font-size: clamp(0.688rem, 0.374rem + 1.57vw, 1.125rem);
    }
    &::after {
      content: '';
      position: absolute;
      background-image: url('/fa/topics/2026/05_slsv/assets/img/img_1-1_line.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      width: 2.4em;
      height: auto;
      aspect-ratio: 87 / 16;
      z-index: 4;
    }
  }
  span {
    display: block;
    font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
    @media (max-width: 767px) {
      font-size: clamp(0.625rem, 0.536rem + 0.45vw, 0.75rem);
    }
  }
}
.slsv-diagram_item--tl {
  top: 2em;
  left: 0;
  @media (max-width: 767px) {
    top: 1em;
  }
  p {
    &::after {
      content: '';
      position: absolute;
      right: -2.2em;
    }
  }
}
.slsv-diagram_item--tr {
  top: 2em;
  right: 0;
  @media (max-width: 767px) {
    top: 1em;
  }
  p {
    &::after {
      content: '';
      position: absolute;
      left: -2.2em;
    }
  }
}
.slsv-diagram_item--bl {
  bottom: 5em;
  left: 0;
  @media (max-width: 767px) {
    bottom: 4em;
  }
  p {
    &::after {
      content: '';
      position: absolute;
      right: -2.2em;
    }
  }
}
.slsv-diagram_item--br {
  bottom: 5em;
  right: 0;
  @media (max-width: 767px) {
    bottom: 4em;
  }
  p {
    &::after {
      content: '';
      position: absolute;
      left: -2.2em;
    }
  }
}

.slsv-diagram_center {
  position: relative;
  justify-self: center;
  align-self: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 41%;
  margin: 0 auto;
  padding: 8px 0;
}
.slsv-diagram_center img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.slsv-diagram_label {
  justify-self: center;
  width: 60%;
  margin: 0 auto;
  position: absolute;
  bottom: 1.1em;
  left: 0;
  right: 0;
  z-index: 2;
  padding: .8em;
  font-size: clamp(0.875rem, 0.208rem + 1.39vw, 1.25rem);
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(180deg, #A5B3C6 0%, #224A7B 97.12%, #224A7B 100%);
  text-align: center;
  @media (max-width: 767px) {
    padding: .5em;
    font-size: clamp(0.625rem, 0.536rem + 0.45vw, 0.75rem);
  }
}