@charset "utf-8";
/* CSS Document */

/*------------------------------
features
------------------------------*/
.features {
  background: url("/program/img/features_bg.png") no-repeat center top;
  background-size: cover;
  padding: 0 0 60px;
}
.features > p{
  text-align: center;
  font-size: 16px;
  line-height: 180%;
  margin:0 0 50px;
}
.features .features_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.features ul{
  margin: 0 0 50px;
}
.features ul li {
  background: linear-gradient(270deg, #623673 9.72%, #8D56A1 79.32%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
}
.features ul li .right_txt{
  padding: 40px;
  color: #fff;
  position: relative;
}
.features ul li.private_lesson .right_txt {
  padding: 40px 160px 40px 40px;
}

.features ul li .right_txt a{
  position: absolute;
  right: 40px;
  bottom: 30px;
}
.features ul li.private_lesson .right_txt a {
  right: 160px;
}

.features ul li h3{
  font-size: 20px;
  margin: 0 0 15px;
}
.features ul li h3 span{
  font-size: 46px;
}
.features ul li p{
  line-height: 180%;
}

.features ul li:nth-of-type(2){
  background: none;
  box-shadow: none;
  text-align: center;
}
.features ul li:nth-of-type(2) img{
  margin: 0 auto;
}
.features ul li.private_lesson{
  position: relative;
}
.features ul li.private_lesson .group_lesson{
  content: "";
  position: absolute;
  width: 377px;
  height: 373px;
  right: -236px;
  top: -70px;
}
.features ul li.private_lesson h3 span {
  font-size: 32px;
}

.features .features_btn{
  text-align: center;
}
.features .features_btn p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
}

/*------------------------------
curriculum
------------------------------*/
.curriculum {
  background: url("/program/img/curriculum_bg.png") no-repeat center top;
  background-size: cover;
  padding: 100px 0 60px;
}
.curriculum h2 {
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 4.2px;
  margin: 0 0 40px;
}
.curriculum h2 span{
  font-size: 20px;
  position: relative;
  top: -7px;
}

.curriculum ul{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.curriculum ul li{
  width: 49%;
}
.curriculum ul li.about{
  width: 100%;
  display: flex;
  color: #fff;
  font-size:14px;
  margin: 0 0 40px;
}
.curriculum ul li.about .curriculum_inner{
  padding: 0 0 0 40px;
}
.curriculum ul li.about .curriculum_inner .check_txt{
  border-top: 1px solid rgba(255, 255, 255, 0.50);
  border-bottom: 1px solid rgba(255, 255, 255, 0.50);
  padding: 25px 0 25px 20px;
  margin: 20px 0 15px 0;
}
.curriculum ul li.about .curriculum_inner .check_txt p{
  background: url("/program/img/check_w.png") no-repeat left;
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
}
.curriculum ul li.about .curriculum_inner .time{
  display: flex;
  gap: 30px;
}
.curriculum ul li.about .curriculum_inner .time p span{
  display: inline-block;
  padding: 8px 10px;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  margin: 0 10px 0 0;
  color: #333;
}
.curriculum ul li table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.curriculum ul li table th {
  background: #F0EAF2;
  height: 85px;
  color: #662F7A;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
}
.curriculum ul li table td {
  background: #fff;
  font-size: 16px;
  padding: 20px;
}
.curriculum table tbody tr td:first-child {
  background-color: #F9F9F9;
  text-align: center;
  width: 130px;
}
.curriculum table tbody tr:nth-child(3) td {
  border-top: 1px solid #662F7A;
  border-bottom: 1px solid #662F7A;
  text-align: center;
}
.curriculum table tbody tr:nth-child(4) td {
  text-align: center;
}
.curriculum table a{
  color: #662F7A;
  font-size: 12px;
  text-decoration: underline;
  line-height: 1.4;
  display: block;
  margin: 10px 0 0;
}
/*------------------------------
lesson
------------------------------*/
.lesson{
  background: url("/program/img/lesson_bg.png") no-repeat center bottom;
  background-size: 100%;
  padding: 100px 0;
}
.lesson h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 4.2px;
  margin: 0 0 40px;
}
.lesson .private{
  margin: 0 0 80px;
}


