@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: 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;
  max-width: 396rem;
}

.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-feature-settings: "palt";
}
@media (min-width: 1025px) {
  html {
    font-size: .07vw;
  }
}

body {
  letter-spacing: 2rem;
  color: #231815;
}

main {
  box-sizing: border-box;
  position: relative;
  margin: auto;
  padding-top: 80rem;
  max-width: 528rem;
  border: 1rem solid #231815;
  background: #fff;
  z-index: 1;
  overflow: hidden;
}
main li,
main .image,
main figure {
  position: relative;
}

.pcOnlyContents {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/bg.jpg") no-repeat center center;
  background-size: cover;
}
.pcOnlyContents img {
  max-width: 100%;
  height: auto;
}
.pcOnlyContents .leftArea {
  position: absolute;
  top: 50%;
  left: 70rem;
  width: 320rem;
  transform: translateY(-50%);
}
.pcOnlyContents .leftArea .logo {
  margin: auto;
  padding-bottom: 25rem;
  width: 90%;
}
.pcOnlyContents .leftArea .banners li:not(:last-child) {
  padding-bottom: 7rem;
}
.pcOnlyContents .leftArea .banners li .text {
  display: none;
}
.pcOnlyContents .rightArea {
  position: absolute;
  bottom: 30rem;
  right: 60rem;
  width: 360rem;
}
.pcOnlyContents .rightArea .anchorLinks {
  letter-spacing: .05rem;
}
.pcOnlyContents .rightArea .anchorLinks li:not(:last-child) {
  padding-bottom: 3rem;
}
.pcOnlyContents .rightArea .anchorLinks li a {
  display: flex;
  align-items: center;
  gap: 0 8rem;
  position: relative;
  height: 34rem;
  font-size: 14rem;
  color: #bb1250;
  background: linear-gradient(90deg, rgba(238, 132, 178, 0), rgba(238, 132, 178, 0.45) 30%, rgba(238, 132, 178, 0.45));
}
.pcOnlyContents .rightArea .anchorLinks li a .circle {
  display: block;
  box-sizing: border-box;
  width: 14rem;
  height: 14rem;
  border: 2rem solid #bb1250;
  border-radius: 50%;
  transition: background .3s;
}
.pcOnlyContents .rightArea .anchorLinks li.current a .circle {
  background: #bb1250;
}
.pcOnlyContents .rightArea .anchorLinks li.current.color02 a .circle {
  background: #003477;
}
.pcOnlyContents .rightArea .anchorLinks li.color02 a {
  position: relative;
  border-right: 2rem solid #003477;
  color: #003477;
  background: none;
}
.pcOnlyContents .rightArea .anchorLinks li.color02 a .circle {
  border-color: #003477;
}
.pcOnlyContents .rightArea .anchorLinks li.color02 a:before, .pcOnlyContents .rightArea .anchorLinks li.color02 a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: 2rem;
  background: linear-gradient(90deg, rgba(0, 52, 119, 0), #003477 40%, #003477);
}
.pcOnlyContents .rightArea .anchorLinks li.color02 a:before {
  top: 0;
}
.pcOnlyContents .rightArea .anchorLinks li.color02 a:after {
  bottom: 0;
}

.commonSlider01 {
  box-sizing: border-box;
  position: relative;
}
.commonSlider01 .slick-slide {
  position: relative;
  margin: 0 16rem;
}
.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 8rem;
  justify-content: center;
  position: static;
  bottom: 0;
  padding-top: 28rem;
  line-height: 0;
}
.commonSlider01 .slick-dots li {
  display: block;
  margin: 0;
  width: 14rem;
  height: 14rem;
}
.commonSlider01 .slick-dots li button {
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: none;
  font-size: 0;
  background: #c9caca;
}
.commonSlider01 .slick-dots li button:before {
  display: none;
}
.commonSlider01 .slick-dots li.slick-active button {
  background: #f19ec2;
}
.commonSlider01.dotsColor02 .slick-dots li.slick-active button {
  background: #2ea7e0;
}

