@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
/* -------------------------------------------
 * initialize
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 0;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

sup {
  font-size: 10rem;
  vertical-align: super;
}

sub {
  font-size: 10rem;
  vertical-align: sub;
}

div,
figure {
  line-height: 0;
}

ul li, ol li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

body {
  font-family: YuGothic, Yu Gothic, "游ゴシック", sans-serif;
  font-weight: 400;
}

img {
  ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    opacity: .7;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

video {
  width: 100%;
  height: auto;
}

.serif {
  font-family: YuMincho, Yu Mincho, "游明朝", serif;
}

.sansSerif {
  font-family: YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

.bold {
  font-weight: bold !important;
  font-size: 100%;
}

.weight400 {
  font-weight: 400 !important;
  font-size: 100%;
}

.weight500 {
  font-weight: 500 !important;
  font-size: 100%;
}

.weight600 {
  font-weight: 600 !important;
  font-size: 100%;
}

.weight700 {
  font-weight: 700 !important;
  font-size: 100%;
}

.colorBlack {
  color: #333 !important;
  font-size: 100%;
}

.colorWhite {
  color: #fff !important;
  font-size: 100%;
}

.colorRed {
  color: #e60012 !important;
  font-size: 100%;
}

.wrap {
  margin: auto;
  padding: 0 29rem;
  max-width: 332rem;
}

.inlineBlock {
  display: inline-block;
  font-size: 100%;
}

.noBreaks {
  word-break: keep-all;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

@media (min-width: 768px) {
  a.tel {
    pointer-events: none;
  }
}

main img,
header img,
footer img {
  max-width: 100%;
  height: auto;
}

.fontSize50 {
  font-size: 50%;
}

.fontSize55 {
  font-size: 55%;
}

.fontSize60 {
  font-size: 60%;
}

.fontSize65 {
  font-size: 65%;
}

.fontSize70 {
  font-size: 70%;
}

.fontSize75 {
  font-size: 75%;
}

.fontSize80 {
  font-size: 80%;
}

.fontSize85 {
  font-size: 85%;
}

.fontSize90 {
  font-size: 90%;
}

.fontSize95 {
  font-size: 95%;
}

.fontSize100 {
  font-size: 100%;
}

.fontSize105 {
  font-size: 105%;
}

.fontSize110 {
  font-size: 110%;
}

.fontSize115 {
  font-size: 115%;
}

.fontSize120 {
  font-size: 120%;
}

.fontSize125 {
  font-size: 125%;
}

.fontSize130 {
  font-size: 130%;
}

.fontSize135 {
  font-size: 135%;
}

.fontSize140 {
  font-size: 140%;
}

.fontSize145 {
  font-size: 145%;
}

.fontSize150 {
  font-size: 150%;
}

.fontSize155 {
  font-size: 155%;
}

.fontSize160 {
  font-size: 160%;
}

.fontSize165 {
  font-size: 165%;
}

.fontSize170 {
  font-size: 170%;
}

.fontSize175 {
  font-size: 175%;
}

.fontSize180 {
  font-size: 180%;
}

.fontSize185 {
  font-size: 185%;
}

.fontSize190 {
  font-size: 190%;
}

.fontSize195 {
  font-size: 195%;
}

.fontSize200 {
  font-size: 200%;
}

.fontSize205 {
  font-size: 205%;
}

.fontSize210 {
  font-size: 210%;
}

.fontSize215 {
  font-size: 215%;
}

.fontSize220 {
  font-size: 220%;
}

.fontSize225 {
  font-size: 225%;
}

.fontSize230 {
  font-size: 230%;
}

.fontSize235 {
  font-size: 235%;
}

.fontSize240 {
  font-size: 240%;
}

.fontSize245 {
  font-size: 245%;
}

.fontSize250 {
  font-size: 250%;
}

.fontSize255 {
  font-size: 255%;
}

.fontSize260 {
  font-size: 260%;
}

.fontSize265 {
  font-size: 265%;
}

.fontSize270 {
  font-size: 270%;
}

.fontSize275 {
  font-size: 275%;
}

.fontSize280 {
  font-size: 280%;
}

.fontSize285 {
  font-size: 285%;
}

.fontSize290 {
  font-size: 290%;
}

.fontSize295 {
  font-size: 295%;
}

.fontSize300 {
  font-size: 300%;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  sup,
  sub {
    font-size: 8rem;
  }

  .pc {
    display: none !important;
  }
}
/*==================================================================================
 common
==================================================================================*/
html {
  font-size: 1.5px;
  font-feature-settings: "palt";
}

