@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: "Noto Sans JP", 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: "Noto Serif JP", YuMincho, Yu Mincho, "游明朝", serif;
}

.sansSerif {
  font-family: "Noto Sans JP", 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;
  max-width: 1610rem;
}

.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 (max-width: 1024px) {
  .wrap {
    max-width: 900rem;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  sup,
  sub {
    font-size: 8rem;
  }

  .pc {
    display: none !important;
  }
}
/*==================================================================================
 animations
==================================================================================*/
.fadeInAct {
  opacity: 0;
}
.fadeInAct:not(.fadeOnly, .bound, .boundSmall, .boundSmall02, .fadeRight, .fadeLeft) {
  transform: translateY(50rem);
}
.fadeInAct.fadeRight {
  transform: translateX(-50rem);
}
.fadeInAct.fadeLeft {
  transform: translateX(50rem);
}
.fadeInAct.action:not(.bound, .boundSmall, .boundSmall02) {
  opacity: 1;
}
.fadeInAct.action:not(.fadeOnly, .bound, .boundSmall, .boundSmall02, .fadeRight, .fadeLeft) {
  transform: translateY(0);
  transition: opacity 1.2s, transform 1.2s;
}
.fadeInAct.action.fadeRight, .fadeInAct.action.fadeLeft {
  transform: translateX(0);
  transition: opacity 1.2s, transform 1.2s;
}

.fadeInAct.fadeOnly {
  transition: opacity 1.2s;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
/*==================================================================================
 common
==================================================================================*/
html {
  font-size: .05208333vw;
  font-feature-settings: "palt";
}

body {
  color: #231815;
}

main {
  overflow: hidden;
}
main li,
main .image,
main figure {
  position: relative;
}

.commonSlider01 {
  box-sizing: border-box;
  position: relative;
}
.commonSlider01 .slick-slide {
  position: relative;
  margin: 38rem 30rem 56rem;
  box-shadow: 9rem 9rem 45rem 0 rgba(161, 166, 199, 0.45);
}
.commonSlider01 .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.commonSlider01 .slick-slide a {
  display: block;
  color: #231815;
}
.commonSlider01 .slick-slide figcaption {
  padding-bottom: 8rem;
  min-height: 70rem;
  letter-spacing: 1rem;
  line-height: 1.2;
  font-size: 19rem;
  font-weight: 500;
}
.commonSlider01 .slick-dots {
  display: flex;
  gap: 0 16rem;
  justify-content: center;
  position: static;
  bottom: 0;
  padding-top: 50rem;
  line-height: 0;
}
.commonSlider01 .slick-dots li {
  display: block;
  margin: 0;
  width: 24rem;
  height: 20rem;
}
.commonSlider01 .slick-dots li button {
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0;
  background: url("../img/hexagon.svg") no-repeat center center;
  background-size: 100% 100%;
  opacity: .3;
}
.commonSlider01 .slick-dots li button:before {
  display: none;
}
.commonSlider01 .slick-dots li.slick-active button {
  opacity: 1;
}

.commonTitle01 {
  padding-bottom: 90rem;
  text-align: center;
  line-height: 1.3;
  font-size: 60rem;
  font-weight: 500;
}

.commonTitle02 {
  padding-bottom: 100rem;
  text-align: center;
  line-height: 1.7;
  font-size: 35rem;
  font-weight: 400;
}
.commonTitle02:before {
  content: '';
  display: block;
  position: relative;
  margin: 0 auto 20rem;
  height: 80rem;
  background: url("../img/icon01.svg") no-repeat center center;
  background-size: auto 100%;
}

.commonTitle03 {
  padding-bottom: 120rem;
  text-align: center;
  line-height: 1.3;
  font-size: 60rem;
  font-weight: 500;
}
.commonTitle03 .small {
  display: block;
  padding-top: 25rem;
}

.commonTitle04 {
  position: relative;
  margin-bottom: 20rem;
  padding: 18rem 0 18rem 50rem;
  line-height: 1;
  font-size: 50rem;
  font-weight: 600;
  color: #fff;
  background: #5c277d;
}
.commonTitle04:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24rem;
  background: url("../img/arrow01.png") no-repeat center center;
  background-size: 100% 100%;
}
.commonTitle04 .small {
  font-weight: 400;
}

.commonButton01 {
  padding-top: 75rem;
  line-height: 1;
}
.commonButton01 a {
  display: flex;
  align-items: center;
  gap: 0 10rem;
  margin: auto;
  padding: 18rem 0;
  width: 500rem;
  line-height: 1.3;
  font-size: 24rem;
  color: #fff;
  background: #5c277d;
}
.commonButton01 a:before {
  content: '';
  display: block;
  position: relative;
  width: 42rem;
  height: 6rem;
  background: #9b7bb0;
}
.commonButton01.color02 a {
  background: #bf9345;
}
.commonButton01.color02 a:before {
  background: #d8be8f;
}
.commonButton01.color03 a {
  background: #c8161d;
}
.commonButton01.color03 a:before {
  background: #d95c61;
}

@media (max-width: 1024px) {
  html {
    font-size: .1vw;
  }

  .commonTitle01 {
    font-size: 46rem;
  }

  .commonTitle03 {
    padding-bottom: 60rem;
    font-size: 46rem;
  }

  .commonTitle04 {
    padding: 25rem 0 25rem 50rem;
    font-size: 38rem;
  }
  .commonTitle04 .small {
    display: block;
    padding-top: 15rem;
    font-size: 28rem;
  }
}
/*==================================================================================
 siteHeader
==================================================================================*/
.siteHeader {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 35rem 0 0 35rem;
  z-index: 100;
}
.siteHeader .headerLogo {
  width: 474rem;
  line-height: 0;
}
.siteHeader .headerLogo a:hover {
  opacity: 1;
}
.siteHeader .menuButton {
  cursor: pointer;
  position: fixed;
  top: 26rem;
  right: 26rem;
  width: 50rem;
  height: 38rem;
  z-index: 100;
}
.siteHeader .menuButton span {
  position: absolute;
  right: 0;
  left: 0;
  height: 4rem;
  border-radius: 2rem;
  background: #231815;
}
.siteHeader .menuButton span:nth-child(1) {
  top: 0;
}
.siteHeader .menuButton span:nth-child(2) {
  top: 17rem;
}
.siteHeader .menuButton span:nth-child(3) {
  top: 34rem;
}
.siteHeader .menuButton.open span {
  background: #fff;
}
.siteHeader .menuButton.open span:nth-child(1) {
  top: 17rem;
  transform: rotate(45deg);
}
.siteHeader .menuButton.open span:nth-child(2) {
  display: none;
}
.siteHeader .menuButton.open span:nth-child(3) {
  top: 17rem;
  transform: rotate(-45deg);
}
.siteHeader .globalNavi {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 40rem 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  padding: 20rem 50rem 20rem;
  background: #b59ec4;
  z-index: 99;
}
.siteHeader .globalNavi a {
  letter-spacing: 1.5rem;
  color: #fff;
}
.siteHeader .globalNavi .anchorLinks {
  margin: auto;
  width: 760rem;
}
.siteHeader .globalNavi .anchorLinks > li:not(:last-child):not(.noBorder) {
  border-bottom: 1px solid #fff;
  padding-bottom: 3rem;
}
.siteHeader .globalNavi .anchorLinks > li.arrow > a {
  padding-left: 22rem;
}
.siteHeader .globalNavi .anchorLinks > li.arrow > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
  width: 11rem;
  height: 11rem;
  border-right: 2rem solid #fff;
  border-bottom: 2rem solid #fff;
  transform: rotate(-45deg);
}
.siteHeader .globalNavi .anchorLinks > li a {
  display: block;
  position: relative;
  padding: 10rem 0;
  line-height: 1.3;
  font-size: 30rem;
  font-weight: 500;
}
.siteHeader .globalNavi .anchorLinks > li ul {
  padding: 0 0 5rem 30rem;
}
.siteHeader .globalNavi .anchorLinks > li ul a {
  padding-left: .5em;
  text-indent: -.5em;
  line-height: 1.4;
  font-size: 22rem;
}
.siteHeader .globalNavi .anchorLinks > li:nth-child(1) {
  padding-bottom: 20rem !important;
}
.siteHeader .globalNavi .anchorLinks > li:nth-child(5) {
  margin-bottom: 20rem;
}
.siteHeader .globalNavi .anchorLinks > li:nth-child(8) {
  margin-bottom: 40rem;
}
.siteHeader .globalNavi .anchorLinks > li.noBorder a {
  padding: 6rem 0;
}
@media (max-width: 1024px) {
  .siteHeader .menuButton {
    top: 40rem;
    right: 40rem;
    width: 80rem;
    height: 50rem;
  }
  .siteHeader .menuButton span {
    position: absolute;
    right: 0;
    left: 0;
    height: 6rem;
    border-radius: 3rem;
    background: #231815;
  }
  .siteHeader .menuButton span:nth-child(1) {
    top: 0;
  }
  .siteHeader .menuButton span:nth-child(2) {
    top: 22rem;
  }
  .siteHeader .menuButton span:nth-child(3) {
    top: 44rem;
  }
  .siteHeader .menuButton.open span:nth-child(1) {
    top: 22rem;
  }
  .siteHeader .menuButton.open span:nth-child(3) {
    top: 22rem;
  }
  .siteHeader .globalNavi .anchorLinks {
    width: 800rem;
  }
  .siteHeader .globalNavi .anchorLinks > li a {
    font-size: 35rem;
  }
  .siteHeader .globalNavi .anchorLinks > li ul a {
    font-size: 26rem;
  }
}

