/*スマホ最適化*/
@media only screen and (max-width: 751px) {
/* =========================================================
container
========================================================= */
  sup{
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
  }
  div#container img{
    max-width: 100%;
  }
  div#container .inner{
    padding: 0;
  }
  .btn{
    margin-top: 30px;
  }
  .btn a{
    background: #0071be url(../img/arrow_r_wh.svg) right 10px  center no-repeat;
    background-size: 8px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
    box-shadow: 0 0 14px rgb(0, 0, 0, 0.25);
    padding: 20px 0;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #0071be;
  }
  /* ページネーション */
  .swiper-pagination{
    position: static;
    margin-top: 10px;
  }
  /* ページネーションの余白 */
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 6px;
  }
  /* ページネーションのサイズと色 */
  .swiper-pagination-bullet{
      background-color: #000;
      height: 10px;
      width: 10px;
      opacity: 1;
      margin: 0 8px;
  }

/* =========================================================
eyecatch
========================================================= */
  div#eyecatch{
    background: #ffe100;
    padding-top: 60px;
  }
  div#eyecatch .detail{
    padding: 15px 20px 30px;
  }
  div#eyecatch .detail .inner > p{
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  div#eyecatch .detail .inner > p:last-of-type{
    margin-bottom: 0;
  }
/* =========================================================
sec
========================================================= */
  .bg-white{
    background: #fff url(../img/bg-white.jpg) left top repeat;
  }
  .bg-gray{
    background: #efefef url(../img/bg-gray.jpg) left top repeat;
  }
  .tit-box{
    text-align: center;
    margin-bottom: 20px;
  }
  .tit-box h2,
	.tit-box h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
  }
  .tit-box p{
    font-size: 17px;
    font-weight: 900;
    color: #0071be;
    margin-top: 5px;
  }
  #sec01 .box01{
    border-bottom: 1px solid #ccc;
    padding: 35px 20px 40px;
  }
  #sec01 .box01 h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 25px;
  }
  #sec01 .box01 h2 strong{
    font-weight: 700;
    color: #0071be;
  }
  #sec01 .box01 .movie{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #sec01 .box01 .movie iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #sec01 .box02{
    padding: 35px 20px 50px;
  }
  #sec01 .box02 .profile-list li{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.25);
  }
  #sec01 .box02 .profile-list li:first-of-type{
    margin-bottom: 25px;
  }
  #sec01 .box02 .profile-list li .img img{
    border-radius: 10px 10px 0 0;
  }
  #sec01 .box02 .profile-list li .detail{
    padding: 10px 15px 15px;
  }
  #sec01 .box02 .profile-list li .detail h3{
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
  }
  #sec01 .box02 .profile-list li .detail p{
    font-size: 15px;
    line-height: 1.6;
  }
  #sec01 .box02 .profile-list li .detail p a{
    color: #0071be;
    text-decoration: underline;
  }
  #sec02 .top-box{
    background: #ffe100;
    padding: 35px 0;
  }
  #sec02 .top-box .img{
    margin-bottom: 20px;
  }
  #sec02 .top-box > p{
    font-size: 17px;
    line-height: 1.8;
    padding: 0 20px;
  }
  #sec02 .lesson-box{
    border-bottom: 1px solid #ccc;
    padding: 30px 0 50px;
  }
  #sec02 .lesson-box .stit-box{
    text-align: center;
    margin-bottom: 25px;
  }
  #sec02 .lesson-box .stit-box h3,
	#sec02 .lesson-box .stit-box h4 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: #0071be;
  }
  #sec02 .lesson-box .stit-box .par{
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
    color: #0071be;
    margin-bottom: 10px;
  }
  #sec02 .lesson-box .stit-box .hint{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #0071be;
    display: inline-block;
    width: 180px;
    border: 1px solid #0071be;
    padding: 6px 0;
    border-radius: 30px;
  }
  #sec02 .lesson-box .comment-list .img img{
    border-radius: 10px;
  }
  #sec02 .lesson-box .comment-list .oneword{
    font-size: 12px;
    line-height: 1.6;
    padding: 0 10px;
    margin-top: -10px;
  }
  #sec02 .lesson-box .inner{
    padding: 0 20px;
  }
  #sec02 .lesson-box .comment-list li .img{
    margin-bottom: 20px;
  }
  #sec02 .lesson-box .comment-list li .comment-box p{
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #sec02 .lesson-box .comment-list li .comment-box p a{
    color: #0071be;
    text-decoration: underline;
  }
  #sec02 .lesson-box .comment-list li.single-img .oneword{
    margin-bottom: 25px;
  }
  #sec02 .impression-box{
    padding: 35px 0 50px;
  }
  #sec02 .impression-box h3{
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: #0071be;
    text-align: center;
    margin-bottom: 40px;
  }
  #sec02 .impression-box .inner{
    padding: 0 20px;
  }
  #sec02 .impression-box .comment-list li:first-of-type{
    margin-bottom: 20px;
  }
  #sec02 .impression-box .comment-list li .img{
    margin-bottom: 15px;
  }
  #sec02 .impression-box .comment-list li .img img{
    border-radius: 10px;
  }
  #sec02 .impression-box .comment-list li p{
    font-size: 17px;
    line-height: 1.8;
  }
  #sec03{
    background: #0071be;
    padding: 40px 0 50px;
  }
  #sec03 .tit-box .logo{
    padding: 0 20px;
    margin-bottom: 10px;
  }
  #sec03 .tit-box h2{
    color: #fff;
  }
  #sec03 .tit-box p{
    color: #fff;
  }
  #sec03 .features-box .inner{
    padding: 0 20px;
  }
  #sec03 .features-box .features-list li{
    margin-top: 25px;
  }
  #sec03 .features-box .features-list li .stit-box{
    text-align: center;
    margin-bottom: 15px;
  }
  #sec03 .features-box .features-list li .stit-box p{
    background: #fff;
    font-size: 17x;
    font-weight: 700;
    line-height: 1.3;
    color: #0071be;
    display: inline-block;
    border-radius: 30px;
    width: 100px;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  #sec03 .features-box .features-list li .stit-box h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
  }
  #sec03 .features-box .features-list li .bg{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.25);
  }
  #sec03 .features-box .features-list li .bg .img img{
    border-radius: 10px 10px 0 0;
  }
  #sec03 .features-box .features-list li .bg .detail{
    padding: 10px 15px 15px;
  }
  #sec03 .features-box .features-list li .bg .detail p{
    font-size: 15px;
    line-height: 1.6;
  }
  #sec03 .btn a{
    background: #fff url(../img/arrow_r_bl.svg) right 10px  center no-repeat;
    background-size: 8px;
    color: #0071be;
  }
  #lineup{
    padding: 35px 20px 50px;
  }
  #lineup .lineup-list li{
    background: url(../img/lineup-bg_sp.jpg) left top no-repeat;
    background-size: 100%;
    padding: 24px 0 24px 10px;
    box-sizing: border-box;
    margin-right: auto;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  #lineup .lineup-list li:last-of-type{
    margin-bottom: 40px;
  }
  #lineup .lineup-list li .img{
    width: 90%;
    margin-right: 3%;
  }
  #lineup .lineup-list li .logo{
    margin-bottom: 12px;
  }
  #lineup .lineup-list li p{
    font-size: 10px;
    line-height: 1.4;
    padding-right: 10px;
  }
  #lineup .coop{
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    margin-top: 20px;
  }
  #lineup .coop a{
    color: #0071be;
    text-decoration: underline;
  }
  #footer{
    padding-top: 10px;
  }
}