body {
  color: #231815;
}

main {
  box-sizing: border-box;
  position: relative;
  margin: auto;
  max-width: 392rem;
  background: #fff;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  main {
    border: 1px solid #e5e5e5;
  }
}
main li,
main .image,
main figure {
  position: relative;
}

.fadeInAct {
  opacity: 0;
  transition: opacity 2s, transform 2s;
}
.fadeInAct.action {
  opacity: 1;
  transform: translate(0) !important;
}
.fadeInAct.fadeUp {
  transform: translateY(50px);
}
.fadeInAct.fadeLeft {
  transform: translateX(100px);
}
.fadeInAct.fadeDown {
  transform: translateY(-50px);
}
.fadeInAct.fadeRight {
  transform: translateX(-100px);
}
.fadeInAct.fadeExpand {
  transform: translateY(100px) scale(0.7);
}
.fadeInAct.fadeExpand.action {
  transform: translateY(0) scale(1) !important;
}

/*==================================================================================
 siteHeader
==================================================================================*/
/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  margin-top: 68rem;
  padding: 43rem 32rem 24rem;
  background: rgba(102, 45, 145, 0.06);
}
.siteFooter .links {
  padding-bottom: 56rem;
}
.siteFooter .links li:not(:last-child) {
  padding-bottom: 36rem;
}
.siteFooter .links li .text {
  padding-bottom: 16rem;
}
.siteFooter .links li .text img {
  width: auto !important;
  height: 36rem;
}
.siteFooter .links li .link {
  width: 81rem;
}
.siteFooter .corporation {
  padding-bottom: 23rem;
}
.siteFooter .corporation .text {
  padding-bottom: 16rem;
}
.siteFooter .corporation .text img {
  width: auto !important;
  height: 30rem;
}
.siteFooter .corporation ul {
  display: flex;
  gap: 0 24rem;
}
.siteFooter .corporation ul img {
  width: auto !important;
  height: 12rem;
}
.siteFooter .copyright {
  margin: auto;
  width: 326rem;
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .siteHeader,
  .siteFooter {
    display: none !important;
  }
}
/*==================================================================================
 top
==================================================================================*/
#top main img {
  width: 100%;
}
#top main h1 {
  position: absolute;
  top: 22rem;
  left: 25rem;
  width: 87rem;
  z-index: 2;
}
#top main section {
  overflow: hidden;
}
#top section.intro h2 {
  padding-bottom: 8rem;
}
#top section.contact {
  margin-bottom: 60rem;
  padding: 10rem 26rem 20rem;
  background: #2995ed;
}
#top section.contact h3 {
  padding-bottom: 12rem;
}
#top section.contact .button {
  margin: auto;
  width: 302rem;
}
#top section.classRooms {
  padding: 0 29rem;
}
#top section.classRooms h3 {
  margin: auto;
  padding-bottom: 32rem;
  width: 237rem;
}
#top section.classRooms section {
  padding: 0 21rem;
  border-radius: 10rem;
  background: #e6f8ff;
  overflow: hidden;
}
#top section.classRooms section:not(:last-of-type) {
  margin-bottom: 22rem;
}
#top section.classRooms section h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  height: 65rem;
}
#top section.classRooms section h4:before, #top section.classRooms section h4:after {
  content: '';
  display: block;
  position: absolute;
  background: #34afd7;
}
#top section.classRooms section h4:before {
  top: calc(50% - 1rem);
  right: 21rem;
  width: 24rem;
  height: 2rem;
}
#top section.classRooms section h4:after {
  top: calc(50% - 12rem);
  right: 32rem;
  width: 2rem;
  height: 24rem;
}
#top section.classRooms section h4.open:after {
  display: none;
}
#top section.classRooms section h4 img {
  width: auto;
  height: 17rem;
}
#top section.classRooms section:nth-of-type(2n) {
  background: #ffe8f8;
}
#top section.classRooms section:nth-of-type(2n) h4:before, #top section.classRooms section:nth-of-type(2n) h4:after {
  background: #de7bac;
}
#top section.classRooms section ul {
  display: none;
  padding-bottom: 20rem;
}
#top section.classRooms section ul li:not(:last-child) {
  padding-bottom: 10rem;
}

/*# sourceMappingURL=style.css.map */
