@charset "UTF-8";

body {
  color: #fff;
  background-color: #000;
}
.pc_off{display:none;}
/* section_header */
.section_header {
  text-align: center;

  .section_title {
    margin: 0 0 20px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 80px;
    font-weight: normal;
  }

  .section_subtitle {
    margin: 0 0 30px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 32px;
    font-weight: bold;
  }

  .section_lead {
    line-height: 1.5;
    font-size: 15px;
    margin: 0;
  }
}

/* section_desc */
.section_desc {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  background: #000;

  .section_desc_title {
    line-height: 1.5;
    font-size: 32px;
    margin-bottom: 27px;
  }

  .section_desc_text {
    font-size: 15px;
  }

  .section_desc_image {
    margin: 54px auto 0;
    max-width: 100%;
    width: 722px;
    height: 412px;
  }

  .section_desc_bottom {
    width: 722px;
    margin: 13px auto 0;
    text-align: left;

    .section_desc_text_bottom {
      line-height: 1.5;
      font-size: 16px;
    }

    .section_desc_title_bottom {
      margin-top: 32px;
      line-height: 1.5;
      font-size: 20px;
    }
  }
}

/* contact_btn */
.contact_btn {
  display: flex;
  justify-content: center;
}

/* 背景画像固定 */
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0;

  /* MV 背景 */
  &.mv_bg {
    background-image: url("/img/business/soko/mv_01.webp");
  }

  /* CONSULT 背景 */
  &.consult_bg {
    background-image: url("/img/business/consult_01.webp");
  }
}

/* MV  */
.mv {
  position: relative;
  height: calc(100vh - 65px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  pointer-events: none;

  .mv_inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 0 20px;
    margin-top: 12%;

    .mv_catch {
      line-height: 1.3;
      letter-spacing: 1px;
      font-family: "Bebas Neue", sans-serif;
      font-size: 80px;
      font-weight: normal;
    }

    .mv_title {
      margin: 17px 0 38px;
      line-height: 1.5;
      letter-spacing: 1px;
      font-weight: bold;
      font-size: 24px;
    }

    .mv_text {
      letter-spacing: 0.5px;
      line-height: 1.5;
      font-weight: bold;
      font-size: 18px;
    }
  }
}

/* CONCEPT */
.concept {
  padding: 60px 0 0;
  background-color: #000;

  .concept_slider_01 {
    width: 722px;
    margin: 45px auto 0;
  }
}

/* concept_hero */
.concept_hero {
  background-color: #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 90px;

  .concept_hero_image {
    display: flex;
    justify-content: center;
    gap: 20px;

    img {
    }
  }
}




/* SUPPORT */
.why {
  padding: 10px 0 0;
  background-color: #000;
  .why_inner {
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
    padding: 50px 0 20px;

    .why_container {
      margin: 70px auto 0;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 40px;

      @media screen and (max-width: 1250px) {
        grid-template-columns: repeat(1, 1fr);
        width: 90%;
        gap: 60px 30px;

        .why_item {
          .why_image {
            margin: 0 auto 1em !important;
          }
        }
      }

      .why_item {
        text-align: left;

        .why_image {
		max-width: 100%;
		width: 100%;
		height: 180px;
		margin: 0 auto 20px;
		display: block;

          img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		border-radius: 10px;
          }
        }

        .why_title {
          line-height: 1.5;
          font-size: clamp(18px, 1.6vw, 22px);
          margin-bottom: 10px;
          white-space: nowrap;

          span {
            font-size: 16px;
            display: block;
          }
        }

        .why_text {
          font-size: 14px;
          line-height: 1.5;
        }
      }
    }
  }
}

