/* CSS Document */
.demo1 {
  margin-bottom: 10rem; }
  .demo1 .contents {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    .demo1 .contents:nth-of-type(1) {
      background-image: url("../../img/top-slide-img-1.webp"); }
    .demo1 .contents:nth-of-type(2) {
      background-image: url("../../img/top-slide-img-2.webp"); }
    .demo1 .contents:nth-of-type(3) {
      background-image: url("../../img/top-slide-img-3.webp"); }
  .demo1 .js-rellax div {
    background-color: #fff;
    padding: 4rem; }
    .demo1 .js-rellax div h3 {
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 2px;
      margin-bottom: 10px;
      line-height: normal; }
      @media screen and (max-width: 767px) {
        .demo1 .js-rellax div h3 {
          font-size: 50px;
          margin-bottom: 20px; } }
      .demo1 .js-rellax div h3 + p {
        font-size: 14px;
        text-align: center;
        padding: 0 20px;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .demo1 .js-rellax div h3 + p {
            font-size: 18px; } }
        .demo1 .js-rellax div h3 + p + a {
          background-color: #000;
          border: 1px solid #000;
          display: block;
          font-size: 18px;
          font-weight: bold;
          text-align: center;
          padding: 3px 0;
          margin: 0 auto;
          color: #fff;
          transition: 0.3s; }
          @media screen and (max-width: 767px) {
            .demo1 .js-rellax div h3 + p + a {
              padding: 6px 0; } }
          .demo1 .js-rellax div h3 + p + a:hover {
            background-color: #fff;
            color: #000; }

.attention pre {
  height: auto;
  margin-bottom: 0 !important; }

.demo2 {
  margin-bottom: 20rem; }
  .demo2 img {
    border-radius: 1rem;
    box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
    margin: 4rem; }
  .demo2 pre {
    height: 56px;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important; }
