@charset "utf-8";
/* レイアウトのためのCSS */
body {
  overflow-x: hidden;
  background: #000;
  font-family: "Source Sans Pro", "Noto Sans JP", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  letter-spacing: 0.2em;
}

body.appear {
  background: #f0f0f0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

/* font-family */

.header-utility li:last-child a,
.school-info li dl,
.header-area dl,
#news article time,
#page-top span,
h2 span {
  font-family: "Source Sans Pro", sans-serif;
}

/* area */

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 70px;
}

@media screen and (max-width: 940px) {
  .inner {
    padding: 70px 30px;
  }
}

/* gnavi */

#g-nav ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#g-nav.panelactive ul li {
  position: relative;
  width: 30%;
  text-align: left;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  #g-nav.panelactive ul li {
    width: 48%;
  }
}

@media screen and (max-width: 580px) {
  #g-nav.panelactive ul li {
    width: 100%;
  }
}

#g-nav li a {
  padding: 15px 20px;
}

#g-nav.panelactive ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--vk-color-primary);
  position: absolute;
  left: -10px;
  top: 43%;
}

/* concept */

#concept h2 span {
  color: var(--vk-color-primary);
}

#concept .concept-area {
  position: relative;
  padding: 40px 0;
}

#concept .concept-img {
  width: 30%;
  margin: 0 auto;
  animation-delay: 0.4s;
}

#concept .concept-area img {
  border-radius: 50%;
}

#concept .concept-area ul {
  animation-delay: 0.5s;
}

#concept .concept-area ul li {
  position: relative;
  font-size: 1rem;
  top: inherit !important;
  left: inherit !important;
  right: inherit !important;
  transform: none !important;
  text-align: center;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 700px) {
  #concept .concept-area {
    padding: 0;
  }

  #concept .concept-img {
    width: 50%;
    margin: 0 auto 30px auto;
  }

  #concept .concept-area ul li:after {
    display: none !important;
  }
}

.concept-btn {
  text-align: center;
  padding: 50px 0 0 0;
}

/* news */

.news {
  position: relative;
  padding: 50px 0 100px 0;
  margin: 0 0 100px 0;
}

@media screen and (max-width: 840px) {
  #news {
    margin: 0;
    padding: 50px 0;
  }
}

.news:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 10px;
  left: -30%;
  width: 150%;
  height: 100%;
  background: linear-gradient(
    -40deg,
    var(--vk-color-custom-5),
    var(--vk-color-primary)
  );

  transform: rotate(-5deg);
}

.news .news-area {
  background: #fff;
  padding: 40px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.5);
  width: 70%;
  margin: 0 auto;
  border-radius: 10px;
}

.news h2 {
  color: #fff;
}

.news li a {
  transition: all 0.3s;
}

.news li a:hover {
  color: #666;
}

.news article {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #333;
}

.news article time {
  padding: 0 2em 0 0;
  color: #666;
  font-size: 0.8rem;
}

.news article h3 {
  font-size: 1rem;
}

@media screen and (max-width: 840px) {
  .news .news-area {
    width: 90%;
  }

  .news article time,
  .news article h3 {
    width: 100%;
  }
}

.news .icon-01,
.news .icon-01 canvas {
  position: absolute;
  bottom: -50px;
  right: 50px;
  width: 100px;
}

.news .icon-02,
.news .icon-02 canvas {
  position: absolute;
  top: -60px;
  right: 88px;
  width: 80px;
}

.news .icon-03,
.news .icon-03 canvas {
  position: absolute;
  bottom: -130px;
  left: 80px;
  width: 200px;
}

.news .icon-04,
.news .icon-04 canvas {
  position: absolute;
  top: 10px;
  left: 50px;
  width: 100px;
}

@media screen and (max-width: 700px) {
  .news .icon-01,
  .news .icon-01 canvas {
    width: 80px;
    bottom: inherit;
    top: -623px;
  }

  .news .icon-02,
  .news .icon-02 canvas {
    width: 60px;
    right: 89px;
    top: -406px;
  }

  .news .icon-03,
  .news .icon-03 canvas {
    width: 180px;
    left: 10px;
    bottom: inherit;
    top: -22px;
  }

  .news .icon-04,
  .news .icon-04 canvas {
    width: 80px;
    top: -516px;
  }
}

