@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
#TopicsPath {
  margin: 10px auto 0;
}

.index_container {
  background: #f3f3f3;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1025px) {
  .index_container {
    padding: 30px 0;
  }
}
@media (max-width: 735px) {
  .index_container {
    padding: 20px 0;
  }
}

.wrap {
  padding-bottom: 0;
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1025px) {
  .wrap {
    width: 94%;
    padding: 0 3% 20px;
  }
}
@media (max-width: 735px) {
  .wrap {
    padding: 0 3% 10px;
  }
}

.mainVisual {
  margin-bottom: 30px;
}
@media (max-width: 1025px) {
  .mainVisual {
    width: 100%;
  }
  .mainVisual img {
    width: 100%;
  }
}
@media (max-width: 735px) {
  .mainVisual {
    margin-bottom: 10px;
  }
}

.movie .block01 {
  margin-bottom: 20px;
}
@media (max-width: 735px) {
  .movie .block01 {
    margin: 10px auto !important;
  }
}

.movie .block02 {
  width: 100%;
}

.movie {
  max-width: 920px;
  width: 100%;
  margin: 50px auto 100px;
  text-align: center;
}
@media (max-width: 735px) {
  .movie {
    margin: 20px auto 50px;
  }
}
.movie.type2 {
  margin: 50px auto 0px;
}

.movie iframe {
  height: 520px;
}
@media (max-width: 1025px) {
  .movie iframe {
    height: 400px;
  }
}
@media (max-width: 735px) {
  .movie iframe {
    height: 205px;
  }
}

.photo {
  width: 100%;
  margin: 60px auto;
}
@media (max-width: 1025px) {
  .photo {
    width: 100%;
  }
}
@media (max-width: 735px) {
  .photo {
    margin: 3rem auto 2rem;
  }
}

.photo .block01 {
  margin-bottom: 30px;
}
@media (max-width: 735px) {
  .photo .block01 {
    margin: 10px auto !important;
  }
}

.photo .block02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 30px;
}
@media (max-width: 1025px) {
  .photo .block02 {
    margin: 0 auto 20px;
  }
}
@media (max-width: 735px) {
  .photo .block02 {
    margin: 0 auto 10px;
  }
}

.photo .block02 li {
  width: 32%;
  padding-bottom: 10px;
}
.photo .block02 li img {
  width: 100%;
}
@media (max-width: 1025px) {
  .photo .block02 li {
    width: 49%;
  }
}

/*.thanks_next .block01{
	margin-bottom:60px;
}
.thanks_next .block02{
	padding-bottom:60px;
}
	.thanks_next .block02 img{
		width:auto;
	}*/
@media (max-width: 735px) {
  .spTitle {
    width: 80%;
    margin: 0 auto !important;
  }
  .spTitle img {
    width: 100%;
  }
}
.campus .block01 {
  position: relative;
  margin: 0 0 90px;
}
@media (max-width: 1025px) {
  .campus .block01 {
    margin: 0 0 60px;
  }
}
@media (max-width: 735px) {
  .campus .block01 {
    margin: 0 0 1.5rem;
  }
}

.campus .block01 .txtBlock {
  position: absolute;
  right: 0;
  bottom: -60px;
  padding: 0 20px 20px 20px;
}
@media (max-width: 735px) {
  .campus .block01 .txtBlock {
    position: static;
    padding: 0 14px 14px 14px;
  }
}

.campus .block02 {
  position: relative;
  margin: 100px 0 90px;
}
@media (max-width: 1025px) {
  .campus .block02 {
    margin: 60px 0 60px;
  }
}
@media (max-width: 735px) {
  .campus .block02 {
    margin: 2.4rem 0 1.5rem;
  }
}

.campus .block02 .txtBlock {
  position: absolute;
  left: 0;
  bottom: -60px;
  padding: 0 20px 20px 20px;
}
@media (max-width: 735px) {
  .campus .block02 .txtBlock {
    position: static;
    padding: 0 14px 14px 14px;
  }
}

.campus .block03 {
  position: relative;
  margin: 100px 0 90px;
}
@media (max-width: 1025px) {
  .campus .block03 {
    margin: 60px 0 60px;
  }
}
@media (max-width: 735px) {
  .campus .block03 {
    margin: 2.4rem 0 1.5rem;
  }
}

.campus .block03 .txtBlock {
  position: absolute;
  right: 0;
  bottom: -60px;
  padding: 0 20px 20px 20px;
}
@media (max-width: 735px) {
  .campus .block03 .txtBlock {
    position: static;
    padding: 0 14px 14px 14px;
  }
}

@media (max-width: 735px) {
  .img01 {
    width: 100%;
  }
  .img01 img {
    width: 100%;
  }
}

