.min-sp {
    display: none;
  }
  
  .mainimage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background-image: url(http://mizuho-msc.com/wp-content/uploads/2022/09/msc_TOPimage.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
  }
  
  */ .mainimage__inner {
    position: relative;
    max-width: calc(1254px + 2rem);
    margin: 0px 2rem;
    padding: 6rem 0px
  }
  
  .mainimage__title span {
    display: block;
    font-size: 48px;
    font-size: 3rem;
    color: white;
    font-weight: bold;
    text-shadow: 0px 0px 8px rgba(51, 59, 64, 0.73)
  }
  
  .slick-slide img {
    width: auto;
    max-height: 100vh;
    width: 100%;
    object-fit: contain;
  }
  
  .slick-slider {
    margin-top: 0;
    max-height: 100vh;
    padding: 0;
    margin-bottom: 0;
  }
  
  .top-contents {
    background: #F8FCFF url(../assets/common-bg-wave.png) right top no-repeat;
    background-size: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .box_top-contents {
    width: calc(1096px + 4rem);
    margin: 0 auto;
    max-width: 100%;
  }
  
  
  /* strengths-container */
  
  .strengths-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
  }
  
  .strengths-container a {
    max-width: 50%;
  }
  
  .strengths-container small {
    position: absolute;
    right: -40px;
    bottom: -27px;
  }
  
  .btn__sub-strengths {
    min-height: 8rem;
    padding-right: 10px;
    border: 1px solid #0071BC;
    border-radius: 0.5rem;
    -webkit-box-shadow: 5px 5px 0px #0071bc;
    box-shadow: 5px 5px 0px #0071bc;
    will-change: transform, color, background-color, box-shadow;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    background-color: white;
    width: 350px;
  }
  
  .btn__sub-strengths img {
    bottom: -25px;
    right: 0;
    position: absolute;
  }
  
  .takanotume-size01 {
    max-width: 25%;
  }
  
  .takanotume-size02, .takanotume-size03, .takanotume-size04 {
    max-width: 30%;
  }
  
  .top-strengths {
    margin-top: 5rem;
  }
  
  .top-strengths__box img {
    margin-top: 0!important;
  }
  
  .top-strengths__btntxt-name {
    position: absolute;
    right: 100px;
    bottom: 5px;
    font-size: 11px;
    color: #000;
  }
  
  .btn__sub-strengths p {
    padding: 20px 0 0 20px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 1.5rem;
    color: #0071BC;
    font-weight: bold;
    line-height: 1.4;
  }
  
  
  /* about */
  
  .top-about {
    padding-top: 5rem;
    padding-bottom: 5rem
  }
  
  .top-about-contents {
    padding-top: 6rem
  }
  
  .top-about-contents__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    gap: 20px;
  }
  
  .top-about-contents__image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    max-width: 50%;
    height: 541px;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateY(-6rem);
    transform: translateY(-6rem)
  }
  
  .top-about-contents__content {
    position: relative;
    width: calc( ( ( calc( 1096px + 4rem) - 4rem) * 0.6) + (( 100vw - calc( 1096px + 4rem)) / 2));
    padding-right: calc(( 100vw - calc( 1096px + 4rem)) / 2 + 2rem);
    border-radius: 1rem 0px 0px 1rem
  }
  
  .top-about-contents__btn {
    margin-top: 5rem
  }
  
  .top-btns .btn__sub {
    min-height: 11rem;
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 3rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-decoration: none;
  }
  
  .top-btns__wating {
    position: relative
  }
  
  .top-btns__wating::before, .top-btns__wating::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  
  .top-btns__wating::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(90, 90, 90, 0.5);
    border-radius: .5rem
  }
  
  .top-btns__wating::after {
    content: 'Comming soon';
    font-size: 24px;
    font-size: 1.5rem;
    color: white
  }
  
  .top-agenda {
    margin-top: 4rem
  }
  
  .top-agenda .content-flex-image {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 4rem;
    padding-right: 4rem
  }
  
  .top-about-contents__movie {
    margin-left: 30px;
  }
  
  .top-about-contents__movie-box {
    display: flex;
    flex-direction: column;
  }
  
  .top-about-contents__movie-box .pc {
    display: flex;
  }
  
  .top-about-contents__movie-box .sp {
    display: none;
  }
  
  .top-about-contents__movie-box {
    position: absolute;
    top: -250px;
    left: 0;
  }
  
  
  /* schooling */
  
  .schooling {
    margin: 11rem 0 0 0;
  }
  
  .schooling .top-about-contents__image {
    aspect-ratio: 16 /9;
    height: auto;
  }
  
  .schooling .top-about-contents__content .box {
    margin-left: -1rem;
    margin-top: 10rem;
  }
  
  .top-btns .btn__sub {
    padding-right: 2rem
  }
  
  .top-btns {
    padding-top: 1rem;
  }
  .top-schooling-contents{
    padding-top: 3rem;
  }
  .top-schooling-contents__inner {
    position: relative;
  }
  
  .top-schooling-contents__content--left {
    text-align: center;
    background-color: #379ECC;
    position: relative;
    width: 60%;
    padding: 5rem;
    border-radius: 0rem 1rem 1rem 0rem;
    padding: 6rem 10% 3rem 10%;
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
    margin: -10rem auto 0 0;
  }
  
  .top-schooling-contents__content--right {
    z-index: 50;
    position: relative;
    width: 50%;
    border-radius: 1rem 0px 0px 1rem;
    background-color: #fff;
    padding: 3rem 4rem;
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
    margin: 0 0 0 auto;
  }
  
  .top-schooling-contents__content--right img {
    width: 50%;
  }
  
  .top-btn-contents__content--right {
    z-index: 50;
    position: relative;
    border-radius: 1rem 0px 0px 1rem;
    background-color: #fff;
    padding: 3rem 4rem;
    -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
    margin: 0 0 0 auto;
  }
  
  .schooring .top-about-contents__image {
    margin-top: 15rem;
  }
  
  .schooling-flex {
    position: relative;
    display: flex;
    margin-top: 8rem;
    justify-content: space-between;
  }
  
  .schooling-flex-left {
    position: absolute;
    left: 0;
    top: 17rem;
    width: 48%;
  }
  
  .schooling-flex-right {
    z-index: 1300;
    margin-top: 3rem;
    margin-left: -4rem;
    right: 0;
    top: 5rem;
    width: 48%;
  }
  
  .schooling_img-flex-box {
    display: flex;
    justify-content: space-between;
    margin-top: 47rem;
  }
  
  .schooling_img-flex-box>div {
    width: 46%;
    margin-top: 11rem;
  }
  
  .schooling_img-box {
    width: 80%;
  }
  
  .schooling_img-boxright {
    margin-right: 20px;
    margin-top: -2rem!important;
    margin-right: 3rem;
  }
  
  .schooling_img-boxleft {
    margin-left: 20px;
    margin-top: 50px;
    z-index: 500;
    margin-left: 3rem;
    position: relative;
  }
  
  .schooling_img-boxright:after {
    content: '';
    width: 80%;
    background-color: #379ECC;
    height: 100px;
    display: block;
    margin: -5rem -3rem 0 auto;
    border-radius: 1rem 0 0 1rem;
  }
  
  .schooling_img-boxleft:after {
    content: '';
    position: absolute;
    z-index: -300;
    top: -50px;
    width: 80%;
    left: -50px;
    background-color: #379ECC;
    height: 100px;
    display: block;
    border-radius: 0 1rem 1rem 0;
  }
  
  .schooling-flex2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -3rem;
  }
  
  .schooling_text_right-flex {
    display: flex;
    width: 60%;
    padding-right: 15rem;
    padding-left: 19rem;
    border-radius: 1rem 0 0 1rem;
  }
  
  .separate-box {
    display: block;
  }
  
  .separate-right:before {
    content: '';
    width: 85%;
    min-width: 1110px;
    position: absolute;
    right: 0;
    border-radius: 1rem 0 0 1rem;
    padding: 3rem 4rem;
    background-color: white;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  }
  
  .separate-left:before {
    content: '';
    width: 85%;
    min-width: 1110px;
    position: absolute;
    left: 0;
    border-radius: 0 1rem 1rem 0;
    padding: 3rem 4rem;
    background-color: white;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  }
  
  .separate-right-btns:before {
    background-color: #379ECC;
    height: 160px;
  }
  
  .separate-left-column {
    padding-top: 8rem;
  }
  
  .separate-left-column:before {
    height: 576px;
  }
  
  .top-btns-box {
    padding: 41px 0;
    height: 150px;
  }
  
  .news-contents {
    padding: 5rem 2rem;
  }
  
  
  /*ドットナビゲーションの設定*/
  
  .slick-dots {
    padding: 0;
    bottom: -40px;
    position: inherit;
    text-align: center;
    margin: -30px auto 0;
  }
  
  .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  
  .slick-slide-control05 {
    display: none;
  }
  
  .slick-dots button {
    border: none;
    color: transparent;
    outline: none;
    background: #ccc;
    /*ドットボタンの色*/
    width: 10px;
    height: 10px;
    padding: 0;
    display: block;
    border-radius: 100%;
  }
  
  .slick-dots .slick-active button {
    background: #0D2175!important;
  }
  
  @media screen and (max-width: 1365px) {
    .slick-slide img {
      height: auto;
      width: auto;
    }
    .schooling .top-about-contents__inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
    }
    .schooling div.top-about-contents .box {
      border-radius: 1rem 0 0 1rem;
      margin: -120px 0 0 auto!important;
      width: 90vw;
    }
    .schooling .top-about-contents__image {
      position: relative;
      max-width: 90vw;
    }
  }
  
  @media screen and (max-width:1158px) {
    .separate-left:before {
      min-width: inherit;
      max-width: 100%;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .top-about-contents__content {
      padding-right: 4rem;
    }
    .top-schooling-contents__content--left {
      width: 95%;
      padding: 4rem 2rem 2rem;
      margin: -3rem auto 0 0;
    }
  }
  
  @media screen and (max-width: 1023px) {
    .mainimage {
      height: 80vh
    }
    .top-btns .btn__sub img {
      max-width: 50%;
      max-height: 90%
    }
    .top-schooling-contents__content--right {
      display: none;
    }
    .top-schooling-contents__content--left img {
      width: 50%;
      margin: 0 auto 2rem;
      min-width: 300px;
    }
    .top-strengths__box {
      width: 90%!important;
      margin: 0 auto;
    }
    .takanotume-size02, .takanotume-size04 {
      max-width: 20%;
    }
    .takanotume-size03 {
      max-width: 15%;
    }
  }
  
  @media screen and (max-width: 911px) {
    .top-btns .btn__sub img {
      max-height: 75%
    }
    .top-agenda .content-flex-image {
      padding-right: 0px
    }
    .btn__sub-strengths {
      width: 100%;
    }
    .strengths-container {
      display: flex;
    }
    .takanotume-size01, .takanotume-size02, .takanotume-size03, .takanotume-size04 {
      max-width: 20%;
    }
    .common-line__btn-bl {
      margin-bottom: 0!important;
    }
    .btn__sub-strengths p {
      font-size: 1.2rem;
      padding: 10px 0 0 20px;
    }
    .top-strengths {
      margin-bottom: 1rem;
      justify-content: space-between;
      row-gap: 1rem;
    }
    .strengths-container small {
      position: absolute;
      right: -32px;
      bottom: -27px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .top-about-contents__content {
      width: 100%;
      padding-right: 2rem;
      padding-left: 2rem
    }
    .top-about-contents__image {
      max-width: 90vw;
      height: 300px;
      -webkit-transform: translateY(-20rem);
      transform: translateY(-20rem)
    }
    .top-about-contents__btn {
      margin-top: 2rem
    }
    .top-agenda .content-flex-image {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      gap: 2rem
    }
    .top-agenda .content-flex-image__btn {
      text-align: center
    }
    .top-about-contents {
      padding-top: 0;
    }
    .schooling .top-about-contents__content .box {
      margin-left: -1rem;
      margin-top: 7rem;
    }
    .schooling .top-about-contents__image {
      max-width: 80%;
    }
    .schooling .top-about-contents__inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      align-content: stretch;
    }
    .schooling div.top-about-contents .box {
      margin: -309px 0 0 auto!important;
      width: 90vw;
    }
    .schooling .top-about-contents__image {
      position: relative;
      max-width: 90vw;
    }
    .top-strengths__btntxt-name {
      right: 75px;
      font-size: 10px;
      bottom: -4px;
    }
    .schooling-flex-right {
      margin-top: -3rem;
      margin-left: -34rem;
      width: 88%;
    }
    .strengths-container small {
      position: absolute;
      right: -13px;
      bottom: -27px;
    }
    .schooling_img-boxright:after {
      margin: -5rem 0 0 auto;
    }
    .top-about-contents__movie-box .pc {
      display: none;
    }
    .top-about-contents__movie-box .sp {
      display: flex;
    }
    .strengths-container {
      display: flex;
      row-gap: 0rem;
    }
    .strengths-container a {
      max-width: 100%;
    }
    .top-contents .top-about__inner {
      margin: 0 2rem;
    }
    .top-about-contents__inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-content: center;
      gap: 20px;
      flex-direction: column;
      flex-wrap: wrap;
    }
    .top-about .top-contents {
      margin-left: 2rem;
      margin-right: 2rem;
      ;
    }
    .top-about-contents__content {
      border-radius: 1rem;
    }
    .top-about-contents__content .title__main {
      text-align: center;
    }
    .top-about-contents__content .top-about-contents__btn {
      text-align: center;
    }
    .schooling {
      margin: 28rem 0 0 0;
      padding-bottom: 0;
    }
  }
  
  @media screen and (max-width: 767px) and (min-width: 600px) {
    .separate-left:before {
      min-width: inherit;
    }
    .separate-left-column:before {
      height: 824px;
    }
    .separate-right-btns:before {
      min-width: inherit;
      height: 331px;
    }
    .separate-left-column {
      padding-top: 20rem;
    }
    .schooling-flex {
      margin: 3rem 0;
    }
    .schooling_text_left {
      width: 80%;
    }
    .schooling_img-flex-box {
      margin-top: 48rem;
    }
    .schooling_img-boxright {
      margin-right: 0rem;
    }
    .schooling_img-boxleft:after {
      width: 90%;
      left: -50px;
    }
    .schooling_text_right-flex {
      display: flex;
      width: 80%;
      text-align: center;
      padding-right: 2rem;
      padding-left: 2rem;
      flex-direction: column-reverse;
      border-radius: 1rem 0 0 1rem;
    }
    .schooling-flex-left {
      position: absolute;
      left: 0;
      top: 45rem;
      width: 86%;
      z-index: -300;
    }
  }
  
  @media screen and (max-width: 599px) {
    .slick-slider {
      height: auto;
    }
    .mainimage__title {
      line-height: 1.7
    }
    .mainimage__title span {
      font-size: 36px;
      font-size: 2.25rem
    }
    .mainimage__inner {
      padding-bottom: 3rem
    }
    .top-about {
      background-size: 140%
    }
    .top-agenda .content-flex-image {
      gap: 0px
    }
    .top-agenda .content-flex-image__image {
      margin-top: 2rem
    }
    .btn__sub-strengths p {}
    .min-sp {
      display: block;
    }
    .news-contents {
      padding: 5rem 2rem;
    }
    .btn__sub-strengths p {
      font-size: 1rem;
    }
    .btn__sub-strengths img {
      right: -20px;
      bottom: -11px;
    }
    .top-strengths__btntxt-name {
      right: 45px;
    }
  }
  
  
  /*スライダーのためのcss*/
  
  .slider {
    position: relative;
    z-index: 1;
  }
  
  
  /*　背景画像設定　*/
  
  .slider-item01 {
    background: url(//assets/mv03.png);
  }
  
  .bx-viewport .slider li {
    display: block !important;
    /*JSが読み込まれたら表示*/
  }
  
  .slider-item02 {
    background: url(//assets/mv04.png);
  }
  
  .slider-item03 {
    background: url(//assets/mv05.png);
  }
  
  .slider-item {
    width: 100%;
    /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 100vh;
    /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;
    /*背景画像をリピートしない*/
    background-position: center;
    /*背景画像の位置を中央に*/
    background-size: cover;
    /*背景画像が.slider-item全体を覆い表示*/
  }
  
  .min-class {
    display: none!important;
  }
  
  .minmin {
    display: none!important;
  }
  
  
  /*矢印の設定*/
  
  
  /*戻る、次へ矢印の位置*/
  
  .slick-prev, .slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;
    /*矢印の色*/
    border-right: 2px solid #666;
    /*矢印の色*/
    height: 15px;
    width: 15px;
    z-index: 100;
  }
  
  .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
  }
  
  .slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
  }
  
  @media screen and (min-width: 1700px) {
    .schooling_text_right-flex {
      padding-right: 1rem;
      padding-left: 11rem;
    }
    .schooling_text_right-flex_box {
      text-align: center;
      padding-top: 7rem;
    }
  }
  
  @media screen and (max-width: 599px) {
    .min-class {
      display: block!important;
    }
    .top-strengths.inner {
      padding: 3rem 2rem;
    }
    .news-contents {
      padding: 3rem 2rem;
    }
    .slick-prev {
      /*戻る矢印の位置と形状*/
      left: 1.5%!important;
      top: 50%!important;
      transform: rotate(-135deg);
    }
    .slick-next {
      /*次へ矢印の位置と形状*/
      right: 1.5%!important;
      top: 50%!important;
      transform: rotate(45deg);
    }
    .strengths-container small {
      position: absolute;
      /* top: 73px; */
      right: -15px;
      bottom: -27px;
    }
    .separate-right:before {
      width: 70%;
    }
    .separate-right-btns:before {
      height: 500px;
    }
    .schooling_text_right-flex {
      padding-left: 2rem;
    }
    .separate-left-column {
      padding-top: 33rem;
      text-align: center;
    }
    .separate-left:before {
      width: 70%;
      min-width: inherit;
    }
    .separate-left-column:before {
        height: 1200px;
    }
    .schooling_img-flex-box {
      margin-top: 5rem;
      flex-direction: column;
      position: relative;
    }
    .schooling_img-flex-box>div {
      margin-top: 19rem;
      width: 80%;
    }
    .schooling_img-boxleft {
      position: absolute;
      margin-top: 16rem;
      bottom: -430px;
      margin-left: 0;
    }
    .schooling-flex {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
    }
    .schooling_img-boxright {
      position: absolute;
      right: 0;
      top: 0;
      margin-right: 0;
    }
    .schooling-flex2 {
      justify-content: flex-end;
    }
    .schooling_img-boxright:after {
      margin: -6rem 0 0 auto;
    }
    .schooling_img-boxleft:after {
      margin: 2rem 0 0 -3rem;
      width: 100%;
    }
    .schooling_text_right-flex {
      position: initial;
      padding-left: 2rem;
      margin-top: 13rem;
      width: 80%;
    }
    .schooling-flex-left {
      position: absolute;
      /* display: initial; */
      left: 0;
      top: 50rem;
      width: 90%;
      z-index: -100;
    }
    .schooling_text_right-flex {
      width: 90%;
      padding-left: 2rem;
      display: flex;
      flex-direction: column-reverse;
      padding-right: 6rem;
      text-align: center;
    }
    .schooling-flex2 {
      margin-top: 19rem;
    }
    .schooling {
      margin: 26rem 0 0 0;
    }
  }
  
  @media (max-width: 870px) and (min-width: 600px) {
    .slick-prev {
      /*戻る矢印の位置と形状*/
      left: 1.5%!important;
      top: 50%!important;
      transform: rotate(-135deg);
    }
    .slick-next {
      /*次へ矢印の位置と形状*/
      right: 1.5%!important;
      top: 50%!important;
      transform: rotate(45deg);
    }
    /* .schooling_img-boxright:after{
          margin: -5rem -3rem 0 auto;
      } */
    .schooling_text_right-flex {
      padding-left: 8rem;
    }
  }
  
  @media (max-width: 599px) and (min-width: 470px) {
    .schooling_img-boxleft:after {
      margin: 2rem 0 0 -3rem;
      width: 100%;
    }
    .takanotume-size01 {
      max-width: 22%;
    }
    .takanotume-size02 {
      max-width: 25%;
    }
    .takanotume-size03 {
      max-width: 25%;
    }
    .takanotume-size04 {
      max-width: 25%;
    }
  }
  
  @media (max-width: 469px) {
    .schooling_img-boxleft {
      bottom: -369px;
    }
    .schooling_text_right-flex {
      margin-top: 9rem;
    }
    .slider .slick-slide {
      /*左右の画像のサイズを80%に*/
      transition: all .5s;
      /*拡大や透過のアニメーションを0.5秒で行う*/
      opacity: 0.5;
      /*透過50%*/
    }
    .slider .slick-slide.slick-center {
      transform: scale(1);
      /*中央の画像のサイズだけ等倍に*/
      opacity: 1;
      /*透過なし*/
    }
    .schooling_text_right-flex {
      z-index: -600;
    }
    .schooling-flex-left {
      top: 51rem;
    }
    .takanotume-size01 {
      max-width: 23%;
    }
    .takanotume-size02 {
      max-width: 30%;
    }
    .takanotume-size03 {
      max-width: 30%;
    }
    .takanotume-size04 {
      max-width: 30%;
    }
    .minmin {
      display: block!important;
    }
    .separate-left-column:before {
        height: 1160px!important;
      }
  }