@media screen and (max-width: 500px) {
  .news .icon-01,
  .news .icon-01 canvas {
    width: 60px;
    right: 10px;
  }

  .news .icon-02,
  .news .icon-02 canvas {
    width: 45px;
    right: 10px;
    top: -489px;
  }

  .news .icon-03,
  .news .icon-03 canvas {
    width: 140px;
    left: 0;
  }

  .news .icon-04,
  .news .icon-04 canvas {
    width: 60px;
    left: 10px;
    top: -516px;
  }
}

/* course */

#course {
  position: relative;
  margin: 0 0 100px 0;
}

@media screen and (max-width: 840px) {
  #course {
    margin: 0;
  }
}

#course:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 280px;
  left: -30%;
  width: 150%;
  height: 800px;
  background: #ddd;
  transform: rotate(5deg);
}

.course-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.course-list section {
  width: 28%;
  background: #fff;
  position: relative;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 50px 0;
  padding: 20px 20px 50px 20px;
  border-radius: 10px;
}

.course-list section:nth-child(2) {
  animation-delay: 0.2s;
}
.course-list section:nth-child(3) {
  animation-delay: 0.4s;
}

@media screen and (max-width: 840px) {
  .course-list section {
    width: 46%;
  }
}

@media screen and (max-width: 545px) {
  .course-list section {
    width: 100%;
  }
  .course-list section:nth-child(2),
  .course-list section:nth-child(3) {
    animation-delay: 0s;
  }
}

.course-list section .bg-yellow {
  background: #ff0;
  display: inline-block;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 2;
  padding: 3px 5px;
  font-size: 0.9rem;
}

.course-list section .course-img {
  padding-top: 70%;
  background-size: cover !important;
}

.course-list section h3 {
  font-size: 1.3rem;
  text-align: center;
  border-bottom: 5px double #333;
  margin: 30px 0 0 0;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 1090px) {
  .course-list section h3 {
    font-size: 1rem;
  }
}

/* gallery */

.img-gallery {
  background-size: 50px 16px;
  padding: 50px 0;
  margin: 0 0 100px 0;
}

.img-gallery img {
  border-radius: 10px;
}

/* contact */

#contact {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
}

#contact h2 {
  font-size: 2rem;
  position: relative;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 1090px) {
  #contact h2 {
    font-size: 1.5rem;
  }
}

#contact h2::after {
  content: "";
  background: #fff;
  width: 15%;
  height: 5px;
  position: absolute;
  left: 40%;
  bottom: -20px;
}

#contact p {
  text-align: center;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 480px) {
  #contact .contact-detail h2 {
    font-size: 1.6rem;
  }
}

#contact ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#contact ul li {
  padding: 0 20px 20px 0;
}

/* footer */

#footer {
  background: var(--vk-color-primary);
  color: #fff;
}

#footer a {
  color: #fff;
}

.footer-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.school-info {
  width: 30%;
}

.school-info span {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
}

.school-info dt.footer-title,
.school-info li:first-of-type {
  margin: 0 0 10px 0;
}

.school-info li dt {
  margin: 0 10px 0 0;
}

.school-info li dt,
.school-info li dd {
  display: inline-block;
}

.footer-sitemap {
  width: 65%;
}

.footer-sitemap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
  font-size: 0.9rem;
}

.footer-sitemap li {
  padding: 10px 20px;
}

.footer-sitemap li a {
  position: relative;
  padding: 0 10px;
}

.footer-sitemap li a:before {
  position: absolute;
  top: 40%;
  left: -10px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

small {
  display: block;
  text-align: right;
}

@media screen and (max-width: 1090px) {
  .footer-area {
    align-items: flex-start;
  }
  .school-info {
    width: 40%;
  }
  .footer-sitemap {
    width: 56%;
  }
}

@media screen and (max-width: 940px) {
  small {
    text-align: center;
  }
  #page-top {
    position: relative;
    text-align: center;
    right: inherit;
    bottom: inherit;
    margin: 50px auto 30px auto;
    width: 80px;
    animation: none !important;
    transform: none !important;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .school-info,
  .footer-sitemap {
    width: 100%;
  }

  .school-info {
    text-align: center;
    margin: 0 0 70px 0;
    padding: 0 0 70px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  .school-info span {
    font-size: 1.3rem;
  }
}
