@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------
　keyvisual
------------------------------------------------ */

.keyvisual {
  width: 100vw;
  margin-bottom: 20px;
}
.keyvisual img {
  width: 100%;
}

.bx-wrapper {
  box-shadow: none !important;
  border: none !important;
}
.bx-wrapper .bx-pager {
  text-align: right !important;
  bottom: 0 !important;
  right: 10% !important;
}

/* ---------------------------------------------
　content
------------------------------------------------ */

.container { width: 1400px; margin: 20px auto 0; }
.content { width: 1400px; margin: 0 auto 0; }

.notice {
  width: 1200px;
  margin: -20px auto 20px;
  background: #ffdada;
  border: solid 2px #ff0000;
  padding: 8px 55px 8px 20px;
  border-radius: 14px;
  position: relative;
}
.notice p {
  margin: 0 0 0 30px;
  padding: 10px 0;
  position: relative;
}
.notice p::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -3px;
  transform: rotate(45deg);
  visibility: visible;
}
.notice a {
  color: #333;
  text-decoration: none;
}
.notice a:hover {
  text-decoration: underline;
}
.important {
  width: 1200px;
  margin: 0 auto 55px;
  padding: 18px 55px 18px 20px;
  background: #fef2de;
  border: solid 1px #ed9d11;
  border-radius: 14px;
  position: relative;
}
.important::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -3px;
  transform: rotate(45deg);
  visibility: visible;
}
.important .date {
  font-weight: bold;
  margin-right: 30px;
}
.important a {
  text-decoration: none;
  color: #333;
}
.important:hover a { text-decoration: underline; }

/*-------------- about ---------------*/

.about { width: 1200px; margin: 0 auto; }
.about h2.original-style {
  float: left;
  width: 165px;
  margin: 0 60px 0 0;
  border-left: solid 1px #e1dfda;
  border-right: solid 1px #e1dfda;
}
.about h2.original-style::before { content: none; }

.about .sub-title {
  line-height: 1.3;
  font-family: "Kokoro";
  font-weight: bold;
  font-size: 150%;
}

.about .btn { display: inline-block; }
.about .btn a { min-width: 182px; }

/*-------------- facility ---------------*/

.facility { margin: 80px 0 0; }
.facility-wrap { margin: 30px 0 0; }
.facility-unit {
  float: left;
  width: 350px;
}
.facility-unit:hover .name a {
  color: #ed9d11;
}
.facility-unit:hover .img-area img {
  width: 110%;
}

.facility-unit .img-area {
  width: 350px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.facility-unit .img-area img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.facility-unit .img-area::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  z-index: 9;
}
.facility-unit a {
  color: #333;
  text-decoration: none;
}

.facility-unit .name {
  line-height: 0.7;
  text-align: center;
  font-family: "Kokoro";
  font-weight: bold;
  font-size: 150%;
}
.facility-unit .name span { font-size: 70%; }
.facility-unit .summary {
  padding: 0 15px;
}

/*-------------- banner ---------------*/
.banner {
  margin-top: 30px;
}
.banner-wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.banner-wrap .banner-item {
  margin: 10px;
}
/*-------------- news blog ---------------*/

.news { width: 1200px; margin: 30px auto 60px; }
.blog { width: 1200px; margin: 60px auto; }
.news-title {
  padding: 0 0 10px;
  border-bottom: solid 1px #ed9d11;
  position: relative;
}
.news-title::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ed9c11 transparent;
  position: absolute;
  bottom: 0;
  left: 227px;
  visibility: visible;
  transition: all 0.3s ease;
}
.blog .news-title::after  { left: 195px; }
.news-title.keiai::after { left: 340px; }
.news-title.child::after { left: 500px; }
.news-title.school::after { left: 630px; }
.news-title.support::after { left: 810px; }
.news-title.hakucho::after { left: 984px; }
.news-title.all-blog::after { left: 195px; }
.news-title.school-blog::after { left: 561px; }
.news-title.support-blog::after { left: 737px; }
.news-title.hakucho-blog::after { left: 912px; }

.news-title h2 {
  display: inline-block;
  color: #333;
}
.news-title h2::before { content: none; }

.news-title .tab-index {
  display: inline-block;
  vertical-align: super;
  position: relative;
}

.news-title .tab-index li {
  display: inline-block;
  margin-left: 30px;
}
.news-title .tab-index li a {
  text-decoration: none;
  color: #333;
}
.news-title .tab-index li a:hover { text-decoration: underline; }

.news-list {
  display: none;
}
.news-list#all,
.news-list#all-blog { display: block; }

.news-list dl {
  margin: 0;
  padding: 20px 30px;
  border-bottom: solid 1px #ddd;
  overflow: hidden;
  position: relative;
}
.news-list dl:hover { background: #f9f9f9; }
.news-list dl::after,
.news-list .index-link::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -3px;
  transform: rotate(45deg);
}
  
.news-list dl dt,
.news-list dl dd {
  float: left;
}
.news-list dl dt {
  width: 135px;
}
.news-list dl dd {
  margin-left: 15px;
}
.news-list dl dd.blog {
  width: 175px;
  margin: -2px 25px 0;
  background: #ffbdbd;
  text-align: center;
  font-size: 12px;
}
.news-list dl dd.blog.id-9,
.news-list dl dd.blog.id-11 { background: #cadaad; }
.news-list dl dd.blog.id-12,
.news-list dl dd.blog.id-13 { background: #fac47f; }
.news-list dl dd.blog.id-14,
.news-list dl dd.blog.id-15 { background: #b0dfdf; }
.news-list dl dd.blog.id-16 { background: #ff6f6f; }

.news-list dl dd.title a { text-decoration: none; color: #333; }

.news-list .index-link {
  margin: 0;
  background: #f7f5ef;
  border-bottom: solid 1px #ddd;
  overflow: hidden;
  position: relative;
}
.news-list .index-link:hover {
  background: #e9e7e1;
}
.news-list .index-link a {
  display: block;
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
}

/*-------------- recruit ---------------*/

.recruit { margin: 0; }