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

 about.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

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

 about.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

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

	$about

-----------------------------------*/
@media screen and (max-width: 768px) {
  .about__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    max-width: 56rem;
  }
}
.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.about__wrap:not(:first-child) {
  padding-top: 7rem;
}
.about__wrap#about-01 {
  gap: 3rem;
}
.about__wrap#about-02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    max-width: 56rem;
    margin: auto;
  }
  .about__wrap#about-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 46.3rem;
  aspect-ratio: 463/361;
  border-radius: 3.2rem;
  overflow: hidden;
}
.about__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#about-01 .about__image {
  max-width: 48.7rem;
  aspect-ratio: 487/368;
}
@media screen and (max-width: 768px) {
  .about__image {
    width: 100%;
    max-width: none;
  }
  #about-01 .about__image {
    width: 100%;
    max-width: none;
  }
}
.about__text {
  width: 52%;
}
@media screen and (max-width: 1024px) {
  .about__text {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .about__text {
    width: 100%;
  }
}
.about__btn {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .about__btn {
    text-align: center;
  }
}
.about__title {
  font-size: 3.3rem;
  line-height: 1.5151515152;
  color: #E881C9;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 1024px) {
  .about__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .about__title {
    font-size: 2.2rem;
  }
}

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

    print - 印刷設定

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