.products {
  padding: 10px 0 100px;
  background-image: url("/img/business/soko/products_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  .section_title {
    margin: 0;
    line-height: 1;
  }
  ul{
    display: flex;
    border-radius: 20px;
    width: 80%;
    max-width: 1000px;
    margin: 5em auto 0;
    background-color: #000000b5;
    padding: 1em;
    box-sizing: border-box;
    li{
      text-align: center;
      padding: 2em 1em;
      width: 33%;
      h3{
        font-size: 20px;
        line-height: 1.5em;
        height: 3em;
        display: inline-flex;
        flex-wrap: wrap;
        margin-bottom: 1em;
        width: 100%;
        align-content: center;
        justify-content: center;
      }
      p{}
    }
    li:nth-child(2n){
      border-left: 1px solid #fff;
      border-right: 1px solid #FFF;
    }
  }
}

.works {
  padding: 100px 0 0;
  background-color: #000;
  .section_title {
    margin: 0;
    line-height: 1;
  }
  .gallery {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 1rem 0;
    max-width: 1000px;
    margin-inline: auto;
    margin-top: 5em;
  
    @media (min-width: 768px) {
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }
  
    & li {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      cursor: zoom-in;
      aspect-ratio: 4/3;
      background: #f0f0f0;
  
      & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .35s ease;
      }
  
      &:hover img {
        transform: scale(1.06);
      }
  
      & .caption {
        position: absolute;
        bottom: 0.5em;
        left: 0.5em;
        padding: 0.4em 1em;
        font-size: 12px;
        font-weight: 500;
        color: #ffffff;
        background: #000000cf;
        pointer-events: none;
        line-height: 1.4;
        border-radius: 5px;
        width: fit-content;
      }
    }
  }


  /* ライトボックス */
  .lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.82);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s;
  
    &.open {
      opacity: 1;
      pointer-events: auto;
  
      & img {
        transform: scale(1);
      }
    }
  
    & img {
      max-width: 90vw;
      max-height: 85vh;
      border-radius: 8px;
      object-fit: contain;
      transform: scale(.9);
      transition: transform .25s;
    }
  
    & .caption-lb {
      position: absolute;
      bottom: 32px;
      left: 50%;
      transform: translateX(-50%);
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      background: rgba(0,0,0,.5);
      padding: 6px 16px;
      border-radius: 8px;
      white-space: nowrap;
    }
  
    & .close-btn {
      position: absolute;
      top: 20px;
      right: 24px;
      background: none;
      border: none;
      color: #fff;
      font-size: 28px;
      cursor: pointer;
      line-height: 1;
      opacity: .8;
  
      &:hover { opacity: 1; }
    }
  }
}


.features {
  padding: 10px 0 0;
  background-color: #000;
  .section_title {
    margin: 0;
    line-height: 1;
  }
}
/* content-media */
.content-media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  margin: 55px 0 60px;
  width: 93%;

  .content-media__image {
    flex: 1 1 46%;

    img {
      width: 100%;
      border-radius: 15px;
      object-fit: cover;
    }
  }

  .content-media__body {
    flex: 1 1 40%;
    line-height: 1.5;
    font-weight: bold;

    .content-media__title {
      font-size: 32px;
      margin-bottom: 43px;
    }

    .content-media__text {
      font-size: 16px;
      font-weight: normal;
    }
  }
}
.content-media:nth-child(2n) {
  flex-direction: row-reverse;
}


.sustainability {
  padding: 100px 0;
  background-color: #000;
  .sustainability_inner{text-align: center;}
  .section_subtitle {
    margin: 0;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: bold;
  }
  div{
    img {
      width: 60%;
      max-width: 400px;
      margin: 2.5em auto;
    }
  }
}


