@charset "UTF-8";
:root {
  --light-blue-color: #edf9ff;
  --light-yellow-color: #fffbeb;
  --light-green-color: #f3fff5;
  --light-gray-color: #fafafa;
}

#videoPlay1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

/* concept */
.concept {
  .concept_inner {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
    max-width: 1552px;
    width: 95%;
    margin: 0 auto;
    padding-top: 80px;

    .concept_text {
      margin-top: 20px;

      .concept_tags {
        display: flex;
        gap: 11px;

        span {
          display: inline-block;
          width: 95px;
          padding: 3px 0 2px;
          line-height: 1.7;
          font-size: 14px;
          font-weight: bold;
          text-align: center;
          background: var(--primary-color);
          border-radius: 5px;
          color: #fff;
        }
      }
      .concept_title {
        margin-top: 5px;
        color: var(--primary-color);

        h2 {
          font-size: clamp(50px, 5.5vw, 80px);
          font-weight: normal;
          line-height: 1.6;
          white-space: nowrap;
        }
      }

      .concept_lead {
        max-width: 404px;
        margin: 65px 0 75px;
        font-family: Noto Sans JP, sans-serif;

        p {
          margin-bottom: 25px;
          font-size: 14px;
          line-height: 1.7;
          color: #444;
        }
      }

      .concept_brands {
        .concept_brands_img {
          display: flex;
          gap: 30px 26px;
          margin-top: 30px;

          img {
            max-width: 286px;
            height: clamp(32px, 2.8vw, 44px);
          }
        }
      }
    }

    .concept_image {
      max-width: 968px;

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

/* hero */
.hero {
  margin: 100px 0 130px;
  font-family: "Inter", sans-serif;

  .hero_inner {
    max-width: 100%;
    padding: 97px 0 48px;
    text-align: center;

    .hero_text {
      display: flex;
      flex-direction: column;
      gap: 37px;
      padding: 0 48px;

      .hero_logo {
        width: 740px;
        max-width: 100%;
        margin: 0 auto;

        img {
          width: 100%;
        }
      }

      .hero_description {
        line-height: 1.7;
        font-size: 14px;
        font-weight: bold;
      }
    }
  }
}

/* service */
.service {
  position: relative;
  padding: 0 0 95px;

  .service_bg {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 100%;
    z-index: -1;

    &::before {
      content: "";
      top: 26vw;
      left: 0;
      width: 100%;
      height: 60vw;
      position: absolute;
      background: var(--light-blue-color);
      transform: skewY(-15deg);
      transform-origin: top left;
      z-index: 0;
    }
  }

  .service_inner {
    position: relative;
    min-width: 0;
    margin-top: 75px;
    z-index: 1;

    .service_list {
      width: 100%;
      max-width: 1355px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;

      .service_item {
        display: flex;
        gap: clamp(40px, 6vw, 80px);
        min-width: 0;
        border-top: 1px solid #ccc;
        padding: 56px 37px;

        .service_item_image {
          width: 600px;

          img {
            display: block;
            max-width: 100%;
            width: 100%;
            height: auto;
            border-radius: 15px;
          }
        }

        .service_item_text {
          padding-top: 20px;
          min-width: 0;
          flex: 1 1 auto;
          overflow-wrap: anywhere;

          .service_title {
            line-height: 1.3;
            font-size: 45px;
            font-weight: bold;
            color: var(--primary-color);

            @media screen and (max-width: 1300px) {
              font-size: clamp(32px, 3.1vw, 45px);
            }

            span {
              font-size: 25px;
              margin-left: 40px;
            }
          }

          .service_item_list {
            list-style: none;
            margin: 13px 0 40px;
            display: flex;
            flex-direction: column;
            gap: 2px;

            li {
              position: relative;
              padding-left: 1em;
              line-height: 1.7;
              font-size: 20px;
              font-weight: bold;

              &::before {
                content: "・";
                position: absolute;
                left: 0;
              }
            }
          }

          .service_item_tag_list {
            display: flex;
            gap: 4px;
            flex-wrap: wrap;
          }
        }
      }
    }
  }
}

/* community-garden */
.community-garden {
  .community-garden_text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    width: 865px;
    margin: 0 auto;

    .community-garden_catchphras {
      line-height: 1.4;
      font-size: 30px;
      font-weight: bold;
      color: var(--primary-color);
    }

    .community-garden_description {
      line-height: 1.7;
      font-size: 16px;
    }
  }

  .community-garden_inner {
    background-color: #f8fbfd;
    padding: 58px 54px;
    border-radius: 20px;
    margin: 100px auto;
    max-width: 1250px;
    width: 95%;
    display: flex;
    flex-direction: column;
    gap: 63px;

    .community-garden_top {
      margin: 0 auto;
      display: flex;
      justify-content: center;
      gap: 84px;

      .community-garden_top_text {
        flex: 1 1 45%;
        margin-top: 5px;

        .community-garden_top_title {
          font-size: 40px;
          font-weight: bold;
          color: var(--primary-color);
        }

        .community-garden_top_subtitle {
          margin: 15px 0 10px;
          font-size: 26px;
          font-weight: bold;
          line-height: 2;
        }

        .community-garden_top_description {
          line-height: 1.8;
          font-size: 16px;
          margin-bottom: 46px;
        }
      }

      .community-garden_top_image {
        flex: 1 1 50%;

        img {
          width: 100%;
          object-fit: cover;
        }
      }
    }

    .community-garden_bottom {
      margin: 0 auto;
      display: flex;
      justify-content: center;
      gap: 53px;

      .community-garden_bottom_text {
        flex: 1 1 80%;
        margin-top: 5px;

        .community-garden_bottom_title {
          font-size: 26px;
          font-weight: bold;
          color: var(--primary-color);
        }

        .community-garden_bottom_description {
          line-height: 1.7;
          font-size: 16px;
          margin: 17px 0 0;
        }
      }

      .community-garden_bottom_image {
        flex: 1 1 17%;

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

/* community-garden modal */
#community_garden_modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 100;

  .modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }

  .modal_content {
    position: relative;
    width: 80%;

    .modal_close {
      position: absolute;
      top: 0;
      right: 0;
      background: none;
      border: none;
      font-size: 40px;
      color: #fff;
      cursor: pointer;
      transition: 0.2s;
      z-index: 1;

      &:hover {
        color: var(--primary-color);
      }
    }

    .modal_inner {
      position: relative;
      z-index: 2;
      background: #fff;
      border-radius: 20px;
      max-width: 900px;
      width: 85%;
      padding: 40px;
      text-align: center;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      overflow: auto;
      margin: 0 auto;
      height: 90vh;
      max-height: max-content;

      img {
        max-width: 100%;
        height: auto;
        border-radius: 15px;
      }
    }
  }
}

/* community-activity */
.community-activity {
  margin: 170px auto 100px;
  max-width: 1217px;
  width: 95%;

  .community-activity_inner {
    display: flex;
    flex-direction: column;

    .community-activity_item {
      display: flex;
      justify-content: center;
      gap: 100px;

      .community-activity_image {
        flex: 1 1 46%;

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

        .community__image {
          position: relative;
          z-index: 2;
          border-radius: 15px;
          height: 360px;
        }
      }

      .community-activity_text {
        flex: 1 1 47%;
        margin-top: 25px;

        .community-activity_label {
          font-size: 20px;
          font-weight: bold;
        }

        .community-activity_title {
          margin: 13px 0 37px;
          line-height: 1.5;
          font-size: 40px;
          font-weight: bold;
          color: var(--primary-color);
        }

        .community-activity_description {
          font-size: 16px;
          line-height: 1.7;
        }
      }

      &.reverse {
        flex-direction: row-reverse;
      }

      &:nth-child(2) {
        gap: 38px;
        margin: 137px 0 72px;
        padding: 20px 64px 19px 23px;
        border-radius: 15px;
        background-color: var(--light-gray-color);

        .community-activity_image {
          flex: 1 1 24%;
        }
        .community-activity_text {
          flex: 1 1 70%;

          .community-activity_title {
            margin: 9px 0 14px;
            font-size: 30px;
          }
        }
      }

      &:nth-child(3) {
        gap: 62px;
      }
    }
  }
}

/* image-slider */
.image-slider {
  overflow: hidden;
  width: 100%;
  padding: 30px 0;

  .slider-track {
    display: flex;
    gap: 24px;
    will-change: transform;

    img {
      width: 290px;
      height: auto;
      border-radius: 10px;
      flex-shrink: 0;
      object-fit: cover;
    }
  }
}

/* benefits */
.benefits {
  padding: 96px 0;

  .benefits_title_wrap {
    max-width: 826px;
    width: 95%;
    margin: 0 auto;
    line-height: 1.7;
    text-align: center;

    .benefits_title {
      font-size: 20px;
    }

    .benefits_subtitle {
      font-size: 30px;
      color: var(--primary-color);

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

    .benefits_description {
      font-size: 16px;
    }
  }

  .benefits_inner {
    width: min(1200px, 95%);
    margin: 60px auto 0;
    text-align: center;

    .benefits_grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;

      @media screen and (max-width: 900px) {
        grid-template-columns: repeat(2, 1fr);
      }

      .benefit_card {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 14px;
        aspect-ratio: 4 / 4.4;

        img {
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }

        .benefit_text {
          position: absolute;
          left: 22px;
          right: 20px;
          bottom: 22px;
          color: #fff;
          text-align: left;

          h4 {
            font-size: clamp(17px, 1.28vw, 23px);
            line-height: 1.5;
            margin: 0 0 15px;
            font-weight: bold;
            text-align: center;
          }

          p {
            margin: 0;
            line-height: 1.5;
            height: 3em;
            font-size: clamp(12px, 0.85vw, 15px);
          }
        }
      }
    }

    .benefits_footer {
      background: var(--light-gray-color);
      border-radius: 15px;
      margin-top: 53px;
      padding: 36px 20px;

      .benefits_plan {
        display: inline-block;
        width: 140px;
        margin-bottom: 25px;
        padding: 7px;
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        background-color: #252525;
      }

      .benefits_note {
        margin: 0;
        font-size: 20px;
      }
    }
  }
}

/* title */
.caveat_title_wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;

  p {
    padding-left: 5px;
    font-size: 20px;
    font-family: "Caveat", cursive;

    &.caveat_title_border {
      display: flex;
      align-items: center;

      &::before {
        content: "";
        width: 40px;
        height: 5px;
        background: var(--primary-color);
        margin-right: 11px;
      }
    }

    &.caveat_title_border_white {
      display: flex;
      align-items: center;

      &::before {
        content: "";
        width: 40px;
        height: 5px;
        background: #fff;
        margin-right: 11px;
      }
    }
  }

  h2 {
    margin-top: 20px;
    line-height: 2;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 55px;
    font-weight: normal;
  }
}

/* btn */
.contact_btn {
  display: flex;
  justify-content: left;
  align-items: center;

  a {
    position: relative;
    display: block;
    width: 313px;
    height: 67px;
    line-height: 67px;
    padding: 0 35px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    color: #fff;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    border-radius: 50px;
    transition: background 0.3s;

    &::after {
      content: "→";
      position: absolute;
      right: 35px;
    }

    &:hover {
      background-color: #fff;
      color: var(--primary-color);
    }
  }
}

/* common */
.section_container {
  width: 1360px;
  margin: 0 auto;
  max-width: 95%;
}

/* --------------------
  SP
-------------------- */
@media screen and (max-width: 768px) {
  /* .concept */
  .concept {
    .concept_inner {
      flex-direction: column-reverse;
      gap: 30px;
      padding-top: 30px;

      .concept_text {
        .concept_tags {
          gap: 2vw;

          span {
            width: auto;
            padding: 3px 12px;
            font-size: clamp(11px, 3.2vw, 13px);
          }
        }
        .concept_title {
          h2 {
            font-size: clamp(32px, 10vw, 40px);
          }

          .caveat_title_wrap {
            p {
              padding-left: 0;
            }
          }
        }

        .concept_lead {
          max-width: 100%;
          margin: 40px 0 50px;

          p {
            font-size: clamp(13px, 3.8vw, 14px);
          }
        }

        .concept_brands {
          .concept_brands_img {
            gap: 25px;
            margin-top: 25px;

            img {
              max-width: 55%;
            }
          }
        }
      }
    }
  }

  /* hero */
  .hero {
    .hero_inner {
      padding-top: 100px;

      .hero_text {
        gap: 10px;
        padding: 0;

        .hero_description {
	width: 86%;
	margin: 0 auto;
	font-size: clamp(14px, 4.3vw, 16px);
	text-align: left;
	font-weight: normal;
        }
      }
    }
  }

  /* service */
  .service {
    padding: 30px 0 30px;

    .service_bg {
      &::before {
        top: 50vw;
        height: 1300px;
      }
    }

    .service_inner {
      margin-top: 0;

      .service_list {
        width: 100%;

        .service_item {
          flex-direction: column;
          gap: 0px;
          padding: 40px 20px;

          .service_item_image {
            width: 100%;

            img {
              width: 100%;
            }
          }

          .service_item_text {
            padding-top: 15px;

            .service_title {
              font-size: clamp(18px, 6.2vw, 25px);
            }

            .service_desc {
              line-height: 1.5;
              font-size: clamp(14px, 3.8vw, 16px);
            }

            .service_item_list {
              li {
                font-size: clamp(14px, 3.8vw, 16px);
              }
            }

            .service_item_tag_list {
              flex-wrap: wrap;

              img {
                width: 30%;
              }
            }
          }
        }
      }
    }
  }

  /* community-garden */
  .community-garden {
    .community-garden_text {
      width: 95%;
      .community-garden_catchphras {
        font-size: clamp(18px, 6.2vw, 25px);
      }

      .community-garden_description {
                font-size: clamp(14px, 4vw, 14px);
                text-align: left;
                width: 90%;
                margin: auto;
      }
    }

    .community-garden_inner {
      padding: 30px;

      .community-garden_top {
        gap: 30px;
        flex-direction: column-reverse;

        .community-garden_top_text {
          margin-top: 0px;

          .community-garden_top_title {
            font-size: clamp(18px, 6.2vw, 25px);
          }

          .community-garden_top_subtitle {
            line-height: 1.5;
            font-size: clamp(17px, 4.9vw, 20px);
          }

          .community-garden_top_description {
            margin-bottom: 35px;
            font-size: clamp(14px, 4vw, 16px);
          }
        }
      }

      .community-garden_bottom {
        flex-direction: column;
        gap: 30px;

        .community-garden_bottom_text {
          .community-garden_bottom_title {
            font-size: clamp(14px, 4.2vw, 18px);
          }

          .community-garden_bottom_description {
            font-size: clamp(14px, 4vw, 16px);
          }
        }
      }
    }
  }

  /* community-garden modal */
  #community_garden_modal {
    .modal_content {
      width: 95%;

      .modal_close {
        top: -60px;
        right: 10px;
      }

      .modal_inner {
        width: 95%;
        padding: 10px;
      }
    }
  }

  /* community-activity */
  .community-activity {
    width: 92%;

    .community-activity_inner {
      .community-activity_item {
        flex-direction: column;
        gap: 10px;

        .community-activity_image {
          img {
            height: 200px;
          }
        }

        .community-activity_text {
          .community-activity_label {
            font-size: clamp(17px, 4.9vw, 20px);
          }

          .community-activity_title {
            font-size: clamp(18px, 6.2vw, 25px);
            margin: 13px 0 20px;
          }

          .community-activity_description {
            font-size: clamp(14px, 4vw, 16px);
          }
        }

        &.reverse {
          flex-direction: column;
        }

        &:nth-child(2) {
          gap: 15px;
          margin: 100px 0;
          padding: 20px;

          .community-activity_text {
            .community-activity_title {
              font-size: clamp(18px, 6.2vw, 25px);
            }
          }
        }

        &:nth-child(3) {
          gap: 15px;
        }
      }
    }
  }

  /* image-slider */
  .image-slider {
    /* overflow: hidden;
    width: 100%;
    padding: 30px 0; */

    .slider-track {
      /* display: flex;
      gap: 24px;
      will-change: transform; */

      img {
        /* width: 290px;
        height: auto;
        border-radius: 10px;
        flex-shrink: 0;
        object-fit: cover; */
      }
    }
  }

  /* benefits */
  .benefits {
    /* padding: 96px 0; */

    .benefits_title_wrap {
      width: 92%;
      /* max-width: 826px;
      width: 95%;
      margin: 0 auto;
      line-height: 1.7;
      text-align: center; */

      .benefits_title {
        font-size: clamp(17px, 4.9vw, 20px);
        /* font-size: 20px; */
      }

      .benefits_subtitle {
        margin: 10px 0 15px;
        line-height: 1.5;
        font-size: clamp(18px, 6.2vw, 25px);
        /* font-size: 30px;
        color: var(--primary-color); */

        span {
          display: inline-block;
          font-size: clamp(18px, 6.2vw, 25px);
          /* display: block;
          font-size: 40px; */
        }
      }

      .benefits_description {
	font-size: clamp(12px, 4vw, 14px);
	text-align: left;
      }
    }

    .benefits_inner {
      width: 92%;

      /* width: min(1200px, 95%);
      margin: 60px auto 0;
      text-align: center; */

      .benefits_grid {
        gap: 10px;
        /* display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px; */

        .benefit_card {
          aspect-ratio: 4 / 6;
          /* position: relative;
          display: block;
          overflow: hidden;
          border-radius: 14px;
          aspect-ratio: 4 / 4.4; */

          img {
            /* position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; */
          }

          .benefit_text {
            left: 10px;
            right: 10px;
            bottom: 15px;
            /* position: absolute;
            left: 22px;
            right: 20px;
            bottom: 22px;
            color: #fff;
            text-align: left; */

            h4 {
              font-size: clamp(14px, 4vw, 17px);

              /* font-size: 22px;
              line-height: 1.5;
              margin: 0 0 15px;
              font-weight: bold;
              text-align: center; */
            }

            p {
              height: auto;
              font-size: clamp(11px, 3.2vw, 13px);

              /* margin: 0;
              line-height: 1.5;
              height: 3em;
              font-size: 14px; */
            }
          }
        }
      }

      .benefits_footer {
        /* background: var(--light-gray-color);
        border-radius: 15px;
        margin-top: 53px;
        padding: 36px 20px; */

        .benefits_plan {
          margin-bottom: 15px;
          font-size: clamp(14px, 4vw, 16px);

          /* display: inline-block;
          width: 140px;
          margin-bottom: 25px;
          padding: 7px;
          font-weight: bold;
          font-size: 14px;
          color: #fff;
          background-color: #252525; */
        }

        .benefits_note {
          font-size: clamp(14px, 4vw, 16px);

          /* margin: 0;
          font-size: 20px; */
        }
      }
    }
  }

  /* title */
  .caveat_title_wrap {
    margin-bottom: 0;

    p {
      font-size: clamp(18px, 5.3vw, 20px);
    }

    h2 {
      margin: 8px 0 30px;
      font-size: clamp(28px, 8vw, 35px);
    }
  }

  /* btn */
  .contact_btn {
    flex-direction: column;
    gap: 15px;

    a {
      width: 100%;
      height: 60px;
      line-height: 60px;
      padding: 0 25px;
      text-align: left;
      font-size: clamp(10px, 4vw, 16px);

      &::after {
        right: 25px;
      }
    }
  }

  /* common */
  .section_container {
    width: 95%;
  }
}