.commonTitle01 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 52rem;
  text-align: center;
  line-height: 1.1;
  font-size: 19rem;
  font-weight: 400;
  color: #fff;
  background: url("../img/titlebg01.png") no-repeat center center;
  background-size: 100% 100%;
}
.commonTitle01:not(.noAccordion):after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 9.5rem);
  right: 12rem;
  width: 19rem;
  height: 19rem;
  background: url("../img/icon-plus01.svg") no-repeat center center;
  background-size: 100% 100%;
}
.commonTitle01:not(.noAccordion).open:after {
  background-image: url("../img/icon-minus01.svg");
}
@media (min-width: 768px) {
  .commonTitle01:not(.noAccordion):after {
    display: none;
  }
}

.commonTitle02 {
  padding-bottom: 40rem;
  text-align: center;
  line-height: 1;
  font-size: 46rem;
  font-weight: 400;
  color: #003477;
}

.commonButton01 {
  padding-top: 50rem;
  line-height: 1;
}
.commonButton01 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem 0;
  padding: 10rem 0 5rem;
  font-size: 20rem;
  color: #fff;
  background: linear-gradient(135deg, #2ea7e0, #0070b2);
}
.commonButton01 a:after {
  content: '>';
  display: block;
  font-weight: 300;
  transform: rotate(90deg) scale(1, 1.5);
}

.commonButton02 {
  margin: auto;
  padding-top: 56rem;
  width: 304rem;
  line-height: 1;
  letter-spacing: 1rem;
}
.commonButton02 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem 0;
  position: relative;
  height: 64rem;
  border-radius: 10rem;
  border: 2rem solid #003477;
  text-align: center;
  line-height: 1.4;
  font-size: 16rem;
  color: #003477;
  background: #fff;
}
.commonButton02 a:after {
  content: '>';
  display: block;
  position: absolute;
  top: calc(50% - 15rem);
  right: 12rem;
  font-size: 20rem;
  font-weight: 300;
  transform: scale(1, 1.5);
}