/* subsidy */
.subsidy {
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;

  .subsidy_title {
    margin-bottom: 28px;
    line-height: 1.5;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }

  .subsidy_text {
    line-height: 1.4;
    text-align: center;
    font-size: 14px;
  }

  .reasons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
    margin: 60px auto 110px;

    .reason {
      text-align: left;

      .reason_title {
        font-size: clamp(18px, 2.5vw, 28px);
        font-weight: bold;

        span {
          display: block;
          line-height: 1.5;
          font-size: clamp(10px, 1.3vw, 16px);
        }
      }

      img {
        width: 100%;
        border-radius: 15px;
        margin: 12px auto 10px;
      }

      .reason_text {
        line-height: 1.5;
        font-size: clamp(10px, 1.3vw, 16px);
      }
    }
  }

  .closing {
    text-align: center;
    margin: 0 auto 7px;

    .closing_title {
      font-size: clamp(18px, 5.3vw, 23px);
      font-weight: bold;
      margin-bottom: 30px;
    }

    .closing_text {
      line-height: 1.5;
      font-size: clamp(10px, 1.3vw, 16px);
    }
  }
}
/* CONSULT */
.consult {
  position: relative;
  min-height: 720px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  width: 100%;
  object-fit: cover;

  .consult__inner {
    position: relative;
    max-width: 95%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    z-index: 1;

    .consult__eyebrow {
      margin-bottom: 76px;
      font-family: "Bebas Neue", sans-serif;
      font-size: 40px;
      font-weight: 700;
      letter-spacing: 1px;
    }

    .consult__title {
      font-size: 23px;
      font-weight: 800;
      letter-spacing: 1px;
      margin-bottom: 50px;
    }

    .consult__body {
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 0.5px;
      margin-bottom: 47px;
    }

    .consult__btn {
      margin-top: 40px;
    }
  }
}


