@charset "utf-8";
/* CSS Document */
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #fff;
  color: #191919;
  font-size: 16px;
}

.m_lp_sp {
  display: none;
}

/* 共通 */
.m_lp_flex {
  display: flex;
}

.m_lp_member {
  justify-content: space-between;
}

/* ヘッダー */
.m_lp_header {
  padding: 20px;
}

.m_lp_header h1 a {
  display: inline-block;
}

.m_lp_header h1 img {
  width: 118px;
  height: auto;
}

/* メイン */
.m_lp_about {
  padding: 40px 0 140px;
  background: url("../img/bg_left_pc.png") left top no-repeat, url("../img/bg_right_pc.png") right top no-repeat;
}

.m_lp_inner {
  width: 980px;
  margin: 0 auto;
}

.m_lp_about h2 {
  margin-bottom: 40px;
}

.m_lp_about h2 img {
  margin: auto;
}

.m_lp_top-note {
  width: 780px;
  text-align: center;
  margin: 0 auto;
}

/* プロフィール */
.m_lp_prof {
  padding: 85px 0;
  background: linear-gradient(#6994F8, #BCF7F0);
}

.m_lp_prof h2 {
  margin-bottom: 50px;
}

.m_lp_prof h2 img {
  margin: auto;
}

.m_lp_member article {
  width: calc(50% - 25px);
  background: #fff;
  border-radius: 32px;
  padding: 50px 50px 60px;
  text-align: center;
}

.m_lp_member article img {
  border-radius: 50%;
  margin: auto auto 45px;
  width: 265px;
  height: auto;
}

.m_lp_member_name {
  font-size: 30px;
  margin-bottom: 50px;
}

/* 動画講座 */
.m_lp_movie h2 img {
  width: 100%;
  height: auto;
}

.m_lp_movie_bg {
  padding: 50px 0 100px;
  background: #E7FAFD url("../img/bg_main_pc.png") top center repeat;
}

.m_lp_movie_block {
  margin-bottom: 20px;
  padding: 25px;
  background: #fff;
}

.m_lp_movie_block:last-child {
  margin-bottom: 0;
}

.m_lp_movie_sum {
  width: 280px;
  margin-right: 15px;
  position: relative;
}

.m_lp_movie_sum.m_lp_movie_sum_open:after {
  position: absolute;
  content: "";
  top: calc(50% / 2);
  left: 0;
  display: block;
  width: 161px;
  height: 59px;
  background-image: url("../img/icon_movie.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: calc(50% / 2 - 15px);
}

.m_lp_movie_sum.m_lp_movie_sum_close:after {
  position: absolute;
  content: "";
  top: calc(50% / 2);
  left: 0;
  display: block;
  width: 161px;
  height: 59px;
  background-image: url("../img/icon_movie_close.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: calc(50% / 2 - 15px);
}

.m_lp_movie_sum img {
  width: 100%;
  height: auto;
}

a:hover .m_lp_movie_sum.m_lp_movie_sum_open img {
  opacity: 0.7;
}

.m_lp_movie_txt {
  width: calc(100% - 280px - 15px);
}

.m_lp_inner .m_lp_movie_txt h3 {
  font-size: 18px;
  line-height: 2rem;
  margin-bottom: 26px;
}

.m_lp_inner .m_lp_movie_txt p {
  font-size: 14px;
}

/* フッター */
.m_lp_footer {
  background: #fff;
}

.m_lp_footer_inner {
  padding: 30px 40px;
  margin: auto;
}

.m_lp_footer address, .m_lp_footer_block p {
  font-style: normal;
  font-size: 14px;
  margin-bottom: 15px;
}

.m_lp_footer_block p {
  margin-bottom: 0;
}

.m_lp_footer_block p a {
  color: #191919;
}

.m_lp_footer_block p a:hover {
  text-decoration: none;
}

/* ページトップ */
.m_pagetop {
  position: fixed;
  width: 100px;
  right: 40px;
  bottom: 30px;
}

.m_pagetop img {
  width: 100%;
  height: auto;
}

.m_pagetop:hover {
  opacity: 0.7;
}

@media screen and (max-width:1150px) {
  .m_lp_about .m_lp_inner {
    width: 80%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
  }
}

@media screen and (max-width:1100px) {
  .m_lp_top-note {
    width: 100%;
  }
}

@media screen and (max-width:1000px) {
  .m_lp_inner {
    width: 94%;
    margin: 0 auto;
  }
  
  .m_lp_about h2 img, .m_lp_prof h2 img {
    width: 100%;
    height: auto;
  }
  
  .m_lp_movie h2 {
    background: #E7FAFD;
    padding-bottom: 30px;
  }
  
  .m_lp_movie_bg {
    padding-top: 20px;
    background: #E7FAFD url(../img/bg_main_sp.png) top center repeat;
    background-size: contain;
  }
}

@media screen and (max-width:900px) {
  .m_lp_about .m_lp_inner {
    width: 94%;
    padding: 30px;
  }
}

/* スマホ用表示 */
@media screen and (max-width:768px) {
  .m_lp_inner {
    width: 90%;
    margin: 0 auto;
  }
  
  .m_lp_about {
    background: url(../img/bg_sp.png) left top no-repeat;
    background-size: contain;
    padding: 0;
    margin-bottom: 40px;
  }
  
  .m_lp_about .m_lp_inner {
    width: 90%;
    padding: 20px;
  }
  
  .m_lp_about h2 {
    width: 84%;
    margin: auto auto 40px;
  }
  
  .m_lp_about h2 img {
    width: 100%;
    height: auto;
  }
  
  .m_lp_top-note {
    text-align: left;
  }
  
  .m_lp_flex {
    display: block;
  }
  
  .m_lp_prof {
    padding: 50px 0;
  }
  
  .m_lp_prof h2 {
    margin-bottom: 20px;
  }
  
  .m_lp_member {
    justify-content: normal;
  }
  
  .m_lp_member article {
    width: 100%;
    padding: 40px;
  }
  
  .m_lp_member article:last-child {
    margin-top: 30px;
  }
  
  .m_lp_member article img {
    width: 70%;
    height: auto;
    margin-bottom: 30px;
  }
  
  .m_lp_member_name {
    margin-bottom: 20px;
  }
  
  .m_lp_movie_block {
    margin-bottom: 30px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
  }
  
  .m_lp_movie_sum {
    width: 100%;
    margin: 0 0 20px;
  }
  
  .m_lp_movie_txt {
    width: 100%;
  }

  .m_pagetop {
    width: 85px;
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width:640px) {
  body {
    font-size: 14px;
  }
  
  .m_lp_header {
    padding: 15px 20px;
  }
  
  .m_lp_header h1{
      line-height: 1.0em;
  }
  
  .m_lp_header h1 img {
    height: 30px;
    width: auto;
  }
  
  .m_lp_movie_bg {
    padding-bottom: 60px;
  }
  
  .m_lp_movie_sum.m_lp_movie_sum_open:after, .m_lp_movie_sum.m_lp_movie_sum_close:after {
    top: calc(50% - 29px);
    left: calc(50% - 80px);
    margin-left: 0;
  }

  .m_lp_footer_inner {
    padding: 20px 20px;
  }

  .m_lp_footer address, .m_lp_footer_block p {
    font-size: 12px;
  }

  .m_pagetop {
    width: 44px;
    right: 10px;
    bottom: 10px;
  }
}