@charset 'utf-8';


/* ------------------------------------------------
   page section
*/
.p-sec.bg-purple {
  background: linear-gradient(to left, #ffebee 0%, #cddcf2 100%);
  background-size: 100% 387px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-sec.bg-purple {
    background-size: 100% 365px;
  }
  .p-sec.bg-purple.-large {
    background-size: 100% 415px;
  }
}
@media screen and (max-width: 767px) {
  .p-sec.bg-purple {
    background-size: 100% 195px;
  }
  .p-sec.bg-purple.-large {
    background-size: 100% 215px;
  }
}
  
.p-sec-h {
  line-height: 1.5;
}
.p-sec-h h2,
.p-sec-h h3 {
  margin: 0;  
}
.p-sec.-top-0 {
  padding-top: 0;
}
.p-sec.-bottom-0 {
  padding-bottom: 0;
}
.p-sec-body {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-sec,
  .p-sec-parent > * {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-sec.-top-s {
    padding-top: 40px;
  }
  .p-sec.-top-l {
    padding-top: 100px;
  }
  .p-sec.-bottom-s {
    padding-bottom: 40px;
  }
  .p-sec.-bottom-l {
    padding-bottom: 100px;
  }
  .p-sec-h {
    margin-bottom: 40px;
  }
  .p-sec-h.-bottom-l {
    margin-bottom: 60px;
  }
  .p-sec-h h2,
  .p-sec-h h3 {
    font-size: 32px;
  }
  .fs-p-sec-title {
    font-size: 32px !important;
  }
  .p-sec-f {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-sec,
  .p-sec-parent > * {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-sec.-top-s {
    padding-top: 30px;
  }
  .p-sec.-top-l {
    padding-top: 50px;
  }
  .p-sec.-bottom-s {
    padding-bottom: 30px;
  }
  .p-sec.-bottom-l {
    padding-bottom: 50px;
  }
  .p-sec-h {
    margin-bottom: 25px;
  }
  .p-sec-h.-bottom-l {
    margin-bottom: 40px;
  }
  .p-sec-h h2,
  .p-sec-h h3 {
    font-size: 20px;
  }
  .fs-p-sec-title {
    font-size: 20px !important;
  }
  .p-sec-f {
    margin-top: 20px;
  }
}

/* ------------------------------------------------
   page block
*/
.p-block-h h2,
.p-block-h h3,
.p-block-h h4 {
  margin: 0;
}
.p-block-h .-title {
  font-weight: bold;
}
.p-block-h {
  line-height: 1.5;
}
.p-block-h.-border {
  border-bottom: 6px dotted #DEB7E2;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.p-block-body {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-block:not(:last-child) {
    margin-bottom: 60px;
  }
  .p-block-h {
    margin-bottom: 30px;
  }
  .p-block-h h2,
  .p-block-h h3,
  .p-block-h h4,
  .p-block-h .-title {
    font-size: 30px;
  }
  .fs-p-block-title {
    font-size: 30px !important;
  }
  .p-block-f {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-block:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-block-h {
    margin-bottom: 15px;
  }
  .p-block-h h2,
  .p-block-h h3,
  .p-block-h h4,
  .p-block-h .-title {
    font-size: 20px;
  }
  .fs-p-block-title {
    font-size: 20px !important;
  }
  .p-block-f {
    margin-top: 15px;
  }
}

/* ------------------------------------------------
 */
.view-more::after {
  content: "";
  width: 1.25em;
  height: 1em;
  display: inline-block;
  background: url(../images/icon-rarrow.png) no-repeat;
  background-size: cover;
}
.view-more a {
  color: inherit;
}
.view-more.-white::after {
  background-image: url(../images/icon-rarrow-white.png);
}

/* ------------------------
 */
.genre-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
 border-top: 1px solid #EEE;  
}
.genre-list li {
  margin: 0;
  border-bottom: 1px solid #EEE;
  font-weight: bold;
}
.genre-list a {
  padding: 1em;
  color: #CE93D8;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
.genre-list a::after {
  content: "";
  width: 1.25em;
  height: 1em;
  display: inline-block;
  background: url(../images/icon-rarrow-purple.png) no-repeat;
  background-size: cover;
}

/* ------------------------
 */
.feature-deck dt {
  color: #CE93D8;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.feature-deck .-fig {
  text-align: center;
}
.feature-deck .-fig img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .feature-deck li {
    flex: 0 0 30%;
  }
  .feature-deck li:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .feature-deck li {
    margin-bottom: 30px;
  }
}

/* ------------------------
 */
.lead-trial {
  font-weight: bold;
}
.lead-trial.-btn,
.lead-trial .-btn {
  background: linear-gradient(to right, #d19bd6, #ffdfd7);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.lead-trial a {
  color: #FFF;
  display: block;
  text-decoration: none;
  background-image: url(../images/icon-rarrow-white.png);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .lead-trial.-btn a {
    padding: 3em;
    background-position: center right 2em;
    background-size: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .lead-trial.-btn a {
    padding: 2em;
    background-position: center right 1em;
    background-size: 12px 10px;
  }
}
.lead-trial.-btn .en-title .-main {
  color: inherit;
}
.lead-trial.-block .en-title .-main {
  text-align: center;
  color: #FFF;
}
.lead-trial.-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.lead-trial.-block .-inner {
  background: rgba(0,0,0,.24);
  padding: 100px 0;
}
.lead-trial .-btn {
  max-width: 268px;
  margin: auto;
  margin-top: 1em;
}
.lead-trial .-btn a {
  padding: 1em;
  background-position: center right 1em;
  background-size: 12px 10px;
}
@media screen and (min-width: 768px) {
  .lead-trial.-block {
    background-image: url(../images/lead-trial-img.jpg);
  }
}
@media screen and (max-width: 767px) {
  .lead-trial.-block {
    background-image: url(../images/lead-trial-img-sp.jpg);
  }  
}

/* ------------------------
 */
.voice-list {
  justify-content: space-between;
}
.voice-list .archive-entry {
  font-size: inherit;
  flex: 0 0 46%;
}
.voice-list .-h {
  border: 3px solid #111;
  background: #FFF;
  padding: 1em;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.voice-list .entry:nth-child(odd) .-h {
  margin-right: 15%;
}
.voice-list .entry:nth-child(odd) .-fig {
  margin-left: 15%;
}
.voice-list .entry:nth-child(even) .-h {
  margin-left: 15%;
}
.voice-list .entry:nth-child(even) .-fig {
  margin-right: 15%;
}
.voice-list .-h::before,
.voice-list .-h::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  border-color: transparent;
  transform: skew(10deg);
  border-style: solid;
}
.voice-list .-h::before {
  border-width: 12px;
  border-top-color: #111;
  margin-left: -12px;
}
.voice-list .entry:nth-child(odd) .-h::before {
  border-right-color: #111;
}
.voice-list .entry:nth-child(even) .-h::before {
  border-left-color: #111;
}
.voice-list .-h::after {
  border-width: 9px;
  border-color: transparent;
  border-top-color: #FFF;
  margin-left: -9px;
}
.voice-list .entry:nth-child(odd) .-h::after {
  border-right-color: #FFF;    
}
.voice-list .entry:nth-child(even) .-h::after {
  border-left-color: #FFF;    
}
.voice-list .-fig {
  display: block;
  margin-top: -40px;
}
.voice-list .-fig img {
  height: 280px;
  object-fit: cover;
}
.voice-list .-cnt {
  margin-top: -40px;  
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-right: 10px;
  font-weight: bold;
}
.voice-list .-link img {
  width: 80px;
}

@media screen and (min-width: 768px) {
  .voice-list > :nth-child(2n) {
    margin-top: 146px;
  }
  .voice-list .entry:nth-child(3) {
    margin-top: -100px;
  }
  .voice-list .entry:nth-child(4) {
    margin-top: 46px;
  }
}

/* ------------------------
 */
.lead-instructor-sec {
  background-image: url(../images/mv-instructor.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0,0,0,.7);
  background-blend-mode: darken;
  background-position: center;
  color: #FFF;
  align-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lead-instructor-sec {
    height: 540px;
  }
}
@media screen and (max-width: 767px) {
  .lead-instructor-sec {
    height: 280px;
  }
}

/* ------------------------
 */
@media screen and (min-width: 768px) {
  .school-sec .img-list a {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .school-sec .img-list a {
    height: 110px;
  }
}
  
/* ------------------------
 */
@media screen and (min-width: 768px) {
  .news-sec {
    display: flex;
    justify-content: space-between;
  }
  .news-sec .p-sec-h {
    flex: 0 0 160px;
    margin-right: 20px;
  }
  .news-sec > .-cnt {
    flex-grow: 1;
  }
  .news-sec .entry-meta {
    margin: 0;
    text-align: center;
  }
  .news-sec .entry-meta,
  .news-sec .entry-posted-on,
  .news-sec .entry-terms,
  .news-sec .entry-title {
    display: inline-block;
    vertical-align: middle;
  }
  .news-sec .entry-posted-on {
    width: 5em;
  }
  .news-sec .entry-terms {
    width: 11em;
  }
}

/* ------------------------
 */
.genre-sec .img-list li {
  margin-bottom: 20px;
}
.genre-sec .img-list a {
  aspect-ratio: 1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .genre-sec .p-sec-h {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .genre-sec .p-sec-h > * {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .genre-sec .p-sec-h > :first-child {
    margin-bottom: 20px;
  }
}

/* ------------------------
 */
@media screen and (min-width: 768px) {
  .campaign-block {
    width: 480px;
    margin: auto;
  }
}

/* ------------------------
 */
.instructor-sec {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.instructor-sec .img-list {
  justify-content: center;
}
.instructor-sec .img-list a {
  aspect-ratio: 1;
  font-weight: bold;
}
.instructor-sec .img-list .-dark {
  align-content: end;
  padding-bottom: 15px;
}

/* ------------------------
 */
.point-block {
  border: 2px solid #DFB7E2;
  padding: .5em 1.5em;
  border-radius: 10px;
}
.point-block .-h {
  margin-top: -1.25em;
  margin-bottom: 0;
}
.point-block .-title {
  font-size: 100%;
  display: inline-block;
  background: #FFF;
}
.point-block .-title,
.point-block .-body {
  padding: 0 10px;
}

/* ------------------------
 */
.point-list-block {
  background: #FAFAFA;
  padding: .5em 1.5em;  
}
.point-list-block .-h {
  margin-top: -1.25em;
  margin-bottom: 0;
  text-align: center
}
.point-list-block .-title {
  font-size: 100%;
}
.point-list-block ul {
  list-style-type: none;
  padding: 0;
}
.point-list-block li {
  background: url(../images/icon-check.png) no-repeat;
  background-position: left top .5em;
  background-size: 16px 16px;
  padding-left: 32px;
}

/* ------------------------
 */
.flow-list li {
  position: relative;
}
.flow-list .-num {
  display: block;
  background: linear-gradient(#ffdfd7 0%, #d19bd6 100%);
  position: absolute;
  z-index: 2;
  text-align: center;
  align-content: center;
  color: #FFF;
  line-height: 1;
}
.flow-list .-fig img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.flow-list dt {
  font-size: 112.5%;
  font-weight: bold;
}
.flow-list dd {
  margin: 0;
}
.flow-list.-num-center .-num {
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  left: 50%;
}
.flow-list.-num-center .-fig {
  margin-top: 20px;
}

@media screen and (max-width: 1023px) {
  .flow-list {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .flow-list .-fig,
  .flow-list .-cnt {
    max-width: 300px;
  }
  .flow-list.-num-left .-num {
    font-size: 32px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
  .flow-list.-num-left .-fig,
  .flow-list.-num-left .-cnt {
    margin-left: 40px;
  }
  .flow-list.-num-left .-fig {
    margin-top: 40px;
  }
  .flow-list.-num-center .-num {
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .flow-list .-fig img {
    max-height: 400px;
  }
  .flow-list.-num-left .-num {
    font-size: 24px;
    width: 64px;
    height: 64px;
    border-radius: 32px;
  }
  .flow-list.-num-left .-fig,
  .flow-list.-num-left .-cnt {
    margin-left: 32px;
  }
  .flow-list.-num-left .-fig {
    margin-top: 32px;
  }
  .flow-list.-num-center .-num {
    margin-left: -20px;
  }
}

/* ------------------------
 */
.none-block {
  width: 100%;
  height: 120px;
  text-align: center;
  align-content: center;
  background: #EEE;
}

/* ------------------------
 */
.p-sec-h.-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
  
/* ------------------------------------------------
   トップページ  
 */
.home .ly-body {
  margin-bottom: 0;
}
.home .gl-f {
  margin-top: 0;
}
/* ------------------------
 */
@media screen and (min-width: 768px) {
  .column-sec .p-sec-body {
    margin-left: 30%;
  }
}
@media screen and (max-width: 767px) {
  .column-sec .archive-entry {
    margin-bottom: 0;
  }
  .column-sec .-fig img {
    width: 100%;
    height: 200px;
  }
}

/* ------------------------------------------------
   特徴
 */
.feature-sec-1 .-fig > :first-child {
  margin-left: 30%;
  margin-bottom: 20px;
}
.feature-sec-1 .-fig > :last-child {
  margin-right: 30%;
}


/* ------------------------------------------------
   school
@media screen and (min-width: 768px) {
  .single-school .p-sec,
  .single-school .p-sec-parent > * {
    padding-top: 60px;
    padding-bottom: 60px;
  }

@media screen and (max-width: 767px) {
  .single-school .p-sec,
  .single-school .p-sec-parent > * {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
*/

.mv-school {
  position: absolute;
  left: 0;
  top: 10%;
  background: #CE93D8;
  color: #FFF;
  border-radius: 0 10px 10px 0;
  padding: 1em .5em;
  writing-mode: vertical-rl;
  letter-spacing: .4em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mv-school {
    top: 5%;
  }
}
.access-catch {
  font-size: 120%;
  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;
  }
}

/* ------------------------------------------------
   料金  
 */
.price-sec-h > * {
  border: solid #CE94D8;
  border-width: 2px 2px 0;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  padding: .75em;
  text-align: center;
  width: 30%;
  cursor: pointer;
}
.price-sec-h > .selected {
  background: #CE94D8;
  color: #FFF;
  cursor: initial;
}
.price-sec-body {
  border: 2px solid #CE94D8;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.price-sec-f {
  color: #666;
}
.price-block table {
  width: 100%;
  margin: 0;
  border-spacing: .3em;  
}
.price-block td,
.price-block th {
  font-weight: bold;
  text-align: center;
  padding: .5em;
}
.price-block thead th {
  background: #DEB7E2;
}
.price-block tbody th {
  background: #EEE;
}
.price-block td {
  background: #FAFAFA;
}
.price-block .-popular,
.price-block .-recommend {
  background-repeat: no-repeat;
  background-size: 3.5em;
  background-position: left 1em center;
}
.price-block .-popular {
  background-image: url('../images/icon-popular.png');
}
.price-block .-recommend {
  background-image: url('../images/icon-recommend.png');
}
@media screen and (min-width: 768px) {
  .price-block .-popular,
  .price-block .-recommend {
    background-size: 3.5em;
    background-position: left 1em center;
  }
}
@media screen and (max-width: 767px) {
  .price-block .-popular,
  .price-block .-recommend {
    background-size: 3em;
    background-position: left .5em top .5em;
    padding-top: 3em;
  }
}

/* ------------------------------------------------
   生徒の声
*/
.single-entry.voice .entry-thumbnail img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}
.voice-tbl {
  border-collapse: collapse;
  width: 100%;
}
.voice-tbl th,
.voice-tbl td {
  padding: .75em 0;
  border-bottom: 1px solid #EEE;
}
.voice-tbl th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.voice-tbl td {
  word-break: break-all;
}
.single-entry.voice .qa {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #EEE;
  margin-bottom: 1.5em;
}
.single-entry.voice .qa dt,
.single-entry.voice .qa dd {
  margin: 0;
}
.single-entry.voice .qa dt {
  color: #CE93D8;
  font-weight: bold;
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .single-entry.voice {
    border: 1px solid #EEE;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .single-entry.voice .-fig {
    flex: 0 0 300px;
    margin-right: 32px;
  }
  .single-entry.voice .-cnt {
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .single-entry.voice .-fig {
    text-align: center;
    margin-bottom: 0;
  }
  .single-entry.voice .entry-content {
    margin-top: 20px;
  }
}