.lesson .private ul,
.lesson .group ul{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lesson .private ul li{
  width: 49%;
}
.lesson .group ul li{
  width: 100%;
}

.lesson .private ul li:nth-of-type(1) ,
.lesson .group ul li:nth-of-type(1) {
  width: 100%;
  display: flex;
  font-size: 14px;
  margin: 0 0 40px;
}
.lesson .private ul li .private_inner,
.lesson .group ul li .group_inner{
  padding: 0 0 0 40px;
}
.lesson .private ul li .private_inner .check_txt,
.lesson .group ul li .group_inner .check_txt{
  border-top: 1px solid rgba(51, 51, 51, 0.50);
  border-bottom: 1px solid rgba(51, 51, 51, 0.50);
  padding: 25px 0 25px 20px;
  margin: 20px 0 15px 0;
}
.lesson .private ul li .private_inner .check_txt p,
.lesson .group ul li .group_inner .check_txt p{
  background: url("/program/img/check.png") no-repeat left;
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
}
.lesson .private ul li .private_inner .time{
  display: flex;
  justify-content: space-between;
}
.lesson .group ul li .group_inner .time{
  display: flex;
  gap:30px;
}

.lesson .private ul li .private_inner .time p span{
  display: inline-block;
  padding: 8px 10px;
  background: #DDD;
  font-size: 12px;
  font-weight: 500;
  margin: 0 10px 0 0;
}
.lesson .group ul li .group_inner .time p span{
  display: inline-block;
  padding: 8px 10px;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  margin: 0 10px 0 0;
}

.lesson ul li table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  height: 100%;
}
.lesson ul li table th{
  height: 85px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  background: linear-gradient(325deg, #623673 18.02%, #333 78.98%);
}
.lesson ul li table td {
  background: #fff;
  font-size: 16px;
  padding: 15px 10px 15px 15px;
}
.lesson table tbody tr td:first-child {
  background-color: #F9F9F9;
  text-align: center;
  width: 110px;
}
.lesson .group table tbody tr td:first-child {
  background-color: #F9F9F9;
  text-align: center;
  width: 130px;
}
.lesson .group table tbody tr:nth-child(2) td{
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
}.lesson .private table tbody tr:nth-child(3) td{
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
}
.lesson .private table tbody tr:nth-child(4) td,
.lesson .group table tbody tr:nth-child(3) td{
  text-align: center;
}
.lesson .private table tbody .pd{
  padding: 27px 10px 27px 15px;
}
.lesson table a{
  color: #662F7A;
  font-size: 12px;
  text-decoration: underline;
  line-height: 1.4;
  display: block;
  margin: 10px 0 0;
}
.about .movie,
.lesson .movie{
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.about .movie iframe,
.lesson .movie iframe{
  background: #fff;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}
/* 黒の半透明オーバーレイ */
/*.about .movie .overlay,
.lesson .movie .overlay {
  position: absolute;
  inset: 0; 
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}*/
.about .movie .thumbnail,
.lesson .movie .thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.about .movie .play-btn,
.lesson .movie .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100px; 
  cursor: pointer;
  z-index: 2;
}



/*------------------------------
progress
------------------------------*/
.progress{
  background: url("/program/img/progress_bg.png") no-repeat center bottom;
  background-size: cover;
  padding: 80px 0;
}
.progress h2{
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.6px;
  margin:0 0 40px;
}
.progress ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 65px;;
  display: flex;
  justify-content: space-between;
}
.progress ul li{
  width: 48%;
  background: url("/program/img/progress_list_bg.png") no-repeat #fff;
  background-size: 100%;
  padding: 30px;
  border-radius: 0 0 16px 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.progress ul li h3{
  color: #662F7A;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 30px;
}
.progress ul li h3 span{
  font-size: 32px;
}
.progress ul li figure {
  text-align: center;
  margin: 0 0 15px;
}
.progress ul li p{
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}
/*------------------------------
level_chart
------------------------------*/
.level_chart{
  background: #F8F8FA;
  padding: 100px 0;
}
.level_chart h2{
  color: #662F7A;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2.1px;
  margin:0 0 40px;
}
.level_chart > p{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  margin: 0 0 50px;
}
.level_chart .level_chart_inner{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.level_chart .level_chart_inner .note{
  text-align: left;
  font-size: 12px;
  margin: 30px 0 0;
  line-height: 1.8;
}

/*レベルチャートモーダル*/
.open-text {
}

.level_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 3;
}

.level_modal:target {
  opacity: 1;
  pointer-events: auto;
}
.level_modal_inner{
  background: #fff;
  padding: 60px 40px;
  width: 100%;
  position: absolute;
  max-width: 70%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  text-align: center;
}
.level_modal_inner h2{
  margin:0 0 20px;
}
.level_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 2;
  cursor: default;
}
.level_overlay:hover {
  opacity: 1;
}
/* 閉じるボタン */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  z-index: 4;
  cursor: pointer;
}
#close {
  position: fixed;
  top: 0;
}

/*------------------------------
price
------------------------------*/
.price h2{
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 40px;
  letter-spacing: 4.2px;
}