.commonButton03 {
  margin: auto;
  padding-top: 20rem;
  width: 304rem;
  line-height: 1;
  letter-spacing: 1rem;
}
.commonButton03 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem 0;
  position: relative;
  padding-right: 15rem;
  height: 46rem;
  border-radius: 10rem;
  line-height: 1.2;
  font-size: 14rem;
  color: #fff;
  background: #597ba6;
}
.commonButton03 a:after {
  content: '>';
  display: block;
  position: absolute;
  top: calc(50% - 12rem);
  right: 10rem;
  font-size: 18rem;
  font-weight: 300;
  transform: scale(1, 1.5);
}
.commonButton03.comingSoon a {
  pointer-events: none;
  font-size: 0;
  background: #999;
}
.commonButton03.comingSoon a:before {
  content: 'Coming Soon';
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 14rem;
}
.commonButton03.comingSoon a:after {
  display: none;
}

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

  .pcOnlyContents {
    display: none;
  }
}
/*==================================================================================
 siteHeader
==================================================================================*/
.siteHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 80rem;
  background: #fff;
  z-index: 100;
}
.siteHeader .headerLogo {
  width: 332rem;
  line-height: 0;
}
.siteHeader .headerLogo a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .siteHeader .menuButton,
  .siteHeader .globalNavi {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .siteHeader {
    position: fixed;
  }
  .siteHeader .headerLogo {
    position: relative;
    z-index: 2;
  }
  .siteHeader .menuButton {
    cursor: pointer;
    position: absolute;
    top: 26rem;
    right: 15rem;
    width: 32rem;
    height: 24rem;
    z-index: 2;
  }
  .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: 10rem;
  }
  .siteHeader .menuButton span:nth-child(3) {
    top: 20rem;
  }
  .siteHeader .menuButton.open span:nth-child(1) {
    top: 10rem;
    transform: rotate(45deg);
  }
  .siteHeader .menuButton.open span:nth-child(2) {
    display: none;
  }
  .siteHeader .menuButton.open span:nth-child(3) {
    top: 10rem;
    transform: rotate(-45deg);
  }
  .siteHeader .globalNavi {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 40rem 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    padding: 80rem 50rem 20rem;
    background: #fff;
  }
  .siteHeader .globalNavi .anchorLinks {
    letter-spacing: .05rem;
  }
  .siteHeader .globalNavi .anchorLinks li:not(:last-child) {
    padding-bottom: 3rem;
  }
  .siteHeader .globalNavi .anchorLinks li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8rem;
    position: relative;
    height: 34rem;
    font-size: 14rem;
    color: #bb1250;
    background: linear-gradient(90deg, rgba(238, 132, 178, 0.45), rgba(238, 132, 178, 0.45) 30%, rgba(238, 132, 178, 0.45));
  }
  .siteHeader .globalNavi .anchorLinks li a .circle {
    display: block;
    box-sizing: border-box;
    width: 14rem;
    height: 14rem;
    border: 2rem solid #bb1250;
    border-radius: 50%;
    transition: background .3s;
  }
  .siteHeader .globalNavi .anchorLinks li.color02 a {
    position: relative;
    border-right: 2rem solid #003477;
    border-left: 2rem solid #003477;
    color: #003477;
    background: none;
  }
  .siteHeader .globalNavi .anchorLinks li.color02 a .circle {
    border-color: #003477;
  }
  .siteHeader .globalNavi .anchorLinks li.color02 a:before, .siteHeader .globalNavi .anchorLinks li.color02 a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: 2rem;
    background: linear-gradient(90deg, #003477, #003477 40%, #003477);
  }
  .siteHeader .globalNavi .anchorLinks li.color02 a:before {
    top: 0;
  }
  .siteHeader .globalNavi .anchorLinks li.color02 a:after {
    bottom: 0;
  }
  .siteHeader .globalNavi .banners {
    display: flex;
    justify-content: space-between;
    text-align: center;
    letter-spacing: .5rem;
  }
  .siteHeader .globalNavi .banners li {
    flex: 0 0 23.5%;
  }
  .siteHeader .globalNavi .banners li a {
    display: block;
    padding: 10rem 0;
    color: #fff;
    font-size: 16rem;
    background: #0a3869;
  }
  .siteHeader .globalNavi .banners li:nth-child(2) a {
    background: #efa600;
  }
  .siteHeader .globalNavi .banners li:nth-child(3) a {
    background: #5c277d;
  }
  .siteHeader .globalNavi .banners li:nth-child(4) a {
    background: #0070b2;
  }
}

