@charset "utf-8";
/* outline
------------------------------*/
#content {
    width: 100%;
    padding-bottom: 0;
  }
body {
  min-width: 100%;
}
  /*---------------------------------------------------------
  main
  ---------------------------------------------------------*/
  .main-container * {
    font-family: "Noto Sans JP" , sans-serif;
    color: #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .main-container {
    width: 100%;
    background: #fff;
  }
  
  .main-container h1 {
    text-shadow: none;
  }
  
  .main-container h2 {
    padding: 0;
    border: none;
  }
  
  .main-container img {
    width: 100%;
    vertical-align: bottom;
  }
  
  .main-container li {
    list-style-type: none;
  }
  
  .main-container a {
    text-decoration: none;
  }
  
  .ly-container {
    padding: 0 2.66667vw;
    width: auto;
  }
  
  .mv-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/mv.jpg);
    height: 75.73333vw;
    padding: 42.26667vw 0 0 0;
  }
  
  .mv-ttl {
    font-size: 3.46667vw;
    font-weight: normal;
    color: #000;
    width: 92.13333vw;
    height: 26.8vw;
    padding: 3vw 1.33333vw 4.4vw 9.73333vw;
    background-color: rgba(255, 255, 255, 0.86);
    margin: 0 0 0 auto;
    border-top-left-radius: 2vw;
    border-bottom-left-radius: 2vw;
  }
  
  .mv-ttl span {
    font-size: 13.86667vw;
    color: #2c317d;
    padding-right: 2.66667vw;
  }
  
  .content-ttl {
    font-size: 6.13333vw;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: #2c317d;
    position: relative;
    display: inline-block;
  }
  
  .content-ttl::before, .content-ttl::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14.66667vw;
    height: 0.26667vw;
    background: #2c317d;
  }
  
  .content-ttl::before {
    left: -18.13333vw;
  }
  
  .content-ttl::after {
    right: -18.13333vw;
  }
  
  .content-ttl-wrap {
    text-align: center;
  }
  
  .content-sub-ttl {
    font-size: 4.53333vw;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.1em;
    color: #000;
    margin: 7.33333vw 0 2.4vw;
  }
  
  .content-sub-ttl-mt {
    margin-top: 6.66667vw;
  }
  
  .content-sub-ttl-mt2 {
    margin-top: 6.26667vw;
  }
  
  .content-text {
    font-size: 3.46667vw;
    line-height: 1.62;
    color: #000;
  }
  
  .content-text-center {
    text-align: center;
  }
  
  .content-text-02 {
    line-height: 1.92;
  }
  
  .content-text-mt {
    margin-top: 5.46667vw;
  }
  
  .content-catch {
    font-size: 6.13333vw;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000;
    margin: 12.93333vw 0 4.3vw;
  }
  
  .content-inner {
    margin-top: 11.33333vw;
  }
  
  .content-inner-mt2 {
    margin-top: 11.86667vw;
  }
  
  .content-img {
    margin-bottom: 2.4vw;
  }
  
  .training-02 {
    padding-bottom: 13.06667vw;
  }