@charset "utf-8";
/* TOPページ
----------------------------------------------------*/
a {
  color: #333333;
}
a:visited {
  color: #333;
}
a:hover {
  color: #39c;
}
a:active {
  color: #333;
}

#globalNav {
  top: -34px;
}

/*top cycleバナー*/
body.home {
  position: relative;
}

#backbg {
  height: 440px;
  overflow: hidden;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 2;
}

#topContents {
  height: 440px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#topContents li {
  display: table-cell;
  text-align: center;
}
#topContents .univ {
  background-color: #dce6f0;
}
#topContents .junior {
  background-color: #fff0f0;
}

#topContents li {
  z-index: 60 !important;
}

#topContents li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 40;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

.dot {
  height: 440px;
  top: 0;
}

.bxslider {
  height: 440px;
  overflow: hidden;
}

.bx-wrapper {
  z-index: 7;
}
.bx-wrapper img {
  text-align: center;
  display: inline;
}

.bx-controls {
  display: none;
}

#bx-pager {
  position: absolute;
  top: -88px;
  left: 0;
  z-index: 60;
  display: table;
}
#bx-pager a {
  display: table-cell;
  padding: 0 5px;
}
#bx-pager a img {
  width: 100%;
  border: 2px solid #fff;
}
#bx-pager a img.univ {
  background-color: #dce6f0;
}
#bx-pager a img.junior {
  background-color: #fff0f0;
}
#bx-pager a.active img {
  border: 2px solid #FFCC00;
}

#contentsWrap {
  margin-top: 0px;
}

#contents {
  top: 40px;
}

#main {
  width: auto;
  float: none;
}

#newsBox {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  background: url(/img/home/news_bg.png) repeat;
  position: relative;
  behavior: url("/css/PIE.htc");
  -moz-box-shadow: #666 0px 0px 5px;
  -webkit-box-shadow: #666 0px 0px 5px;
  box-shadow: #666 0px 0px 5px;
}
#newsBox h2 {
  position: absolute;
  top: 11px;
  left: -7px;
}
#newsBox ul {
  width: 910px;
  padding-top: 40px;
  margin-left: 20px;
}
#newsBox li {
  background: none;
  list-style-type: none;
  background: url(/img/home/news_bgdot.png) repeat-x top;
}
#newsBox li:first-child {
  background: none;
}
#newsBox li a {
  display: block;
  font-size: 117%;
  padding: 15px 0 13px 25px;
  background: url(/img/common/icon_arrow2.png) no-repeat 0 center;
}
#newsBox li a:hover {
  color: #333;
}

.unit {
  position: relative;
  width: inherit;
}
.unit .linklist {
  position: absolute;
  bottom: 0;
  right: -22px;
}

#relLink {
  padding-bottom: 30px;
}

#relLink.unit .linklist {
  display: none;
}

#relLink aside {
  width: auto;
  margin-top: 23px;
  overflow: hidden;
  *zoom: 1;
  border-radius: 4px;
  box-shadow: #999 0px 0px 5px;
  position: relative;
  behavior: url("/css/PIE.htc");
  background: url(/img/common/w_bg.png) repeat;
}
#relLink aside h2 {
  float: left;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-left: 12px;
}
#relLink aside nav {
  width: 840px;
  float: left;
}
#relLink aside ul {
  margin-top: 3px;
  padding-top: 0px;
  padding-left: 22px;
  width: 830px;
  overflow: hidden;
}
#relLink aside ul li {
  float: left;
  position: relative;
  margin-right: 13px;
}
#relLink aside ul li a {
  font-size: 100%;
  height: 21px;
  display: inline-block;
  padding: 10px 0 0 22px;
  background: url(/img/common/icon_arrow3.png) no-repeat left center;
}
#relLink aside ul li a[href*="http"] {
  padding-right: 22px;
}
#relLink aside ul li a.externalLink[href*="http"]:before {
  content: url(/img/common/icon_external.png);
  position: absolute;
  right: 0;
}
#relLink aside ul li img.externalIcon {
  display: none;
}

.jcarousel {
  position: relative;
  overflow: hidden;
}

