.school-template .p-sec-h .-lead,
.school-page .p-sec-h .-lead {
  max-width: unset;
}
/* ------------------------------------------------
 */
.mv.-school-top .mv-txt {
  /* justify-content: start; */
}
.mv.-school-top .mv-txt-inner {
  background: rgba(0,0,0,.3);
  text-align: center;
  width: 100%;
}
.mv.-school-top h1 .-catch,
.mv.-school-top h1 .-title,
.mv.-school-top h1 .-catch2 {
  display: block;
}
.mv.-school-top h1 .-catch {
  display: inline-block;  
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .mv.-school-top , /* 画像エリアはabsoluteになるため、高さ指定が必要 */
  .mv.-school-top .mv-item,
  .mv.-school-top .mv-img img {
    height:  740px;
  }
}
@media screen and (max-width: 767px) {
  .mv.-school-top,
  .mv.-school-top .mv-item,
  .mv.-school-top .mv-img img {
    height: 100vh;    
  }
  .mv.-school-top {
    margin-top: -120px;
  }
}

/* ------------------------------------------------
 */
.school-campaign {
  padding-top: 20px;
}
.school-campaign h2::before,
.school-campaign h2::after {
  content: "――";
  letter-spacing: -.2em;
  width: 2em;
  margin: 0 .5em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .school-campaign h2 {
    font-size: 16px;
  }
  .school-campaign li:not(:last-child) {
    margin-bottom: 10px;
  }
}


/* ------------------------------------------------
 */