.txtBlock {
  width: 440px;
  background: #fff;
  text-align: left;
  font-size: 120%;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 735px) {
  .txtBlock {
    width: 100%;
    font-size: 100%;
    margin: -10px auto 0;
  }
}
.txtBlock .wrap {
  width: 94%;
  margin: 0 auto;
  text-align: left;
  padding: 0 0 20px;
}
@media (max-width: 735px) {
  .txtBlock .wrap {
    padding: 0 0 10px !important;
  }
}
.txtBlock .title {
  font-size: 180%;
  font-weight: 600;
  padding: 30px 0 10px 35px;
  position: relative;
  margin: 0 0 20px;
}
.txtBlock .title:before {
  content: "";
  width: 14px;
  height: 86px;
  background-color: #46a3e0;
  position: absolute;
  top: 0;
  left: 0;
}
.txtBlock p {
  line-height: 1.8;
}

.imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.imgBox dl {
  width: 23%;
  text-align: center;
  margin: 0 0 1.2rem;
}
.imgBox dl dt img {
  width: 100%;
}
.imgBox dl dd {
  font-weight: 500;
}
@media (max-width: 735px) {
  .imgBox dl {
    width: 48%;
  }
}
.imgBox.type2 dl {
  width: 48%;
}

@media (max-width: 735px) {
  .gakubu {
    width: 84%;
  }
  .gakubu img {
    width: 100%;
  }
}

#Footer {
  margin-top: 0;
}

/****************************************************************************************************
 ****************************************************************************************************/
.main {
  position: relative;
  margin: 0;
  line-height: 0;
}
.main video {
  position: relative;
  z-index: -1;
}
.main .box {
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.main .mainBg {
  background: url("../images/mainBg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 62.5%;
}
.main h2.titleImg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 6vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.main h2.titleImg {
  width: 43%;
}
.main h2.titleImg img {
  width: 100%;
}
@media (min-width: 1400px) {
  .main h2.titleImg {
    width: 30%;
  }
}
@media (max-width: 1025px) {
  .main h2.titleImg {
    width: 55%;
  }
}
@media (max-width: 735px) {
  .main h2.titleImg {
    width: 60%;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
#slider {
  width: 100%;
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
@media (max-width: 1025px) {
  #slider {
    height: 600px !important;
  }
}
@media (max-width: 1025px) {
  #slider {
    height: 600px !important;
  }
}
@media (max-width: 735px) {
  #slider {
    height: 400px !important;
  }
}

/*========= レイアウトのためのCSS ===============*/
/*a{
  color: #fff;
}
*/
a:hover,
a:active {
  text-decoration: none;
}

.wrapper {
  position: relative;
}

.container {
  background: #555;
}

.container p {
  padding: 300px 0;
  text-align: center;
  color: #fff;
}

.vegas-overlay {
  background: none !important;
}

.reportBox {
  width: 100%;
  margin: 80px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 735px) {
  .reportBox {
    margin: 1.6rem auto 30px;
  }
}
.reportBox p {
  width: 32%;
}
.reportBox p img {
  width: 100%;
}
@media (max-width: 735px) {
  .reportBox p {
    width: 48%;
    margin: 0 auto 10px;
  }
}
.reportBox._center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 10px;
}
@media (max-width: 735px) {
  .reportBox._center {
    margin: 30px auto 10px;
  }
}

.report_past {
  margin: 0 0 40px;
}
@media (max-width: 735px) {
  .report_past {
    margin: 0 0 2.5rem;
  }
}
.report_past .listBox li {
  width: 32%;
}
.report_past .listBox li a {
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ff6633;
  text-align: center;
  color: #ff6633;
  text-decoration: none;
  line-height: 1.4;
}
@media (max-width: 735px) {
  .report_past .listBox li a {
    padding: 6px 0;
  }
}
.report_past .listBox li a:hover {
  background: #ff6633;
  color: #fff;
}

/****************************************************************************************************
 ****************************************************************************************************/
.js-fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/****************************************************************************************************
 ****************************************************************************************************/
.pcVew {
  display: block;
}

.spVew {
  display: none;
}

@media screen and (max-width: 735px) {
  .pcVew {
    display: none;
  }
  .spVew {
    display: block;
  }
  .spNone {
    display: none !important;
  }
}
@media (max-width: 1025px) {
  .img100 img {
    width: 100%;
  }
}
.alignC {
  text-align: center;
}

.alignL {
  text-align: left;
}

.alignR {
  text-align: right;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

@media screen and (max-width: 735px) {
  .spmb0 {
    margin-bottom: 0 !important;
  }
  .spmb5 {
    margin-bottom: 5px !important;
  }
  .spmb10 {
    margin-bottom: 10px !important;
  }
  .spmb15 {
    margin-bottom: 15px !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spmb25 {
    margin-bottom: 25px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
  .spmb70 {
    margin-bottom: 70px !important;
  }
  .spmt10 {
    margin-top: 10px !important;
  }
  .spmt20 {
    margin-top: 20px !important;
  }
  .spmt30 {
    margin-top: 30px !important;
  }
  .spmt40 {
    margin-top: 40px !important;
  }
  .spmt50 {
    margin-top: 50px !important;
  }
  .spmt60 {
    margin-top: 60px !important;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/*# sourceMappingURL=index.css.map */