.grid {
  width: 965px;
  position: relative;
}
.grid--title {
  width: 184px;
  height: 184px;
  float: left;
  border-radius: 10px;
  box-shadow: #999 0px 0px 5px;
  margin-left: 0;
  margin-top: 5px;
  background-color: #3399CC;
  text-align: center;
  position: relative;
}
.grid--title img {
  position: relative;
  top: 44%;
}
.grid--title h2 {
  width: auto;
  float: none;
  border-radius: inherit;
  box-shadow: none;
  margin: 0;
}
.grid .grid--link {
  display: block;
  width: inherit;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-decoration: none !important;
}
.grid a.grid--link:hover {
  color: #fff;
}
.grid h3 {
  font-size: 100%;
  font-weight: normal;
}
.grid .carousel {
  width: 776px;
  float: left;
  margin-left: 5px;
}
.grid .carousel li {
  list-style-type: none;
}
.grid .carousel .carouselChild {
  position: relative;
  float: left;
  height: 184px;
  margin: 5px;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: #999 0px 0px 5px;
  -webkit-box-shadow: #999 0px 0px 5px;
  box-shadow: #999 0px 0px 5px;
  background: url(/img/common/w_bg.png) repeat;
}
.grid .carousel .carouselChild.end:before {
  position: absolute;
  line-height: 11;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.5);
  content: "受付は終了しました";
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  z-index: 410;
  text-align: center;
}
.grid .carousel .carouselChild a {
  width: inherit;
  height: inherit;
  display: block;
}
.grid .carousel .carouselChild a:hover {
  text-decoration: none;
}
.grid .carousel .carouselChild .new {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.home #examwrap {
  overflow: visible;
}

#exam.grid .carouselChild {
  width: 184px;
  text-align: center;
  position: relative;
}
#exam.grid .carouselChild h3 {
  color: #3366CC;
  margin-top: 16px;
}
#exam.grid .carouselChild h3 span {
  font-size: 109%;
  font-weight: normal;
  display: block;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  padding-bottom: 12px;
}
#exam.grid .carouselChild h3 b {
  font-size: 142%;
}
#exam.grid .carouselChild h3 b.small {
  font-size: 117%;
}
#exam.grid .carouselChild p {
  color: #666666;
  padding-bottom: 10px;
}
#exam.grid .carouselChild p span {
  display: block;
  font-size: 100%;
  padding-top: 7px;
  padding-bottom: 6px;
}
#exam.grid .carouselChild p b {
  font-size: 117%;
}
#exam.grid .carouselChild img[src$="arrow.png"] {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#exam.grid .carouselChild.junior h3 {
  color: #dd5588;
}

#examStop.grid .carousel .carouselChild {
  width: 378px;
}
#examStop.grid .cell {
  font-family: "ヒラギノ角ゴ Std",sans-serif;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: inherit;
  height: inherit;
}
#examStop.grid .cell h3 {
  font-size: 167%;
  font-weight: bold;
  line-height: 1.6;
  color: #55AADD;
}
#examStop.grid .cell p {
  font-size: 117%;
}

#event.grid .carousel .carouselChild {
  width: 184px;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
}
#event.grid .paragraph h3 {
  border-left: 6px solid #55AADD;
  padding-left: 6px;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.3;
}
#event.grid .paragraph .subject {
  display: block;
  float: left;
  width: 36px;
  font-size: 92%;
  color: #fff;
  line-height: 1;
  background-color: #668899;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
  padding: 2px 0;
}
#event.grid .paragraph .date + .subject {
  display: none;
}
#event.grid .paragraph .date {
  overflow: hidden;
  display: block;
  padding-left: 5px;
  line-height: 1.3;
}
#event.grid .paragraph .place {
  display: none;
}
#event.grid .paragraph span ~ span.subject:before {
  content: "";
  clear: both;
}
#event.grid .imgR {
  padding: 15px 15px 0 0;
}
#event.grid .arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5px;
}
#event.grid a.child {
  width: 100%;
  height: 100%;
  display: block;
}
#event.grid img[src="/img/home/event_space.png"] {
  width: 378px;
}

.empty-grid {
  padding: 0 !important;
}
.empty-grid img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  object-position: 50% 50%;
}

.empty-grid2 {
  width: 378px !important;
}

.empty-grid3 {
  width: 572px !important;
}

#freetile {
  clear: both;
}

#topicsAnchor {
  position: relative;
  z-index: 300;
}