.course-h {
  background-repeat: no-repeat;
  background-position: right top;
  min-height: 180px;
}
.course-h.-voitra {
  background-image: url(../images/R6dbHWU1q6Jh.png);
}
.course-h.-dance {
  background-image: url(../images/qIJnEdKMu6xP.png);
}
.course-h.-instrument {
  background-image: url(../images/TjDNm9O2rtLP.png);
}
.course-h.-movie {
  background-image: url(../images/I28BH62k4IKP.png);
}
.course-h .view-more {
  text-align: left;
}
.course-tags {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .course-h {
    background-size: 180px;
    padding-right: 200px;
    margin-bottom: 60px;
  }
  .course-h p {
    margin-top: 40px;
  }
  .course-tags {
    font-size: 14px;
    margin-top: 20px;
  }
  .course-tags dt,
  .course-tags dd {
    display: inline-block;
  }
  .course-tags dt {
    background: #EEE;
    padding: .5em 1em;
    margin-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .course-h {
    background-size: 80px;
    margin-bottom: 30px;
  }
  .course-h p {
    font-size: 14px;
    margin-top: 20px;
  }
  .course-tags {
    font-size: 12px;
  }  
  .course-tags,
  .course-h .view-more {
    margin-top: 10px;
  }
  .course-tags {
    background: #EEE;
    padding: .5em 1em;
  }
  .course-tags dt,
  .course-tags dd {
    margin: 0;
  }
}

/* ------------------------------------------------
 */
.entries.-course .-summary {
  /*white-space: nowrap;
  text-overflow: ellipsis;*/
  height: 3em;
  overflow: hidden;
  width: 100%;
}

/* ------------------------------------------------
 */
@media screen and (min-width: 768px) {
  .school-top-teacher .entry:nth-child(4) {
    display: none;
  }
}


/* ------------------------------------------------
 */
.access-catch {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.access-tbl {
  border-collapse: collapse;
  width: 100%;
}
.access-tbl th,
.access-tbl td {
  border-bottom: 2px solid #EEE;
}
.access-tbl th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.access-tbl td {
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .access-tbl th,
  .access-tbl td {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 767px) {
  .access-tbl th,
  .access-tbl td {
    font-size: 14px;
    padding: .75em .5em;
  }
}


/* ------------------------------------------------
 */
.entry.-teacher .-school {
  display: none;
}
.entry.-voice .-school {
  display: none;
}


/* ------------------------------------------------
 */
.school-top-course .entries .-cnt {
  padding: .75em 1em;
}
.school-top-course .entries .-title {
  font-size: 14px;
  text-align: center;
}
.school-top-course .entries .js-modal-trigger .-title {
  text-align: left;
  background: url('../images/haDyu9yI25fw.png') no-repeat right center;
  background-size: .5em;
  padding-right: 1em;
}
.school-top-course > :nth-child(2n) {
  background: #F6F6F6;
}
.school-top-course .back-index a {
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .school-top-course .entries .-cnt {
    padding: 10px;
  }
}

/* ------------------------------------------------
 */
/* ------------------------------------------------
 */
.school-top-blog .entry a {
  display: block;
  text-decoration: none;
}
.school-top-blog .entry .-fig img {
  object-fit: cover;
}
.school-top-blog .-title {
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  margin: 0;
}
.school-top-blog .-published {
  color: initial;
  margin-bottom: .5em;
}
@media screen and (min-width: 768px) {
  .school-top-blog .entry a {
    padding: 20px;
    border: 1px solid #EEE;
    background: #FFF;
    height: 100%;
  }
  .school-top-blog .entry .-fig img {
    height: 134px;
    width: 100%;    
  }
  .school-top-blog .entry .-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .school-top-blog .entry a {
    display: flex;
    justify-content: space-between;
  }
  .school-top-blog .entry {
    margin-bottom: 10px;
  }
  .school-top-blog .entry .-fig {
    flex: 0 0 143px;
    max-width: 143px;
    margin-right: 7px;
  }
  .school-top-blog .entry .-fig img {
    height: 95px;
    width: 100%;
  }
  .school-top-blog .entry .-title {
    font-size: 14px;
  }
  .school-top-blog .entry .entry-date {
    font-size: 12px;
  }
}

/* ------------------------------------------------ */
.modal dt {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1em;
}
.modal .-f {
  text-align: right;
  margin-top: 1em;
}
.modal .-f a {
  color: inherit;
}
.modal .-trial {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .modal dt {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .modal dt {
    font-size: 16px;
  }
}
.js-modal-trigger:hover {
  opacity: .7;
  box-shadow: 1px 1px 3px 3px  rgba(0,0,0,.1);
}

/* -------------------------------------------------
 */
.sc-catch .p-sec-h {
  margin-bottom: 1em;
}
.sc-catch .p-sec-h h2 {
  font-size: 16px;
}
.sc-catch-title {
  font-weight: bold;
  margin-bottom: 40px;
}
.sc-catch-img {
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .sc-catch-title {
    font-size: 32px;
  }
  .sc-catch-img {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sc-catch-title {
    font-size: 20px;
  }
  .sc-catch-img {
    margin-top: 40px;
  }
}

/* ------------------------------------------------
 */
.sc-course-list .-item {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sc-course-list .-fig {
    flex: 0 0 300px;
    margin-right: 40px;
  }
  .sc-course-list .-fig img {
    height: 200px;
    object-fit: cover;
  }
  .sc-course-list .-title {
    margin: 0 0 15px;
  }
}

/* ------------------------------------------------
 */
.sc-other-course-list {
  list-style-type: none;
  padding: 0;
  font-size: 16px;
  line-height: 64px;
}
.sc-other-course-list li {
  border: 2px solid #EEE;
}
.sc-other-course-list a {
  text-decoration: none;
  color: inherit;
}
.sc-other-course-list .figcnt {
  align-items: center;
}
.sc-other-course-list .-fig {
  line-height: 0;
}
.sc-other-course-list .-fig {
  flex: 0 0 64px;
}
.sc-other-course-list .-fig img {
  width: 100%;
  height: 64px;
}
.sc-other-course-list .-cnt {
  flex-grow: 1;
  padding: 0 1em;

  background: url('../images/haDyu9yI25fw.png') no-repeat right .5em center;
  background-size: .5em;
}
@media screen and (max-width: 767px) {
  .sc-other-course-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
