@charset "UTF-8";

body {
  color: #fff;
  background-color: #000;
}

/* section_header */
.section_header {
  text-align: center;

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

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

  .section_figure {
    margin: 0;

    img {
      width: min(800px, 100%);
      height: auto;
      display: block;
      margin: 0 auto;
    }
  }
}

/* 背景画像固定 */
.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/aftercare2/mv_01.webp");
  }

  /* CONCEPT 背景 */
  &.concept_bg {
    background-image: url("../img/aftercare2/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;

    .mv_catch {
      font-size: 64px;
      font-weight: bold;
      margin-bottom: 23px;
    }

    .mv_sub {
      font-family: "Bebas Neue", sans-serif;
      font-size: 60px;
      margin-bottom: 5px;
      line-height: 1.5;
      letter-spacing: 1px;
    }

    .mv_text {
      font-size: 15px;
      line-height: 2;
      letter-spacing: 1px;
    }
  }
}

/* SUPPORT */
.support {
  padding: 116px 0 0;
  background-color: #000;

  &.support_02 {
    .figure_wrap {
      display: flex;
      flex-direction: column;
      gap: 72px;
      padding: 0;

      .figure_overview {
        padding: 0 0 35px;

        .figure_overview_title {
          font-family: "Bebas Neue", system-ui, -apple-system, sans-serif;
          font-weight: 100;
          font-size: 30px;
          line-height: 1.5;
          margin: 0 0 7px;
        }

        .figure_overview_sub {
          margin: 0;
          font-size: 14px;
          display: inline-flex;
          gap: 2px;
          align-items: center;
          font-weight: bold;
          justify-content: center;

          &::before,
          &::after {
            content: "";
            display: inline-block;
            width: 5px;
            height: 2px;
            background: #fff;
          }
        }
      }
    }

    iframe {
      width: 722px;
      height: 403px;
      margin-top: 80px;
    }
  }

  &.support_03 {
    padding: 86px 0 180px;
  }
}

/* CONCEPT */
.concept {
  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: 18px;
  }

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

@media screen and (max-width: 768px) {
  /* section_header */
  .section_header {
    padding: 50px 0 0;

    .section_title {
      width: 93%;
      margin: 0 auto 25px;
      font-size: clamp(20px, 6vw, 25px);
      text-align: left;
      line-height: 1.4;
    }

    .section_lead {
      width: 93%;
      margin: 0 auto 40px !important;
      line-height: 1.8;
      font-size: clamp(12px, 3.4vw, 15px);
      text-align: left;
    }
  }

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

    .mv_inner {
      max-width: 100%;

      .mv_catch {
        font-size: clamp(20px, 8vw, 30px);
      }

      .mv_sub {
        font-size: clamp(20px, 10vw, 40px);
        margin-bottom: 10px;
      }

      .mv_text {
        font-size: clamp(13px, 4vw, 15px);
        line-height: 1.6;
      }
    }
  }

  /* SUPPORT */
  .support {
    padding: 0;

    &.support_02 {
      .figure_overview {
        padding: 0 0 25px;

        .figure_overview_title {
          font-size: clamp(25px, 8vw, 30px);
          margin: 0;
        }

        .figure_overview_sub {
          font-size: clamp(11px, 3.7vw, 14px);
        }
      }

      iframe {
        width: 100%;
        height: 230px;
      }
    }

    &.support_03 {
      padding: 0 0 50px;
    }
  }

  /* 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;
    }
  }
}