@media screen and (max-width: 768px) {
 img {
    width: 100%;
    height: auto;
  }
/*------------------------------
features
------------------------------*/
.features {
  background: url("/program/img/features_bg_sp01.png") no-repeat top 38% center, url("/program/img/features_bg_sp02.png") no-repeat bottom center;
  background-size: 100%, 100%;
  padding: 0 20px 60px;
}
.features > p {
  font-size: 14px;
  margin: 0 0 30px;
}
.features ul {
  margin: 0 0 180px;
}
.features ul li {
  display: block;
}
  .features ul li figure img{
    width: 100%;
  }
.features ul li:nth-of-type(2) img {
  margin: 0 auto;
  width: auto;
}
.features ul li h3 {
  font-size: 18px;
}

.features ul li h3 span {
  font-size: 40px;
}
.features ul li.private_lesson h3 span {
  font-size: 24px;
}
.features ul li p {
  font-size: 14px;
  line-height: 1.6;
} 
.features ul li .right_txt {
  padding: 20px;
}
.features ul li.private_lesson .right_txt {
  padding: 20px 20px 200px 20px;
}
.features ul li .right_txt a {
  position: initial;
}
.features ul li .right_txt a img {
  margin: 20px auto 0;
  display: block;
  width: auto;
}
.features ul li.private_lesson .group_lesson{
    content: "";
    position: absolute;
    right: initial;
    top: initial;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
  }
.features ul li.private_lesson .group_lesson img {
  width: 90%;
    margin: 0 auto;
}
.features .features_btn p {
  font-size: 14px;
}
.features .features_btn img {
  width: auto;
}
/*------------------------------
curriculum
------------------------------*/
.curriculum{
    background: url("/program/img/curriculum_bg_sp.png") no-repeat center top;
    background-size: cover;
    padding: 48px 20px 30px;
  }
.curriculum h2 {
  font-size: 26px;
  letter-spacing: normal;
}
.curriculum h2 span {
    font-size: 16px;
  }
 .curriculum ul li,
 .curriculum ul li.about {
  display: block;
   width: 100%;
   margin: 0 0 20px;
} 
.curriculum ul li.about .curriculum_inner {
  padding: 20px 0;
}
.curriculum ul li.about .curriculum_inner .check_txt {
  padding: 20px 0 10px 20px;
  margin: 20px 0 20px 0;
}
.curriculum ul li table th {
  height: 55px;
  font-size: 18px;
}
.curriculum ul li table td,
.lesson ul li table td{
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 15px;
  border-bottom: 1px solid #CCC;
} 
.lesson .private table tbody .pd{
  padding: 15px;
}
.curriculum table tbody tr:nth-child(3) td,
.lesson table tbody tr:nth-child(3) td,
.lesson .private table tbody tr:nth-child(3) td,
.lesson .group table tbody tr:nth-child(2) td{
  border-top: none;
  border-bottom: 1px solid #CCC;
} 
.curriculum table tbody tr td:first-child,
.lesson table tbody tr td:first-child,
.lesson .group table tbody tr td:first-child{
  background: #F9F9F9;
  width: 100%;
  padding: 6px 0;
} 

  
/*------------------------------
lesson
------------------------------*/  
.lesson {
  background: url("/program/img/lesson_bg_sp.png") no-repeat center bottom;
  background-size: 100%;
  padding: 50px 0;
}
.lesson h2 {
  font-size: 26px;
}
.lesson .private {
  margin: 0 20px 40px;
}
.lesson .private ul li,
.lesson .private ul li:nth-of-type(1),
.lesson .group ul li,
.lesson .group ul li:nth-of-type(1) {
  width: 100%;
  display: block;
  margin: 0 0 20px;
}
.lesson .private ul li .private_inner, 
.lesson .group ul li .group_inner {
  padding: 20px 0 0;
}
.lesson .private ul li .private_inner .check_txt, .lesson .group ul li .group_inner .check_txt {
    padding: 20px 0 10px 20px;
    margin: 20px 0 20px 0;
  }
.lesson .private ul li .private_inner .time, 
.lesson .group ul li .group_inner .time {
  display: block;
}
.lesson .private ul li .private_inner .time p, 
.lesson .group ul li .group_inner .time p {
  margin: 0 0 10px;
}
.lesson ul li table th {
  height: 55px;
  font-size: 18px;
}
.lesson ul li table td {
  font-size: 14px;
}
.group{
  padding: 0 20px;
}
.about .movie .play-btn,
.lesson .movie .play-btn {
  width: 70px; 
}
/*------------------------------
progress
------------------------------*/  
.progress {
  padding: 40px 20px;
}
.progress h2 {
  font-size: 22px;
}
.progress ul {
  display: block;
  margin: 0 auto;
}
.progress ul li {
  width: 100%; 
  margin: 0 0 20px;
}  
.progress ul li p{
  font-size: 14px;
}
/*------------------------------
level_chart
------------------------------*/  
.level_chart {
  padding: 40px 0;
}
.level_chart h2 {
  font-size: 26px;
}
.level_chart > p {
  font-size: 14px;
}
.level_chart .level_chart_inner {
  font-size: 16px;
  padding: 0 0 0 20px;
}

.level_chart .level_chart_inner figure{
  padding: 20px 0;
}
.level_chart .level_chart_inner img{
  width: auto;
}
.level_chart .level_chart_inner .note {
  padding: 0 20px 0 0;
}
  
/* レベルチャートモーダル */
.level_modal_inner{
  max-width: 90%;
  padding: 40px 0 40px 20px;
}
.level_modal_inner figure{
  max-width: 100%;
  max-height: 90%;
  overflow-x: auto;
  overflow-y: hidden;
}
.level_modal_inner figure img {
  width: auto;
  max-width: none;
  height: auto;
}
.level_modal_inner .note{
  font-size: 12px;
  text-align: left;
  margin: 20px 0 0;
}
/*------------------------------
price
------------------------------*/  
.price h2 {
  font-size: 26px;

}
}