@charset "UTF-8";
/* --

 curriculum.css

-- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC&display=swap);
@import url("https://fonts.googleapis.com/css?family=Kosugi&display=swap");
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* --

 * clearfix............float解除
 * font-size...........フォントサイズ指定（px指定はIE8対策）
 * layout-baseSize.....基本のコンテンツサイズ
 * layout-posMiddle....天地中央配置
 * moving-base.........基本のアニメーション
 * FontAwesome.........アイコンフォント使用（FontAwesome）
 * opacity.............透明度設定（IE対応含む）
 * tablet..............ブレイクポイント設定（タブレット）
 * mobile..............ブレイクポイント設定（スマホ）

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

 keyframes - アニメーションキーフレーム集

-----------------------------------*/
@-webkit-keyframes fade {
  100% {
    opacity: 1;
    padding: 0;
  }
}
@keyframes fade {
  100% {
    opacity: 1;
    padding: 0;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeinRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeinRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeinLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeinLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(33px);
            transform: translateY(33px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(33px);
            transform: translateY(33px);
  }
}
/*
@-webkit-keyframes toggle-top {
	0% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(0deg);
		transform: translateY(-10px) rotate(0deg);
	}
}

@keyframes toggle-top {
	0% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(0deg);
		transform: translateY(-10px) rotate(0deg);
	}
}

@-webkit-keyframes toggle-bottom {
	0% {
		-webkit-transform: translateY(-4px) rotate(45deg);
		transform: translateY(-4px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(8px) rotate(0deg);
		transform: translateY(8px) rotate(0deg);
	}
}

@keyframes toggle-bottom {
	0% {
		-webkit-transform: translateY(-2px) rotate(45deg);
		transform: translateY(-2px) rotate(45deg);
		//-webkit-transform: translateY(-4px) rotate(45deg);
		//transform: translateY(-4px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(4px) rotate(0deg);
		transform: translateY(4px) rotate(0deg);
		//-webkit-transform: translateY(8px) rotate(0deg);
		//transform: translateY(8px) rotate(0deg);
	}
}

@-webkit-keyframes toggle-top-close {
	0% {
		-webkit-transform: translateY(-17px) rotate(0deg);
		transform: translateY(-17px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
}

@keyframes toggle-top-close {
	0% {
		-webkit-transform: translateY(-17px) rotate(0deg);
		transform: translateY(-17px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
}

@-webkit-keyframes toggle-bottom-close {
	0% {
		-webkit-transform: translateY(15px) rotate(0deg);
		transform: translateY(15px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-4px) rotate(45deg);
		transform: translateY(-4px) rotate(45deg);
	}
}

@keyframes toggle-bottom-close {
	0% {
		-webkit-transform: translateY(15px) rotate(0deg);
		transform: translateY(15px) rotate(0deg);
	}
	50% {
		-webkit-transform: translateY(0px) rotate(0deg);
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-4px) rotate(45deg);
		transform: translateY(-4px) rotate(45deg);
	}
}
*/
/*-----------------------------------

	$contents

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

 curriculum.css

-- */
/**======================================
	setting
======================================**/
.contents {
  overflow: visible !important;
}
@media screen and (max-width: 1024px) {
  .contents {
    margin-top: 0;
  }
  #top .contents, .course .contents {
    margin: 0 !important;
  }
}
.contents__title h2 {
  margin: 0 0 5rem;
}
@media screen and (max-width: 1024px) {
  .contents__title h2 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .contents__title h2 {
    margin-bottom: 1.5rem;
  }
}
.course .contents__wrap, .schooldays .contents__wrap {
  padding: 8rem 0 10rem;
}
#liberty .contents__wrap {
  background: #FFF5FA;
}
#international .contents__wrap {
  background: #E5F6FC;
}
#sbc .contents__wrap {
  background: #E9F8F8;
}
#music .contents__wrap {
  background: #FFEDEB;
}
#schooldays .contents__wrap {
  background: #fdeff5;
}
@media screen and (max-width: 640px) {
  .course .contents__wrap {
    padding: 0;
    position: relative;
  }
  .course .contents__wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
  }
  .schooldays .contents__wrap {
    padding: 3rem 0;
  }
}
.contents__mv {
  width: 100%;
  max-width: 108rem;
  aspect-ratio: 1080/600;
  border-radius: 9rem;
  overflow: hidden;
}
.contents__mv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .contents__mv {
    border-radius: 6rem;
  }
}
.contents__lead {
  width: 90%;
  max-width: 77rem;
  margin: 0 auto 5rem;
}
.contents__lead-ttl {
  font-size: 3.3rem;
  line-height: 1.6;
  color: #E881C9;
  text-align: center;
  margin: 0 0 3rem;
}
.contents__lead-ttl span {
  display: inline;
}
.contents__lead-ttl span:not(:first-child) {
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .contents__lead-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .contents__lead-ttl {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
  .contents__lead-ttl span {
    display: block;
    padding: 0;
  }
}

.breadcrumbs {
  margin: 1rem 0 2.5rem;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 1.2rem;
  line-height: 1;
}
.breadcrumbs > span {
  display: inline-block;
}
.breadcrumbs > span:not(:first-child)::before {
  content: "＞";
  color: #8D8D8D;
  padding: 0 0.5em;
}

.pagelink {
  width: 96%;
  max-width: 108rem;
  margin: 4rem auto 0;
}
.pagelink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 1em 0;
}
.pagelink li {
  display: inline-block;
}
.pagelink li:not(:last-child) {
  border-right: 1px solid #ccc;
}
.pagelink li a {
  display: block;
  padding: 0.2em 1em;
  text-align: center;
}
.pagelink li a:hover {
  color: #eb6ea5;
}
@media screen and (max-width: 640px) {
  .pagelink ul {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pagelink li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .pagelink li a {
    display: block;
    padding: 1em 0;
  }
}

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

	$contents

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

	$curriculum

-----------------------------------*/
.curriculum__lead {
  margin-bottom: 7rem;
}
.curriculum__inner {
  width: 90%;
  max-width: 84.4rem;
  margin: auto;
}
.curriculum__group:not(:first-child) {
  margin-top: 14rem;
}
@media screen and (max-width: 1024px) {
  .curriculum__group:not(:first-child) {
    margin-top: 7rem;
  }
}
.curriculum__main .image {
  position: relative;
}
.curriculum__main .image img {
  width: 100%;
  border-radius: 9rem;
}
@media screen and (max-width: 640px) {
  .curriculum__main .image img {
    border-radius: 6rem;
  }
}
.curriculum__main .text {
  padding-top: 2rem;
}
.curriculum__title {
  margin: 0;
  position: absolute;
  top: -1.5rem;
  left: -2.6rem;
}
.curriculum__title b {
  font-size: 2.9rem;
  font-weight: 700;
  background: #E881C9;
  color: #fff;
  border-radius: 10rem;
  display: inline-block;
  padding: 0.5rem 5rem;
  min-width: 35.3rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .curriculum__title b {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .curriculum__title {
    top: -3rem;
    left: -1rem;
  }
  .curriculum__title b {
    font-size: 2rem;
    min-width: unset;
    padding: 0.5rem 2rem;
  }
}
.curriculum__course {
  position: absolute;
  right: -6.4rem;
  top: -4rem;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .curriculum__course {
    right: -3.515625vw;
    top: -1.46484375vw;
    max-width: 12.6953125vw;
  }
}
@media screen and (max-width: 640px) {
  .curriculum__course {
    right: -2.6666666667vw;
    top: -8vw;
    max-width: 16vw;
  }
}
.curriculum .lesson {
  margin-top: 5rem;
  /*
  &__title {
   margin: 0;
   position: absolute;
   top: -1.7rem;
   left: -4rem;
   b {
    font-size: 1.9rem;
    font-weight: 700;
    color: setting.color(pink);
    background: #fff;
    border-radius: 10rem;
    border: 1px solid setting.color(pink);
    display: block;
    padding: .5rem;
    min-width: 19rem;
    text-align: center;
   }
   @include setting.mobile {
    top: -2rem;
    left: -2rem;
    b {
     font-size: 1.7rem;
    }
   }
  }
  */
}
.curriculum .lesson__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
}
.curriculum .lesson__wrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.curriculum .lesson__wrap:not(.design-01) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .curriculum .lesson__wrap {
    gap: 2rem;
  }
  .curriculum .lesson__wrap:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .curriculum .lesson__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    max-width: 49.5rem;
    margin: auto;
  }
  .curriculum .lesson__wrap:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.curriculum .lesson__image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.curriculum .lesson__image img {
  width: 100%;
  border-radius: 9rem;
}
@media screen and (max-width: 1024px) {
  .curriculum .lesson__image img {
    border-radius: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .curriculum .lesson__image img {
    border-radius: 4rem;
  }
}
.curriculum .lesson__text {
  width: 39%;
}
@media screen and (max-width: 1024px) {
  .curriculum .lesson__text {
    width: 46%;
  }
  .curriculum .lesson__text:not(:first-child) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .curriculum .lesson__text {
    width: 100%;
  }
}
.curriculum .lesson .design-02 {
  margin-top: 4rem;
}
.curriculum .lesson .start-01 .lesson__text,
.curriculum .lesson .dx-01 .lesson__text {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .curriculum .lesson .start-01 .lesson__text,
  .curriculum .lesson .dx-01 .lesson__text {
    padding-bottom: 0;
  }
}
.curriculum .lesson .start-02,
.curriculum .lesson .dx-02 {
  margin-top: -3rem;
}
.curriculum .lesson .start-02 .lesson__text,
.curriculum .lesson .dx-02 .lesson__text {
  padding-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .curriculum .lesson .start-02,
  .curriculum .lesson .dx-02 {
    margin-top: 4rem;
  }
  .curriculum .lesson .start-02 .lesson__text,
  .curriculum .lesson .dx-02 .lesson__text {
    padding-top: 0;
  }
}
.curriculum .lesson__title {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: #E881C9;
  margin: 0 0 2rem;
  padding: 0;
}
.curriculum .lesson__balloon {
  max-width: 15rem;
  position: absolute;
  left: -3rem;
  top: -3rem;
}
.curriculum .lesson__balloon img {
  width: 100%;
  height: auto;
}
.curriculum .lesson__comment {
  background: rgba(232, 129, 201, 0.19);
  padding: 0.5em;
  margin-top: 1em;
}
.curriculum .abroad__box {
  border: 2px solid #27B9B9;
  border-radius: 6.8rem;
  padding: 6rem;
  position: relative;
}
.curriculum .abroad__title {
  position: absolute;
  top: -11rem;
  left: 1rem;
  max-width: 21.6rem;
  margin: 0;
  padding: 0;
}
.curriculum .abroad__title img {
  width: 100%;
  height: auto;
}
.curriculum .abroad__lead {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.64;
  font-weight: 700;
  color: #27B9B9;
  margin-bottom: 4rem;
}
.curriculum .abroad__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 4%;
}
.curriculum .abroad__unit {
  width: 48%;
}
.curriculum .abroad__unit:nth-of-type(2) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.curriculum .abroad__unit .image {
  border-radius: 9rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .curriculum .abroad__box {
    padding: 4rem;
  }
  .curriculum .abroad__title {
    top: -10.7421875vw;
    left: -0.9765625vw;
    max-width: 21.09375vw;
  }
  .curriculum .abroad__lead {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .curriculum .abroad__wrap {
    gap: 2rem 2%;
  }
  .curriculum .abroad__unit {
    width: 32%;
  }
  .curriculum .abroad__unit:nth-of-type(2) {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .curriculum .abroad__unit.text {
    width: 100%;
  }
  .curriculum .abroad__unit .image {
    border-radius: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .curriculum .abroad__box {
    padding: 2rem;
  }
  .curriculum .abroad__title {
    top: -16vw;
    left: -1.3333333333vw;
    max-width: 26.6666666667vw;
  }
  .curriculum .abroad__lead {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
  .curriculum .abroad__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .curriculum .abroad__unit {
    width: 100%;
  }
}

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

    print - 印刷設定

-----------------------------------*/
@media print {
  [id=wrapper] {
    width: 1060px;
    overflow: hidden;
  }
  .header {
    position: static;
  }
}