/*PCサイト*/
@media only screen and (min-width: 751px) {
	/* =========================================================
	container
	========================================================= */
  sup{
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
  }
	div#container img{
		max-width: inherit;
	}
  div#container .inner{
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
  }
  div#container a img{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  div#container a:hover img{
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }
  .btn{
    width: 390px;
    margin: 60px auto 0;
    position: relative;
    z-index: 10;
  }
  .btn a{
    background: #0071be url(../img/arrow_r_wh.svg) right 10px  center no-repeat;
    background-size: 8px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
    box-shadow: 0 0 14px rgb(0, 0, 0, 0.25);
    padding: 20px 0;
  }
  .btn a:hover{
    opacity: 0.7;
    box-shadow: none;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #0071be;
  }
  /* ページネーション */
  .swiper-pagination{
    position: static;
    margin-top: 20px;
  }
  /* ページネーションの余白 */
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 8px;
  }
  /* ページネーションのサイズと色 */
  .swiper-pagination-bullet{
      background-color: #000;
      height: 14px;
      width: 14px;
      opacity: 1;
      margin: 0 8px;
  }
	/* =========================================================
	eyecatch
	========================================================= */
  div#eyecatch{
    background: #ffe100;
  }
  div#eyecatch .eyebox{
    background: url(../img/mainimg-bg_pc.jpg?250418) center top no-repeat;
    position: relative;
  }
  div#eyecatch .eyebox .inner{
    height: 450px;
  }
  div#eyecatch .eyebox h1{
    position: absolute;
    top: 96px;
    left: 50px;
  }
  div#eyecatch .detail{

  }
  div#eyecatch .detail .inner{
    background: url(../img/mainimg-prolll.jpg) left 60px center no-repeat;
    padding: 40px 0 40px 300px;
    box-sizing: border-box;
  }
  div#eyecatch .detail .inner > p{
    font-size: 18px;
    line-height: 1.8;
  }
	/* =========================================================
	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: 45px;
  }
  .tit-box h2,
	.tit-box h3{
    font-size: 52px;
    font-weight: 700;
    line-height: 1.3;
  }
  .tit-box p{
    font-size: 26px;
    font-weight: 900;
    color: #0071be;
    margin-top: 10px;
  }
  #sec01 .box01{
    border-bottom: 1px solid #ccc;
    padding: 70px 0 80px;
  }
  #sec01 .box01 h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 50px;
  }
  #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: 70px 0 100px;
  }
  #sec01 .box02 .profile-list{
    display: flex;
  }
  #sec01 .box02 .profile-list li{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.25);
    width: 540px;
  }
  #sec01 .box02 .profile-list li:first-of-type{
    margin-right: auto;
  }
  #sec01 .box02 .profile-list li .img img{
    border-radius: 10px 10px 0 0;
  }
  #sec01 .box02 .profile-list li .detail{
    padding: 15px 20px;
  }
  #sec01 .box02 .profile-list li .detail h3{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
  }
  #sec01 .box02 .profile-list li .detail p{
    font-size: 16px;
    line-height: 1.8;
  }
  #sec01 .box02 .profile-list li .detail p a{
    color: #0071be;
    text-decoration: underline;
  }
  #sec02 .top-box{
    background: #ffe100;
    padding: 70px 0 50px;
  }
  #sec02 .top-box .img{
    background: url(../img/sec02-tit-img01_pc.jpg) center top no-repeat;
    height: 450px;
    margin-bottom: 35px;
  }
  #sec02 .top-box > p{
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }
  #sec02 .lesson-box{
    border-bottom: 1px solid #ccc;
    padding: 70px 0 100px;
  }
  #sec02 .lesson-box .stit-box{
    text-align: center;
    margin-bottom: 50px;
  }
  #sec02 .lesson-box .stit-box h3,
	#sec02 .lesson-box .stit-box h4 {
    font-size: 72px;
    font-weight: 900;
    line-height: 1.2;
    color: #0071be;
  }
  #sec02 .lesson-box .stit-box .par{
    font-size: 32px;
    font-weight: 900;
    line-height: 1.3;
    color: #0071be;
    margin-bottom: 18px;
  }
  #sec02 .lesson-box .stit-box .hint{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #0071be;
    display: inline-block;
    width: 360px;
    border: 2px solid #0071be;
    padding: 10px 0;
    border-radius: 30px;
  }
  #sec02 .lesson-box .comment-list .img img{
    border-radius: 10px;
  }
  #sec02 .lesson-box .comment-list .oneword{
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin-top: 20px;
  }
  #sec02 .lesson-box .comment-list li{
    margin-bottom: 50px;
  }
  #sec02 .lesson-box .comment-list li:last-of-type{
    margin-bottom: 0;
  }
  #sec02 .lesson-box .comment-list li .comment-box p{
    font-size: 18px;
    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 .comment-box p:last-of-type{
    margin-bottom: 0;
  }
  #sec02 .lesson-box .comment-list li.flex-img{
    display: flex;
    align-items: center;
  }
  #sec02 .lesson-box .comment-list li.flex-img .img{
    width: 540px;
  }
  #sec02 .lesson-box .comment-list li.flex-img.left-img .img-box{
    margin-right: auto;
  }
  #sec02 .lesson-box .comment-list li.flex-img.right-img{
    flex-direction: row-reverse;
  }
  #sec02 .lesson-box .comment-list li.flex-img.right-img .img-box{
    margin-left: auto;
  }
  #sec02 .lesson-box .comment-list li.flex-img .comment-box{
    width: 540px;
  }
  #sec02 .impression-box{
    padding: 70px 0 100px;
  }
  #sec02 .impression-box h3{
    font-size: 72px;
    font-weight: 900;
    line-height: 1.2;
    color: #0071be;
    text-align: center;
    margin-bottom: 40px;
  }
  #sec02 .impression-box .comment-list{
    display: flex;
  }
  #sec02 .impression-box .comment-list li{
    width: 540px;
  }
  #sec02 .impression-box .comment-list li:first-of-type{
    margin-right: auto;
  }
  #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: 18px;
    line-height: 1.8;
  }
  #sec03{
    background: #0071be;
    padding: 80px 0 100px;
  }
  #sec03 .top-box .img{
    background: url(../img/sec03-tit-img01_pc.jpg) center top no-repeat;
    height: 450px;
    margin-bottom: 40px;
  }
  #sec03 .tit-box .logo{
    margin-bottom: 25px;
  }
  #sec03 .tit-box h2{
    color: #fff;
  }
  #sec03 .tit-box p{
    color: #fff;
  }
  #sec03 .features-box .features-list{
    display: flex;
    flex-wrap: wrap;
  }
  #sec03 .features-box .features-list li{
    width: 540px;
  }
  #sec03 .features-box .features-list li:nth-of-type(1){
    margin-right: auto;
  }
  #sec03 .features-box .features-list li:nth-of-type(3){
    width: 100%;
    margin-top: 50px;
  }
  #sec03 .features-box .features-list li .stit-box{
    text-align: center;
    margin-bottom: 25px;
  }
  #sec03 .features-box .features-list li .stit-box p{
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #0071be;
    display: inline-block;
    border-radius: 30px;
    width: 120px;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  #sec03 .features-box .features-list li .stit-box h3{
    font-size: 44px;
    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:nth-of-type(3) .bg{
    display: flex;
    align-items: center;
  }
  #sec03 .features-box .features-list li .bg .img img{
    border-radius: 10px 10px 0 0;
  }
  #sec03 .features-box .features-list li:nth-of-type(3) .bg .img img{
    border-radius: 10px 0 0 10px;
  }
  #sec03 .features-box .features-list li .bg .detail{
    padding: 15px 20px;
  }
  #sec03 .features-box .features-list li .bg .detail p{
    font-size: 16px;
    line-height: 1.8;
    min-height: 116px;
  }
  #sec03 .btn a{
    background: #fff url(../img/arrow_r_bl.svg) right 10px  center no-repeat;
    background-size: 8px;
    color: #0071be;
  }
  #lineup{
    padding: 70px 0 100px;
  }
  #lineup .lineup-list{
    display: flex;
  }
  #lineup .lineup-list li{
    background: url(../img/lineup-bg_pc.jpg) left top no-repeat;
    width: 200px;
    height: 327px;
    padding: 10px;
    box-sizing: border-box;
    margin-right: auto;
  }
  #lineup .lineup-list li:last-of-type{
    margin-right: 0;
  }
  #lineup .lineup-list li .img{
    margin-bottom: 20px;
  }
  #lineup .lineup-list li .img img{
    width: 100%;
  }
  #lineup .lineup-list li .logo{
    margin-bottom: 15px;
  }
  #lineup .lineup-list li p{
    font-size: 12px;
    line-height: 1.4;
  }
  #lineup .coop{
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin-top: 40px;
  }
  #lineup .coop a{
    color: #0071be;
    text-decoration: underline;
  }
  #footer{
    padding-top: 20px;
  }
}