#topics.grid {
  position: relative;
  width: 990px;
}
#topics.grid .wrapper {
  position: relative;
  left: -5px;
  z-index: 250;
}
#topics.grid .wrapper .item:first-child {
  width: 194px;
  height: 194px;
}
#topics.grid .wrapper .item {
  list-style-type: none;
}
#topics.grid .wrapper .item + .item {
  margin: 5px;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: #999 0px 0px 5px;
  -webkit-box-shadow: #999 0px 0px 5px;
  box-shadow: #999 0px 0px 5px;
  background: url(/img/common/w_bg.png) repeat;
  width: 144px;
  height: 164px;
  float: none;
  padding: 20px 20px 0 20px;
  line-height: 1.4;
  list-style-type: none;
}
#topics.grid .wrapper .item + .item a {
  width: inherit;
  height: inherit;
  display: block;
}
#topics.grid .wrapper .item + .item a:hover {
  text-decoration: none;
}
#topics.grid .wrapper .item + .item .category {
  color: #fff;
  max-width: 66px;
  height: 14px;
  display: flex;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-feature-settings: "palt" 1;
  padding: 0 2px;
  font-size: 84%;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
  line-height: 1.5;
  background-color: #55AADD;
  float: left;
}
#topics.grid .wrapper .item + .item .category.course, #topics.grid .wrapper .item + .item .category.junior {
  text-indent: 0px;
  letter-spacing: 0px;
}
#topics.grid .wrapper .item + .item .category.career {
  text-indent: 0px;
  letter-spacing: -1px;
}
#topics.grid .wrapper .item + .item .date {
  color: #666;
  width: 70px;
  font-size: 100%;
  display: block;
  float: left;
  padding-left: 4px;
}
#topics.grid .wrapper .item + .item .cnt {
  clear: both;
  font-size: 117%;
  padding-top: 10px;
  height: 110px;
}
#topics.grid .wrapper .item + .item.item.now {
  width: 338px;
  height: 358px;
}
#topics.grid .wrapper .item + .item.item.now h3 {
  border-left: 6px solid #55AADD;
  padding-left: 6px;
  margin-bottom: 16px;
  line-height: 1.4;
}
#topics.grid .wrapper .item + .item.item.now .date {
  position: absolute;
  top: 18px;
  right: 20px;
}
#topics.grid .wrapper .item + .item.item.now .cnt {
  font-size: 100%;
}
#topics.grid .wrapper .item + .item.item.now .linklist {
  position: absolute;
  right: 40px;
  bottom: 10px;
}
#topics.grid .wrapper .item + .item.item.now #nowLink {
  position: absolute;
  right: 40px;
  bottom: 10px;
}
#topics.grid .wrapper .item + .item.item.now .linkmovie {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
#topics.grid .wrapper .item a.photo {
  display: inline;
  width: 24px;
  height: 19px;
  /*position: absolute;
  left:15px;
  top: 144px;
  padding: 5px;*/
}
#topics.grid .wrapper .item a.photo.show img {
  top: -180px;
}
#topics.grid .wrapper .item a.arrow {
  width: auto;
  height: auto;
  display: inline;
  top: 143px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#topics.grid .new {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.unit #exam + .pageNation + .linklist {
  top: 174px;
  bottom: auto;
}

.unit #event + .pageNation + .linklist {
  top: 174px;
  bottom: auto;
}

.unit #topics + .linklist {
  top: 368px;
  bottom: auto;
  z-index: 310;
}

.unit #recommend + .pageNation + .linklist {
  top: 174px;
  bottom: auto;
}

.pageNation {
  width: inherit;
  height: inherit;
  clear: both;
}
.pageNation .carouPrev1, .pageNation .carouPrev2, .pageNation .carouPrev3 {
  position: absolute;
  left: -25px;
  top: 40%;
}
.pageNation .carouNext1, .pageNation .carouNext2, .pageNation .carouNext3 {
  position: absolute;
  right: -25px;
  top: 40%;
}

.boxcaption {
  width: 184px;
  height: 184px;
  position: relative;
  left: -20px;
}
.boxcaption img {
  width: 190px;
  height: 100%;
  position: absolute;
  top: 10px;
  left: -3px;
}

#recommend.grid .carouselChild {
  width: 144px;
  height: 164px;
  margin-bottom: 10px;
  padding: 20px 20px 0 20px;
  line-height: 1.4;
  position: relative;
}
#recommend.grid .carouselChild .category {
  color: #fff;
  background-color: #55AADD;
  float: left;
  max-width: 66px;
  height: 14px;
  display: flex;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-feature-settings: "palt" 1;
  padding: 0 2px;
  font-size: 84%;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
  line-height: 1.5;
}
#recommend.grid .carouselChild .category.course, #recommend.grid .carouselChild .category.junior {
  text-indent: 0px;
  letter-spacing: 0px;
}
#recommend.grid .carouselChild .category.career {
  text-indent: 0px;
  letter-spacing: -1px;
}
#recommend.grid .carouselChild .date {
  color: #666;
  width: 70px;
  font-size: 100%;
  display: block;
  float: left;
  padding-left: 4px;
}
#recommend.grid .carouselChild .cnt {
  clear: both;
  font-size: 117%;
  padding-top: 10px;
  height: 110px;
}
#recommend.grid .carousel .carouselChild a.photo {
  display: inline;
  width: 24px;
  height: 19px;
  display: inline;
  position: absolute;
  left: 20px;
  top: 154px;
}
#recommend.grid .carousel .carouselChild a.photo.show img {
  top: -180px;
}
#recommend.grid .carousel .carouselChild a.arrow {
  width: auto;
  height: auto;
  display: inline;
  position: absolute;
  left: 78px;
  top: 143px;
}

#link.grid {
  margin-bottom: 0;
}
#link.grid ul li {
  width: 230px;
  height: 100px;
  float: left;
  background: none;
  margin-right: 13px;
  margin-bottom: 13px;
  list-style: none;
  position: static;
}
#link.grid ul li a img {
  width: 230px;
}
#link.grid ul li p {
  font-weight: bold;
}

#quickNav {
  margin-top: -15px;
  padding-top: 100px;
}
