@charset "UTF-8";
@media (min-width: 1024px) {
  /* --------------------------

共通

-------------------------- */
  html {
    font-size: 16px;
  }
  /* 表示・非表示 */
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  /* コンテイナー */
  .container {
    width: 80%;
  }
  /* --------------------------

メインビジュアル

-------------------------- */
  .mainvisual .mainvisual_inner h1 {
    font-size: 7rem;
  }
  /* --------------------------

セクション(section)

-------------------------- */
  .section {
    padding: 120px 0;
  }
  .section .section_title h2 {
    font-size: 3rem;
  }
  .section .section_title p {
    font-size: 10rem;
    margin-top: -8rem;
  }
  .two_column {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
  .two_column div {
    width: 48%;
  }
  .two_column div:first-child {
    margin-bottom: 0;
  }
  .two_column div p {
    font-size: 1.2rem;
  }
  /* --------------------------

our_music

-------------------------- */
  section.our_music {
    padding-bottom: 0;
  }
  section.our_music .bg_image {
    background-image: url(../images/our_music_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section.our_music .bg_image .bg_image_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.our_music .bg_image .bg_image_inner img {
    width: 50%;
  }
  section.our_music .bg_image .bg_image_inner .text {
    width: 40%;
  }
  /* --------------------------

features

-------------------------- */
  section.features {
    padding-top: 0;
    padding-bottom: 0;
  }
  section.features ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
  section.features ul li + li {
    margin-top: 0;
  }
  section.features ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-right: auto;
    margin-left: 0;
  }
  section.features ul li img {
    width: 70%;
  }
  section.features ul li h2 {
    font-size: 2rem;
  }
  /* --------------------------

course

-------------------------- */
  .course ul li {
    width: 25%;
  }
  .course ul li:nth-child(n+3) {
    margin-top: 0;
  }
  /* --------------------------

lesson

-------------------------- */
  .lesson ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lesson ul li {
    width: 48%;
  }
  .lesson ul li:nth-child(n+2) {
    margin-top: 0;
  }
  /* --------------------------

price

-------------------------- */
  .price .box {
    padding: 50px;
  }
  .price .box + .box {
    position: relative;
    margin-top: 0;
  }
  .price .box + .box::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 100px);
    background-color: var(--main-color);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .price .box h3 {
    margin-bottom: 1.5rem;
  }
  .price .box span {
    font-size: 3rem;
  }
  .price .box_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price .box_column .box {
    width: 50%;
  }
  /* --------------------------

flow

-------------------------- */
  .flow ul li + li {
    margin-top: 6rem;
  }
  .flow ul li:nth-child(2) {
    margin-left: 120px;
  }
  .flow ul li img {
    width: 300px;
    height: 300px;
  }
  .flow ul li div {
    width: calc(100% - 300px - 60px);
  }
  .flow ul li div .number {
    font-size: 3rem;
  }
  .flow ul li div .number::after {
    width: 60px;
  }
  .flow ul li div h3 {
    font-size: 2rem;
  }
  /* --------------------------

cta

-------------------------- */
  .cta .cta_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cta .cta_inner ul li {
    position: relative;
    width: 50%;
  }
  .cta .cta_inner ul li:nth-child(1) {
    padding: 100px 0;
  }
  .cta .cta_inner ul li:nth-child(2) {
    padding: 100px 0;
  }
  .cta .cta_inner ul li:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 100px);
    background-color: #c4c4c4;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cta .cta_inner ul li h2 {
    font-size: 2rem;
  }
}

@media (min-width: 1120px) {
  /* --------------------------

ヘッダー(header)

-------------------------- */
  .header .header_inner .logo {
    font-size: 2.5rem;
  }
  .header .header_inner nav {
    display: block;
  }
}

@media (min-width: 1441px) {
  /* --------------------------

セクション(section)

-------------------------- */
  .two_column {
    width: 80%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=large.css.map */