@media screen and (max-width: 768px) {
  .pc_off{display:unset;}

.bg {
    &.mv_bg {
        background-image: url(/img/business/soko/mv_01_sp.webp);
    }
}

  /* section_header */
  .section_header {
    padding: 50px 0 0;

    .section_title {
      margin: 0 auto 20px;
      font-size: clamp(48px, 14vw, 55px);
      line-height: 1.4;
    }

    .section_subtitle {
      margin: 0 0 30px;
      line-height: 1.5;
      letter-spacing: 1px;
      font-size: clamp(18px, 5.2vw, 22px);
      font-weight: bold;
    }

    .section_lead {
      line-height: 1.8;
      font-size: clamp(12px, 3.2vw, 15px);
    }
  }

  /* section_desc */
  .section_desc {
    padding-bottom: 0;

    &.section_desc_01 {
      margin-top: 80px;
    }

    .section_desc_title {
      margin-bottom: 20px;
      font-size: clamp(17px, 5vw, 20px);
    }

    .section_desc_text {
      line-height: 1.7;
      font-size: clamp(10px, 3.2vw, 15px);
    }

    .section_desc_image {
      width: 100%;
      height: 200px;
      margin: 27px auto 0;
    }

    .section_desc_bottom {
      width: 100%;

      .section_desc_text_bottom {
        font-size: clamp(10px, 2.9vw, 12px);
      }

      .section_desc_title_bottom {
        margin-top: 25px;
        margin-bottom: 3px;
        font-size: clamp(15px, 4.5vw, 18px);
      }
    }
  }

  /* contact_btn */
  .contact_btn {
    width: 100%;
    display: flex;
    justify-content: center;

    .link_btn--white-c {
      min-width: 70%;
    }
  }

  /* MV  */
  .mv {
    height: calc(100vh - 50px);

    .mv_inner {
      max-width: 90%;
      padding: 0;

      .mv_catch {
        line-height: 1;
        font-size: clamp(58px, 16vw, 63px);
      }

      .mv_title {
        margin: 15px 0 25px;
        font-size: clamp(13px, 4.5vw, 18px);
      }

      .mv_text {
        font-size: clamp(10px, 3.2vw, 12px);
        line-height: 1.6;
      }
    }
  }

  /* CONCEPT */
  .concept {
    padding: 0;

    .concept_slider_01 {
      width: 100%;
    }
  }

  /* concept_hero */
  .concept_hero {
    padding: 0;

    .concept_hero_image {
      width: 100%;
      height: auto;
      flex-wrap: wrap;
      gap: 20px;

      img {
        width: 40%;
      }
    }
  }

  /* subsidy */
  .subsidy {
    .subsidy_title {
      font-size: clamp(17px, 5vw, 20px);
    }

    .subsidy_text {
      font-size: clamp(10px, 3vw, 12px);
    }

    .reasons {
      grid-template-columns: 1fr;
      margin: 60px auto 80px;

      .reason {
        .reason_title {
          font-size: clamp(17px, 5vw, 20px);

          span {
            font-size: clamp(12px, 3.2vw, 15px);
          }
        }

        img {
          margin: 3px auto 12px;
        }

        .reason_text {
          font-size: clamp(10px, 3vw, 12px);
        }
      }
    }

    .closing {
      .closing_title {
        line-height: 1.5;
        font-size: clamp(17px, 5vw, 20px);
      }

      .closing_text {
        font-size: clamp(12px, 3.2vw, 15px);
      }
    }
  }

  /* CASE */
  .case {
    .case_list {
      .case_list_item_wrap {
        width: 95%;
        margin: 0 auto 40px;
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
        scroll-snap-type: x mandatory;
        gap: 28px;
        padding-bottom: 10px;
        scroll-behavior: smooth;
        justify-content: unset;

        .case_list_item {
          min-width: 80%;
          display: flex;
          flex-wrap: nowrap;

          .case_list_text {
            h3 {
              margin: 15px 0 10px;
              font-size: clamp(12px, 3.5vw, 14px);
            }
            p {
              font-size: clamp(10px, 3.2vw, 12px);
            }
          }
        }
      }
    }
  }
  .features{
    .section_header{
      padding: 3em 0px;
      h2{
        margin: auto;
        line-height: 1;
      }
      p{}
    }
    .content-media {
      display: block;
      width: auto;
      margin: 1em auto 5em;
      .content-media__image {
        img {
          height: 30vh;
        }
      }
    
      .content-media__body {
        margin-top: 1em;
        .content-media__title {
          font-size: 6vw;
          margin-bottom: 0.5em;
        }
        .content-media__text {
          font-size: 3.5vw;
          font-weight: normal;
        }
      }
    }
  }

  .products {
    padding: 1em 0 2em;
    .section_header{
      padding: 3em 0px;
      h2{
        margin: auto;
        line-height: 1;
      }
      p{}
    }
    ul{
      flex-wrap: wrap;
      margin: 2em auto;
      li{
        padding: 1em;
        width: 100%;
        h3{
          font-size: 4.5vw;
          margin-bottom: 0.5em;
          display: block;
          height: auto;
        }
        p{font-size: 3.2vw;}
      }
      li:nth-child(2n){
        border-left: none;
        border-right: none;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #FFF;
      }
    }
  }
  .works{
    padding: 0;
    .section_header{
      padding: 3em 0px;
      h2{
        margin: auto;
        line-height: 1;
      }
      p{}
    }
    .gallery{    margin: 0;}
  }

  .sustainability {
    .section_header{
      h2{}
      p{font-size: 4vw;}
    }
    >div{margin: 2em auto;}
  }


  .sustainability {
    padding: 2em 0 6em 0;
    .sustainability_inner{

    }
    .section_header{padding: 0;}
    .section_subtitle {
    }
    .section_lead{width: 90%; font-size: 3.2vw; margin: auto;}
    div{
      img {
        width: 80%;
      }
    }
  }
  
  /* CONSULT */
  .consult {
    height: max-content;
    padding-top: 100px;
    padding-bottom: 100px;

    .consult_inner {
      max-width: 93%;
    }

    .consult_eyebrow {
      margin-bottom: 40px;
      font-size: clamp(30px, 10vw, 40px);
      line-height: 1.2;
    }

    .consult_title {
      font-size: clamp(18px, 5.3vw, 23px);
      margin-bottom: 35px;
    }

    .consult_body {
      font-size: clamp(12px, 3.5vw, 15px);
      margin-bottom: 60px;
      line-height: 1.8;
    }
  }
}
