@charset "utf-8";
/* CSS Information =========================================
   pages.css
========================================================= */

/* =========================================================
   pages.css
========================================================= */
/* index ===================================================
   template
   common
   home
   contact
   about
   association
   archive
   single
   side_nav
   archive-news
   single-news
   sidebar-news
   booking_package
========================================================= */

/* template
----------------------------------------------- */
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}
@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* common
----------------------------------------------- */

.home .sec-lv-2 > .inner-sec,
.lower-page .sec-lv-2 > .inner-sec {
  padding-bottom: 4em;
}

.home .sec-news .inner-sec,
.association .sec-history ._history_list,
.association .sec-message ._textarea {
  margin-left: auto;
  margin-right: auto;
  width: 86%;
    max-width: 756px;
}

.home .sec-concept,
.home .sec-instructor,
.instructor .sec-introduction,
.instructor .sec-message {
  overflow: hidden;
}

._readmore {
  display: flex;
    flex-direction: column;
    align-items: flex-end;
  font-size: 0.75em;
}

._readmore > a {
  line-height: 1;
  margin-top: 1em;
  text-align: center;
  width: 10em;
}

._readmore > a::after {
  content: '';
  display: block;
  width: 100%;
  height: 1em;
  background-image: url(../img/common/arrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.home .sec-concept ._contact_list > li > a,
.footer ._contact_list  > li > a {
  background-color: #4079bb;
  border-radius: 246px;
  box-shadow: 0 0 0 1px #FFF, 0 0 0 5px #4079bb, 0 2px 4px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  margin: 1em auto;
  padding: 1em;
  text-align: center;
  width: 15em;
}

@media (max-width: 833px) {
  .home .sec-lv-2 > .inner-sec {
    padding-bottom: 2em;
  }
}
@media (min-width: 834px) {
  ._spbr {
    display: none;
  }
}

/* home
----------------------------------------------- */
.home  .heading-2 {
  font-size: min( 6vw, 2em);
  text-align: center;
}

.home .sec-home ._top_image {
  background-color: rgb(23, 47, 85);
  position: relative;
  width: 100%;
  height: 100vh;
}

.home .sec-home ._top_image .image {
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

.home .sec-home ._top_image .image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec-home > .inner-sec ._top_image .heading-1 {
  color: #fff;
  position: absolute;
    top: 50%;
    right: 1em;
  display: block;
  font-size: min( 8vw, 3em);
  text-align: right;
  text-shadow: 0px 4px 4px rgba(0,0,0,0.6);
}

.home .heading-1 > span:nth-of-type(2) {
  animation-delay: .05s;
}

.home .heading-1 > span:nth-of-type(3) {
  animation-delay: .1s;
}

.home .heading-1 > span:nth-of-type(4) {
  animation-delay: .15s;
}

.home .heading-1 > span:nth-of-type(5) {
  animation-delay: .2s;
}

.home .heading-1 > span:nth-of-type(6) {
  animation-delay: .25s;
}

.home .heading-1 > span:nth-of-type(7) {
  animation-delay: .3s;
}

.home .heading-1 > span:nth-of-type(8) {
  animation-delay: .35s;
}

.home .heading-1 > span:nth-of-type(9) {
  animation-delay: .4s;
}

.home .heading-1 > span:nth-of-type(10) {
  animation-delay: .45s;
}

.home .heading-1 > span:nth-of-type(11) {
  animation-delay: .5s;
}

.home .heading-1 > span:nth-of-type(12) {
  animation-delay: .55s;
}

.home .heading-1 > span:nth-of-type(13) {
  animation-delay: .6s;
}

.home .heading-1 > span:nth-of-type(14) {
  animation-delay: .65s;
}

.home .heading-1 > span:nth-of-type(15) {
  animation-delay: .7s;
}

.home .heading-1 > span:nth-of-type(16) {
  animation-delay: .75s;
}

.home .heading-1 > span:nth-of-type(17) {
  animation-delay: .8s;
}

.home .heading-1 > span:nth-of-type(18) {
  animation-delay: .85s;
}

.home .heading-1 > span:nth-of-type(19) {
  animation-delay: .9s;
}

.home .heading-1 > span:nth-of-type(20) {
  animation-delay: .95s;
}

.home .heading-1 > span:nth-of-type(21) {
  animation-delay: 1.0s;
}

.home .heading-1 > span:nth-of-type(22) {
  animation-delay: 1.05s;
}

.home .heading-1 > span:nth-of-type(23) {
  animation-delay: 1.1s;
}

.home .heading-1 > span:nth-of-type(24) {
  animation-delay: 1.15s;
}

.home .heading-1 > span:nth-of-type(25) {
  animation-delay: 1.2s;
}

.home .heading-1 > span:nth-of-type(26) {
  animation-delay: 1.25s;
}

.home .heading-1 > span:nth-of-type(27) {
  animation-delay: 1.3s;
}

.home .heading-1 > span {
  opacity: 0;
  transform: translate(-4000px, 0) scale(.3);
  animation: TextMove .5s forwards;
}


@keyframes TextMove {

  50% {
    transition: .4;
    opacity: 0;
  }

  100% {
    transition: .4;
    opacity: 1;
  }
}



.sec-home > .inner-sec ._top_image ._for_sec-news > a {
  color: #fff;
  font-size: 1.5em;
  position: absolute;
    bottom: 1em;
    right: calc(50% - 1em);
}

.sec-home .sec-news {
  margin-top: -4em;
  padding-top: 8em;
}


.home .sec-concept .inner-sec ._text {
  text-align: center;
}

.home .sec-concept .inner-sec ._text span {
  display: inline-block;
  text-align: center;
}

.home .sec-schedule .heading-2 {
  color: #fff;
}

.home .sec-schedule ._attention {
  background-color: #fff;
  padding: 1em 0.5em;
  text-align: center;
}

.home .sec-news ._newslist > li {
  border-bottom: solid 1px rgb(23, 47, 85);
}

.home .sec-news ._newslist > li > a {
  border-radius: 8px;
  padding: 1em;
}

.home .sec-news ._newslist > li > a {
    display: flex;
      flex-wrap: wrap;
}

.home .sec-news ._newslist > li > a ._date {
  width: 10em;
  padding-right: 1em;
}

.home .sec-support .swiper {
  padding-left: 4em;
  padding-right: 4em;
}

.home .sec-support .swiper .swiper-slide {
  background-color: #efefef;
  box-shadow: 1px 1px 4px 2px #efefef;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  opacity: 0.5;
}

.home .sec-support .swiper .swiper-slide-visible {
  background-color: #fff;
  opacity: 1;
}

.home .sec-support .swiper .swiper-slide ._title {
  margin-top: 4px;
}

.home .sec-support .swiper .swiper-slide ._title .sub {
  font-size: 0.75em;
  margin-left: 0.5em;
}

.home .sec-concept ._contact_list > li {
  border: solid 1px #4079bb;
  border-radius: 8px;
  margin-top: 2em;
  padding: 1em;
}

.home .sec-concept ._contact_list > li ._title {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  position: relative;
  text-align: center;
}

.home .sec-concept ._contact_list > li ._title::before {
  content: '';
  background-color: #ff2;
  display: block;
  position: absolute;
    left: calc(50% - 4em);
    bottom: 0.25em;
  width: 8em;
  height: 0.5em;
  z-index: -1;
}

.home .sec-concept ._contact_list > li ._image {
  margin: 0 auto 1em;
  width: 50%;
}

.home .sec-supportcompanies ._companies_list {
  list-style: none;
}

.home .sec-supportcompanies ._companies_list > li > ul {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  margin-top: 2em;
}

.home .sec-supportcompanies ._companies_list > li > ._L_list > li > a {
  display: block;
  width: 30vw;
    max-width: 280px;
  height: 12vw;
}

.home .sec-supportcompanies ._companies_list > li > ._M_list > li > a {
  display: block;
  width: 22vw;
    max-width: 160px;
  height: 6vw;
}

.home .sec-supportcompanies ._companies_list > li > ._S_list > li > a {
  display: block;
  width: 15vw;
    max-width:96px;
  height: 4vw;
}

.home .sec-supportcompanies ._companies_list > li > ul > li > a > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}


@media (max-width: 833px) {

  .home .sec-news ._newslist > li > a ._title {
    width: 100%;
  }

  .home .sec-supportcompanies ._companies_list > li > ul {
    gap: 4px;
  }

}
@media (min-width: 834px) {

  .home .sec-news ._newslist > li > a {
    display: flex;
      flex-wrap: wrap;
  }

  .home .sec-news ._newslist > li > a ._date {
    width: 10em;
    padding-right: 1em;
  }

  .home .sec-news ._newslist > li > a ._title {
    width: calc(100% - 10em);
  }

  .home .sec-concept ._contact_list {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .home .sec-concept ._contact_list > li {
    width: 48%;
  }

  .home .sec-supportcompanies ._companies_list > li > ul {
    gap: 24px;
  }

}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
  .sec-home > .inner-sec ._top_image ._top_textarea ._top_contact > a:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sec-home > .inner-sec ._top_image ._top_textarea ._for_sec-news > a:hover {
    color: #fcfc27;
  }

  ._readmore > a:hover {
    color: #172f55;
  }

  .home .sec-news ._newslist > li > a:hover,
  .home .sec-lesson ._lessondet_list > li > a:hover {
    background-color: rgba( 166, 200, 254, 0.2);
  }
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
  .sec-home > .inner-sec ._top_image ._top_textarea ._top_contact > a:active {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sec-home > .inner-sec ._top_image ._top_textarea ._for_sec-news > a:active {
    color: #fcfc27;
  }

  ._readmore > a:active {
    color: #172f55;
  }

  .home .sec-news ._newslist > li > a:active {
    background-color: rgba( 166, 200, 254, 0.1);
  }
}

/* contact
----------------------------------------------- */
.contact .wpcf7-form > p  {
  margin-top: 2em;
}

.sec-contact ._definitions_list {
  margin-top: 2em;
}

.sec-contact ._required {
  background-color: rgb(245, 214, 7);
  border-radius: 4px;
  font-size: 0.75em;
  font-weight: normal;
  margin: auto 0.5em;
  padding: 0.125em 0.5em;
}

.sec-contact ._definitions_list > dl > dd {
  margin-bottom: 2em;
  margin-top: 0.5em;
}

.sec-contact ._definitions_list > dl > dd > input,
.sec-contact ._definitions_list > dl > dd > textarea {
  border: 1px solid #172f55;
  box-shadow: 0 2px 3px 2px rgba(144, 144, 144, 0.2) ;
  box-sizing: border-box;
  padding: 0.5em 0.5em ;
  width: 100%;
}

.sec-contact ._definitions_list > dl > dd ._list > ul {
  display: flex;
    flex-wrap: wrap;
}

.sec-contact ._definitions_list > dl > dd ._list > ul > li {
  margin-right: 4em;
  margin-bottom: 1em;
}

@media (max-width: 833px) {
}
@media (min-width: 834px) {
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}


/* about
----------------------------------------------- */
.about ._values_list {
  display: grid;
    grid-template-columns: repeat( 4, 1fr);
    gap: 24px;
    margin-bottom: 2em;
  margin-top: 2em;
}

.about ._values_list li {
  margin-bottom: 1em;
}

.about ._values_list ._title {
  background-color: #e0ecff;
  border-radius: 8px;
  margin-bottom: 0.5em;
  text-align: center;
  padding: 0.5em 0.25em;
}

.about ._values_list > li ._image {
  margin: 1em auto;
  width: 80%;
    max-width: 174px;
}

.about ._values_list > li ._image > img {
  object-fit: contain;
  width: 100%;
}

.about ._target_list > li {
  margin: 0 auto 1em;
  width: 100%;
    max-width: 544px;
}

.about ._target_list > li::before {
  font-size: 1.5em;
  color: rgb(245, 170, 7);
  content: "\f00c";
  font-family: fontawesome;
  margin-right: 0.25em;
}

@media (max-width: 833px) {
  .about ._values_list {
    display: grid;
      grid-template-columns: repeat( auto-fit, minmax( 240px, 1fr ));
      gap: 24px;
  }

  .about ._values_list > li {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
      max-width: 280px;
  }

}
@media (min-width: 834px) {
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}


/* association
----------------------------------------------- */
.association .sec-profile ._profile_list {
  display: flex;
    flex-wrap: wrap;
}

.association .sec-profile ._profile_list > dt {
  color: #003394;
  border-bottom: solid 2px #003394;
  margin-bottom: 1em;
  padding: 2em 1em;
}

.association .sec-profile ._profile_list > dd {
  border-bottom: solid 2px #cccccc;
  margin-bottom: 1em;
  padding: 2em 1em;
}

.association .sec-history ._history_list {
  display: flex;
    flex-wrap: wrap;
  position: relative;
}

.association .sec-history ._history_list > dt {
  color: #003394;
  padding: 2em 1em;
  padding-left: 5em;
  position: relative;
  width: 12em;
}

.association .sec-history ._history_list > dt::before {
  content: '⚫︎';
  color: #003394;
  font-size: 4em;
  position: absolute;
    top: 0;
    left: 0;
}

.association .sec-history ._history_list > dd::before {
  content: '';
  border-left: solid 2px #003394;
  display: block;
  position: absolute;
    top: 0;
    left: 2em;
  height: 100%;
}

.association .sec-history ._history_list > dd {
  margin-bottom: 1em;
  padding: 2em 1em;
  width: calc(100% - 12em);
}

.association .sec-message {
  background-image: url('../img/association/message_back.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}

.association .sec-message::before {
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);;
  content: '';
  display: block;
  position: absolute;
    top: 0;
    left: 0;
  width: 100%;
  height: 4em;
  z-index: 2;
}

.association .sec-message ._textarea ._sign {
  margin-top: 1em;
  text-align: right;
}

.association .sec-message ._textarea ._sign > span {
  margin-left: 1em;
}


@media (max-width: 833px) {
  .association .sec-profile ._profile_list > dt {
    width: 30vw;
  }

  .association .sec-profile ._profile_list > dd {
    width: calc(100% - 30vw);
  }

  .association .sec-message {
    background-size: contain;
    padding-bottom: 48px;
  }
}
@media (min-width: 834px) {
  .association .sec-profile ._profile_list > dt {
    width: 12em;
  }

  .association .sec-profile ._profile_list > dd {
    width: calc(100% - 12em);
  }

  .association .sec-message {
    background-size: cover;
    padding-bottom: 400px;
  }
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* aaa
----------------------------------------------- */
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* archive
   single
----------------------------------------------- */


@media (max-width: 833px) {
}
@media (min-width: 834px) {

}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* side_nav
----------------------------------------------- */


@media (max-width: 833px) {
}
@media (min-width: 834px) {
  
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* archive-news
   single-news
   sidebar-news
----------------------------------------------- */
.news.lower-page {
  background: linear-gradient(10deg, #dff2ff, #ffffff 50%, #dff2ff);
}

.news.lower-page .inner-page ._archive-contents,
.news.lower-page .inner-page .sec-news-content {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 2px 2px 8px rgb(233, 233, 233) inset;
  margin-bottom: 2em;
  padding: 3em 2em;
}

.sidebar-news {
  padding: 1em;
}

.sec-archive-news .heading-2 span::before,
.sec-news-content .heading-2 span::before,
.sec-archive-news .heading-2 span::after,
.sec-news-content .heading-2 span::after {
  display: none;
}

.sec-news-content .heading-2 {
  border-left: solid 6px #172f55;
  padding-left: 0.25em;
  text-align: left;
}

.sec-archive-news ._archive-contents .heading-2 {
  color: rgba(51, 51, 51, 0);
  position: relative;
}

.sec-archive-news ._archive-contents .heading-2 > span {
  color: rgba(51, 51, 51, 1);
  position: absolute;
    left: 0;
    top: 0;
}

.sec-archive-news ._archive-contents .heading-2 > span::after {
  content: ' News List';
  display: inline;
  border-bottom: solid 0px #172f55;
  border-right: solid 0px #172f55;
  position: static;
  width: auto;
  height: auto;
}

.sec-archive-news ._archive-contents .archive-list > li {
  border-bottom: dotted 1px #aaa;
}

.sec-archive-news ._archive-contents .archive-list > li > a {
  border-radius: 8px;
  display: block;
  padding: 1em;
  transition: .4s;
  width: 100%;
}

.sec-archive-news ._archive-contents .archive-list > li > a:hover {
  background-color: #e0ecff;
}

.sec-archive-news ._archive-contents .archive-list > li > a .post-date {
  display: block;
  width: 6em;
}

.single-news .sec-news-content time {
  display: block;
  font-size: 0.75em;
  margin-bottom: 0.5em;
  margin-right: 0;
  text-align: right;
}

.single-news .sec-news-content p {
  margin-bottom: 0.5em;
}

.single-news .sec-news-content h4 {
  background-color: #e0ecff;
  border-radius: 4px;
  margin-bottom: 1em;
  margin-top: 2em;
  padding: 0.5em 1em;
}

.single-news .sec-news-content a {
  color: #4079bb;
  background-color: #dff2ff;
  border: solid 1px #4079bb;
  border-radius: 4px;
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.5em 1em;
  transition: .4s;
}

.single-news .sec-news-content .wp-block-image {
  width: 100%;
}

.single-news .sec-news-content .wp-block-image > img {
  height: auto;
}

.single-news .sec-news-content a:hover {
  background-color: #fff;
}

.sidebar-news .inner-sidebar-news .sidebar_heading {
border-bottom: solid 1px #4079bb ;
font-size: 1.25em;
padding-bottom: 0.25em;
}

.sidebar-news .inner-sidebar-news .sidebar_list {
  margin-bottom: 3em;
}

.sidebar-news .inner-sidebar-news .sidebar_list > li {
  border-bottom: dotted 1px #aaa;
}

.sidebar-news .inner-sidebar-news .sidebar_list > li > a {
  border-radius: 8px;
  display: block;
  padding: 1em 0.5em;
  transition: .4s;
  width: 100%;
}

.sidebar-news .inner-sidebar-news .sidebar_list > li > a .post-date {
  font-size: 0.75em;
  margin-bottom: 0.25em;
}

.sidebar-news .inner-sidebar-news .sidebar_list > li > a:hover {
  background-color: #fff;
}

.sidebar-news .inner-sidebar-news .yearly-list > li > a::after {
  content: '年';
}


@media (max-width: 833px) {

  .news.lower-page .sec-lv-1 > .inner-sec_ > .inner-sec_contents {
    display: flex;
      flex-direction: column;
  }

  .news.lower-page .inner-page ._archive-contents,
  .news.lower-page .inner-page .sec-news-content {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 2em);
  }

  .sidebar-news {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 2em);
  }

  .sec-archive-news ._archive-contents .archive-list > li > a ._title {
    display: block;
    margin-top: 0.5em;
    width: 100%;
  }

}

@media (min-width: 834px) {
  .single-news .sec-lv-1 > .inner-sec > .inner-sec_contents,
  .sec-archive-news .inner-sec_contents {
    display: flex;
      justify-content: space-around;
  }

  .news.lower-page .inner-page ._archive-contents,
  .news.lower-page .inner-page .sec-news-content {
    width: calc(76% - 4em);
  }

  .sidebar-news {
    width: calc(20% - 2em);
  }

  .sec-archive-news ._archive-contents .archive-list > li > a {
    display: flex;
      flex-wrap: wrap;
  }

  .sec-archive-news ._archive-contents .archive-list > li > a ._title {
    display: block;
    width: calc(100% - 6em);
  }

}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* aaa
----------------------------------------------- */
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* aaa
----------------------------------------------- */
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* aaa
----------------------------------------------- */
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* aaa
----------------------------------------------- */
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* aaa
----------------------------------------------- */
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* booking_package
----------------------------------------------- */
#booking_package_input_contacttype,
#booking_package_input_class,
#booking_package_input_ballet {
  display: flex;
    flex-wrap: wrap;
  font-size: min(3.5vw, 1em);
}

#booking_package_input_contacttype > label,
#booking_package_input_class > label,
#booking_package_input_ballet > label {
  margin-bottom: 0.5em;
  margin-right: 2em;
  margin-top: 0.5em;
}






@media (max-width: 833px) {
}
@media (min-width: 834px) {
}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}












/* end of file */