#welcome {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  #welcome .cover {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-image: url(/assets/img/intro.jpg); }
  #welcome .logo {
    display: none;
    width: 330px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

#top, #bottom {
  width: 100vw;
  min-width: 1200px;
  height: 100vh;
  min-height: 1200px;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 10; }

.spview #top, .spview #bottom {
  height: 66.67vw !important;
  min-height: inherit; }
.spview #top .inner .nav-wrapper {
  top: 75px !important; }

#top {
  background-image: url(/assets/img/main01.jpg);
  padding-bottom: 40px;
  position: relative; }
  #top .inner {
    height: 100%; }
    #top .inner .nav-wrapper {
      position: absolute;
      top: 75px;
      left: 0; }
  #top .desc {
    position: absolute;
    bottom: 0;
    left: 0; }
    #top .desc p {
      line-height: 1.6;
      font-size: 1.5rem; }

#bottom {
  background-image: url(/assets/img/main02.jpg); }

.container {
  margin-top: 300px;
  position: relative; }
  .container .inner {
    margin-bottom: -200px;
    position: relative;
    top: -200px; }
    .container .inner .nav-wrapper {
      z-index: 1; }

.photo {
  display: flex;
  position: relative;
  left: -150px; }

section {
  display: flex;
  justify-content: flex-end;
  position: relative; }
  section .content {
    width: 600px; }
    section .content h2 {
      font-size: 3.5rem;
      font-weight: normal; }
    section .content .ja {
      font-size: 3rem; }
    section .content .en {
      margin-top: 15px;
      line-height: 1.6;
      font-size: 1.5rem; }

#main {
  margin-bottom: 145px; }
  #main .messages {
    margin-top: 82px; }
    #main .messages .message:nth-child(2) {
      margin-top: 45px; }

#component {
  padding: 100px 0 212px; }
  #component .components {
    margin-top: 100px;
    position: relative;
    z-index: 5; }
    #component .components .component {
      position: relative; }
      #component .components .component:nth-child(n+2) {
        padding-top: 65px; }
        #component .components .component:nth-child(n+2)::before {
          content: "";
          display: block;
          width: 450px;
          border-top: 1px solid #ccc;
          position: absolute;
          top: 0;
          left: 0; }
      #component .components .component:nth-child(-n+3) {
        padding-bottom: 60px; }
      #component .components .component .name span {
        display: block; }
      #component .components .component .desc .ja {
        margin-top: 40px;
        line-height: 1.75;
        font-size: 1.8rem;
        font-feature-settings: "palt" 1; }
      #component .components .component .desc .en {
        margin-top: 5px; }

#menu {
  padding-top: 150px; }
  #menu .courses {
    margin-top: 100px; }
    #menu .courses .course {
      display: flex;
      align-items: center; }
      #menu .courses .course:nth-child(2) {
        margin-top: 30px; }
        #menu .courses .course:nth-child(2) span {
          background-color: #ecc028; }
      #menu .courses .course span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border: 1px solid #000;
        border-radius: 50%;
        font-size: 2rem; }
      #menu .courses .course p {
        margin-left: 28px;
        font-size: 3rem; }
  #menu .desc {
    margin-top: 50px;
    font-size: 1.8rem; }
    #menu .desc p {
      line-height: 1.75; }
      #menu .desc p:nth-child(1) {
        margin-bottom: 30px; }
    #menu .desc .note {
      margin-top: 60px; }
      #menu .desc .note .ja {
        font-size: 1.8rem; }
  #menu .photo-wrapper {
    display: flex;
    margin-top: 140px; }
    #menu .photo-wrapper .map-wrapper {
      position: relative; }
      #menu .photo-wrapper .map-wrapper #map {
        width: 500px;
        height: 500px; }
      #menu .photo-wrapper .map-wrapper .map-link {
        display: block;
        width: 66px;
        height: 26px;
        position: absolute;
        left: 5px;
        bottom: 0; }

#access {
  padding-top: 145px;
  margin-bottom: 145px; }
  #access .desc {
    margin-top: 90px;
    font-size: 1.8rem;
    font-feature-settings: "palt" 1; }
    #access .desc p {
      margin-bottom: 40px;
      line-height: 1.75; }
    #access .desc table th, #access .desc table td {
      padding: 7px 0;
      text-align: left;
      font-weight: normal; }
    #access .desc table th {
      width: 90px; }
    #access .desc > a {
      position: absolute;
      bottom: 7px;
      right: 0; }

.bubble {
  position: absolute; }
  .bubble img {
    position: relative;
    animation-name: bubble;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }

@keyframes bubble {
  0%,10% {
    top: 0; }
  40%,60% {
    top: -40px; }
  90%,100% {
    top: 0; } }
.bubble01 {
  top: 134px;
  right: -211px; }
  .bubble01 img {
    animation-duration: 10s; }

.bubble02 {
  top: 722px;
  left: -297px; }
  .bubble02 img {
    animation-duration: 14s; }

.bubble03 {
  bottom: 147px;
  right: -95px; }
  .bubble03 img {
    animation-duration: 12s; }

.bubble04 {
  top: 87px;
  right: -258px; }
  .bubble04 img {
    animation-duration: 12s; }

.bubble05 {
  top: 637px;
  left: -75px; }
  .bubble05 img {
    animation-duration: 10s; }

.bubble06 {
  top: 96px;
  right: -150px; }
  .bubble06 img {
    animation-duration: 12s; }

.illust {
  position: absolute; }

.illust01 {
  top: 634px;
  right: -75px; }

.illust02 {
  top: 786px;
  right: -103px; }

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