@charset "UTF-8";
/* @import url("reset.css"); */
@import url("modaal.css");
@import url("variables.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
body {
}

.is-Sp {
  display: block;
  @media screen and (width < 1024px) {
    display: block;
  }
  @media screen and (width < 760px) {
    display: none;
  }
  @media screen and (width < 640px) {
    display: block;
  }
}

.is-PC {
  display: block;
  @media screen and (width < 640px) {
    display: none;
  }
}
/* --------------------------------*/
/* containar*/
/* --------------------------------*/

.content_kuukinokadai {
  font-family: "Zen Kaku Gothic New", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* font-feature-settings: "palt"; */
  font-feature-settings: "palt";
  min-width: 96rem;
  @media screen and (width < 768px) {
    min-width: 100%;
  }
}

.content-containar {
}

/* --------------------------------*/
/* section*/
/* --------------------------------*/

/* section-hero*/
/* --------------------------------*/
.section-hero {
  background-color: var(--color_base__030);
  background: url(../images/hero_bg_all.jpg) no-repeat 0 0;
  background-size: cover;
  @media screen and (width < 768px) {
    /* background-color: #e2e2e2; */
  }
  .section-inner {
    max-width: var(--width_base__010);
    min-height: 870px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    /* background: url(../images/hero_main.png) no-repeat 10% -10%;
    background-size: 60%; */

    @media screen and (width < 768px) {
      /* min-height: calc(37.5rem); */
      min-height: 100%;
      position: relative;
    }
    .image-hero {
      user-select: none;
      max-width: var(--width_base__010);
      min-height: 870px;
      overflow: hidden;
      margin: 0 auto;
      position: relative;
      background: url(../images/hero_main.png) no-repeat 10% -10%;
      background-size: 60%;
      @media screen and (width < 1400px) {
        background: url(../images/hero_main.png) no-repeat 0 -10%;
        background-size: 70%;
      }
      @media screen and (width < 1200px) {
        background: url(../images/hero_main.png) no-repeat 0 -20%;
        background-size: 80%;
      }
      @media screen and (width < 768px) {
        /* display: none; */
        min-height: 100%;
        position: static;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background-image: none;
      }
      img {
        display: none;
        @media screen and (width < 768px) {
          display: block;
        }
      }
    }
    .hero-col_010 {
      position: absolute;
      top: 20rem;
      right: 16rem;
      display: flex;
      width: 36%;
      @media screen and (width < 1400px) {
        right: 10vw;
      }
      @media screen and (width < 768px) {
        display: none;
      }
      .text-area {
        margin-right: 7%;
        width: 61%;
      }
      .image-area {
        /* width: 17rem; */
        width: 33%;
        @media screen and (width < 768px) {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 8rem;
        }
        img {
          width: 100%;
        }
      }
    }
    .hero-col_030 {
      display: none;
      @media screen and (width < 768px) {
        display: block;
      }
      .obj1 {
        position: absolute;
        bottom: 1rem;
        width: 100%;
        padding: 0 1rem;
      }
    }
    .hero-col_040 {
      display: none;
      @media screen and (width < 768px) {
        display: block;
        position: absolute;
        top: 30%;
        right: 10%;
        width: 30%;
        padding: 0;
      }
    }
    .hero-col_040 {
    }
    .hero-col_020 {
      position: absolute;
      bottom: 5.6rem;
      width: 100%;
      @media screen and (width < 768px) {
        bottom: auto;
        top: 1.1rem;
        /* display: none; */
      }
      .list-text {
        display: flex;
        justify-content: center;
        .list-item {
          margin-right: 4.7rem;
          @media screen and (width < 1400px) {
            margin-right: 3vw;
          }
          @media screen and (width < 768px) {
            margin-right: 0.6rem;
          }
          &:last-child {
            margin-right: 0;
          }
          .link {
            display: block;
            background-color: var(--color_base__010);
            width: 14.8rem;
            height: 14.8rem;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.5s;
            position: relative;
            @media screen and (width < 1400px) {
              width: 11vw;
              height: 11vw;
            }
            @media screen and (width < 768px) {
              width: 12vw;
              height: 12vw;
              pointer-events: none;
              position: static;
              background-color: transparent;
            }
            &:hover {
              background-color: var(--color_base__040);
              transition: background-color 0.5s;
              text-decoration: none;
              .p1 {
                opacity: 1;
                top: -4rem;
                transition: all 0.5s;
              }
              .i1 {
                opacity: 0;
                transition: all 0.5s;
              }
              .i2 {
                opacity: 1;
                transition: all 0.5s;
                @media screen and (width < 768px) {
                  display: none;
                }
              }
            }
            .i1 {
              opacity: 1;
              position: absolute;
              left: 0;
              transition: all 0.5s;
              @media screen and (width < 768px) {
                left: auto;
                position: static;
                display: none;
              }
            }
            .i2 {
              opacity: 0;
              position: absolute;
              left: 0;
              transition: all 0.5s;
              @media screen and (width < 768px) {
                left: 1.5rem;
                display: none;
              }
            }
            .i3 {
              display: none;
              @media screen and (width < 768px) {
                display: block;
              }
            }
            .p1 {
              position: absolute;
              top: -2rem;
              text-align: center;
              opacity: 0;
              transition: all 0.5s;
              pointer-events: none;
              img {
                width: auto;
                height: 25px;
              }
            }
          }
          &.ct__010 {
            .link {
              &:hover {
                background-color: var(--color_base__040);
              }
            }
            .p1 {
              color: var(--color_base__040);
            }
            img {
              width: 100%;
              @media screen and (width < 768px) {
                width: 100%;
              }
            }
          }
          &.ct__020 {
            .link {
              &:hover {
                background-color: var(--color_base__050);
              }
            }
            .p1 {
              color: var(--color_base__050);
            }
            img {
              width: 100%;
              @media screen and (width < 768px) {
                width: 100%;
              }
            }
          }
          &.ct__030 {
            .link {
              &:hover {
                background-color: var(--color_base__060);
              }
            }
            .p1 {
              color: var(--color_base__060);
            }
            img {
              width: 100%;
              @media screen and (width < 768px) {
                width: 100%;
              }
            }
          }
          &.ct__040 {
            .link {
              &:hover {
                background-color: var(--color_base__070);
              }
            }
            .p1 {
              color: var(--color_base__070);
            }
            .i1 {
              left: 0;
              @media screen and (width < 768px) {
                left: 1rem;
              }
            }
            .i2 {
              left: 0;
              @media screen and (width < 768px) {
                left: 1rem;
              }
            }
            img {
              width: 100%;
              @media screen and (width < 768px) {
                width: 100%;
              }
            }
          }
          &.ct__050 {
            .link {
              &:hover {
                background-color: var(--color_base__080);
              }
            }
            .p1 {
              color: var(--color_base__080);
            }
            .i1 {
              left: 0;
              @media screen and (width < 768px) {
                left: 1.2rem;
              }
            }
            .i2 {
              left: 0;
              @media screen and (width < 768px) {
                left: 1.2rem;
              }
            }
            img {
              width: 100%;
              @media screen and (width < 768px) {
                width: 100%;
              }
            }
          }
          &.ct__060 {
            .link {
              &:hover {
                background-color: var(--color_base__090);
              }
            }
            .p1 {
              color: var(--color_base__090);
            }
            .i1 {
              left: 0;
              @media screen and (width < 768px) {
                left: 1.2rem;
              }
            }
            .i2 {
              left: 0;
              @media screen and (width < 768px) {
                left: 1.2rem;
              }
            }
            img {
              width: 100%;
              @media screen and (width < 768px) {
                width: 100%;
              }
            }
          }
          &.ct__070 {
            .link {
              &:hover {
                background-color: var(--color_base__100);
              }
            }
            .p1 {
              color: var(--color_base__100);
            }
            .i1 {
              left: 0;
              @media screen and (width < 768px) {
                left: 1.2rem;
              }
            }
            .i2 {
              left: 0;
              @media screen and (width < 768px) {
                left: 1.2rem;
              }
            }
            img {
              width: 100%;
              @media screen and (width < 768px) {
                width: 100%;
              }
            }
          }
        }
      }
    }
  }
}

/* ection_content*/
/* --------------------------------*/

.section_content {
  background-color: var(--color_base__041);
  padding: 11.7rem 0;
  width: 100%;
  @media screen and (width < 768px) {
    padding: 4.4rem 0;
  }
  &.content_0001 {
  }
  &.content_1001 {
    background-color: var(--color_base__120);
  }
  &.content_1002 {
    background-color: var(--color_base__010);
  }
  &.content_1003 {
    background-color: var(--color_base__120);
  }
  .section-inner {
    width: var(--width_base__020);
    margin: 0 auto;
    @media screen and (width < 1400px) {
      width: 100%;
    }
    @media screen and (width < 768px) {
      width: 100%;
    }
  }
}

.section-pin {
  /* min-height: 100vh; */
}

.sec-col {
  width: 100%;
  position: relative;
  /* min-height: 100vh; */
  .sec-pin {
    width: 100%;
  }
}

/* ection_nav*/
/* --------------------------------*/
.section-nav {
  display: none;
  @media screen and (width < 768px) {
    display: block;
    background-color: var(--color_base__010);
  }
}

/* --------------------------------*/
/* col*/
/* --------------------------------*/
.col_content {
  &.ct__010 {
    width: 100%;
    display: flex;
    min-height: 57rem;
    @media screen and (width < 1400px) {
      min-height: 100%;
      padding: 0 2rem;
    }
    @media screen and (width < 768px) {
      flex-wrap: wrap;
      padding: 25px;
      padding-top: 0;
    }
    .details {
      width: 52.8rem;
      margin-right: 3.6rem;
      background-color: var(--color_base__010);
      border-radius: var(--border_radius__010);
      padding: 6.6rem;
      @media screen and (width < 1400px) {
        width: 36%;
        padding: 4%;
        margin-right: 2%;
      }
      @media screen and (width < 768px) {
        width: 100%;
        margin-right: 0;
        padding: 4rem;
        padding-bottom: 4.8rem;
        order: 120;
        border-radius: var(--border_radius__020);
      }
      .link-content {
        display: block;
        padding-top: 3rem;
        position: relative;
        @media screen and (width < 768px) {
          padding-top: 1.6rem;
        }
        .image {
          /* height: 21.6rem; */
          overflow: hidden;
          @media screen and (width < 768px) {
            height: auto;
          }
        }
        .btn {
          background-color: var(--color_base__010);
          border: 2px solid var(--color_base__040);
          font-size: var(--font_base__21);
          color: var(--color_base__040);
          font-feature-settings: "palt";
          border-radius: 2.4rem;
          display: inline-block;
          font-weight: 700;
          padding: 1.1rem 0;
          position: absolute;
          bottom: -2rem;
          left: -1rem;
          width: 19.2rem;
          display: flex;
          justify-content: center;
          align-items: center;
          line-height: 1;
          @media screen and (width < 768px) {
            width: 13.6rem;
            left: -1.5rem;
            font-size: var(--font_base__15);
            border-width: 0.1rem !important;
          }
          &:hover {
            &::after {
              left: 1rem;
              transition: all 0.5s;
            }
          }
          &::after {
            content: "";
            display: inline-block;
            background: url(../images/img_content_arrow_s_0001.svg) no-repeat 0
              0;
            width: 2.4rem;
            height: 1.3rem;
            margin-left: 0.9rem;
            transition: all 0.5s;
            position: relative;
            left: 0;
            @media screen and (width < 768px) {
              width: 1.7rem;
              height: 0.9rem;
              margin-left: 0.7rem;
            }
          }
        }
      }
    }
    .objects {
      width: 83.4rem;
      border-radius: var(--border_radius__010);
      overflow: hidden;
      position: relative;
      @media screen and (width < 1400px) {
        width: 62%;
      }
      @media screen and (width < 768px) {
        width: 100%;
        /* min-height: 36rem; */
        order: 110;
        position: static;
        margin-bottom: 1.5rem;
        border-radius: var(--border_radius__020);
      }
      .image {
        position: absolute;
        top: 0;
        left: 0;
        @media screen and (width < 768px) {
          position: static;
          /* border-radius: 1.4rem; */
          display: block;
          overflow: hidden;
        }
        img {
          /* width: 100%; */
          max-width: 100%;
          height: 100%;
          @media screen and (width < 768px) {
          }
        }
      }
      .copy {
        position: absolute;
        top: 2.7rem;
        right: 2.7rem;
        width: 12.9rem;
        @media screen and (width < 1400px) {
          width: 14%;
        }
        @media screen and (width < 768px) {
          width: 20%;
          top: 1.5rem;
          right: 1.5rem;
        }
        img {
          width: 12.9rem;
          @media screen and (width < 1400px) {
            width: 100%;
          }
          @media screen and (width < 768px) {
            width: 100%;
          }
        }
      }
      .btn {
        position: absolute;
        bottom: 2.7rem;
        left: 2.7rem;
        transition: bottom 0.5s;
        @media screen and (width < 1400px) {
          transform: scale(0.8);
          transform-origin: left bottom;
          transition: bottom 0.5s;
        }
        @media screen and (width < 1024px) {
          transform: scale(0.7);
          transform-origin: left bottom;
          transition: bottom 0.5s;
        }
        @media screen and (width < 768px) {
          left: 1.5rem;
          bottom: 1.8rem;
          transform: scale(1);
        }
        &:hover {
          bottom: 4rem;
          transition: bottom 0.5s;
        }
        .link {
          display: block;
          background-color: var(--color_base__040);
          width: 13.5rem;
          height: 13.5rem;
          border-radius: 100%;
          display: flex;
          justify-content: center;
          align-items: start;
          box-shadow: 7px 7px 8px 4px rgba(0, 0, 0, 0.2);
          @media screen and (width < 768px) {
            width: 17vw;
            height: 17vw;
            box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, 0.2);
          }
          .text {
            width: 8rem;
            @media screen and (width < 768px) {
              width: 57%;
            }
            .img-object {
              display: block;
              padding-bottom: 1.2rem;
              padding-top: 4rem;
              @media screen and (width < 768px) {
                padding-bottom: 16%;
                padding-top: 50%;
              }
            }
            .arrow {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 3.8rem;
              height: 3.8rem;
              padding-left: 0.4rem;
              background-color: var(--color_base__010);
              border-radius: 100%;
              margin: 0 auto;
              @media screen and (width < 768px) {
                width: 5.5vw;
                height: 5.5vw;
                padding-left: 0.2rem;
                padding-top: 0.1rem;
              }
              &:after {
                content: "";
                display: block;
                background: url(../images/img_content_arrow_l_0001.svg)
                  no-repeat 0 0;
                width: 1.4rem;
                height: 1.6rem;
                background-size: 100%;
                @media screen and (width < 768px) {
                  width: 2vw;
                  height: 2.5vw;
                }
              }
            }
          }
        }
      }
    }
  }
  &.ct__020 {
    padding-top: 8.4rem;
    @media screen and (width < 768px) {
      padding: 15px 25px 0;
    }
    .col-inner {
      background-color: var(--color_base__043);
      color: var(--color_base__010);
      max-width: var(--width_base__030);
      margin: 0 auto;
      padding: 4rem 2rem;
      border-radius: var(--border_radius__010);
      position: relative;
      display: flex;
      justify-content: center;
      @media screen and (width < 768px) {
        padding: 2.4rem 2rem;
        border-radius: var(--border_radius__020);
        /* padding-right: 4rem; */
      }
      &:before {
        content: "";
        display: block;
        width: 5.5rem;
        height: 6.4rem;
        transform: rotate(-90deg);
        background: url(../images/img_content_arrow_m_0001.svg) no-repeat 0 0;
        position: absolute;
        top: -3.5rem;
        @media screen and (width < 768px) {
          width: 3rem;
          height: 2.7rem;
          top: -2rem;
        }
      }
    }
  }
}

