  /* ジャンボトロン */
  .jumbo-pc{
    position: relative;
  }
  .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* パソコンで見たときは"pc"のclassがついた画像を表示*/
  .pc { display: block !important; }
  .sp { display: none !important; }
   
  /* スマートフォンで見たときは"sp"のclassがついた画像を表示 */
  @media only screen and (max-width: 768px) {
      .pc { display: none !important; }
      .sp { display: block !important; }
  }
  
  .maxWidth {
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
    }

  .jumbotron-extend {
    position: relative;
    height: 100vh;

    }
  
  .content02{
    background-size: cover;
    background-color: #fcca57;
  }
  
  .content03{
    background-size: cover;
    background-color: #fff;
  }

  .content04{
    background-size: cover;
    background-color: #fcca57;
  }
  
  .content05, .content05 .card{
    background-size: cover;
    background-color: #EBEBEB;
  }

  .content03 .card {
    background-size: cover;
    background-color: #fcca57;
    border-radius: 20px;
  }
  
  .content04 .card {
    border-radius: 20px;
  }

  .content05 p{
    line-height: 2;
    text-align: center;
  }

  .content02 .pc{
    height: 1100px;
  }

  .content08{
    background-color: #fcca57;
  }

  @media only screen and (max-width: 768px) {
    .content06 .container{
      width: 90%;
    }
  }
