#main {
  width: 100%;
  height: 100%;
}
#main .sub-title {
  text-align: center;
  margin-bottom: 56px;
}
#main .sub-title .title1 {
  width: 80px;
  height: auto;
}
#main .sub-title .title2 {
  width: 100px;
  height: auto;
}
#main .sub-title h2 {
  color: #f9f7ed;
  font-size: 24px;
}
#main .main-box {
  padding: 100px 0 160px;
}
@media screen and (max-width: 1440px) {
  #main .main-box {
    padding-top: 240px;
  }
}
@media screen and (max-width: 1112px) {
  #main .sub-title {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #main .sub-title .title1 {
    width: 90px;
    height: 78px;
  }
  #main .sub-title .title2 {
    width: 90px;
    height: 71px;
  }
  #main .sub-title h2 {
    font-size: 24px;
  }
}

.greeting {
  background: #f9f7ed;
  padding: 64px 0;
}
.greeting div.greet-inner {
  width: 1200px;
  margin: 0 auto;
}
.greeting div.greet-inner .greet-pic {
  width: 100%;
  text-align: center;
  margin-right: 24px;
}
.greeting div.greet-inner .greet-pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.greeting div.greet-inner .greet-body {
  background: #f9f7ed;
  padding: 20px;
  width: 100%;
}
.greeting div.greet-inner .greet-body p {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.greeting div.greet-inner .greet-body p:nth-child(3) {
  text-align: left;
  margin-bottom: 12px;
}
.greeting div.greet-inner .greet-body p:nth-child(3) span {
  color: #f9f7ed;
  background: #006c9c;
  padding: 12px 32px;
  border-radius: 30px;
}
.greeting div.greet-inner .greet-body p.greet-sub-title {
  text-align: center;
  margin-bottom: 12px;
}
.greeting div.greet-inner .greet-body p.greet-sub-title span {
  color: #f9f7ed;
  background: #006c9c;
  padding: 12px 32px;
  border-radius: 30px;
}
.greeting div.greet-inner .greet-body p:nth-child(4) {
  text-align: center;
}
.greeting div.greet-inner .greet-body p b {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 1112px) {
  .greeting div.greet-inner {
    width: 95%;
    align-items: flex-start;
  }
  .greeting div.greet-inner .greet-body {
    background: #ffffff;
  }
}
@media screen and (max-width: 834px) {
  .greeting div.greet-inner {
    width: 95%;
    display: block;
  }
  .greeting div.greet-inner .greet-pic {
    margin: 0 auto 24px;
  }
  .greeting div.greet-inner .greet-body {
    background: #ffffff;
    width: 100%;
  }
}

#space {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1112px) {
  #space {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #space {
    width: 100%;
  }
}
#space .content-title {
  text-align: center;
  margin-bottom: 80px;
}
#space .content-title img {
  width: 126px;
  height: auto;
}
#space .content-title h2 {
  font-size: 32px;
}
#space .space-inner {
  position: relative;
  padding-bottom: 250px;
}
@media screen and (max-width: 1112px) {
  #space .space-inner {
    margin-left: 48px;
  }
}
@media screen and (max-width: 834px) {
  #space .space-inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #space .space-inner {
    padding-bottom: 80px;
  }
}
#space .space-inner .space1 {
  width: 496px;
  height: 496px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  #space .space-inner .space1 img {
    width: 320px;
    height: 320px;
  }
}
@media screen and (max-width: 480px) {
  #space .space-inner .space1 {
    width: 320px;
    height: 320px;
    top: 80px;
  }
}
#space .space-inner .space2 {
  position: absolute;
  top: 200px;
  left: 300px;
  width: 706px;
  height: 706px;
  margin-left: auto;
  box-shadow: 12px 12px 8px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
}
#space .space-inner .space2 div {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
#space .space-inner .space2 div h3 {
  font-size: 38px;
  margin-bottom: 48px;
}
@media screen and (max-width: 834px) {
  #space .space-inner .space2 {
    top: 100px;
    left: 100px;
    width: 630px;
    height: 630px;
  }
}
@media screen and (max-width: 480px) {
  #space .space-inner .space2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
}
#space .space-inner .space3 {
  opacity: 0;
  background: #1a1a1a;
  border-radius: 50%;
  width: 172px;
  height: 172px;
  text-align: center;
  position: relative;
  top: 120px;
  z-index: 4;
}
#space .space-inner .space3 a {
  display: block;
  padding-top: 54px;
  font-size: 14px;
  color: #f9f7ed;
}
#space .space-inner .space3 a img {
  width: 24px;
}
#space .space-inner .space3 a:hover {
  color: #006c9c;
}
@media screen and (max-width: 480px) {
  #space .space-inner .space3 {
    top: -80px;
    left: 50%;
  }
}
#space .space-school {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 300px;
}
@media screen and (max-width: 1112px) {
  #space .space-school {
    margin: 0 12px 300px;
  }
}
@media screen and (max-width: 480px) {
  #space .space-school {
    display: block;
    margin-bottom: 120px;
  }
}
#space .space-school .space-box {
  width: 320px;
  height: 320px;
}
#space .space-school .space-box img {
  width: 100%;
  height: auto;
}
#space .space-school .space-box a {
  display: block;
  text-align: center;
  line-height: 1;
  color: #f9f7ed;
  font-weight: lighter;
  width: 111px;
  height: 88px;
  padding-top: 24px;
  background: #1a1a1a;
  border-radius: 50%;
}
#space .space-school .space-box a:hover {
  background: transparent;
  border: 1px solid #006c9c;
  color: #006c9c;
}
#space .space-school .space-box.box2 {
  padding-top: 80px;
}
#space .space-school .space-box.box3 {
  padding-top: 48px;
}
@media screen and (max-width: 480px) {
  #space .space-school .space-box {
    width: 100%;
    height: auto;
    padding-bottom: 120px;
    position: relative;
  }
  #space .space-school .space-box a {
    position: absolute;
  }
  #space .space-school .space-box.box2 a {
    right: 20px;
  }
  #space .space-school .space-box.box3 a {
    left: 40px;
  }
}

.star {
  animation: kirakira 5s linear;
  color: #f2f294;
  display: inline-block;
  height: 1em;
  line-height: 1em;
  position: fixed;
  top: -1em;
  z-index: 9999;
}

@keyframes kirakira {
  0% {
    transform: translateY(0) rotateY(0);
  }
  100% {
    transform: translateY(calc(100vh + 1em)) rotateY(3600deg);
  }
}

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