/* --------------------------------*/
/* title */
/* --------------------------------*/
.title-content {
  &.ct__010 {
    font-size: var(--font_base__32);
    line-height: 1;
    letter-spacing: 0.4rem;
    color: var(--color_base__040);
    border-bottom: 2px solid var(--color_base__040);
    font-weight: 700;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    @media screen and (width < 1400px) {
      font-size: var(--font_base__24);
    }
    @media screen and (width < 768px) {
      font-size: var(--font_base__21);
      margin-bottom: 0.8rem;
    }
  }
  &.ct__020 {
    text-align: center;
    .t1 {
      background-color: var(--color_base__010);
      color: var(--color_base__110);
      border-radius: 4rem;
      font-size: var(--font_base__35);
      font-weight: 700;
      line-height: 1;
      padding: 2rem 4.4rem;
      display: inline-block;
      margin-bottom: 6rem;
      @media screen and (width < 768px) {
        font-size: var(--font_base__17);
        margin-bottom: 2.6rem;
        padding: 1.3rem 2rem;
      }
      &.gray {
        background-color: var(--color_base__110);
        color: var(--color_base__010);
      }
    }
  }
}

.is__SP {
  display: none;
  @media screen and (width < 768px) {
    display: block;
  }
}
/* --------------------------------*/
/* text */
/* --------------------------------*/
.text-content {
  &.ct__010 {
    font-size: var(--font_base__21);
    font-weight: 500;
    color: var(--color_base__040);
    letter-spacing: 0.1rem;
    line-height: 1.6;
    text-align: justify;
    @media screen and (width < 1400px) {
      font-size: var(--font_base__18);
    }
    @media screen and (width < 768px) {
      font-size: var(--font_base__18);
    }
    @media screen and (width < 640px) {
      font-size: var(--font_base__13);
    }
    .a1 {
      position: relative;
      top: -0.5rem;
    }
  }
  &.ct__020 {
    font-size: var(--font_base__38);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.4rem;
    text-indent: 0.4rem;
    text-align: center;
    position: relative;
    @media screen and (width < 1400px) {
      font-size: var(--font_base__32);
    }

    @media screen and (width < 768px) {
      display: flex;
      justify-content: center;
      align-items: center;
      letter-spacing: 0.2rem;
      text-indent: 0;
      font-size: var(--font_base__17);
      transform: scale(1.4);
    }
    @media screen and (width < 640px) {
      transform: scale(1.1);
    }
    .c1 {
      display: inline-block;
      @media screen and (width < 768px) {
        display: block;
        /* margin-right: 1.4rem; */
        /* width: 22%; */
      }
    }
    .c2 {
      display: inline-block;
      @media screen and (width < 768px) {
        display: block;
        /* width: 78%; */
        width: 20rem;
        text-align: left;
        position: relative;
        top: -0.2em;
      }
    }
    .t0 {
      margin-right: 1.4rem;
      @media screen and (width < 768px) {
        margin-right: 1rem;
        line-height: 2;
        white-space: nowrap;
      }
      &.l1 {
        @media screen and (width < 768px) {
          /* margin-right: 0; */
        }
      }
      &.l2 {
        @media screen and (width < 768px) {
          margin-right: 0;
        }
      }
    }
    .t1 {
      margin-right: 3rem;
      @media screen and (width < 768px) {
        margin-right: 1rem;
        line-height: 2;
        white-space: nowrap;
      }
      &.v2 {
        margin-right: 1rem;
        @media screen and (width < 768px) {
        }
      }
      &.l1 {
        @media screen and (width < 768px) {
          margin-right: 0;
        }
      }
      &.l2 {
        @media screen and (width < 768px) {
          margin-right: 0;
        }
      }
    }
    .b2 {
      display: none;
      @media screen and (width < 768px) {
        display: inline-block;
        margin-right: 0;
      }
      @media screen and (width < 431px) {
        display: inline-block;
        margin-right: 2.5rem;
        display: none;
      }
      @media screen and (width < 400px) {
        display: inline-block;
        margin-right: 1rem;
        display: none;
      }
      @media screen and (width < 376px) {
        display: inline-block;
        margin-right: 0;
        display: none;
      }
    }
    .t2 {
      @media screen and (width < 768px) {
        /* display: block; */
      }
    }
    .t3 {
      @media screen and (width < 768px) {
        width: 5.4rem;
        height: 5.4rem;
        background-color: var(--color_base__010);
        display: flex;
        align-items: center;
        letter-spacing: 0.2rem;
        padding-left: 0.2rem;
        justify-content: center;
        border-radius: 100%;
        color: var(--color_base__040);
        margin-right: 1.4rem;
        /* position: relative;
        left: 0.2rem; */
      }
    }
  }
}