/* ==========================================================================
   # common 
   ========================================================================== */
.marker {
  background: linear-gradient(transparent 80%, #EBFF00 80%)
}

.more-btn {
  position: relative;
  display: block;
  max-width: 320px;
  margin: 20px auto 0;
  padding: 20px 30px;
  color: #0D2175;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0D2175;
  text-decoration: none;
}
.more-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 1px;
  background-color: #0D2175;
  transform: translateY(-50%);
}
.more-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border-left: 4px solid #0D2175;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform: translateY(-50%);
}

/* ==========================================================================
   # top-mainimg 
   ========================================================================== */
.l-top-mainimg {
  overflow: hidden;
  max-width: 1320px;
  margin: 0 auto 40px;
  padding: 0 20px;
  padding-top: 40px;
}

.top-mainimg-inner {
  overflow: hidden;
  padding-bottom: 40px;
}

.top-mainimg-slider {
  float: left;
  width: 72%;
}

.slider-img {
  overflow: hidden;
  border-radius: 8px;
}

.top-mainimg-cta {
  float: right;
  width: 26%;
}

.top-mainimg-cta-btn {
  display: block;
}
.top-mainimg-cta-btn + .top-mainimg-cta-btn {
  margin-top: 5.7692307692%;
}
.top-mainimg-cta-btn img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 999px) {
  
  .l-top-mainimg {
    padding: 20px 10px;
  }
  
  .top-mainimg-inner {
    padding-bottom: 0;
  }
  
  .top-mainimg-slider {
    float: none;
    width: 100%;
    padding: 0 10px 60px;
  }
  
  .top-mainimg-cta {
    float: none;
    width: 100%;
    padding: 0 5px;
    font-size: 0;
    text-align: center;
  }
  .top-mainimg-cta-btn {
    display: inline-block;
    width: 33.3333333%;
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .top-mainimg-cta-btn + .top-mainimg-cta-btn {
    margin-top: 0;
  }
}

@media screen and (max-width: 528px) {
  
  .l-top-mainimg {
    padding: 10px 0 0;
  }
  
  .top-mainimg-cta-btn {
    width: 50%;
  }
  
  
}

/* ==========================================================================
   # top-point 
   ========================================================================== */
.l-top-point {
  overflow: hidden;
  max-width: 1320px;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.top-point-ttl {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.top-point-txt {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.top-point-list {
  margin: 0 -10px;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.top-point-list-item {
  display: inline-block;
  width: 20%;
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
}
.top-point-list-item a {
  display: block;
  color: #111;
  text-decoration: none;
}

.top-point-list-item-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 8px;
}

.top-point-list-item-txt {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.top-point-list-item-txt .sub {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  
  .top-point-list-item {
    width: 33.333333%;
  }
  
}

@media screen and (max-width: 528px) {
  
  .top-point-list-item {
    width: 50%;
  }
  
  .top-point-txt {
    text-align: left;
  }
}

/* ==========================================================================
   # top-campus 
   ========================================================================== */
.l-top-campus {
  overflow: hidden;
  padding: 60px 0;
  color: #fff;
  background-color: #0D2175;
}

.top-campus-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-campus-ttl {
  margin-bottom: 15px;
  color: #EBFF00;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.top-campus-txt {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.top-campus-main {
  margin: 0 -10px;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.top-campus-main li {
  position: relative;
  display: inline-block;
  width: 33.33333333%;
  margin-bottom: 20px;
  padding: 0 10px;
  
}
.top-campus-main li figure {
  overflow: hidden;
  border-radius: 8px;
}
.top-campus-main li .link {
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: block;
  padding: 10px 30px;
  color: #0D2175;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(255,255,255,0.80);
  border: 1px solid #0D2175;
  transform: translateX(-50%);
}
.top-campus-main li .link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-left: 4px solid #0D2175;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: translateY(-50%);
}

.top-campus-schooling {
  margin: 0 -10px;
  padding: 0;
  text-align: center;
  font-size: 0;
}

.top-campus-schooling li {
  display: inline-block;
  width: 20%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.top-campus-schooling li figure {
  overflow: hidden;
  border-radius: 8px;
}

.top-campus-room {
  overflow: hidden;
  display: table;
  width: 100%;
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  border-collapse: collapse;
}

.top-campus-room-img {
  display: table-cell;
  width: 240px;
  vertical-align: top;
}

.top-campus-room-info {
  position: relative;
  display: table-cell;
  padding: 0 30px 0 20px;
  vertical-align: middle;
}
.top-campus-room-info:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border-left: 8px solid #0D2175;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform: translateY(-50%);
}

.top-campus-room-info-ttl {
  margin: 5px 0 10px;
  color: #0D2175;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.top-campus-room-info-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.top-campus-room-info-list li {
  float: left;
  display: block;
  margin: 0 5px 5px 0;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background-color: #0D2175;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  
  .top-campus-main li {
    width: 50%;
  }
  
  .top-campus-schooling li {
    width: 33.333333%;
  }
  
}

@media screen and (max-width: 528px) {
  
  .top-campus-main li {
    width: 100%;
  }
  
  .top-campus-schooling li {
    width: 50%;
  }
  
  .top-campus-room {
    display: block;
  }
  
  .top-campus-room-img {
    display: block;
    width: 100%;
  }
  .top-campus-room-info {
    display: block;
    padding: 20px 30px 30px 20px;
  }
}