@charset "utf-8";



/*----------------------------------------------------
  共通
----------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.home-title {
  text-align: center;
  font-size: 3.2rem;
  color: var(--main-color);
  margin-bottom: 0.5rem;
}
.container {
  background: none;
}
a:hover {
  color: var(--main-color);
}
/*----------------------------------------------------
  メイン
----------------------------------------------------*/
/* メインイメージ（スライダー） */
#slider {
  margin: 0 auto;
  /* background: #000; */
}
.sp-image {
  max-width: 100%;
  width: auto;
}
.sp-button {
  border-color: var(--main-color);
  width: 15px;
  height: 15px;
}
.sp-selected-button {
  background-color: var(--main-color);
}
/*----------------------------------------------------
  オープンキャンパス
----------------------------------------------------*/
a.opencampus-wrap {
  display: block;
  background-color: #EFBD17;
  padding: 1.5rem 7rem 1.5rem 2rem;
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.opencampus-wrap img.fig-app {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 88px;
}
@media (min-width: 992px) {
  a.opencampus-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .opencampus-wrap img.fig-app {
    position: static;
    top: auto;
    right: auto;
    width: 156px;
    margin-left: 3rem;
  }
}
/*----------------------------------------------------
  SNS
----------------------------------------------------*/
.sns-wrap {
  margin-bottom: 3rem;
}
.sns-wrap .txt-check {
  text-align: center;
  margin-bottom: 2rem;
}
.sns-wrap .txt-check p {
  font-size: 1.8rem;
  display: inline-block;
  font-weight: 700;
  position: relative;
  color: #333;
}
.txt-check p::before,
.txt-check p::after {
  content: "";
  width: 2px;
  height: 1.5em;
  background-color: #666;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.txt-check p::before {
  transform: rotate(-35deg);
  left: -10px;
}
.txt-check p::after {
  transform: rotate(35deg);
  right: -10px;
}
.sns-wrap .txt-check p span {
  font-size: 0.7em;
  font-weight: 700;
  padding: 0 0.2rem;
}
.sns-link-area {
  display: flex;
  justify-content: center;
}
.sns-wrap a {
  display: inline-block;
  margin: 0 2rem;
  transition: 0.2s;
}
.sns-wrap a:hover {
  opacity: 0.75;
}
.sns-wrap a img {
  display: block;
  width: 52px;
  height: auto;
}
@media (min-width: 768px) {
  .sns-wrap .txt-check p {
    padding-left: 0.7em;
    padding-right: 0.7em;
  }
  .txt-check p::before {
    left: 0;
  }
  .txt-check p::after {
    right: 0;
  }
}

/*----------------------------------------------------
  News
----------------------------------------------------*/
ul.news-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
.news-list li {
  border-bottom: 1px solid #ddd;
  padding: 1rem;
}
.news-list li p.date {
  font-size: 1.4rem;
  color: #828282;
}
.news-list li p.title {
  font-size: 1.4rem;
}
.news-list li  a {
  font-weight: 700;
}
.news-more {
  text-align: right;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.news-more a {
  text-decoration: none;
}
.news-more a span.ico-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.2em;
  height: 0.1em;
  background: #333;
  margin-left:1rem;
}
.news-more a:hover .ico-arrow-right {
  background-color: var(--main-color);
}
.ico-arrow-right::after {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 1px solid #333;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
}
.news-more a:hover .ico-arrow-right::after {
  border-color: var(--main-color);
}
/*----------------------------------------------------
  学科
----------------------------------------------------*/
.course-wrap {
  padding: 3rem 0;
  margin-bottom: 3rem;
  background-color:hsla(0,0%,100%,1);
  background-image:
  radial-gradient(at 0% 48%, hsla(49,100%,97%,1) 0px, transparent 50%),
  radial-gradient(at 0% 99%, hsla(213,100%,94%,1) 0px, transparent 50%),
  radial-gradient(at 2% 11%, hsla(270,100%,98%,1) 0px, transparent 50%),
  radial-gradient(at 95% 0%, hsla(55,100%,91%,1) 0px, transparent 50%),
  radial-gradient(at 98% 98%, hsla(340,100%,97%,1) 0px, transparent 50%);
}
.course-wrap h2 + p,
.campuslife-wrap h2 + p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
ul.course-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.course-list li {
  flex: 0 0 50%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 1.5rem;
}
.course-list li a {
  display: block;
  text-decoration: none;
}
.course-list li img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.2s;
}
.course-list a:hover img {
  opacity: 0.8;
}
.course-list li p {
  text-align: center;
  background-color: #ddd;
  font-size: 1.4rem;
  padding: 1.2rem 0;
  color: #fff;
}
li.civilservant a,
li.civilservant p {
  background-color: #e52831;
}
li.business a,
li.business p {
  background-color: #095FA2;
}
li.medicalcare a,
li.medicalcare p {
  background-color: #eb8205;
}
li.hotel a,
li.hotel p {
  background-color: #223968;
}
li.bridal a,
li.bridal p {
  background-color: #902947;
}
li.it a,
li.it p {
  background-color: #643e89;
}
li.create a,
li.create p {
  background-color: #089796;
}
li.illustration a,
li.illustration p {
  background-color: #59AF44;
}
@media (min-width: 768px) {
  ul.course-list {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .course-list li {
    flex: 0 0 33.3333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .course-list li {
    flex: 0 0 25%;
  }
}
/*アニメーション*/
.fuwatAnime {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1.5s;
  -ms-animation-duration:1.5s;
  animation-duration:1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
 }
 @-webkit-keyframes fuwatAnime {
  0% { opacity: 0; -webkit-transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); }
 }
 @keyframes fuwatAnime {
  0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
 }
/*----------------------------------------------------
  その他メニュー
----------------------------------------------------*/
ul.other-menu-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: 2rem;
}
.other-menu-list li {
  flex: 0 0 50%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 1.5rem;
}
.other-menu-list a {
  display: block;
  height: 100%;
  border: 1px solid #ddd;
  padding: 1rem;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: 0.2s;
}
.other-menu-list a::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: rotate(45deg) translateX(-52%);
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
}
.other-menu-list img {
  margin-bottom: 0.5rem;
}
.other-menu-list p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.other-menu-list li.other {
  flex: 0 0 100%;
}

/*----------------------------------------------------
  キャンパスライフ
----------------------------------------------------*/
.campuslife-wrap h2 + p img {
  width: 29px; /*公式規定最小サイズ*/
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
}
a.btn-campuslife {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  border: 2px solid var(--main-color);
  border-radius: 5px;
  padding: 1rem 3rem;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
}
a.btn-campuslife::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid var(--main-color);
}
/*インスタグラム*/
.instagram-gallery {
  max-width: 640px;
  margin: auto;
  margin-bottom: 1.5rem;
}
.instagram-gallery__list {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.instagram-gallery__item {
  min-width: 33.333%;
  width: 33.333%;
  padding: 0px;
}
.instagram-gallery__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}