/* --------------------------------*/
/* col */
/* --------------------------------*/
.col-base {
  &.ct__010 {
    width: 804px;
    margin: 0 auto;
    padding-bottom: 18rem;
    @media screen and (width < 768px) {
      width: 100%;
      padding: 0 4.6rem;
      margin-bottom: 4rem;
    }
  }
  &.ct__020 {
    width: 690px;
    margin: 0 auto;
    @media screen and (width < 768px) {
      width: 100%;
      padding: 0 4.6rem;
    }
  }
}

/* --------------------------------*/
/* text */
/* --------------------------------*/
.list-product {
  display: flex;
  justify-content: center;
  gap: 2.6rem;
  @media screen and (width < 768px) {
    flex-wrap: wrap;
    padding: 0 2.2rem;
    gap: 0;
  }
  .list-item {
    width: 43rem;
    /* border-radius: 2.4rem; */
    border-radius: var(--border_radius__010);
    background-color: var(--color_base__010);
    padding: 5rem;
    @media screen and (width < 768px) {
      width: 100%;
      padding: 1.7rem 1.6rem;
      margin-bottom: 1rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: var(--border_radius__020);
    }
    @media screen and (width < 640px) {
    }
    .details {
      @media screen and (width < 768px) {
        width: 24rem;
      }
      @media screen and (width < 480px) {
        width: 60%;
      }
    }
    .image {
      padding: 0 7.5rem;
      padding-bottom: 4rem;
      min-height: 35rem;
      display: flex;
      align-items: end;
      @media screen and (width < 768px) {
        display: block;
        padding: 0 1rem;
        margin-right: 1.6rem;
        width: 35%;
        min-height: 1px;
      }
      &.l1 {
        padding: 0 7rem;
        padding-bottom: 4rem;
        @media screen and (width < 768px) {
          padding: 0 1rem;
          margin-right: 1.6rem;
          width: 35%;
        }
      }
      &.l2 {
        @media screen and (width < 768px) {
          /* padding-top: 1rem; */
          padding: 0 0;
        }
      }
      img {
        width: 100%;
        /* min-height: 37.4rem; */
        @media screen and (width < 768px) {
          /* min-height: 0.1rem;
          width: 100%; */
        }
      }
    }
    .title {
      font-size: var(--font_base__35);
      color: var(--color_base__110);
      line-height: 1.3;
      border-bottom: 2px solid var(--color_base__110);
      padding-bottom: 0.6rem;
      padding-top: 1rem;
      margin-bottom: 1.8rem;
      letter-spacing: 0.3rem;
      @media screen and (width < 1024px) {
        border-width: 0 !important;
        padding-bottom: 0;
        margin-bottom: 0;
        /* font-size: var(--font_base__24);
        padding-top: 0;
        margin-bottom: 0; */
      }
      @media screen and (width < 768px) {
        font-size: var(--font_base__24);
        padding-top: 0;
        margin-bottom: 0;
        display: block;
      }
      @media screen and (width < 640px) {
        font-size: var(--font_base__20);
      }
      @media screen and (width < 480px) {
        font-size: var(--font_base__17);
      }
    }
    .description {
      font-size: var(--font_base__21);
      color: var(--color_base__110);
      letter-spacing: 0.3rem;
      margin-bottom: 3rem;
      line-height: 1.4;
      @media screen and (width < 1024px) {
        font-size: var(--font_base__21);
        letter-spacing: 0.1rem;
        margin-bottom: 1.3rem;
        border-top: 2px solid var(--color_base__110);
        display: inline-block;
        padding-top: 1rem;
        margin-top: 0.6rem;
        border-width: 2px !important;
      }
      @media screen and (width < 768px) {
        font-size: var(--font_base__16);
        border-width: 1px !important;
      }
      @media screen and (width < 640px) {
        font-size: var(--font_base__16);
      }
      @media screen and (width < 480px) {
        font-size: var(--font_base__12);
      }
    }
    .btn {
      background-color: var(--color_base__010);
      border: 2px solid var(--color_base__110);
      font-size: var(--font_base__21);
      border-radius: 2.4rem;
      display: flex;
      align-items: center;
      font-weight: 700;
      padding: 1.1rem 0;
      /* position: absolute; */
      bottom: -2rem;
      left: -1rem;
      width: 19.2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1;
      @media screen and (width < 768px) {
        font-size: var(--font_base__12);
        width: 11.6rem;
        border-width: 1px !important;
      }
      a {
        color: var(--color_base__110);
        display: flex;
        justify-content: center;
      }
      &:hover {
        text-decoration: none;
        a {
          text-decoration: none;
        }
        &::after {
          left: 1rem;
          transition: all 0.5s;
        }
      }
      &::after {
        content: "";
        display: inline-block;
        background: url(../images/img_content_arrow_s_0000.svg) no-repeat 0 0;
        width: 2.4rem;
        height: 1.3rem;
        margin-left: 0.9rem;
        transition: all 0.5s;
        position: relative;
        left: 0;
        @media screen and (width < 768px) {
          width: 1.7rem;
          height: 0.9rem;
          margin-left: 0.7rem;
        }
      }
    }
  }
}

