@charset "UTF-8";
/*
----------------------------------------------------------------------------------------------------
# home
----------------------------------------------------------------------------------------------------
*/
/* スライダー */
#home-slider {
  height: 320px;
  margin: 30px 0 0;
  background-color: #EEEEEE;
}
@media screen and (max-width: 750px) {
  #home-slider {
    margin: 0 0 50px;
  }
}
#home-slider > .inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  #home-slider > .inner {
    width: 100%;
  }
}
#home-slider .mv,
#home-slider .slide {
  position: relative;
}
#home-slider .mv > a,
#home-slider .slide > a {
  display: block;
}
#home-slider .mv > a:hover,
#home-slider .slide > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#home-slider .mv:nth-child(n+2),
#home-slider .slide:nth-child(n+2) {
  display: none;
}
#home-slider .mv .img-sp,
#home-slider .slide .img-sp {
  display: none;
}
#home-slider .mv .img,
#home-slider .slide .img {
  width: 100%;
  height: 320px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#home-slider .mv .content,
#home-slider .slide .content {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#home-slider .mv .content .btn-warp,
#home-slider .slide .content .btn-warp {
  padding-top: 5px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#home-slider .mv.slide-sliders-primary .content,
#home-slider .slide.slide-sliders-primary .content {
  margin-top: -20px;
  right: 10px;
}
#home-slider .mv.slide-sliders-junior .content,
#home-slider .slide.slide-sliders-junior .content {
  left: 10px;
}
#home-slider .mv.slide-sliders-high .content,
#home-slider .slide.slide-sliders-high .content {
  right: 10px;
}
@media screen and (max-width: 750px) {
  #home-slider .mv .img-pc,
  #home-slider .slide .img-pc {
    display: none;
  }
  #home-slider .mv .img-sp,
  #home-slider .slide .img-sp {
    display: block;
  }
  #home-slider .mv .img,
  #home-slider .slide .img {
    background-position: center bottom;
  }
  #home-slider .mv .content,
  #home-slider .slide .content {
    position: static;
    margin: 0 !important;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  #home-slider .mv .content .text,
  #home-slider .slide .content .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px 5px;
  }
  #home-slider .mv .content .btn-warp,
  #home-slider .slide .content .btn-warp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 220px;
    margin: 0 auto;
  }
}
#home-slider .bx-viewport .slide {
  display: block;
}
@media screen and (max-width: 750px) {
  #home-slider,
  #home-slider .slide .img {
    height: 360px;
  }
}

#home .course-link {
  display: table;
  width: 100%;
}
#home .course-link ul {
  display: table-row;
}
#home .course-link li {
  width: 33.3%;
  display: table-cell;
  border: 1px solid #aaa;
}
#home .course-link li.primary, #home .course-link li.junior {
  border-right: none;
}
#home .course-link li a {
  display: block;
  height: 160px;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home .course-link li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#home .course-link li .course-title {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 6px 0;
  line-height: 1.2;
}
#home .course-link li.primary .course-title {
  background-color: #FF99CC;
}
#home .course-link li.junior .course-title {
  background-color: #82C0FF;
}
#home .course-link li.high .course-title {
  background-color: #F8B303;
}
#home .course-link li img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #home .course-link, #home .course-link ul, #home .course-link li {
    display: block;
    width: auto;
    height: auto;
  }
  #home .course-link li.primary, #home .course-link li.junior {
    border-bottom: none;
    border-right: 1px solid #aaa;
  }
  #home .course-link li a {
    padding-bottom: 25px;
  }
}
#home .three-column-box {
  background-color: #aaa;
  padding: 1px;
}
#home .three-column-box li {
  width: 190px;
  background-color: #fff;
  padding: 0 20px;
  color: #444;
}
#home .three-column-box .col2 {
  margin: 0 1px;
  padding-bottom: 1px;
  width: 188px;
}
#home .three-column-box a {
  color: #000;
  text-decoration: none;
  display: block;
}
#home .three-column-box a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  opacity: .75;
  zoom: 1;
}
#home .three-column-box h3 {
  margin-bottom: 5px;
  font-size: 14px;
}
#home .three-column-box .catch {
  font-weight: bold;
  color: #ff6600;
}
#home .three-column-box img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  #home .three-column-box {
    width: auto;
    background: none;
  }
  #home .three-column-box li,
  #home .three-column-box .col2 {
    width: auto;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
#home .no-column-box {
  border: 1px solid #aaa;
}
@media screen and (max-width: 750px) {
  #home .advantage .three-column-box li,
  #home .advantage .three-column-box .col2 {
    width: auto;
  }
}

#alpha #home h3 {
  border: none;
  padding-left: 0;
  color: #000;
}
#alpha #home .info h2 {
  background: url(../images/bg-home-h2-info.png) 0 0 no-repeat;
  border: none;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  height: 25px;
  line-height: 35px;
  font-size: 16px;
  color: #444;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#alpha #home .info h2 span {
  line-height: 0;
  display: block;
  padding-top: 4px;
}
#alpha #home .info h2 span img {
  padding: 0;
}

#home .info .info-box {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 15px;
}

h2 .icon-home-course,
h2 .icon-home-advantage,
h2 .icon-home-know,
h2 .icon-home-flow {
  float: left;
  overflow: hidden;
  margin-left: -8px;
  margin-right: 5px;
  width: 45px;
  line-height: 0;
}
h2 .icon-home-course img,
h2 .icon-home-advantage img,
h2 .icon-home-know img,
h2 .icon-home-flow img {
  max-width: none !important;
}
@media screen and (max-width: 750px) {
  h2 .icon-home-course,
  h2 .icon-home-advantage,
  h2 .icon-home-know,
  h2 .icon-home-flow {
    display: none;
  }
}
h2 .icon-home-course {
  width: 38px;
}

#info-gallery {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin-bottom: 5px;
}

#info-gallery-inner {
  height: 30px;
  width: 960px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#info-gallery-inner .info-box .info-text {
  width: auto;
  float: none;
  padding-left: 20px;
}
#info-gallery-inner li {
  position: absolute;
  width: 960px;
  left: -960px;
}
#info-gallery-inner .on {
  left: 0;
}

#widget-blog-entries-list {
  border: 1px solid #aaa;
  padding: 3px;
  margin-bottom: 20px;
}
#widget-blog-entries-list ul {
  border-top: 1px dotted #c0c0c0;
}
#widget-blog-entries-list li {
  background: url(../images/icon-arrow.gif) 10px 50% no-repeat;
  border-bottom: 1px dotted #c0c0c0;
  padding: 3px 3px 3px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#widget-blog-entries-list li a {
  display: block;
}
#widget-blog-entries-list .date {
  width: 10em;
  float: left;
  padding: 0 0 0 25px;
}
#widget-blog-entries-list .title {
  font-weight: bold;
}
#widget-blog-entries-list li:hover {
  background-color: #EDFFEF;
}

.slider-blog {
  width: 710px;
  height: 320px;
}

.slider-blog-inner {
  position: relative;
  width: 710px;
  height: 320px;
}

.slider-blog .blog-link {
  position: absolute;
  top: 0;
  left: 0;
}
.slider-blog .blog-link:hover {
  /* opacity 75% */
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  opacity: .75;
  zoom: 1;
}
.slider-blog .blog-posts {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 410px;
  padding: 10px;
  font-size: 13px;
  line-height: 1.6;
  /* border-radius */
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.slider-blog .title {
  padding: 0;
  font-weight: bold;
  color: #008B3E;
  font-size: 1.2em;
  margin-bottom: 5px;
  border-bottom: 1px solid #008B3E;
}
