<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

:root {
  --main: #000;
}

body {
  background-color: #f5f8f8;
}

.l_siteContents {
  margin-bottom: 0;
}

.camp_suit {
  max-width: 768px;
  margin: -3.2vw auto 0;

  img {
    display: inline;
  }

  a {
    text-decoration: none;
    color: #000;
  }

  p {
    font-size: clamp(0.9rem, 0.783rem + 0.52vw, 1rem);
    line-height: 1.5;
  }

  ul {
    li {
      font-size: clamp(0.9rem, 0.783rem + 0.52vw, 1rem);
      line-height: 1.5;
    }
  }

  ol {
    list-style-type: decimal;

    li {
      padding-left: 5px;
      font-size: clamp(0.9rem, 0.783rem + 0.52vw, 1rem);
      line-height: 1.5;
      list-style-position: inside;
    }
  }

  .link {
    text-decoration: underline;
    color: #00f;
  }

  .marker {
    background-image: linear-gradient(transparent 75%, #deed11 20%);
  }

  .strong {
    font-weight: 600;
  }

  .text_margin {
    margin-bottom: 20px;
  }

  .list {
    li {
      list-style-type: disc;
      list-style-position: inside;
      font-size: clamp(0.9rem, 0.783rem + 0.52vw, 1rem);
      line-height: 1.5;
      text-indent: -1rem;
      padding-left: 1rem;
    }
  }

  .red {
    color: #f00;
  }

  .zen_kaku {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .common_btn {
    background-color: #e0731a;
    width: 280px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    box-shadow: 3px 3px #c7392d;
    border-radius: 9px;
  }

  .common_btn_close {
    background-color: #a8a8a8;
    width: 280px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 9px;
  }

  .common_btn_close+p {
    text-align: center;
    color: #f00;
    font-size: 13px;
    margin-top: 0.3rem;
  }

  .common_hd {
    font-size: clamp(23px, 80vw, 24px);
    line-height: 1.5;
    text-align: center;
    color: var(--main);
    margin-bottom: 20px;
    letter-spacing: -0.1em;
  }

  .caution {
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 5px;
  }

  .sub_li {
    li {
      list-style-type: none;
      padding-left: 10px;
    }
  }

  #camp_suit_04_entry {
    max-width: 768px;
    margin: -3.2vw auto 0;
  }

  /*アンカーリンクを追従させるためのコード*/
  .s_btn_scroll_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 3px 5px -5px;

    .s_btn_scroll_area {
      width: 100%;
      height: 100%;
      padding: 0 0 0;

      h2 {
        text-align: center;
        font-size: 19px;
        color: #0ca5b0;
        padding-bottom: 10px;
      }

      .s_btn_scroll_inner {
        max-width: 960px;
        margin: 0 auto;

        ul {
          width: 100%;
          height: 50px;
          display: flex;
          justify-content: center;
          align-items: center;

          li {
            width: 25%;
            height: 100%;
            position: relative;
            text-align: center;

            &amp;::after {
              content: '';
              position: absolute;
              bottom: 0;
              right: 0;
              display: block;
              background-color: #E5E6E6;
              width: 1px;
              height: 100%;
            }

            a {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 100%;
              height: 100%;
              font-size: clamp(12px, 24vw, 13px);
              line-height: 1.3;
            }

            a:hover {
              color: var(--main);
            }
          }

          li:nth-of-type(1) {
            &amp;::before {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              display: block;
              background-color: #E5E6E6;
              width: 1px;
              height: 100%;
            }
          }
        }
      }
    }
  }

  #mv {
    /* background-image: url('/special/2025/camp_suit_06/images/mv_bg.svg');
    background-size: cover; */
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(236, 236, 236, 1) 10px, rgba(236, 236, 236, 1) 12px);
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;

    .mv_logo {
      width: 100%;
      /* height: 100px; */
      background-color: var(--main);

      .mv_logo_inner {
        position: relative;
        margin-inline: auto;
        width: 100%;
        text-align: right;
        height: 16vw;

        img {
          width: 76vw;
          margin-right: 0.85rem;
        }

        .graduate {
          position: absolute;
          top: 0;
          left: 0;

          img {
            max-width: 72px;
          }
        }
      }
    }

    .mv_area {
      padding: 5.333333333333334vw 2.666666666666667vw;
    }

    .finTitle {
      width: 90vw;
      padding: 6.857142857142858vw 1vw;
      background: rgb(235 227 227 / 90%);
      border: #b1acac solid 1vw;
      position: absolute;
      top: 25vw;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;

      &amp; a {
        color: #F73E9D;
        text-decoration: underline;

        &amp;:hover {
          color: #0CA5B0;
        }
      }

      .t24 {
        font-size: 6.933333333333333vw;
        font-weight: 700;
        margin-bottom: 5.714285714285714vw;
        line-height: 1.5;
      }

      p {
        font-size: 4vw;
        font-weight: bold;
        line-height: 1.7;
      }
    }
  }

  .button_area {
    width: 100%;
    background-color: #fff;
    padding: 20px 0 20px;
    transition: opacity 0.3s ease;

    .common_btn,
    .common_btn_close {
      margin: 0 auto;
      text-align: center;
    }
  }

  .scroll_area {
    border-top: solid #e7eded;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 53px;
    z-index: 1000;
    opacity: 0;
    padding: 15px 0;
  }

  .fixed {
    opacity: 1;
    pointer-events: auto;
  }

  nav {
    .nav_area {
      background-color: #fff;
      padding: 0 5vw 30px;

      .nav_inner {
        display: flex;
        gap: 5px;

        .nav_btn {
          display: flex;
          justify-content: center;
          align-items: center;
          width: calc(25% - 2.5px);
          height: 40px;
          border: 2px solid var(--main);
          background-color: #fff;
          text-align: center;
          font-size: clamp(11px, 21vw, 12px);
          line-height: 1.3;
          letter-spacing: -0.1em;
          border-radius: 4px;
          padding: 0 3px 0;
          position: relative;
          text-align: center;
        }
      }
    }
  }

  .scroll_nav {
    .nav_area {
      .nav_inner {
        transition: transform 0.3s;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        transform: translateY(0);
      }

      .nav_hide {
        transform: translateY(-100%);
      }
    }
  }

  .about_wrapper {
    background-color: #f5f8f8;
    padding: 30px 5vw 30px;

    .about_area {
      text-align: center;

    }
  }

  .reason_wrapper {
    background-color: #fff;
    padding-top: 30px;

    .reason_area {
      position: relative;

      &amp;::before {
        content: '';
        background-image: url('/special/2025/camp_suit_06/images/flow_arrow.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: 75px;
        height: 20px;
        position: absolute;
        bottom: 20px;
        left: 0;
        display: block;
        right: 0;
        margin: 0 auto;
      }

      /*----スライダー共通のCSS----*/
      .swiper-slide {
        width: 80vw;
        height: 370px;

        .card_block {
          border: 2px solid var(--main);
          width: 100%;
          height: 100%;
          border-radius: 9px;
          background-color: #fff;

          .card_head {
            height: 50px;
            padding-top: 5px;
            background-color: var(--main);
            border-radius: 6.5px 6.5px 0 0;

            .num {
              width: 52px;
              height: 18px;
              border-radius: 9px;
              background-color: #fff;
              color: var(--main);
              font-size: 12px;
              font-weight: 600;
              margin: 0 auto 5px;
              padding-top: 1px;
              text-align: center;
            }

            h3 {
              font-size: 14px;
              text-align: center;
              color: #fff;
              margin-bottom: 5px;
            }
          }

          .contents {
            padding: 15px 10px 0;

            .strong {
              color: #0ca5b0;
            }

            .answer {
              text-align: center;
              color: #e54a7a;
              font-size: 16px;
              font-weight: 600;
              padding-bottom: 10px;
            }
          }
        }
      }

      .swiper {
        position: relative;
        padding-bottom: 90px;
      }

      .swiper .swiper-button-next:after,
      .swiper .swiper-button-prev:after {
        display: none;
      }

      .swiper .swiper-button-prev {
        transform: translate(-5px, 0);

        img {
          max-width: 22px;
        }
      }

      .swiper .swiper-pagination {
        position: absolute;
        bottom: 60px;
        left: 30%;
        z-index: 10;
      }

      .swiper .swiper-button-next {
        transform: translate(5px, 0) rotate(180deg);

        img {
          max-width: 22px;
        }
      }

      .swiper .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        margin: 0 20px !important;
        background-color: #ccc;
      }

      .swiper .swiper-pagination-bullet-active {
        background-color: var(--main);
      }

      .slide_1 {
        .card_block {
          .contents {
            .text_1 {
              text-align: center;
              font-size: 14px;
              font-weight: 600;
              line-height: 1.5;
              padding-bottom: 5px;
            }

            .text_2 {
              font-weight: 600;
              font-size: 19px;
              position: relative;
              width: 53vw;
              padding-left: 16vw;
              margin: 0 auto 20px;

              &amp;::before {
                content: '';
                background-image: url('/special/2025/camp_suit_06/images/souki.svg');
                background-repeat: no-repeat;
                background-size: contain;
                display: block;
                width: 58px;
                height: 37px;
                position: absolute;
                bottom: 11px;
                left: 0;
              }

              &amp;::after {
                content: '';
                background-image: url('/special/2025/camp_suit_06/images/plus.svg');
                background-repeat: no-repeat;
                background-size: contain;
                display: block;
                width: 12px;
                height: 12px;
                position: absolute;
                bottom: -13px;
                left: 0;
                right: 0;
                margin: 0 auto;
              }

              .strong {
                font-size: 38px;
              }

              .caution {
                font-size: 10px;
              }
            }

            .text_3 {
              font-size: 18px;
              font-weight: 600;
              margin-bottom: 20px;
              text-align: center;
              position: relative;

              &amp;::before {
                content: '';
                background-image: url('/special/2025/camp_suit_06/images/slide_arrow.svg');
                background-repeat: no-repeat;
                background-size: contain;
                display: block;
                width: 12px;
                height: 12px;
                position: absolute;
                bottom: -13px;
                left: 0;
                right: 0;
                margin: 0 auto;
              }
            }
          }
        }
      }

      .slide_2 {
        .card_block {
          .contents {
            text-align: center;

            .text_1 {
              padding: 20px 0 0;

              img {
                max-width: 65vw;
              }
            }

            .text_2 {
              font-size: 18px;
              color: #0ca5b0;
              font-weight: 600;
              letter-spacing: 0.1em;

              .strong {
                font-size: 64px;
              }
            }

            .answer {
              padding-bottom: 45px;
            }
          }
        }
      }

      .slide_3 {
        .card_block {
          .contents {
            padding: 30px 10px 0;

            .flex {
              display: flex;
              justify-content: space-between;
              padding-bottom: 30px;

              div {
                width: calc(50% - 5px);
                text-align: center;

                .suit {
                  width: 29vw;
                  margin-bottom: 10px;
                }

                p {
                  letter-spacing: -0.1em;
                }
              }

              div::nth-of-type(1) {
                margin-right: auto;
              }
            }
          }
        }
      }

    }

    .result_block {
      /* background-image: url('/special/2025/camp_suit_06/images/slide_result.svg');
      background-size: cover;
      background-repeat: no-repeat; */
      background-color: var(--main);
      width: 100%;
      padding: 30px 0;
      text-align: center;

      p {
        font-size: 18px;
        line-height: 1.5;
        color: #fff;
      }
    }
  }

  .flow_wrapper {
    background-color: #f5f8f8;
    padding: 30px 0;

    .flow_area {
      padding: 0 5vw;

      /*---各ブロックの共通CSS---*/
      .card {
        width: 100%;
        height: auto;
        border-radius: 15px;
        background-color: #fff;
        border: 4px solid var(--main);
        position: relative;
        margin-bottom: 80px;

        &amp;::after {
          content: '';
          display: block;
          background-image: url('/special/2025/camp_suit_06/images/flow_arrow.svg');
          background-size: contain;
          background-repeat: no-repeat;
          width: 72px;
          height: 19px;
          position: absolute;
          bottom: -48px;
          left: 0;
          right: 0;
          margin: 0 auto;
        }

        .num {
          max-width: 120px;
          content: '';
          position: absolute;
          top: -19px;
          left: 0;
          right: 0;
          margin: 0 auto;
          z-index: 1;
        }

        .card_inner {
          padding: 30px 10px 20px;

          h3 {
            text-align: center;
            font-size: 24px;
            line-height: 1.5;
            color: var(--main);
            padding-bottom: 10px;
          }

          .text {
            text-align: center;
          }
        }

        .common_btn,
        .common_btn_close {
          margin: 0 auto 20px;
          width: 100%;
        }

        .caution {
          font-size: 10px;
        }

        .strong_block {
          width: 100%;
          height: 62px;
          background-image: url('/special/2025/camp_suit_06/images/card_3_strong.svg');
          background-size: cover;
          background-repeat: no-repeat;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 20px;

          p {
            font-size: 16px;
            font-weight: 600;
            padding-left: 20px;
            position: relative;

            span {
              color: var(--main);
            }

            &amp;::before {
              content: '';
              position: absolute;
              bottom: 0;
              background-image: url('/special/2025/camp_suit_06/images/check.svg');
              background-repeat: no-repeat;
              background-size: contain;
              bottom: 5px;
              left: 0;
              display: block;
              width: 17px;
              height: 12px;
            }
          }
        }

        .img {
          text-align: center;
          margin-bottom: 5px;
        }
      }

      /*---個別のCSS---*/
      .card_1 {
        .text {
          padding-bottom: 30px;
        }

        .card_inner {
          img {
            max-width: 63px;
          }
        }
      }

      .card_2 {
        .text {
          padding-bottom: 10px;
        }

        .common_btn {
          background-color: #0ca5b0;
          box-shadow: 2px 2px #086970;
          margin: 0 auto 20px;
          width: 100%;
          text-align: center;
        }

        .card_inner {
          img {
            max-width: 51px;
          }
        }
      }

      .card_3 {
        h3 {
          span {
            display: block;
          }

          .sub {
            display: inline-block;
            font-size: 12px;
            border-radius: 9px;
            background-color: #f5f8f8;
            color: #000;
            padding: 2px 5px;
            position: relative;
            bottom: -5px;
          }
        }

        .card_inner {
          img {
            max-width: 66px;
          }

          .text {
            text-align: center;
            padding-bottom: 10px;
          }
        }
      }

      .card_4 {
        .text {
          text-align: center;
          padding-bottom: 15px;
        }

        .strong_block {
          display: block;
          height: 93px;
          padding: 20px 0 0 60px;
          background-image: url('/special/2025/camp_suit_06/images/card_4_strong.svg');

          .text {
            padding-bottom: 10px;
            text-align: center;
          }
        }

        .card_inner {
          img {
            max-width: 77px;
          }
        }
      }

      .card_5 {
        margin-bottom: 0;

        &amp;::after {
          display: none;
        }

        .text {
          padding-bottom: 30px;
        }

        .card_inner {
          img {
            max-width: 55px;
          }

          .strong_block {
            display: block;
            height: 93px;
            padding: 20px 0 0 20px;
            background-image: url('/special/2025/camp_suit_06/images/card_4_strong.svg');

            .text {
              padding-bottom: 10px;
              text-align: center;
            }
          }
        }
      }
    }
  }

  .suit_wrapper {
    background-color: #fff;
    padding: 30px 5vw 30px;

    h3 {
      text-align: center;
      font-size: 18px;
      line-height: 1.5;
      padding-bottom: 15px;
    }

    .logo {
      text-align: center;
      margin-bottom: 15px;

      img {
        max-width: 88px;
      }
    }

    .text {
      text-align: center;
      padding-bottom: 20px;

      .strong {
        font-weight: 600;
      }
    }

    .text:nth-last-of-type(1) {
      padding-bottom: 30px;
    }

    .flex {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 12px;

      p {
        width: 145px;
      }
    }

    .caution {
      padding-top: 5px;
      padding-left: 15px;
    }
  }

  .try_wrapper {
    background-color: #f5f8f8;
    padding: 30px 5vw 30px;

    .text {
      text-align: center;
      padding-bottom: 20px;
    }

    .video {
      text-align: center;
      padding-bottom: 10px;

      iframe {
        width: 100%;
        height: 185px;
        margin-bottom: 5px;
      }
    }
  }

  .question_wrapper {
    background-color: #fff;
    padding: 30px 0;

    .question_area {
      padding: 0 5vw;

      .question_inner {
        margin-bottom: 30px;

        &amp;:nth-last-of-type(1) {
          margin-bottom: 0;
        }

        .q_block {
          .q_hd {
            cursor: pointer;
            padding: 7px 0 7px 15px;
            background-color: var(--main);
            height: 30px;
            font-size: 18px;
            color: #fff;
            padding-left: 10px;
            position: relative;

            &amp;::before,
            &amp;::after {
              content: '';
              position: absolute;
              bottom: 15px;
              right: 10px;
              display: block;
              background-color: #fff;
              width: 20px;
              height: 1px;
            }

            &amp;::before {
              transform: rotate(90deg);
            }
          }

          .q_hd_on {
            &amp;::before {
              display: none;
            }
          }

          .ac {
            display: none;
            padding: 10px 10px 0;
            border-bottom: 2px solid #f5f8f8;

            .answer {
              display: none;
            }

            .question {
              padding-bottom: 10px;
              position: relative;

              &amp;::before,
              &amp;::after {
                content: '';
                position: absolute;
                top: 10px;
                right: 10px;
                display: block;
                background-color: #000;
                width: 10px;
                height: 1px;
              }

              &amp;::before {
                transform: rotate(-45deg);
                right: 2.5px;
              }

              &amp;::after {
                transform: rotate(45deg);
              }

              p {
                padding-right: 20px;
              }
            }

            .answer {
              padding-right: 20px;
              padding-bottom: 10px;

              p {
                font-weight: 600;
                color: #0ca5b0;
              }

              ol {
                li {
                  font-weight: 600;
                  color: #0ca5b0;
                  padding-bottom: 5px;
                }
              }
            }
          }

          .ac_on {
            background-color: #f5f8f8;

            .question {
              &amp;::before {
                background-color: #0ca5b0;
                transform: rotate(45deg);
                right: 2.5px;
              }

              &amp;::after {
                background-color: #0ca5b0;
                transform: rotate(-45deg);
              }
            }
          }
        }
      }
    }
  }

  .campaign_wrapper {
    background-color: #f5f8f8;
    padding: 30px 0;

    .campaign_area {
      padding: 0 5vw;

      .campaign_inner {
        .campaign_block {
          border: 1px solid var(--main);
          background-color: #fff;

          h3 {
            background-color: var(--main);
            color: #fff;
            font-size: 18px;
            height: 35px;
            padding-left: 10px;
            display: flex;
            align-items: center;
          }

          .text_block {
            padding: 10px;

            h4 {
              font-weight: 400;
              font-size: clamp(0.9rem, 0.783rem + 0.52vw, 1rem);
              line-height: 1.5;
            }

            p,
            li {
              margin-bottom: 5px;
            }

            .caution {
              margin-bottom: 0;
            }
          }
        }
      }
    }
  }

  .suit_footer {
    /* background-image: url('/special/2025/camp_suit_06/images/footer_bg.svg');
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: var(--main);
    width: 100%;
    height: 58px;
  }

/* モーダル追加 */
.advice_area {
  .common_btn {
    background-color: #0ca5b0;
    box-shadow: 2px 2px #086970;
    margin: 20px auto 60px;
    /* width: 350px; */
    text-align: center;
  }

  [popover]:popover-open {
    padding: 100px 30px;
    text-align: center;
    max-width: 1120px;
    /* height: auto; */
    margin-inline: auto;

    .inner {
        background-color: #fff;
        padding: 4vw;
        padding-bottom: calc(4vw - 20px);
        text-align: left;
        margin-bottom: 3vw;
        position: relative;
        overflow-y: auto;
        height: 80vh;
    
        h2 {
          font-size: 22px;
          text-align: center;
          padding-bottom: 15px;
          border-bottom: 2px solid #0ca5b0;
          margin-bottom: 30px;
        }
    
        h3 {
          margin-bottom: 10px;
        }
    
        ul {
          padding-bottom: 20px;
          list-style-type: disc;
          li {
            font-size: 14px;
            margin-bottom: 8px;
            margin-left: 2rem;
          }
        }
      }

    .close-btn {
      position: absolute;
      color: #777777;
      top: 1.5vw;
      right: 1.5vw;
      font-size: clamp(1.25rem, 0.754rem + 2.34vw, 1.875rem);
    }
  }

  [popover]::backdrop {
    background-color: rgba(0, 0, 0, 0.3);
  }

  @media screen and (max-width:768px) {
    .common_btn {
      width: 85%;
      height: auto;
      padding: 10px 0;
    }
    [popover]:popover-open {
      padding: 10% 5vw;
      text-align: center;
      height: 97%;
      width: auto;
      .inner{
        height: 100%;
        overflow-y: scroll;
        h2 {
          font-size: 18px;
          line-height: 1.5;
          padding-bottom: 10px;
          margin-bottom: 20px;
        }
        h3{
          font-size: 14px;
          line-height: 1.4;
        }
        ul{
          li{
            font-size: 12px;
            line-height: 1.4;
          }
        }
      }
    }

    .inner {
      padding: 8vw;
    }
  }
}

}</pre></body></html>