/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * 教室投稿ページ_豪華版（single-premium.php）
 *
 *
 *
 *
--------------------------------------------------------------------------------*/
.kv_school_premium {
  background-color: #ecf3f3;
  background-image: url(img/school/bg-school.png);
  height: 500px; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.kv_school_premium .ttl-wrapper {
  width: 100%;
  margin: 0 auto;
}

.kv_school_premium .ttl-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}


.kv_school_premium .ttl-wrapper .txt-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  width: 90%;
}
.kv_school_premium .ttl-wrapper .txt-wrapper h1 {
  text-align: center;
  color: #fff;
  font-size: 72px;
  line-height: 1.4;
}
.kv_school_premium .ttl-wrapper .txt-wrapper h1 span {
  display: block;
  font-size: 36px;
}
.kv_school_premium .ttl-wrapper .txt-wrapper img {
  display: block;
  margin: 0 auto;
}
.kv_school_premium .ttl-wrapper .img-wrapper {
  overflow: hidden;
  /* flex-basis: 32%; */
  height: 500px; 
  
}
.kv_school_premium .ttl-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 766px) {
  .kv_school_premium .ttl-wrapper .txt-wrapper h1 {
    font-size: 12vw;
  }
  .kv_school_premium .ttl-wrapper .txt-wrapper h1 span {
    font-size: 5vw;
  }
}



/*--------------------------------------------------------------------------------
 * campaign
--------------------------------------------------------------------------------*/
.post-campaign {
  background-image: url(img/common/bg-dot.png), url(img/common/bg-dot.png);
  background-repeat: repeat;
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  background-color: #ffefda;
}

.post-campaign .inner {
  padding: 30px 0;
}
.campaign-wrapper {
  background: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px;
  border-radius: 20px;
}

.campaign-wrapper .img01 {
  /* flex-basis: 20%; */
  width: 260px;
  height: 140px;
  object-fit: cover;
}
.campaign-wrapper .img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campaign-wrapper .campaign {
  flex-basis: 50%;
}
.campaign-wrapper .img02 {
  /* flex-basis: 20%; */
  
  width: 260px;
  height: 140px;
  object-fit: cover;
}

.campaign-wrapper .img02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campaign-wrapper h2 {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}

.campaign-wrapper p {
  text-align: center;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}

.campaign-wrapper p span {
  
}

@media screen and (max-width: 766px) {
  .campaign-wrapper {
    flex-wrap: wrap;
  }
  .campaign-wrapper .campaign {
      flex-basis: 100%;
  }
  .campaign-wrapper .img01 {
    order: 1;
    flex-basis: 48%;
  }
  .campaign-wrapper .img02 {
    order: 2;
    flex-basis: 48%;
  }
  .campaign-wrapper h2 {
    font-size: 5vw;
  }
}




/*--------------------------------------------------------------------------------
 * 共通
--------------------------------------------------------------------------------*/
.page_school_premium .ttl-garland {
  flex-direction: column;
}
.page_school_premium .ttl-garland h1 {
  letter-spacing: .1rem;
}
.page_school_premium .ttl-garland img {
    margin: 0 auto 10px;
}




/*--------------------------------------------------------------------------------
 * point
--------------------------------------------------------------------------------*/

.point {
  background-color: #fff;
}

.point-flex {
  display: flex;
  justify-content: space-between;
}

.point-flex  iframe{
  width: 500px;
  height: 300px;
  border-radius: 10px;
}

.point-flex .point-box {
  width: calc(100% - 560px);
}

@media screen and (max-width: 766px) {
  .point-flex {
    flex-wrap: wrap;
  }
  .point-flex .point-box {
    width: 100%;
  }
  
  .point-flex .img-box {
    width: 100%;
  }
  .point-flex iframe {
    width: 100%;
    height: 50vw;
  }
}

/*--------------------------------------------------------------------------------
 * reason
--------------------------------------------------------------------------------*/
.reason-wrapper {
  display: flex;
  justify-content: space-between;
}

.reason-wrapper .img-wrapper {
  width: 500px;
  height: 300px;
}

.reason-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.reason-wrapper .txt-wrapper {
  flex-basis: 60%;
  margin-left: 50px;
}

.reason-wrapper .txt-wrapper .ttl {
  /* display: flex; */
  position: relative;
}

.reason-wrapper .txt-wrapper h2 {
  font-size: 33px;
  text-align: left;
  font-weight: 600;
  padding-left: 110px;
  min-height: 100px;
}


.reason-wrapper .txt-wrapper span.number {
  background-color: #db4281;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.reason02 {
  margin: 50px 0;
}

@media screen and (max-width: 766px) {
  .reason-wrapper {
    flex-wrap: wrap;
  }
  .reason-wrapper .txt-wrapper {
      flex-basis: 100%;
      margin-left: 0;
  }
  .reason-wrapper .img-wrapper {
    width: 100%;
    height: 50vw;
    margin-bottom: 4%;
  }
  .reason-wrapper .txt-wrapper span.number {
    width: 16vw;
    height: 16vw;
    font-size: 4vw;
  }
  .reason-wrapper .txt-wrapper h2 {
    font-size: 5vw;
    padding-left: 20vw;
    min-height: 17vw;
  }
}




/*--------------------------------------------------------------------------------
 * lesson
--------------------------------------------------------------------------------*/
.premium-lesson {
  background-image: url(img/common/bg-dot.png), url(img/common/bg-dot.png);
  background-repeat: repeat;
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  background-color: #ffefda;
}
ul.premium-lesson-wrapper {
  display: flex;
  gap: 33px;
  flex-wrap: wrap;
  background-color: #fff;
  border-top: 4px solid #db4281;
  padding: 60px 120px;
}
ul.premium-lesson-wrapper > li {
  flex-basis: 31%;
}

ul.premium-lesson-wrapper > li img {
  height: 180px;
  object-fit: cover;
  margin-bottom: 20px;
}

ul.premium-lesson-wrapper > li h2 {
  font-size: 33px;
}

@media screen and (max-width: 766px) {
  ul.premium-lesson-wrapper {
    padding: 8vw 6vw;
  }
  ul.premium-lesson-wrapper > li {
      flex-basis: 100%;
  }
  ul.premium-lesson-wrapper > li h2 {
      font-size: 6vw;
  }
  
}