/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  padding: 100rem 0 130rem;
}
.siteFooter .fixedBanners {
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  background: #fff;
}
.siteFooter .fixedBanners li {
  line-height: 0;
}
.siteFooter .fixedBanners a {
  display: block;
}
.siteFooter .copyright {
  display: block;
  text-align: center;
  font-size: 30rem;
  color: #666;
}
@media (max-width: 1024px) {
  .siteFooter {
    padding: 100rem 0 160rem;
  }
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .siteHeader,
  .siteFooter {
    display: none !important;
  }
}
/*==================================================================================
 top
==================================================================================*/
#top main section {
  position: relative;
}
#top .sections .enTexts li {
  position: absolute;
  z-index: -1;
}
#top section.intro {
  position: relative;
  padding: 280rem 0 140rem;
  text-align: center;
  background: url("../img/intro-bg.png") no-repeat center top;
  background-size: 100% auto;
}
#top section.intro > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding-bottom: 140rem;
  width: 1760rem;
}
#top section.intro > header h2 {
  line-height: 87rem;
  text-align: left;
  font-size: 53rem;
  font-weight: 400;
}
#top section.intro > header .achievements {
  width: 700rem;
}
#top section.intro .lead {
  display: inline-block;
  width: 820rem;
  line-height: 46rem;
  text-align: justify;
  font-size: 27rem;
}
#top section.section01 {
  padding: 90rem 0 0;
  position: relative;
}
#top section.section01:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  background: url("../img/section01-bg.png") no-repeat center top;
  background-size: 100% auto;
  z-index: -1;
}
#top section.section01 h3 {
  padding-bottom: 100rem;
  font-size: 70rem;
  font-weight: 400;
  color: #fff;
}
#top section.section01 h3 .small {
  display: block;
  padding-bottom: 30rem;
  font-size: 42rem;
}
#top section.section01 .course {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 60rem 0;
  width: 660rem;
  padding: 45rem 25rem;
  background: #fff;
}
#top section.section01 .course dl {
  position: relative;
  padding-left: 25rem;
}
#top section.section01 .course dl:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10rem;
  opacity: .8;
  background: linear-gradient(90deg, #5c277d, #400062);
}
#top section.section01 .course dt {
  padding-bottom: 10rem;
  letter-spacing: 2rem;
  line-height: 1;
  font-size: 29rem;
  font-weight: 500;
  color: #845d9d;
}
#top section.section01 .course dt .small {
  position: relative;
  top: -4rem;
  padding-left: .2em;
}
#top section.section01 .course dd {
  line-height: 27rem;
  font-size: 17rem;
}
#top section.section01 .textLink {
  position: absolute;
  top: 725rem;
  right: 0;
}
#top section.section01 .textLink a {
  display: block;
  line-height: 1;
  font-size: 22rem;
  color: #c2996b;
}
#top section.section02 {
  padding: 140rem 0 360rem;
}
#top section.section02 .points {
  display: flex;
  gap: 0 55rem;
  justify-content: space-between;
  padding-bottom: 190rem;
}
#top section.section02 .inSec01 {
  padding: 210rem 0 390rem;
}
#top section.section02 .inSec01 h4 {
  padding-bottom: 70rem;
}
#top section.section02 .inSec01 .achievements {
  padding-bottom: 200rem;
}
#top section.section02 .inSec01 .enTexts li:nth-child(1) {
  top: 0;
  right: 9rem;
  width: 1650rem;
}
#top section.section02 .inSec01 .enTexts li:nth-child(2) {
  top: 610rem;
  left: 28rem;
  width: 998rem;
}
#top section.section02 .inSec01 .enTexts li:nth-child(3) {
  top: 1310rem;
  right: 9rem;
  width: 952rem;
}
#top section.section02 .inSec01 .enTexts li:nth-child(4) {
  top: 2380rem;
  left: 72rem;
  width: 1159rem;
}
#top section.section02 .inSec02 {
  padding: 70rem 0 300rem;
}
#top section.section02 .inSec02 h4:before {
  height: 58rem;
  background-image: url("../img/icon02.svg");
}
#top section.section02 .inSec02 hgroup {
  padding-bottom: 70rem;
}
#top section.section02 .inSec02 hgroup .catch {
  text-align: center;
  font-size: 44rem;
  font-weight: 500;
}
#top section.section02 .inSec02 > .points {
  position: relative;
  margin: auto;
  width: 840rem;
  height: 840rem;
}
@keyframes pointsAnimation01 {
  100% {
    top: calc(50% - 355rem);
    left: calc(50% - 355rem);
    opacity: 1;
  }
}
@keyframes pointsAnimation02 {
  100% {
    top: calc(50% - 355rem);
    left: calc(50% - 15rem);
    opacity: 1;
  }
}
@keyframes pointsAnimation03 {
  100% {
    top: calc(50% - 15rem);
    left: calc(50% - 355rem);
    opacity: 1;
  }
}
@keyframes pointsAnimation04 {
  100% {
    top: calc(50% - 15rem);
    left: calc(50% - 15rem);
    opacity: 1;
  }
}
#top section.section02 .inSec02 > .points img {
  display: block;
  position: absolute;
  width: 370rem;
  top: calc(50% - 185rem);
  left: calc(50% - 185rem);
  opacity: 0;
  z-index: 1;
}
#top section.section02 .inSec02 > .points img:nth-child(1) {
  z-index: 2;
}
#top section.section02 .inSec02 > .points.action img:nth-child(1) {
  animation: fadeIn 1s 0s forwards;
}
#top section.section02 .inSec02 > .points.action img:nth-child(2) {
  animation: pointsAnimation01 1s .3s forwards;
}
#top section.section02 .inSec02 > .points.action img:nth-child(3) {
  animation: pointsAnimation02 1s .6s forwards;
}
#top section.section02 .inSec02 > .points.action img:nth-child(4) {
  animation: pointsAnimation03 1s .9s forwards;
}
#top section.section02 .inSec02 > .points.action img:nth-child(5) {
  animation: pointsAnimation04 1s 1.2s forwards;
}
#top section.section02 .inSec02 section.curriculum .contents {
  padding: 100rem 0 165rem;
  background: url("../img/section02-insec02-curriculum-bg.png") no-repeat center center;
  background-size: 100% 100%;
}
#top section.section02 .inSec02 section.curriculum .contents .catch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 70rem;
  padding-bottom: 100rem;
  line-height: 0;
  font-size: 48rem;
}
#top section.section02 .inSec02 section.curriculum .contents .catch:before, #top section.section02 .inSec02 section.curriculum .contents .catch:after {
  content: '';
  display: block;
  position: relative;
  width: 26rem;
  height: 48rem;
  background: url("../img/arrow02.svg") no-repeat center center;
  background-size: 100% 100%;
}
#top section.section02 .inSec02 section.curriculum .contents .catch:after {
  transform: rotateY(180deg);
}
#top section.section02 .inSec02 section.curriculum .contents .image {
  margin: auto;
  padding-bottom: 170rem;
  width: 800rem;
}
@media (min-width: 1025px) {
  #top section.section02 .inSec02 section.curriculum .contents .image {
    padding-left: 277rem;
  }
}
#top section.section02 .inSec02 section.curriculum .contents dl {
  box-sizing: border-box;
  margin: auto;
  padding: 22rem 54rem;
  background: #fff;
  width: 1544rem;
}
#top section.section02 .inSec02 section.curriculum .contents dt {
  padding-bottom: 12rem;
  font-size: 38rem;
  font-weight: 600;
  color: #5c277d;
}
#top section.section02 .inSec02 section.curriculum .contents dd {
  line-height: 32rem;
  font-size: 25rem;
}
#top section.section02 .inSec02 .enTexts li:nth-child(1) {
  top: 0;
  right: -20rem;
  width: 1283rem;
}
#top section.section02 .inSec03 h4:before {
  height: 77rem;
  background-image: url("../img/icon03.svg");
}
#top section.section02 .inSec03 .staff {
  display: flex;
  padding-bottom: 40rem;
}
@media (min-width: 1025px) {
  #top section.section02 .inSec03 .staff li:nth-child(2n) {
    padding-top: 160rem;
  }
}
#top section.section02 .inSec03 .enTexts li:nth-child(1) {
  top: 250rem;
  left: 446rem;
  width: 1030rem;
}
#top section.section02 .enTexts li:nth-child(1) {
  top: 0;
  right: -15rem;
  width: 761rem;
}
#top section.section03 {
  padding-bottom: 180rem;
}
#top section.section03 .inSections {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50rem 0;
}
#top section.section03 .inSections > header,
#top section.section03 .inSections > .contents,
#top section.section03 .inSections > .image {
  flex: 0 0 780rem;
}
#top section.section03 .inSections > .button {
  flex: 0 0 100%;
}
#top section.section03 .inSec01 {
  padding-bottom: 200rem;
}
#top section.section03 .inSec01 > header .catch {
  padding-bottom: 12rem;
  line-height: 56rem;
  font-size: 43rem;
}
#top section.section03 .inSec01 > header .lead {
  text-align: justify;
  line-height: 42rem;
  font-size: 30rem;
}
#top section.section03 .inSec02 > header dl {
  padding-bottom: 20rem;
}
#top section.section03 .inSec02 > header dt {
  margin-bottom: 20rem;
  padding: 10rem 0;
  text-align: center;
  font-size: 40rem;
  font-weight: 600;
  color: #fff;
  background: #8d68a4;
}
#top section.section03 .inSec02 > header dd {
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 37rem;
  font-size: 29rem;
}
#top section.section03 .inSec02 > header dd:first-letter {
  color: #5c277d;
}
#top section.section03 .inSec02 > header dd + dd {
  padding-top: 5rem;
}
#top section.section03 .inSec02 > header dd .annotation {
  position: relative;
  top: -5rem;
  font-size: 20rem;
}
#top section.section03 .inSec02 .contents {
  box-sizing: border-box;
  padding: 45rem 40rem;
  border: 6rem solid #5c277d;
  background: #fff;
}
#top section.section03 .inSec02 .contents dl {
  padding-bottom: 20rem;
}
#top section.section03 .inSec02 .contents dt {
  padding: 10rem 0;
  text-align: center;
  font-size: 38rem;
  font-weight: 600;
  color: #fff;
  background: #8d68a4;
}
#top section.section03 .inSec02 .contents dd {
  padding: 10rem 20rem 15rem;
  text-align: justify;
  letter-spacing: 1rem;
  line-height: 35rem;
  font-size: 25rem;
  background: #efe9f2;
}
#top section.section03 .inSec02 .contents .text {
  padding-top: 10rem;
  text-align: justify;
  line-height: 40rem;
  font-size: 27rem;
}
#top section.section03 .enTexts li:nth-child(1) {
  top: 30rem;
  left: 50rem;
  width: 762rem;
}
#top section.section03 .enTexts li:nth-child(2) {
  top: 1550rem;
  right: 0;
  width: 998rem;
}
#top section.section04 {
  margin-bottom: 180rem;
  padding: 100rem 0;
  background: url("../img/section04-bg.jpg") no-repeat center top;
  background-size: 100% auto;
}
#top section.section04 hgroup {
  padding-bottom: 85rem;
  text-align: center;
}
#top section.section04 hgroup h3 {
  padding-bottom: 35rem;
}
#top section.section04 hgroup .lead {
  line-height: 36rem;
  font-size: 27rem;
}
#top section.section04 .images {
  max-width: 780rem;
}
#top section.section04 .images + .images {
  padding-top: 90rem;
}
#top section.section04 .image03 {
  padding-left: 95rem;
  max-width: 875rem;
}
#top section.section05 .schedule {
  margin-bottom: 130rem;
  padding-bottom: 10rem;
  overflow: auto;
}
#top section.section05 .schedule img {
  padding: 0 130rem;
  width: 2372rem;
  max-width: none;
}
#top section.section05 .banner {
  margin: auto;
  padding-bottom: 100rem;
  width: 650rem;
}
@media (max-width: 1024px) {
  #top section.intro {
    padding: 220rem 0 120rem;
  }
  #top section.intro > header {
    display: block;
    padding-bottom: 100rem;
    width: auto;
  }
  #top section.intro > header h2 {
    padding-bottom: 40rem;
    line-height: 74rem;
    text-align: center;
    font-size: 46rem;
  }
  #top section.intro > header .achievements {
    margin: auto;
  }
  #top section.section01 {
    margin-bottom: 160rem;
  }
  #top section.section01 .course {
    margin-bottom: 30rem;
    width: 800rem;
  }
  #top section.section01 .course dt {
    padding-bottom: 20rem;
    font-size: 40rem;
  }
  #top section.section01 .course dt .small {
    top: -6rem;
  }
  #top section.section01 .course dd {
    line-height: 34rem;
    font-size: 23rem;
  }
  #top section.section01 .textLink {
    position: static;
    text-align: center;
  }
  #top section.section01 .textLink a {
    display: inline-block;
    font-size: 36rem;
  }
  #top section.section02 {
    padding: 140rem 0 260rem;
  }
  #top section.section02 .points {
    flex-direction: column;
    gap: 50rem 0;
    justify-content: normal;
    margin: auto;
    padding-bottom: 120rem;
    width: 70%;
  }
  #top section.section02 .inSec01 {
    padding: 210rem 0 200rem;
  }
  #top section.section02 .inSec02 {
    padding: 70rem 0 300rem;
  }
  #top section.section02 .inSec02 hgroup {
    padding-bottom: 120rem;
  }
  #top section.section02 .inSec02 section.curriculum .contents .image {
    padding-bottom: 120rem;
    width: 900rem;
  }
  #top section.section02 .inSec02 section.curriculum .contents dl {
    padding: 35rem 50rem;
    width: 900rem;
  }
  #top section.section02 .inSec02 section.curriculum .contents dt {
    padding-bottom: 20rem;
    font-size: 40rem;
  }
  #top section.section02 .inSec02 section.curriculum .contents dd {
    line-height: 36rem;
    font-size: 28rem;
  }
  #top section.section02 .inSec03 .staff {
    flex-wrap: wrap;
    gap: 0 0;
  }
  #top section.section02 .inSec03 .staff li {
    flex: 0 0 50%;
  }
  #top section.section02 .inSec03 .staff li:nth-child(2) {
    padding-top: 300rem;
  }
  #top section.section02 .inSec03 .staff li:nth-child(3) {
    margin-top: -200rem;
  }
  #top section.section02 .inSec03 .staff li:nth-child(4) {
    padding-top: 100rem;
  }
  #top section.section03 {
    padding-bottom: 180rem;
  }
  #top section.section03 .inSections {
    display: block;
  }
  #top section.section03 .inSections > header {
    padding-bottom: 60rem;
  }
  #top section.section03 .inSec01 {
    padding-bottom: 100rem;
  }
  #top section.section04 {
    padding-bottom: 0;
  }
}

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