.btn-common {
  &.c__010 {
    padding-top: 9.6rem;
    display: flex;
    justify-content: center;
    @media screen and (width < 768px) {
      padding-top: 2.9rem;
    }
    .link {
      font-size: var(--font_base__36);
      color: var(--color_base__110);
      line-height: 1;
      font-weight: 500;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 31.7rem;
      height: 8rem;
      border: 2px solid var(--color_base__110);
      border-radius: 6rem;
      @media screen and (width < 768px) {
        font-size: var(--font_base__16);
        width: 14rem;
        height: 3.5rem;
        border-width: 1px !important;
        /* margin-left: 0.7rem; */
      }
      .a1 {
        position: relative;
        top: -0.6rem;
        @media screen and (width < 768px) {
          top: -0.2rem;
        }
      }
      &:hover {
        text-decoration: none;
        &::after {
          left: 1rem;
          transition: all 0.5s;
        }
      }
      &::after {
        content: "";
        display: inline-block;
        background: url(../images/img_content_arrow_s_0000.svg) no-repeat 0 0;
        width: 4rem;
        height: 2rem;
        margin-left: 1.5rem;
        transition: all 0.5s;
        position: relative;
        left: 0;
        @media screen and (width < 768px) {
          width: 1.7rem;
          height: 0.9rem;
          margin-left: 0.7rem;
        }
      }
    }
  }
}

