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

 guidelines.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);
  }
}
/*-----------------------------------

	$contents

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

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

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

	$guidelines

-----------------------------------*/
.guidelines .pamphlet {
  margin-bottom: 7rem;
}
.guidelines .pamphlet__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.guidelines .pamphlet__unit {
  width: 50%;
  text-align: center;
  padding: 4rem 2rem;
  border-left: 1px solid #ccc;
}
.guidelines .pamphlet__unit:nth-child(even) {
  border-right: 1px solid #ccc;
}
.guidelines .pamphlet__thumbnail {
  padding-bottom: 2rem;
}
.guidelines .pamphlet__thumbnail img {
  width: 100%;
  max-width: 24rem;
  margin: auto;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}
.guidelines .pamphlet__text h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #E881C9;
}
.guidelines .pamphlet__text .btn-01 {
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .guidelines .pamphlet__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    max-width: 72rem;
    margin: auto;
  }
  .guidelines .pamphlet__unit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem;
    border: none;
    border-top: 1px solid #ccc;
  }
  .guidelines .pamphlet__unit:nth-child(even) {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .guidelines .pamphlet__thumbnail {
    width: 40%;
    padding-bottom: 0;
  }
  .guidelines .pamphlet__text {
    text-align: left;
  }
  .guidelines .pamphlet__text h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .guidelines .pamphlet__wrap {
    max-width: 48rem;
  }
  .guidelines .pamphlet__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .guidelines .pamphlet__thumbnail {
    width: 100%;
    padding-bottom: 2rem;
  }
  .guidelines .pamphlet__text {
    text-align: center;
  }
  .guidelines .pamphlet .btn-01 {
    margin-top: 1rem;
  }
}
.guidelines .application {
  background: #fbe9f5;
  padding: 8rem 0;
  margin-bottom: 8rem;
}
.guidelines .application .inner {
  max-width: 80rem;
  margin: auto;
}
.guidelines .application__lead {
  text-align: center;
  padding-bottom: 2rem;
}
.guidelines .application__title-01 {
  font-size: 4.8rem;
  line-height: 1;
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #E881C9;
  margin: 0 0 0.5rem;
  padding: 0;
}
.guidelines .application__title-02 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  color: #E881C9;
  margin: 0 0 0.5em;
  padding: 0;
}
.guidelines .application__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 3rem;
}
.guidelines .application__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.guidelines .application__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.guidelines .application__unit {
  width: 49%;
  background: #fff;
  border-radius: 6rem;
  padding: 3rem 1rem;
  text-align: center;
}
.guidelines .application__btn li:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .guidelines .application {
    padding: 6rem 0;
    margin-bottom: 6rem;
  }
  .guidelines .application__unit {
    border-radius: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .guidelines .application {
    padding: 4rem 0;
    margin-bottom: 4rem;
  }
  .guidelines .application__title-01 {
    font-size: 3.6rem;
  }
  .guidelines .application__movie {
    margin-bottom: 1rem;
  }
  .guidelines .application__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .guidelines .application__unit {
    width: 100%;
    border-radius: 3rem;
    padding: 2rem 1rem;
  }
  .guidelines .application__unit:not(first-child) {
    margin-top: 1rem;
  }
}
.guidelines .download {
  margin-bottom: 8rem;
}
.guidelines .download__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #E881C9;
  margin: 0 0 0.5em;
  padding: 0;
}
.guidelines .download__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 32%));
  gap: 1rem 2%;
}
.guidelines .download__list li::before {
  content: "・";
  color: #E881C9;
}
.guidelines .download__box {
  margin-bottom: 6rem;
}
.guidelines .download__box:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  .guidelines .download {
    margin-bottom: 4rem;
  }
  .guidelines .download__title {
    font-size: 2rem;
  }
}
.guidelines .request {
  margin-bottom: 6rem;
  text-align: center;
}
.guidelines .request__title {
  font-size: 2rem;
  margin: 0 0 1rem;
  padding: 0;
  color: #27B9B9;
}

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

    print - 印刷設定

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