/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  margin-top: 50rem;
  padding: 40rem 0 10rem;
  letter-spacing: 0;
  color: #fff;
  background: linear-gradient(135deg, #0081c8, #4b9bd5);
}
.siteFooter a {
  color: #fff;
}
.siteFooter .logo {
  margin: auto;
  padding-bottom: 36rem;
  width: 332rem;
}
.siteFooter .campuses {
  padding-bottom: 12rem;
}
.siteFooter .campuses li:not(:last-child) {
  padding-bottom: 12rem;
}
.siteFooter .campuses div,
.siteFooter .campuses address {
  line-height: 2;
  font-size: 11.5rem;
}
.siteFooter .campuses .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200rem;
  font-size: 13rem;
}
.siteFooter .campuses .name a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1rem solid #fff;
  width: 64rem;
  height: 17rem;
  border-radius: 32rem;
  font-size: 9rem;
}
.siteFooter .campuses address {
  font-style: normal;
}
.siteFooter .links {
  padding-bottom: 40rem;
}
.siteFooter .links li {
  display: inline-block;
  line-height: 1.7;
}
.siteFooter .links li:not(:nth-child(4)):not(:last-child):after {
  content: '/';
  display: inline-block;
  padding: 0 5rem;
  font-size: 12rem;
}
.siteFooter .links a {
  font-size: 12rem;
}
.siteFooter .copyright {
  display: block;
  text-align: center;
  font-size: 9rem;
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .siteHeader,
  .siteFooter {
    display: none !important;
  }
}
/*==================================================================================
 top
==================================================================================*/
#top main > footer,
#top main > section,
#top main .othersArea {
  position: relative;
  z-index: 2;
}
#top section.intro {
  position: relative;
  padding-bottom: 70rem;
}
#top section.intro h2 {
  padding-bottom: 20rem;
}
#top section.intro svg {
  position: absolute;
  top: 132rem;
  left: 54rem;
  width: 426rem;
}
#top section.intro #mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 7;
  stroke-dasharray: 5000rem;
  stroke-dashoffset: 5000rem;
  animation: line 5s .5s forwards;
}
@keyframes line {
  0% {
    stroke-dashoffset: 5000rem;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
#top section.intro #text {
  mask: url(#maskWrapper);
  fill: #000;
}
#top section.intro .catch {
  margin: auto;
  padding-bottom: 5rem;
  width: 288rem;
}
#top section.intro .lead {
  padding-bottom: 40rem;
  letter-spacing: .05rem;
  line-height: 1.8;
  font-size: 15rem;
}
#top section.intro section.schedule h3 {
  margin-bottom: 20rem;
}
#top section.intro section.schedule table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border: 1.5rem solid #231815;
}
#top section.intro section.schedule table caption {
  padding-bottom: 10rem;
  line-height: 1;
  text-align: left;
  font-size: 15rem;
  font-weight: bold;
}
#top section.intro section.schedule table tr {
  border-bottom: 1.5rem solid #231815;
}
#top section.intro section.schedule table th,
#top section.intro section.schedule table td {
  padding: 8rem 12rem;
  line-height: 1.3;
}
#top section.intro section.schedule table th {
  width: 120rem;
  vertical-align: middle;
  text-align: left;
  font-size: 14rem;
  font-weight: normal;
  background: #a6b8cf;
}
#top section.intro section.schedule table td {
  font-size: 13rem;
}
#top section.intro section.schedule .tableAnnotation {
  padding: 8rem 0 0 1em;
  text-indent: -1em;
  letter-spacing: .05rem;
  line-height: 1.4;
  font-size: 12rem;
}
#top section.movies {
  margin-bottom: 80rem;
  padding: 35rem 0 60rem;
  background: linear-gradient(135deg, rgba(0, 112, 178, 0.15), rgba(236, 122, 172, 0.15));
}
#top section.campus {
  margin-bottom: 70rem;
  padding: 35rem 0 80rem;
  background: linear-gradient(135deg, rgba(111, 201, 243, 0.15), rgba(0, 133, 208, 0.15));
}
#top section.campus .tabs {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 35rem;
  max-width: 462rem;
  text-align: center;
  overflow: hidden;
}
#top section.campus .tabs:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 40rem);
  width: 80rem;
  height: 3rem;
  background: #003477;
  transform: rotate(50deg);
}
#top section.campus .tabs li {
  cursor: pointer;
  flex: 0 0 208rem;
  font-size: 29rem;
  font-weight: 500;
  color: #829bbc;
}
#top section.campus .tabs li.current {
  color: #003477;
  pointer-events: none;
}
#top section.campus .tabs li .small {
  display: block;
  padding-top: 3rem;
  font-size: 18rem;
}
#top section.campus .tabs li:first-child {
  padding-top: 5rem;
  border-top: 3rem solid #003477;
}
#top section.campus .tabs li:last-child {
  padding-bottom: 5rem;
  border-bottom: 3rem solid #003477;
}
#top section.campus .image,
#top section.campus .lead {
  max-width: 430rem;
}
#top section.campus .image {
  padding-bottom: 10rem;
}
#top section.campus .lead {
  padding-bottom: 35rem;
  letter-spacing: 1rem;
  line-height: 1.3;
  font-size: 20rem;
  font-weight: 500;
}
#top section.campus .tabContents:not(.hanaoka) {
  display: none;
}
#top .sections:not(:last-of-type) {
  padding-bottom: 16rem;
}
#top .sections .contents {
  padding: 15rem 0 40rem;
}
@media (max-width: 1024px) {
  #top .sections .contents {
    display: none;
  }
}
@media (min-width: 768px) {
  #top .sections .contents {
    display: block !important;
  }
}
#top .sections .contents .text {
  letter-spacing: .1rem;
  line-height: 1.8;
  font-size: 14rem;
}
#top .sections .contents .text .underLine {
  text-decoration: underline;
  font-size: 100%;
}
#top .sections .contents .text a {
  color: #231815;
}
#top .sections .contents .text .small {
  display: inline-block;
  line-height: 1.7;
}
#top .sections .contents .buttons {
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding-top: 35rem;
  max-width: 271rem;
}
#top .sections .contents .buttons li {
  flex: 0 0 113rem;
}
#top .sections .contents .linkButton + .linkButton {
  padding-top: 14rem;
}
#top .sections .contents .linkButton + .text {
  padding-top: 25rem;
}
#top .sections .contents .contact {
  margin: 20rem 0 30rem;
  padding: 8rem 0;
  border: 1rem solid #4c71a0;
  text-align: center;
  letter-spacing: 1rem;
  line-height: 1;
  font-size: 16rem;
}
#top .sections .contents .contact a {
  color: #231815;
}
#top .sections .contents .faqs + .faqs,
#top .sections .contents .faqs + .faqCategory {
  padding-top: 20rem;
}
#top .sections .contents .faqs dt,
#top .sections .contents .faqs dd {
  position: relative;
  padding-right: 40rem;
  padding-left: 28rem;
  letter-spacing: .3rem;
  line-height: 1.7;
  font-size: 13rem;
}
#top .sections .contents .faqs dt:before,
#top .sections .contents .faqs dd:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 21rem;
  height: 21rem;
  background: url("../img/icon-q.svg") no-repeat center center;
  background-size: 100% 100%;
}
#top .sections .contents .faqs dt:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 21rem;
  height: 21rem;
  background: url("../img/icon-plus02.svg") no-repeat center center;
  background-size: 100% 100%;
}
#top .sections .contents .faqs dt.open:after {
  background-image: url("../img/icon-minus02.svg");
}
@media (min-width: 768px) {
  #top .sections .contents .faqs dt:after {
    display: none;
  }
}
#top .sections .contents .faqs dd {
  margin-top: 9rem;
}
@media (max-width: 1024px) {
  #top .sections .contents .faqs dd {
    display: none;
  }
}
@media (min-width: 768px) {
  #top .sections .contents .faqs dd {
    display: block !important;
  }
}
#top .sections .contents .faqs dd:before {
  background-image: url("../img/icon-a.svg");
}
#top .sections .contents .faqs dd a {
  color: #231815;
}
#top .sections .contents .faqCategory {
  padding-bottom: 5rem;
  font-size: 15rem;
  font-weight: 500;
}
#top .sections:last-of-type {
  padding-bottom: 90rem;
}
#top .sections:last-of-type .contents {
  padding-bottom: 0;
}
#top .othersArea .careerStory {
  padding-bottom: 65rem;
  max-width: 422rem;
}
#top .othersArea .snsLinks {
  display: flex;
  justify-content: center;
  gap: 0 20rem;
}
#top .othersArea .snsLinks li {
  flex: 0 0 50rem;
}
@keyframes sakuraAnimetion01 {
  100% {
    transform: translateY(10000rem);
  }
}
@keyframes sakuraAnimetion02 {
  50% {
    margin-left: 50rem;
  }
  100% {
    margin-left: -50rem;
  }
}
#top .sakuraImages li {
  position: absolute;
  top: -100rem;
  margin-left: -50rem;
  z-index: 1;
}
#top .sakuraImages li:nth-child(1), #top .sakuraImages li:nth-child(11), #top .sakuraImages li:nth-child(21) {
  width: 32rem;
}
#top .sakuraImages li:nth-child(2), #top .sakuraImages li:nth-child(12), #top .sakuraImages li:nth-child(22) {
  width: 60rem;
}
#top .sakuraImages li:nth-child(3), #top .sakuraImages li:nth-child(13), #top .sakuraImages li:nth-child(23) {
  width: 32rem;
}
#top .sakuraImages li:nth-child(4), #top .sakuraImages li:nth-child(14), #top .sakuraImages li:nth-child(24) {
  width: 47rem;
}
#top .sakuraImages li:nth-child(5), #top .sakuraImages li:nth-child(15), #top .sakuraImages li:nth-child(25) {
  width: 38rem;
}
#top .sakuraImages li:nth-child(6), #top .sakuraImages li:nth-child(16), #top .sakuraImages li:nth-child(26) {
  width: 35rem;
}
#top .sakuraImages li:nth-child(7), #top .sakuraImages li:nth-child(17), #top .sakuraImages li:nth-child(27) {
  width: 45rem;
}
#top .sakuraImages li:nth-child(8), #top .sakuraImages li:nth-child(18), #top .sakuraImages li:nth-child(28) {
  width: 32rem;
}
#top .sakuraImages li:nth-child(9), #top .sakuraImages li:nth-child(19), #top .sakuraImages li:nth-child(29) {
  width: 30rem;
}
#top .sakuraImages li:nth-child(10), #top .sakuraImages li:nth-child(20), #top .sakuraImages li:nth-child(30) {
  width: 47rem;
}
#top .sakuraImages li:nth-child(1) {
  left: 50rem;
  animation: sakuraAnimetion01 linear 80s 0s infinite, sakuraAnimetion02 linear 10s 0s infinite;
}
#top .sakuraImages li:nth-child(2) {
  left: 400rem;
  animation: sakuraAnimetion01 linear 50s 3.3s infinite, sakuraAnimetion02 linear 10s 3.3s infinite;
}
#top .sakuraImages li:nth-child(3) {
  left: 200rem;
  animation: sakuraAnimetion01 linear 70s 6.6s infinite, sakuraAnimetion02 linear 10s 6.6s infinite;
}
#top .sakuraImages li:nth-child(4) {
  left: 300rem;
  animation: sakuraAnimetion01 linear 100s 9.9s infinite, sakuraAnimetion02 linear 9.9s 15s infinite;
}
#top .sakuraImages li:nth-child(5) {
  left: 200rem;
  animation: sakuraAnimetion01 linear 80s 13.2s infinite, sakuraAnimetion02 linear 10s 13.2s infinite;
}
#top .sakuraImages li:nth-child(6) {
  left: 400rem;
  animation: sakuraAnimetion01 linear 60s 16.5s infinite, sakuraAnimetion02 linear 10s 16.5s infinite;
}
#top .sakuraImages li:nth-child(7) {
  left: 50rem;
  animation: sakuraAnimetion01 linear 50s 19.8s infinite, sakuraAnimetion02 linear 10s 19.8s infinite;
}
#top .sakuraImages li:nth-child(8) {
  left: 350rem;
  animation: sakuraAnimetion01 linear 80s 23.1s infinite, sakuraAnimetion02 linear 10s 23.1s infinite;
}
#top .sakuraImages li:nth-child(9) {
  left: 200rem;
  animation: sakuraAnimetion01 linear 70s 26.4s infinite, sakuraAnimetion02 linear 10s 26.4s infinite;
}
#top .sakuraImages li:nth-child(10) {
  left: 150rem;
  animation: sakuraAnimetion01 linear 90s 29.7s infinite, sakuraAnimetion02 linear 10s 29.7s infinite;
}
#top .sakuraImages li:nth-child(11) {
  left: 200rem;
  animation: sakuraAnimetion01 linear 100s 33s infinite, sakuraAnimetion02 linear 10s 33s infinite;
}
#top .sakuraImages li:nth-child(12) {
  left: 400rem;
  animation: sakuraAnimetion01 linear 50s 36.3s infinite, sakuraAnimetion02 linear 10s 36.3s infinite;
}
#top .sakuraImages li:nth-child(13) {
  left: 50rem;
  animation: sakuraAnimetion01 linear 60s 39.6s infinite, sakuraAnimetion02 linear 10s 39.6s infinite;
}
#top .sakuraImages li:nth-child(14) {
  left: 200rem;
  animation: sakuraAnimetion01 linear 80s 42.9s infinite, sakuraAnimetion02 linear 10s 42.9s infinite;
}
#top .sakuraImages li:nth-child(15) {
  left: 300rem;
  animation: sakuraAnimetion01 linear 100s 46.2s infinite, sakuraAnimetion02 linear 10s 46.2s infinite;
}
#top .sakuraImages li:nth-child(16) {
  left: 150rem;
  animation: sakuraAnimetion01 linear 50s 49.5s infinite, sakuraAnimetion02 linear 10s 49.5s infinite;
}
#top .sakuraImages li:nth-child(17) {
  left: 50rem;
  animation: sakuraAnimetion01 linear 60s 52.8s infinite, sakuraAnimetion02 linear 10s 52.8s infinite;
}
#top .sakuraImages li:nth-child(18) {
  left: 400rem;
  animation: sakuraAnimetion01 linear 80s 56.1s infinite, sakuraAnimetion02 linear 10s 56.1s infinite;
}
#top .sakuraImages li:nth-child(19) {
  left: 200rem;
  animation: sakuraAnimetion01 linear 70s 59.4s infinite, sakuraAnimetion02 linear 10s 59.4s infinite;
}
#top .sakuraImages li:nth-child(20) {
  left: 50rem;
  animation: sakuraAnimetion01 linear 100s 62.7s infinite, sakuraAnimetion02 linear 10s 62.7s infinite;
}
#top .sakuraImages li:nth-child(21) {
  left: 200rem;
  animation: sakuraAnimetion01 linear 50s 66s infinite, sakuraAnimetion02 linear 10s 66s infinite;
}
#top .sakuraImages li:nth-child(22) {
  left: 400rem;
  animation: sakuraAnimetion01 linear 70s 69.3s infinite, sakuraAnimetion02 linear 10s 69.3s infinite;
}
#top .sakuraImages li:nth-child(23) {
  left: 100rem;
  animation: sakuraAnimetion01 linear 60s 72.6s infinite, sakuraAnimetion02 linear 10s 72.6s infinite;
}
#top .sakuraImages li:nth-child(24) {
  left: 300rem;
  animation: sakuraAnimetion01 linear 80s 75.9s infinite, sakuraAnimetion02 linear 10s 75.9s infinite;
}
#top .sakuraImages li:nth-child(25) {
  left: 50rem;
  animation: sakuraAnimetion01 linear 50s 79.2s infinite, sakuraAnimetion02 linear 10s 79.2s infinite;
}
#top .sakuraImages li:nth-child(26) {
  left: 200rem;
  animation: sakuraAnimetion01 linear 100s 82.5s infinite, sakuraAnimetion02 linear 10s 82.5s infinite;
}
#top .sakuraImages li:nth-child(27) {
  left: 50rem;
  animation: sakuraAnimetion01 linear 80s 85.8s infinite, sakuraAnimetion02 linear 10s 85.8s infinite;
}
#top .sakuraImages li:nth-child(28) {
  left: 200rem;
  animation: sakuraAnimetion01 linear 90s 89.1s infinite, sakuraAnimetion02 linear 10s 89.1s infinite;
}
#top .sakuraImages li:nth-child(29) {
  left: 400rem;
  animation: sakuraAnimetion01 linear 70s 92.4s infinite, sakuraAnimetion02 linear 10s 92.4s infinite;
}
#top .sakuraImages li:nth-child(30) {
  left: 100rem;
  animation: sakuraAnimetion01 linear 50s 95.7s infinite, sakuraAnimetion02 linear 10s 95.7s infinite;
}

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