/* --------------------------------*/
/* color variations */
/* --------------------------------*/
.content-containar {
  /* content_0001
  /* --------------------------------*/
  .content_0001 {
    background-color: var(--color_base__041);
    .title-content {
      &.ct__010 {
        color: var(--color_base__040);
        border-bottom: 2px solid var(--color_base__040);
        @media screen and (width < 768px) {
          border-bottom: 1px solid var(--color_base__040);
        }
      }
    }
    .text-content {
      &.ct__010 {
        color: var(--color_base__040);
      }
      &.ct__020 {
        .c1 {
          .t3 {
            @media screen and (width < 768px) {
              color: var(--color_base__040);
            }
          }
        }
      }
    }
    .col_content {
      &.ct__010 {
        & .details {
          & .link-content {
            .btn {
              background-color: var(--color_base__010);
              border: 2px solid var(--color_base__040);
              color: var(--color_base__040);
              &::after {
                background: url(../images/img_content_arrow_s_0001.svg)
                  no-repeat 0 0;
              }
            }
          }
        }
        & .objects {
          & .btn {
            .link {
              background-color: var(--color_base__040);
              & .text {
                & .arrow {
                  &:after {
                    background: url(../images/img_content_arrow_m_0001.svg)
                      no-repeat 0 0;
                  }
                }
              }
            }
          }
        }
      }
      &.ct__020 {
        .col-inner {
          background-color: var(--color_base__043);
          color: var(--color_base__010);
          &:before {
            background: url(../images/img_content_arrow_m_0001.svg) no-repeat 0
              0;
          }
        }
      }
    }
  }
  /* content_0002
  /* --------------------------------*/
  .content_0002 {
    background-color: var(--color_base__051);
    .title-content {
      &.ct__010 {
        color: var(--color_base__050);
        border-bottom: 2px solid var(--color_base__050);
        @media screen and (width < 768px) {
          border-bottom: 1px solid var(--color_base__050);
        }
      }
    }
    .text-content {
      &.ct__010 {
        color: var(--color_base__050);
      }
      &.ct__020 {
        .c1 {
          .t3 {
            @media screen and (width < 768px) {
              color: var(--color_base__050);
            }
          }
        }
      }
    }
    .col_content {
      &.ct__010 {
        & .details {
          & .link-content {
            .btn {
              background-color: var(--color_base__010);
              border: 2px solid var(--color_base__050);
              color: var(--color_base__050);
              &::after {
                background: url(../images/img_content_arrow_s_0002.svg)
                  no-repeat 0 0;
              }
            }
          }
        }
        & .objects {
          & .btn {
            .link {
              background-color: var(--color_base__050);
              & .text {
                & .arrow {
                  &:after {
                    background: url(../images/img_content_arrow_m_0002.svg)
                      no-repeat 0 0;
                  }
                }
              }
            }
          }
        }
      }
      &.ct__020 {
        .col-inner {
          background-color: var(--color_base__050);
          color: var(--color_base__010);
          &:before {
            background: url(../images/img_content_arrow_m_0002.svg) no-repeat 0
              0;
          }
        }
      }
    }
  }
  /* content_0003
  /* --------------------------------*/
  .content_0003 {
    background-color: var(--color_base__061);
    .title-content {
      &.ct__010 {
        color: var(--color_base__060);
        border-bottom: 2px solid var(--color_base__060);
        @media screen and (width < 768px) {
          border-bottom: 1px solid var(--color_base__060);
        }
      }
    }
    .text-content {
      &.ct__010 {
        color: var(--color_base__060);
      }
      &.ct__020 {
        .c1 {
          .t3 {
            @media screen and (width < 768px) {
              color: var(--color_base__060);
            }
          }
        }
      }
    }
    .col_content {
      &.ct__010 {
        & .details {
          & .link-content {
            .btn {
              background-color: var(--color_base__010);
              border: 2px solid var(--color_base__060);
              color: var(--color_base__060);
              &::after {
                background: url(../images/img_content_arrow_s_0003.svg)
                  no-repeat 0 0;
              }
            }
          }
        }
        & .objects {
          & .btn {
            .link {
              background-color: var(--color_base__060);
              & .text {
                & .arrow {
                  &:after {
                    background: url(../images/img_content_arrow_m_0003.svg)
                      no-repeat 0 0;
                  }
                }
              }
            }
          }
        }
      }
      &.ct__020 {
        .col-inner {
          background-color: var(--color_base__060);
          color: var(--color_base__010);
          &:before {
            background: url(../images/img_content_arrow_m_0003.svg) no-repeat 0
              0;
          }
        }
      }
    }
  }
  /* content_0004
  /* --------------------------------*/
  .content_0004 {
    background-color: var(--color_base__071);
    .title-content {
      &.ct__010 {
        color: var(--color_base__070);
        border-bottom: 2px solid var(--color_base__070);
        @media screen and (width < 768px) {
          border-bottom: 1px solid var(--color_base__070);
        }
      }
    }
    .text-content {
      &.ct__010 {
        color: var(--color_base__070);
      }
      &.ct__020 {
        .c1 {
          .t3 {
            @media screen and (width < 768px) {
              color: var(--color_base__070);
            }
          }
        }
      }
    }
    .col_content {
      &.ct__010 {
        & .details {
          & .link-content {
            .btn {
              background-color: var(--color_base__010);
              border: 2px solid var(--color_base__070);
              color: var(--color_base__070);
              &::after {
                background: url(../images/img_content_arrow_s_0004.svg)
                  no-repeat 0 0;
              }
            }
          }
        }
        & .objects {
          & .btn {
            .link {
              background-color: var(--color_base__070);
              & .text {
                & .arrow {
                  &:after {
                    background: url(../images/img_content_arrow_m_0004.svg)
                      no-repeat 0 0;
                  }
                }
              }
            }
          }
        }
      }
      &.ct__020 {
        .col-inner {
          background-color: var(--color_base__070);
          color: var(--color_base__010);
          &:before {
            background: url(../images/img_content_arrow_m_0004.svg) no-repeat 0
              0;
          }
        }
      }
    }
  }
  /* content_0005
  /* --------------------------------*/
  .content_0005 {
    background-color: var(--color_base__081);
    .title-content {
      &.ct__010 {
        color: var(--color_base__080);
        border-bottom: 2px solid var(--color_base__080);
        @media screen and (width < 768px) {
          border-bottom: 1px solid var(--color_base__080);
        }
      }
    }
    .text-content {
      &.ct__010 {
        color: var(--color_base__080);
      }
      &.ct__020 {
        .c1 {
          .t3 {
            @media screen and (width < 768px) {
              color: var(--color_base__080);
            }
          }
        }
      }
    }
    .col_content {
      &.ct__010 {
        & .details {
          & .link-content {
            .btn {
              background-color: var(--color_base__010);
              border: 2px solid var(--color_base__080);
              color: var(--color_base__080);
              &::after {
                background: url(../images/img_content_arrow_s_0005.svg)
                  no-repeat 0 0;
              }
            }
          }
        }
        & .objects {
          & .btn {
            .link {
              background-color: var(--color_base__080);
              & .text {
                & .arrow {
                  &:after {
                    background: url(../images/img_content_arrow_m_0005.svg)
                      no-repeat 0 0;
                  }
                }
              }
            }
          }
        }
      }
      &.ct__020 {
        .col-inner {
          background-color: var(--color_base__080);
          color: var(--color_base__010);
          &:before {
            background: url(../images/img_content_arrow_m_0005.svg) no-repeat 0
              0;
          }
        }
      }
    }
  }
  /* content_0006
  /* --------------------------------*/
  .content_0006 {
    background-color: var(--color_base__091);
    .title-content {
      &.ct__010 {
        color: var(--color_base__090);
        border-bottom: 2px solid var(--color_base__090);
        @media screen and (width < 768px) {
          border-bottom: 1px solid var(--color_base__090);
        }
      }
    }
    .text-content {
      &.ct__010 {
        color: var(--color_base__090);
      }
      &.ct__020 {
        .c1 {
          .t3 {
            @media screen and (width < 768px) {
              color: var(--color_base__090);
            }
          }
        }
      }
    }
    .col_content {
      &.ct__010 {
        & .details {
          & .link-content {
            .btn {
              background-color: var(--color_base__010);
              border: 2px solid var(--color_base__090);
              color: var(--color_base__090);
              &::after {
                background: url(../images/img_content_arrow_s_0006.svg)
                  no-repeat 0 0;
              }
            }
          }
        }
        & .objects {
          & .btn {
            .link {
              background-color: var(--color_base__090);
              & .text {
                & .arrow {
                  &:after {
                    background: url(../images/img_content_arrow_m_0006.svg)
                      no-repeat 0 0;
                  }
                }
              }
            }
          }
        }
      }
      &.ct__020 {
        .col-inner {
          background-color: var(--color_base__090);
          color: var(--color_base__010);
          &:before {
            background: url(../images/img_content_arrow_m_0006.svg) no-repeat 0
              0;
          }
        }
      }
    }
  }
  /* content_0007
  /* --------------------------------*/
  .content_0007 {
    background-color: var(--color_base__101);
    .title-content {
      &.ct__010 {
        color: var(--color_base__100);
        border-bottom: 2px solid var(--color_base__100);
        @media screen and (width < 768px) {
          border-bottom: 1px solid var(--color_base__100);
        }
      }
    }
    .text-content {
      &.ct__010 {
        color: var(--color_base__100);
      }
      &.ct__020 {
        .c1 {
          .t3 {
            @media screen and (width < 768px) {
              color: var(--color_base__100);
            }
          }
        }
      }
    }
    .col_content {
      &.ct__010 {
        & .details {
          & .link-content {
            .btn {
              background-color: var(--color_base__010);
              border: 2px solid var(--color_base__100);
              color: var(--color_base__100);
              &::after {
                background: url(../images/img_content_arrow_s_0007.svg)
                  no-repeat 0 0;
              }
            }
          }
        }
        & .objects {
          & .btn {
            .link {
              background-color: var(--color_base__100);
              & .text {
                & .arrow {
                  &:after {
                    background: url(../images/img_content_arrow_m_0007.svg)
                      no-repeat 0 0;
                  }
                }
              }
            }
          }
        }
      }
      &.ct__020 {
        .col-inner {
          background-color: var(--color_base__100);
          color: var(--color_base__010);
          &:before {
            background: url(../images/img_content_arrow_m_0007.svg) no-repeat 0
              0;
          }
        }
      }
    }
  }
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  /* background-color: #fff; */
  padding: 0;
  max-width: 108rem;
  min-width: 86rem;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  @media screen and (width < 768px) {
    /* padding: 2.5rem; */
    min-width: 34rem;
  }
}

.modal__header {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-bottom: 1rem;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  position: relative;
  /* top: -2rem; */
}

.modal__header .modal__close:before {
  content: "\2715";
  color: #fff;
}
.modal__content {
  /* margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); */
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  /* margin: 0 0.8rem; */
  margin-left: 1.6rem;
  width: 100%;
}
